 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
Split_QI300 How do I cheat?
Reputation: 0
Joined: 26 Jun 2013 Posts: 2
|
Posted: Wed Jun 26, 2013 12:54 am Post subject: Help for my script |
|
|
Hello, I would like to help me, the thing is, I have the following AOB:
| Code: | | aob1 = 11 xx ?? ?? d0 66 ?? ?? 12 ?? ?? ?? d0 66 ?? ?? d0 66 |
I want to change it to the following AOB:
| Code: | | aob2 = 11 00 ?? ?? d0 66 ?? ?? 12 ?? ?? ?? d0 66 ?? ?? d0 66 |
so I'm using the following script:
| Code: | [ENABLE]
aobscan(aob1, 11 xx ?? ?? d0 66 ?? ?? 12 ?? ?? ?? d0 66 ?? ?? d0 66)
aob1+1:
db 00
[DISABLE]
|
But when changing AOBS, have to return it to its original form, ie:
| Code: | 11 xx ?? ?? d0 66 ?? ?? 12 ?? ?? ?? d0 66 ?? ?? d0 66
>
11 00 ?? ?? d0 66 ?? ?? 12 ?? ?? ?? d0 66 ?? ?? d0 66
>
11 xx ?? ?? d0 66 ?? ?? 12 ?? ?? ?? d0 66 ?? ?? d0 66 |
But I do not know the value of "xx" how can I do this?
|
|
| Back to top |
|
 |
TsTg Master Cheater
Reputation: 5
Joined: 12 Dec 2012 Posts: 340 Location: Somewhere....
|
Posted: Wed Jun 26, 2013 1:30 am Post subject: |
|
|
does that "xx" value change ??
if not, you can view the location of the AOB scan result, use this code:
| Code: | RegisterSymbol(AOBResult)
[ENABLE]
aobscan(AOBResult, 11 xx ?? ?? d0 66 ?? ?? 12 ?? ?? ?? d0 66 ?? ?? d0 66)
|
now use the memory viewer window, Press CTRL+G, type AOBResult, then press enter, it should take you to the address, check the xx byte value.
to scan for the disable AOB, use this:
aobscan(AOBResult, 11 00 ?? ?? d0 66 ?? ?? 12 ?? ?? ?? d0 66 ?? ?? d0 66)
where the 00 is the hack of yours, then use the value of the original xx you found.[/code]
|
|
| Back to top |
|
 |
daspamer Grandmaster Cheater Supreme
Reputation: 54
Joined: 13 Sep 2011 Posts: 1588
|
Posted: Wed Jun 26, 2013 1:57 am Post subject: |
|
|
No point returning it.
This Aob is part of AS3 script.
Once the script been executed restoring to original value won't effect game at all (AS3).
_________________
I'm rusty and getting older, help me re-learn lua. |
|
| Back to top |
|
 |
Split_QI300 How do I cheat?
Reputation: 0
Joined: 26 Jun 2013 Posts: 2
|
Posted: Wed Jun 26, 2013 10:07 am Post subject: |
|
|
| Yes, after returning AOB to its starting point the hack is still affecting the game, remembering that I want to ride this script to put on a trainer, I do not want to have to do in the manual, I simply mark the box and make the hack work, from already thank you.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|