deboogerxyz / ahc

alienhook classic - Free as in freedom CS 1.6 cheat for GNU/Linux.
GNU General Public License v3.0
14 stars 3 forks source link
ansic c c89 counter-strike cs16 gnu-linux

ahc

UNDER DEVELOPMENT!

alienhook for Counter-Strike 1.6

Works with most other Half-Life based games.

Written in ANSI C (C89).

Features

TODO

Installing dependencies

Arch (Artix, Manjaro, etc.)

sudo pacman -S git make gcc lib32-gcc-libs mesa

Debian (Ubuntu, etc.)

sudo apt install git make gcc-multilib mesa-common-dev

Fedora

sudo dnf install glibc-devel.i686 mesa-libGL-devel.i686

Downloading

git clone --depth 1 https://git.debooger.xyz/debooger/ahc.git

Building

cd ahc
make

Loading

If the cheat is already loaded it will get reloaded automatically.

sudo ./load.sh

Unloading

sudo ./unload.sh

Updating

git pull
make