Posted: Fri Sep 13, 2019 11:39 am Post subject: Need help finding the pointer
I try to find a pointer from the character rotation for an aimbot. But i cqant find a pointer. I made a 10 offset scan got 13 billion results and nothing. The last time the address as 0x0E2C4BF4. Anyone knows how to find it or know another way than just the normal "find out what points to this address"?
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Fri Sep 13, 2019 12:41 pm Post subject:
I generally look for the coords first (XYZ). In almost every case, the rotation and other similar data are close by or easily found from those.
Other options would be if the game has visibility checks or checks for direction/looking related things to active things (buttons, doors, etc.) you can look for those functions and find how they reference the data to validate usage. That can help lead back to the player coords and other data you are interested in. _________________
I generally look for the coords first (XYZ). In almost every case, the rotation and other similar data are close by or easily found from those.
There are some values but there read only.
atom0s wrote:
Other options would be if the game has visibility checks or checks for direction/looking related things to active things (buttons, doors, etc.) you can look for those functions and find how they reference the data to validate usage. That can help lead back to the player coords and other data you are interested in.
I dont know if i understood it correct but it doesnt work. I found out that some of the addresses repeat and sometimes even stay the same until I restart my pc.
I tried to find the pointer for ammo but there its the same. Everything else was easy to find.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum