infinite killcount

06/23/2018 17:43 perlisson#1
Well, before you find me an idiot, I'm still learning, I already have several scripts created by me, but I can not spend the hard work so this is an easy script to create

Forget my bad english

code:


[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 [edi+00000148],#1000000 //change kills here

exit:
jmp returnhere

"ps_game.exe"+67DC0:
jmp newmem
nop
returnhere:




[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"ps_game.exe"+67DC0:
add [edi+00000148],ecx
//Alt: db 01 8F 48 01 00 00