Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85

    Updated PlayerMGR!

    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.
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  2. The Following 2 Users Say Thank You to seeplusplus For This Useful Post:

    pDevice (06-30-2012),_Fk127_ (12-21-2010)

  3. #2
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Well aren't you just a fucking amazing hacker.

  4. #3
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85
    Quote Originally Posted by Crash View Post
    Well aren't you just a fucking amazing hacker.
    Did I say anything in this thread containing bragging?
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  5. #4
    justiniscool5's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    idk
    Posts
    884
    Reputation
    -12
    Thanks
    182
    My Mood
    Bitchy
    wait what does this do

  6. #5
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Quote Originally Posted by justiniscool5 View Post
    wait what does this do
    Lol...

    "Player Mgr (Manager)"

    Tell me what you think it does.

  7. #6
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by UnknownCoder View Post


    Lol...

    "Player Mgr (Manager)"

    Tell me what you think it does.
    IT MANAGES PLAYERS.

  8. #7
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by seeplusplus View Post
    Did I say anything in this thread containing bragging?
    I am can sarcmasn.

  9. #8
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    char? ax register

    nice teamviewer you got there





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  10. #9
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85

    Question

    Quote Originally Posted by Crash View Post
    I am can sarcmasn.
    !hsilgnE ruoy dnatsrednu t'nod I tub ,yrros yrev m'I
    Click here!
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  11. #10
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Quote Originally Posted by seeplusplus View Post
    !hsilgnE ruoy dnatsrednu t'nod I tub ,yrros yrev m'I
    Click here!
    What does that say,
    Dont ban me

  12. #11
    Pandemic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Seattle
    Posts
    3,588
    Reputation
    143
    Thanks
    275
    My Mood
    Angelic
    harb ecruos eht evol

  13. #12
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Quote Originally Posted by seeplusplus View Post
    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.
    Last edited by Synns; 12-19-2010 at 12:25 PM.

  14. The Following User Says Thank You to Synns For This Useful Post:

    markoj (12-19-2010)

  15. #13
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by Tyrannus View Post
    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





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  16. #14
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    God you cant code.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  17. The Following 2 Users Say Thank You to whatup777 For This Useful Post:

    MEkhi2 (12-27-2010),Stephen (12-22-2010)

  18. #15
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by whatup777 View Post
    God you cant code.
    Lol .

  19. The Following User Says Thank You to Stephen For This Useful Post:

    MEkhi2 (12-27-2010)

Page 1 of 2 12 LastLast