https://github.com/deboogerxyz/ah4
alienhook v4 - Free as in freedom CS:GO cheat for GNU/Linux.
https://github.com/deboogerxyz/ah4
c c99 cjson counter-strike counter-strike-global-offensive csgo csgo-cheat gnu-linux json nuklear
Last synced: 5 months ago
JSON representation
alienhook v4 - Free as in freedom CS:GO cheat for GNU/Linux.
- Host: GitHub
- URL: https://github.com/deboogerxyz/ah4
- Owner: deboogerxyz
- License: gpl-3.0
- Created: 2022-07-30T17:21:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T11:45:10.000Z (over 2 years ago)
- Last Synced: 2025-02-17T04:41:25.342Z (8 months ago)
- Topics: c, c99, cjson, counter-strike, counter-strike-global-offensive, csgo, csgo-cheat, gnu-linux, json, nuklear
- Language: C
- Homepage:
- Size: 997 KB
- Stars: 36
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
alienhook v4
Free as in freedom CS:GO cheat for GNU/Linux.
Written in C99.
Licensed under GPLv3 or later version.
## Note to alienhook v3 users
Configs from ah3 can be used in ah4.
Most used features have already been ported.## Installing dependencies
### Arch (Artix, Manjaro, etc.)
```sh
sudo pacman -S git make gcc cjson sdl2 glew gdb
```### Debian (Ubuntu, etc.)
```sh
sudo apt install git make gcc libcjson-dev libsdl2-dev libglew-dev
```### Fedora
```sh
sudo dnf install glibc-devel cjson-devel sdl2-devel glew-devel
```## Cloning
```sh
git clone --depth 1 https://github.com/deboogerxyz/ah4
```## Building
```sh
cd ah4
make -j10
```## Usage
```sh
sudo ./load.sh # Reloads if cheat is already loaded
sudo ./unload.sh
sudo ./debug.sh # load.sh, but leaves GDB attached
```When loaded, open the GUI using the HOME key.
## Updating
```sh
git pull
make -j10
```## License
> Copyright (c) 2022-2023 debooger
Project is licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) or later version.
Project includes projects licensed under other licenses. See `libs/*.LICENSE` files for more information.