| View previous topic :: View next topic |
| Author |
Message |
provandam0147 How do I cheat?
Reputation: 0
Joined: 19 Mar 2018 Posts: 5
|
Posted: Mon Mar 19, 2018 10:26 am Post subject: What the hell of pointer with pointer scan |
|
|
hello, i have used pointer scan and scan a pointer, when i used calculator plus between address and offset(016BA188+428;HEX) the resuilt need to be 16BA5B0(you can try) but not, cheat says 016ED418,i want to use func Readprocess of c++ to read this pointer, but this pointer wrong address so how i can find correct?
| Description: |
|
| Filesize: |
619.31 KB |
| Viewed: |
2610 Time(s) |

|
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8586 Location: 127.0.0.1
|
Posted: Mon Mar 19, 2018 12:35 pm Post subject: |
|
|
The [ ] around the address means to read into it as a pointer. So it is doing:
016BA188+428
Then taking that value and reading it as a pointer to get the value it shows to the right.
_________________
- Retired. |
|
| Back to top |
|
 |
provandam0147 How do I cheat?
Reputation: 0
Joined: 19 Mar 2018 Posts: 5
|
Posted: Mon Mar 19, 2018 11:25 pm Post subject: |
|
|
| Thanks for help , i finally found my mistake, i get process ID of game(0000FB5) plus with address then get wrong address lol, can i ask you one more? how can i get the address of pointer, some pointer have addess like this "Game.exe"+0452FC, how can i know addess of "Game.exe"? can you tell me more
|
|
| Back to top |
|
 |
|