Thread: Weapon ESP

Results 1 to 3 of 3

Hybrid View

  1. #1
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep

    Weapon ESP

    Code:
    class CSoldierWeaponData
    {
    public:
        PAD( 0, 0xC );
        eastl::ansi_string m_name;            //0xC - 0x18
        PAD( 1, 0x28 );
        eastl::ansi_string m_weaponAssetName;    //0x40
    };
    
    class CClientSoldierWeapon
    {
    public:
        PAD( 1, 0x4 );
        CSoldierWeaponData * m_weaponData;
    };
    
    
    class ClientSoldierEntity
    {
    public:
        PAD( 0, 0x260 );            //0x0 - 0x220
        
        eastl::vector<CClientSoldierWeapon *> m_weapons;    //0x260
        PAD( 3, 0x8 );
        int m_currentWeaponIndex; //0x278
    };
    Code:
    CClientSoldierWeapon * pWeapon = g_pLocalSoldier->m_weapons.at( g_pLocalSoldier->m_currentWeaponIndex );
    Result:
    ImageShack&#174; - Online Photo and Video Hosting

    Credits:
    Chod
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  2. The Following User Says Thank You to xbeatsszzx For This Useful Post:

    wibrator111 (06-01-2011)

  3. #2
    Pker200's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Utopia
    Posts
    67
    Reputation
    10
    Thanks
    3
    My Mood
    Busy
    How can I use this ?
    Пролетарии всех стран, соединяйтесь!

  4. #3
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Quote Originally Posted by Pker200 View Post
    How can I use this ?
    Do it like all the other hacks in the world! C++