| View previous topic :: View next topic |
| Author |
Message |
FreakCheatz How do I cheat?
Reputation: 0
Joined: 26 Dec 2011 Posts: 1
|
Posted: Mon Dec 26, 2011 12:06 am Post subject: Disable Cheat... PLZ HELP ME? |
|
|
I need to disable this cheat and I don't know how can someone tell me how in a simple easy-to-understand way?
//Made by Geri with Cheat Engine 6.1
//21th September, 2011
//All rights reserved. You are not allowed to use these scripts to create Your own trainer without my permission.
//Contact e-mail:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
label(timelabel)
registersymbol(timelabel)
aobscan(aobtime,89 84 0A 48 93 04 00)
newmem: //this is allocated memory, you have read,write,execute access
mov eax,0
originalcode:
mov [edx+ecx+00049348],eax
exit:
jmp returnhere
aobtime:
timelabel:
jmp newmem
nop
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
timelabel:
db 89 84 0A 48 93 04 00
unregistersymbol(timelabel)
Thanks!
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 473
Joined: 09 May 2003 Posts: 25902 Location: The netherlands
|
Posted: Mon Dec 26, 2011 12:08 am Post subject: |
|
|
After adding it to the cheat table (aa script -> file->assign to cheat table)
you can select and deselect to turn it on and off
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
FreakCheatz How do I cheat?
Reputation: 0
Joined: 26 Dec 2011 Posts: 1
|
Posted: Mon Dec 26, 2011 12:18 am Post subject: |
|
|
| Where do I do that can you explain it? I can't find anything to do that... I am new at this and I am pretty confused as to how it all works...
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 473
Joined: 09 May 2003 Posts: 25902 Location: The netherlands
|
Posted: Mon Dec 26, 2011 12:33 am Post subject: |
|
|
in the main ce window press ctrl+a (or go to memory view->tools->auto assembler)
Paste in the script
Then file->assign to cheat table
that will add the script to the cheat table at the bottom of ce
Now you can check and uncheck the checkbox on the left
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|