| View previous topic :: View next topic |
| Author |
Message |
AwkMos How do I cheat?
Reputation: 0
Joined: 04 Mar 2015 Posts: 3
|
Posted: Wed Mar 11, 2015 11:22 am Post subject: [Help] CE trainer |
|
|
Hello guys, assuming i got an address/pointer in my table, and i want to Freeze AND change value / Unfreeze AND change value in my CE Trainer ? how shall i do that?
Cause there arent them as "hint"..
|
|
| Back to top |
|
 |
Rissorr Master Cheater
Reputation: 3
Joined: 17 Sep 2013 Posts: 273 Location: Israel!
|
Posted: Wed Mar 11, 2015 2:53 pm Post subject: |
|
|
Usually when writing AA scripts you doesn't need to "freeze" the values,
All you need to do, It's just finding the proper code that WRITES to your value (use "Find out what writes to this address"), when you'll find the writing code which has this pattern:
| Code: |
mov/movss [baseRegister+hexOffset],anotherRegister
|
Just simply AA it! To whatever you want!
|
|
| Back to top |
|
 |
alanze Advanced Cheater
Reputation: 3
Joined: 03 Oct 2012 Posts: 50
|
Posted: Sat Mar 14, 2015 11:48 am Post subject: |
|
|
| Most simple way is to select it then tick the checkbox in the "Active" column or press "Space" to toggle it's state. If the value reverts back after changing it then you need to NOP the code which writes to it with the method described in the previous post.
|
|
| Back to top |
|
 |
Rissorr Master Cheater
Reputation: 3
Joined: 17 Sep 2013 Posts: 273 Location: Israel!
|
Posted: Sat Mar 14, 2015 2:03 pm Post subject: |
|
|
@alanze, freezing ("Active") the value won't change it.
If he wants to stop value from changing and also set it to something, he needs to write a simple script that will replace the original writing code with his own.
|
|
| Back to top |
|
 |
|