Thread: Offsets

Results 1 to 3 of 3
  1. #1
    Skips's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    363
    Reputation
    23
    Thanks
    193

    Offsets

    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.

  2. #2
    Kezloh's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    Quote Originally Posted by Skipss View Post
    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

  3. #3
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,280
    My Mood
    Devilish
    Go to offsets megathread.

    /Solved

Similar Threads

  1. need help with offset problem
    By qplazm in forum General Game Hacking
    Replies: 1
    Last Post: 12-31-2008, 01:45 PM
  2. offsets
    By silent1990 in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 12-03-2008, 06:01 AM
  3. CombatArms addys pointers & offsets?
    By nitro107 in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 08-20-2008, 05:31 AM
  4. Offset addresses
    By thomtim in forum WarRock - International Hacks
    Replies: 0
    Last Post: 07-22-2008, 02:21 AM
  5. Offsets
    By radnomguywfq3 in forum Visual Basic Programming
    Replies: 2
    Last Post: 09-01-2007, 09:50 AM