Okay so some of you might have seen SNal2F's post on PlayerMGR. Well here's the updated address!
Address:
[PHP]0x3784E6F8
Found at 0x37307CE0 or 0x3736EFC8[/PHP]
Classes:
[PHP]class PlayerMgr
{
public:
char unknown0[28];
TargetMGR* pTarget; //001C
};
class TargetMGR
{
public:
virtual void Function();
virtual void Function1();
virtual _Object* GetTargetObject();
virtual float GetTargetRange();
_Object* CurrentObj; //0004 this one is the one if you set a player obj it will render there tag
char unknown188[4];; //0x0008
char unknown12[64]; //0x000C
float TargetRange; //0x004C just distance
char unknown80[1024]; //0x0050
__int16 unk1; //0x0450 char? ax register
__int8 unk2; //0x0452 bool
__int8 unk3; //0x0453 bool
};[/PHP]
Usage:
[PHP]PlayerMgr * pPlayerMgr = *(PlayerMgr**)(0x3784E6F8);
_Object * AimAtObj = pPlayerMgr->pTarget->GetTargetObject();
if(AimAtObj = pPlyr->obj) { //pPlyr->obj is the players in the game.
//Stuff goes in here.
}[/PHP]
Credits:
Me - Updating address.
SNal2F - Everything else.
Posts 1–15 of 17 · Page 1 of 2
Post a Reply
Tags for this Thread
None
Well aren't you just a fucking amazing hacker.
Originally Posted by Crash
Well aren't you just a fucking amazing hacker.
Did I say anything in this thread containing bragging?
wait what does this do
Originally Posted by justiniscool5
wait what does this do
Lol...
"Player Mgr (Manager)"
Tell me what you think it does.
Originally Posted by UnknownCoder
Lol...
"Player Mgr (Manager)"
Tell me what you think it does.
IT MANAGES PLAYERS.
Originally Posted by seeplusplus
Did I say anything in this thread containing bragging?
I am can sarcmasn.
char? ax register
nice teamviewer you got there
Originally Posted by Crash
I am can sarcmasn.
!hsilgnE ruoy dnatsrednu t'nod I tub ,yrros yrev m'I Click here!
Originally Posted by seeplusplus
!hsilgnE ruoy dnatsrednu t'nod I tub ,yrros yrev m'I Click here!
What does that say,
harb ecruos eht evol
Originally Posted by seeplusplus
Okay so some of you might have seen SNal2F's post on PlayerMGR. Well here's the updated address!
Address:
[PHP]0x3784E6F8
Found at 0x37307CE0 or 0x3736EFC8[/PHP]
Classes:
[PHP]class PlayerMgr
{
public:
char unknown0[28];
TargetMGR* pTarget; //001C
};
class TargetMGR
{
public:
virtual void Function();
virtual void Function1();
virtual _Object* GetTargetObject();
virtual float GetTargetRange();
_Object* CurrentObj; //0004 this one is the one if you set a player obj it will render there tag
char unknown188[4];; //0x0008
char unknown12[64]; //0x000C
float TargetRange; //0x004C just distance
char unknown80[1024]; //0x0050
__int16 unk1; //0x0450 char? ax register
__int8 unk2; //0x0452 bool
__int8 unk3; //0x0453 bool
};[/PHP]
Usage:
[PHP]PlayerMgr * pPlayerMgr = *(PlayerMgr**)(0x3784E6F8);
_Object * AimAtObj = pPlayerMgr->pTarget->GetTargetObject();
if(AimAtObj = pPlyr->obj) { //pPlyr->obj is the players in the game.
//Stuff goes in here.
}[/PHP]
Credits:
Me - Updating address.
SNal2F - Everything else.
What would be the point of this? Only thing I can see right now would be a triggerbot, that 'hover ESP' is useless..
ALSO, STOP GIVING YOURSELF CREDIT JUST BECAUSE YOU FOUND THE ADDRESS.
Originally Posted by Tyrannus
What would be the point of this? Only thing I can see right now would be a triggerbot, that 'hover ESP' is useless..
ALSO, STOP GIVING YOURSELF CREDIT JUST BECAUSE YOU FOUND THE ADDRESS.
he didn't even find the address he just updated it