| View previous topic :: View next topic |
| Author |
Message |
3heroes How do I cheat?
Reputation: 0
Joined: 01 Dec 2009 Posts: 2
|
Posted: Fri Mar 26, 2010 2:55 pm Post subject: Legend of Dragoon Pointer Help |
|
|
Hey guys im trying to find the health pointer in legend of dragoon can someone help me please =D
*EDIT* Oh whoops as soon as I posted this I realized that this is the "pointer tutorial" section sorry ='(
| Description: |
| First I find my Health value |
|
| Filesize: |
94.3 KB |
| Viewed: |
15953 Time(s) |

|
| Description: |
| Then I click on "find out what writes to this address" |
|
| Filesize: |
85.57 KB |
| Viewed: |
15953 Time(s) |

|
| Description: |
| Now I don't know what to do, after I found out what wrote to the address I searched "00AEC020" in hex and came up with 32 static addresses what do I do know ? |
|
| Filesize: |
148.75 KB |
| Viewed: |
15953 Time(s) |

|
|
|
| Back to top |
|
 |
Espair How do I cheat?
Reputation: 0
Joined: 26 Mar 2010 Posts: 3
|
Posted: Fri Mar 26, 2010 6:43 pm Post subject: |
|
|
If im not mistaken, green address means its static, you dont need to go further as you found the base address you're looking for. All thats left it to view more info, and get the offset. then its baseaddress + offset.
So in your first pic, r-click that single address that showed up to show in assembly, and gets its offset.
If it shows something like mov eax + 333, ebx where eax is 00AF5220, your offset is 333.
|
|
| Back to top |
|
 |
3heroes How do I cheat?
Reputation: 0
Joined: 01 Dec 2009 Posts: 2
|
Posted: Sat Mar 27, 2010 12:29 pm Post subject: |
|
|
ok for my health value I right click and click on find out what writes to this address and it comes up with "0c17037 - mov [ecx+eax], ebx"
EAX = 00009200
ECX = 00AEC020
so do I just add those together to find the offset ?
I added them together and got AF5220 so now it would be
0c17037 - move [00AF5220],ebx so do I just add an address manually and put 00AF5200 into it ? lol nvm thats what I already have O.o im lost
lol k nvm I got it XD thanks for your help =D
| Description: |
|
| Filesize: |
139.73 KB |
| Viewed: |
15917 Time(s) |

|
|
|
| Back to top |
|
 |
|