Weapon ESP

Posts 13 of 3 · Page 1 of 1
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
How can I use this ?
Quote Originally Posted by Pker200 View Post
How can I use this ?
Do it like all the other hacks in the world! C++
Posts 13 of 3 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?