goldsrc-cheat/README.org

1.4 KiB

Half-Life cheat

Linux cheat for Half-Life 1 (and goldsrc).

Description

Simple linux cheat for Half-Life 1 (and most goldsrc games) made in C.

This project was heavily inspired by UnkwUsr/hlhax, and would not have been possible without his help. Make sure to check out his repo too.

Also make sure to check out deboogerxyz/ahc.

Features

Feature Command Values (0..n)
Bhop cv_bhop off/on
ESP cv_esp off/3d-box/name/all
Autostrafe sv_autostrafe off/rage/legit
Chams cv_chams off/on

Building

$ git clone --recurse-submodules https://github.com/8dcc/hl-cheat
$ cd hl-cheat
$ make
...

Note that you will need to clone with --recurse-submodules for the sdk. If you have already cloned it, you can just:

$ cd hl-cheat
$ git submodule update --init --recursive

Injecting

Uses the gdb debugger for injecting the library.

$ ./injector.sh
[sudo] password for username:

...

hl-cheat loaded!