View previous topic :: View next topic |
Author |
Message |
Misteraaargh Newbie cheater
Reputation: 0
Joined: 20 Dec 2012 Posts: 14
|
Posted: Sat Dec 22, 2012 1:47 am Post subject: Coord values keep changing back immediately :( |
|
|
After putting a lot of effort into searching for the coords of ball in a game. I have managed to find the addresses. Each coords has about 9 addresses that show exactly the same value.
First , I dont know which is the correct one. Perhaps all of them are.
The real issue though is that the value immediately reverts back to what it was before changing.The new value just flickers and dissapears and the old value comes back. I've tried freezing it. Setting freeze time to 10ms.
I understand that freeze is simply the automation of putting a certain value, so its not actually a real freeze.
I would really appreciate your guidance from here.
|
|
Back to top |
|
 |
Pingo Grandmaster Cheater
Reputation: 8
Joined: 12 Jul 2007 Posts: 571
|
Posted: Sat Dec 22, 2012 4:52 am Post subject: |
|
|
You could try debugging one of the addresses to see which
instruction(s) changes it back, then nop it. That might allow you to manually alter the coordinates.
Than again, you might not even have the correct addresses to begin with.
_________________
|
|
Back to top |
|
 |
TsTg Master Cheater
Reputation: 5
Joined: 12 Dec 2012 Posts: 340 Location: Somewhere....
|
Posted: Sat Dec 22, 2012 10:50 am Post subject: |
|
|
This means that none of these addresses you found is the REAL co-ordinates changer, you can try copy one of the values (clipboard), freeze the found addresses, then search again with the values you copied before.
|
|
Back to top |
|
 |
|