View previous topic :: View next topic |
Author |
Message |
RockThe40oz How do I cheat?
Reputation: 0
Joined: 04 Oct 2005 Posts: 4
|
Posted: Tue Oct 04, 2005 3:02 pm Post subject: How do you find the pointer if the "probable"... |
|
|
I have been hacking Gunz online a lot recently, and made several good hacks, but I find what writes to that address, then copy down the value that is "probably" it, and when I search for taht value, it isnt there, it comes up with 0 results on every code I make, can someone tell me how to find the correct pointer? I spent a good while trying to figure out what it might be, but I was unsuccessful, thanks in advance.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 467
Joined: 09 May 2003 Posts: 25701 Location: The netherlands
|
Posted: Tue Oct 04, 2005 3:55 pm Post subject: |
|
|
Look at the assembler code yourself and see if you can figure out how that register gets it's value.
e.g:
Code: |
mov eax,[00501000]
add eax,80
mov [eax],edx
|
in that case the pointer value would be the value at 00501000
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
RockThe40oz How do I cheat?
Reputation: 0
Joined: 04 Oct 2005 Posts: 4
|
Posted: Tue Oct 04, 2005 5:28 pm Post subject: |
|
|
well, can you use this example? I think I understand yours, but mine is different, it has a jump above it.
Would it be ESP?
Description: |
|
Filesize: |
46.23 KB |
Viewed: |
6862 Time(s) |

|
Description: |
Picture of pointers window |
|
Filesize: |
46.23 KB |
Viewed: |
6872 Time(s) |

|
|
|
Back to top |
|
 |
RockThe40oz How do I cheat?
Reputation: 0
Joined: 04 Oct 2005 Posts: 4
|
Posted: Thu Oct 06, 2005 11:10 am Post subject: |
|
|
the method you told me to use worke for one code, but then I made a trainer with it, and started the game back up, and it didnt work, wtf? but it did have the same value as the code I wanted the pointer of
Idk, im confused now.
|
|
Back to top |
|
 |
|