rain-13 Expert Cheater
Reputation: 0
Joined: 18 Mar 2009 Posts: 110
|
Posted: Mon Jun 27, 2011 9:34 am Post subject: What step I do wrong in pointer search? |
|
|
In super mario trying to get my X post
This is what' I have done:
1) find position addresses (got 5 of them)
2) on found address "find out what writes to this address"
I get
| Code: | EAX=04A10039
EBX=000000D0
ECX=00421738
EDX=04A10000
ESI=04A30856
EDI=005DE146
EBP=005C000D
ESP=0018FE34
EIP=00421D7E
Probable base pointer =04A30856
00421D70 - cmp word ptr [esi+000000AA],14
00421D78 - je 00421D98
00421D7A - mov [esi+3E],ax
00421D7E - mov [esi+42],bx
00421D82 - mov byte ptr [esi+000000F1],FF
|
3) I start new search with "Hex" checked. I sear for 4 bytes 04A30856
4) in found addresses I get:
SomeAddress | 04A30856
5) I click on Add address manually
6) Check "pointer"
7) in address of pointer input I enter SomeAddress and then click ok
Problem: after clicking on ok, that pointer doesnt point on my X pos, instead it shows me some huge int, that doesnt change when I move, and when I use that huge int as address i get ??
What I did wrong?
And why is that so that when I set my coordinate, it get's reset by game? where game takes those values if I replace all coord values I find?
I dont get it I get that my cood is a then I replase all a's in memoryt with b and game sets it back to a... I dont get it, where does it take this value?
how to track this?
|
|