{ Game : NOTD 1.1.1.3
炮塔炮弹 要放 1 的炮弹
}
define(address,"LF-Win64-Shipping.exe"+47D41C1)
define(bytes,83 B9 E8 00 00 00 00)
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
assert(address,bytes)
alloc(newmem,$1000,"LF-Win64-Shipping.exe"+47D41C1)
label(code)
label(return)
newmem:
cmp [rcx+000000E8],14
jg code
cmp [rcx+000000EC],0
je code
mov [rcx+000000E8],1E
code:
cmp dword ptr [rcx+000000E8],00
jmp return
address:
jmp newmem
nop 2
return:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
address:
db bytes
// cmp dword ptr [rcx+000000E8],00
dealloc(newmem)