Alex__ Advanced Cheater
Reputation: 0
Joined: 29 Mar 2014 Posts: 64
|
Posted: Sun Apr 20, 2014 9:43 am Post subject: help with code |
|
|
This code is responsible for repair of car.How do I change it or what should I do to make it always on?
[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:
movaps [esi],xmm1
repe movsd
exit:
jmp returnhere
"BurnoutParadise.exe"+8DC6D:
jmp newmem
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
|
|