ligab How do I cheat?
Reputation: 0
Joined: 19 Aug 2013 Posts: 1
|
Posted: Tue Aug 20, 2013 2:44 pm Post subject: Matrix with aob scan address |
|
|
Hello everyone,
I was seeing some posts about CE and trying to learn a bit more.
Looking at memory view of a game where there is a matrix (9x9), I realized that each row of the matrix is written as follows:
09 00 00 00 00 90 70 0C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- (09 00 00 00) (00 90 70 0C) = always have that sequence before;
- 9 next bytes (00 00 00 00) = each index (column) of current row (alwas have a random value);
Questions:
How i get each index of matrix using AoB scan (scanning the sequence that always appears before row)?
There is another way? (simple or not, this will make improve learn)
And, how can i do to show it?? (console, form, text file, ...)
Thanks very kindly for reading, any help is appreciated.
|
|