PDA

View Full Version : Finding the Static Base Pointer


alien56
20th February 2007, 23:13
Hello,

Ive been tutroial Reading and such the last week or 2 and have successfully written a Working BF2 Commander Hack with Team Switch, ForceSquadLeader and SquadJumping/Dismantalling, Of Course Unlimited Cars, Supplies, Arty, No Fog and a Few other Things in C++ Undetected.

My only problem with my Efforts so Far is that in order to make the Functions listed above I had to use StaticBasePointer Offsets Posted Publicly and therefore Didnt find them myself. This seems to be the part of the entire Process that I am having a horrible time understanding. If someone could give me links to as many tutorials as possible covering the Searching of StaticBasePointers it would be A GREAT help to me. Ive mostly gotten to this point by following TUTs on BattleCoders.com but it seems to down atm. The only tut Ive covering the Locating of BasePointers is By ELITEBLING(tribute.pdf).

Also one thing Im not understanding about Locating BasePointers is this. When You see a BasePointer Posted It is usually posted in a format something like this

(0x9D903C + 60) + 110 Thats obviously the OFFSET for Commander Hack

The part im having trouble understanding is where the 60 comes from. I understand how to use that to code the hack but not how to Initially find that to get the BasePointer myself. I understand that the 110 comes from the Original Offset your trying to hack but the finding the 60 part of it confuses me.

PS: anyone know how long BattleCoders.com will be down?

LoLLoManA
21st February 2007, 00:09
Battlecoders has been hacked.

alien56
21st February 2007, 22:58
That sucks to hear about. I have only recently learned about and started using that site and so Far its been an Amazing Help. Without BattleCoders.com there is no way I would have been able to compile my own undetected StaticDMA hack. I had that thing working within a day of finding their site, and Im really looking forward to it coming back up.

In the mean time though is there any good tutorials around here on MPC or some other site for Finding the StaticBasePointer of an address I want to hack, and does someone Possible have a Copy of EliteBlings Tutorial Labled "Tribute.pdf". Thanks