| View previous topic :: View next topic |
| Author |
Message |
Sintax1 How do I cheat?
Reputation: 0
Joined: 08 Oct 2010 Posts: 1
|
Posted: Fri Oct 08, 2010 11:07 am Post subject: help with finding a pointer |
|
|
hi guys,
im trying to find a base address from an adress of the ammo of a gun from modern warfare 2 but it is not working. This is what I did:
Firstly i scanned for the right address = 010914D4 with value
348 (348 bullets).
Then i right-clicked the address and clicked "Find out what writes to this address".
I shot a few times and reloaded. Ok, I get 1 hit:
00467630 - 01 41 04 - add [ecx+04],eax
I double-click it and get this:
So the value of my pointer would be 010914D0 and my offset 4, right??
I clicked new scan and ticked Hex and i scan for 010914D0.
My result:
Why am I getting 0 results?!??!
Thanks in forward!
|
|
| Back to top |
|
 |
SpikeSkull Expert Cheater
Reputation: -1
Joined: 07 Sep 2010 Posts: 128
|
Posted: Tue Oct 12, 2010 9:14 am Post subject: |
|
|
| If you can't find any addresses after scan, you can use pointer scanner instead. If the right address = 010914D4, just right click on it and then select pointer scanner.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 473
Joined: 09 May 2003 Posts: 25918 Location: The netherlands
|
Posted: Tue Oct 12, 2010 9:38 am Post subject: |
|
|
or Try a code injection at that spot instead and see if you can find a way to distinguish between your ammo and that of others
also, if you intend on using the pointerscan I recommend upgrading to 5.6 at least (5.5 is slow)
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
SpikeSkull Expert Cheater
Reputation: -1
Joined: 07 Sep 2010 Posts: 128
|
Posted: Tue Oct 12, 2010 10:32 am Post subject: |
|
|
Yeah, much better if you'll do code injection rather than using pointers.
Pointers oftentimes changes every after you run the game (this varies, though).
|
|
| Back to top |
|
 |
|