This is a mobile optimized page that loads fast, if you want to load the real page, click this text.
Expert HvHer
User ID
40441
Messages
82
Reactions
104
Level
20
Hello today i wanted to share with you my own Half life 2 external cheat base

UI Screenshot



This base includes:
- Example Auto Bunnyhop
- Nice menu (in my opinion ok?)
- 6 Offsets (r_drawothermodels 2, DwForceDuck, DwForceAttack3, DwForceAttack2, DwForceAttack, DwForceJump)
- Keystrokes (not working perfectly but it works)


as i mentioned before there is r_drawothermodels 2 offset i was lazy to add The wallhack

WallHack Code:
public static async Task WallHack()
{
        await Task.Run(() =>
        {
            while (true)
            {
                if(config.WallHack)
                {
                    _mem.WriteMemory(offsets.WallHack, "int", "2");
                } else
                {
                    _mem.WriteMemory(offsets.WallHack, "int", "1");
                }
            }
        });
}



Source:

PS: sorry for not uploading there but file is too big, no matter how i will try to pack it, it's always too big
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

1
Replies
452
Views