open cheat engine
select the correct process
then after that press Ctrl + Alt + A then paste and execute this
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
luacall(showMessage("trick was made by Chiyoko10 "))
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
label(whatever)
registersymbol(whatever)
aobscan(aob1,66 0F D6 80 A0 00 00 00 8B 50 08 8B 4A 48)
newmem: //this is allocated memory, you have read,write,execute access
add [eax+000000A0],400000000000
originalcode:
add [eax+000000A0],400000000000
exit:
jmp returnhere
aob1:
whatever:
jmp newmem
nop
nop
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
whatever:
db 66 0F D6 80 A0 00 00 00 8B 50 08 8B 4A 48
unregistersymbol(whatever)
dealloc(newmem)
select the correct process
then after that press Ctrl + Alt + A then paste and execute this
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
luacall(showMessage("trick was made by Chiyoko10 "))
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
label(whatever)
registersymbol(whatever)
aobscan(aob1,66 0F D6 80 A0 00 00 00 8B 50 08 8B 4A 48)
newmem: //this is allocated memory, you have read,write,execute access
add [eax+000000A0],400000000000
originalcode:
add [eax+000000A0],400000000000
exit:
jmp returnhere
aob1:
whatever:
jmp newmem
nop
nop
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
whatever:
db 66 0F D6 80 A0 00 00 00 8B 50 08 8B 4A 48
unregistersymbol(whatever)
dealloc(newmem)
No Comment.