财迷99 发表于 2024-4-23 10:00

求一个能直接跳过战斗的MOD

大地图真跑吐了   就一直触发小怪呗   真的手都点麻了

814019457 发表于 2024-7-13 16:56

用ce脚本 直接秒杀 可能需要先打一下 让特征码生成

aobScanRegion(newmem2,100000000,30000000000,89 B7 AC 00 00 00 48 8B C6 41 89 44 24 18)
//code from here to '' will be used to enable the cheat
alloc(newmem,2048,newmem2)
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
cmp byte ,0
je originalcode
mov esi,0
mov ,esi
jmp exit
originalcode:
mov ,esi

exit:
jmp returnhere

newmem2:
jmp newmem
nop
returnhere:





//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
newmem2:
db 89 B7 AC 00 00 00
//mov ,esi
页: [1]
查看完整版本: 求一个能直接跳过战斗的MOD