What's new

Welcome to HvH Forum!

SignUp Now! Download Free HvH CS:GO Cheats, CFG, LUA/JS Scripts, And More!


SignUp Now!
Expert HvHer
User ID
40441
Messages
71
Reactions
100
Level
11
Hello today i wanted to share with you my own Half life 2 external cheat base

UI Screenshot
1682539229386.png


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
401
Views
Top