-
Contributor
[coding-CE] infinite mana script
hello, add this script as autoassemble script in cheat engine.. if you dont know how to do -> google it
important : script need to be activated before logging character into main world
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:
mov [edi+000000A8],100
exit:
jmp returnhere
"Devilian.exe"+12480E2:
jmp newmem
nop
nop
nop
nop
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"Devilian.exe"+12480E2:
mov [edi+000000A8],00000000
//Alt: db C7 87 A8 00 00 00 00 00 00 00
credits : xviet4xlife for the tip howTo doit
dont forget to thank me if it helped :P
bonus : array of byte (new scan as array) to find upToDate address
Code:
c7 87 a8 00 00 00 00 00 00 00 c7 87 ac 00 00 00 00 00 00 00 c7 87 b0 00 00 00 00 00 00 00 c7 87
Last edited by dabnoj; 03-23-2016 at 04:11 PM.
-
Post Thanks / Like - 1 Thanks
kombatzero (1 members gave Thanks to dabnoj for this useful post)