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?
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?