Results 1 to 3 of 3
  1. #1
    darklion98's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1

    What are those offsets?

    Hello guys,

    i wanted to get into the coding part of hacking, so i downloaded the source code of a bhop hack from mpgh to understand how the hole thing works.
    Well i think i understood it now, except of one thing, the offsets.
    Code:
    DWORD Main::player_base = 0x53BFC8;
    DWORD Main::mflags = 0x34C;
    DWORD Main::jump_base = 0xA7307C;
    I dumped the offsets with an offset dumper, but the names doesnt match.
    Then i tried to connect them.

    Code:
    DWORD Main::player_base is DT_BasePlayer -> m_Local
    DWORD Main::mflags is DT_BasePlayer -> m_fFlags
    DWORD Main::jump_base is Extra -> m_dwForceJump
    Is this correct?
    And if they are not, what are the correct names for those offsets?

    Thank you for helping a noob ^^

  2. #2
    MATTIAZ's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    server.dll
    Posts
    56
    Reputation
    10
    Thanks
    308
    The offsets name may not be same as the dumper u using... for example.


    player_base is maybe "localplayer" in your dumper
    mflags = 0x34C; It's always 0x100 if wanna hack in csgo. (maybe fFlags in the dumper)
    jump_base = ForceJumpOffset etc
    Last edited by MATTIAZ; 11-12-2015 at 07:17 AM.
    hello, I guess?

  3. The Following User Says Thank You to MATTIAZ For This Useful Post:

    darklion98 (11-12-2015)

  4. #3
    darklion98's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    Thank you very much ^^

Similar Threads

  1. LOL what are those
    By TrisCSGO in forum General
    Replies: 2
    Last Post: 07-07-2015, 04:45 AM
  2. [Solved] What are the offsets for .51 update?
    By somelilboy123 in forum DayZ Help & Requests
    Replies: 4
    Last Post: 12-06-2014, 08:02 PM
  3. What addies or offsets are needed?
    By Ghost304 in forum WarRock Philippines Help & Discussions
    Replies: 14
    Last Post: 02-03-2014, 02:10 AM
  4. [Solved] What are those awards ?
    By ZeroTroubles in forum Suggestions, Requests & General Help
    Replies: 5
    Last Post: 02-23-2012, 01:17 PM
  5. for what are those hacks
    By jente341 in forum CrossFire Hacks & Cheats
    Replies: 7
    Last Post: 08-07-2009, 09:48 AM