
Originally Posted by
Skipss
Can anyone confirm my offsets?
const DWORD m_iCrossHairID = 0x8CE4;
const DWORD m_iTeamNum = 0xF0;
const DWORD m_fFlags = 0x100;
const DWORD FireIndex = 0x86A0;
const DWORD isDormant = 0xE9;
const DWORD bSpotted = 0x935;
const DWORD flashMaxAlpha = 0x86A4;
const DWORD shotsFired = 0x8640;
const DWORD dwAng = 0x4CE0;
const DWORD PunchAngle = 0x13E0;
const DWORD m_dwViewAngles = 0x4CE0;
const DWORD offEnginePointer = 0x005D1224;
I'm pretty sure Engine pointer is wrong, that's why my RCS didn't work last time.
is this what your looking for bro
m_iCrossHairID: ___________________ 0x00008CE4
m_iTeamNum: __________________ 0x000000F0
m_fFlags: ____________________ 0x00000100
m_iShotsFired: _________________ 0x00008640
m_bDormant: _____________________ 0x000000E9
m_bSpotted: __________________ 0x00000935
m_flFlashMaxAlpha: _____________ 0x00008684
m_dwViewAngles: ________________ 0x00004CE0
m_dwViewAngles: ________________ 0x00004CE0
m_vecPunch: _______________________ 0x000013E0
m_dwEnginePosition: ___________ 0x0067DA24
m_iGlowIndex: __________________ 0x000086A0
Good Luck
Kezloh