Hi,
I tried to increase "the energy" given by the mobs of a browsergame using CE, the cheat work only on graphich but not in game.
I ask some good soul a little help, if it can translate the CE script into C language... Ty!
aobscan(Sub,89 4A 34 8B 4D F0 89 0D * * * * 8B E5 5D C3 CC CC CC CC CC CC CC 00) // should be unique
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
add [edx+34],#900000000
mov ecx,[ebp-10]
jmp return
Sub:
jmp newmem
nop
return:
registersymbol(Sub)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
Sub:
db 89 4A 34 8B 4D F0
unregistersymbol(Sub)
dealloc(newmem)
dealloc(newmem)