| View previous topic :: View next topic |
| Author |
Message |
todqwertz How do I cheat?
Reputation: 0
Joined: 14 Oct 2010 Posts: 3
|
Posted: Thu Oct 14, 2010 6:04 am Post subject: Base address/pointer wont work |
|
|
So i have found base pointer(s) and both offsets that show to address i want, but when i enter this to my program i always get return value 0. In the same way i have found pointers for other stuff (in same game) and it works perfectly, but when i enter that base and offsets it does not ... any ideas ?
There is a picture of my base and offsets (i found these exact same way i did other stuff that works)
| Description: |
|
| Filesize: |
107.28 KB |
| Viewed: |
6744 Time(s) |

|
|
|
| Back to top |
|
 |
SpikeSkull Expert Cheater
Reputation: -1
Joined: 07 Sep 2010 Posts: 128
|
Posted: Thu Oct 14, 2010 6:16 am Post subject: |
|
|
You might have pointing to the wrong address, and pardon me, i can't get the whole picture. Can you rephrase your question and be more specific.
|
|
| Back to top |
|
 |
todqwertz How do I cheat?
Reputation: 0
Joined: 14 Oct 2010 Posts: 3
|
Posted: Thu Oct 14, 2010 6:24 am Post subject: |
|
|
| SpikeSkull wrote: | Can you rephrase your question and be more specific.  |
Why do these pointer / offset not work
|
|
| Back to top |
|
 |
SpikeSkull Expert Cheater
Reputation: -1
Joined: 07 Sep 2010 Posts: 128
|
Posted: Thu Oct 14, 2010 6:49 am Post subject: |
|
|
As i've said earlier you might have pointing to the wrong address, try using other addresses you've found and see if it'll work or use pointer scanner instead.
Or better yet, use code injection coz pointer memory addresses tend to change dramatically after every game.
|
|
| Back to top |
|
 |
todqwertz How do I cheat?
Reputation: 0
Joined: 14 Oct 2010 Posts: 3
|
Posted: Thu Oct 14, 2010 7:07 am Post subject: |
|
|
yes, i obviously point to wrong address since i get 0 as return. At start when i search for address, its only one, and its right one because value changes accordingly. than i find out what writes to that address, and after i find what writes i find what accesses (just like tutorial, just like i did for other things that work ...) and so i find base add (green one) i put that and offsets i found to my proggy ( just like other stuff that works) and i get 0 as return ... so address i start with is 100% correct one and since its all the rest i do exactly the same i dont see why it dont work .... but if i find addres i want and use pointer scanner i get so much data i dont know what to use exactly
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25820 Location: The netherlands
|
Posted: Thu Oct 14, 2010 7:36 am Post subject: |
|
|
Perhaps you've placed the second offset under the first one instead of above ?
show a screenshot of the address entry of the pointer (when it shows 0)
_________________
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 |
|
 |
|