八倍出怪 + Pop
原理:
Cheat Engine
409893(禁脚本以启用)
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
add ecx,ecx
add ecx,ecx
add ecx,ecx
mov [esp+24],ecx
jmp 409899
exit:
jmp returnhere
"PlantsVsZombies.exe"+9893:
jmp newmem
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"PlantsVsZombies.exe"+9893:
je PlantsVsZombies.exe+9960
//Alt: db 0F B4 C7 00 00 00
————————————————