What are those offsets?

Posts 13 of 3 · Page 1 of 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 ^^
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
Thank you very much ^^
Posts 13 of 3 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?