
Originally Posted by
Legit_Godmode
I'm very comfortable coding hacks in c++. I was wanting to make a simple private triggerbot for myself. However, i can't seem to figure out how to find the player base? i don't want to use offsets that other people just give me, because i want to learn the process myself. (in hopes of being able to learn it well and make stuff for other games.) Can someone walk me through the steps for olly and ce? i don't need help coding this in C++. Just help figuring out which addys i need and why. Thanks 
1.aim on enemy->scan for unkownvalue
2. aim at ground -> scan for 0
3->repeat until you have only one value left
4->scan what access it (orwrites, should work too)
5->rightclick->more info, copy the easy to guess value
Now you should have the localplayer base, substracting it form the crosshairId Address will give you the offset.
Now you only need to find a static localplayer adress