Expert HvHer
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
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
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:
You must be registered for see links
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