lhy1990912 发表于 2026-8-25 19:23

【生存日志】如何CE冻结暴露值,强迫症每次外出都不能探索干净,求大佬教程。

【生存日志】如何CE冻结暴露值,强迫症每次外出都不能探索干净,求大佬教程。

himic 发表于 2026-8-25 20:16

mod修改器不就行了

clannad0011 发表于 2026-8-25 21:52

define(address,GameCore.HotUpdate.Battle.Logic.ExploreManager.Update+2CB)
define(bytes,F3 0F 11 53 34)



assert(address,bytes)
alloc(newmem,$1000,GameCore.HotUpdate.Battle.Logic.ExploreManager.Update+2CB)

label(code)
label(return)

newmem:
xorps xmm2,xmm2
code:
movss ,xmm2
jmp return

address:
jmp newmem
return:



address:
db bytes
// movss ,xmm2

dealloc(newmem)
页: [1]
查看完整版本: 【生存日志】如何CE冻结暴露值,强迫症每次外出都不能探索干净,求大佬教程。