happyreadygo Advanced Cheater
Reputation: 1
Joined: 14 Sep 2011 Posts: 87
|
Posted: Wed Aug 21, 2013 10:36 pm Post subject: Get dynamic address from opcode by Lua, possible? |
|
|
In case I have gave up on finding static money address .
Neither pointer scan level 5 nor debug work in this case (both no result).
I can only rely on dynamic money address , but I have to scan everytime ,since It keep changing the address.
However, I find the opcode which it ll decrease money when building a road.
The 4 bytes in eax is what I want.
I can using "find out what addresses this instruction accesses manally.
The result is dynamic money address and only one.
That a little faster than scan from the begining.
The question is ...Can I using lua script to check if what's the money address , If I know the opcode is always connect to money one and only?
beside the money address is changed only when the game is restart.
How about this idea? build a road to get dynamic money adress and do whatever with it.
|
|