Cross-platform (as in I want to die) training software for Counter-Strike: Global Offensive
Windows | macOS | Ubuntu | |
---|---|---|---|
Anium |
Requirements:
- cmake
- C++17 compiler (MSVC, GCC, Clang)
- Shared library injector
- Dependencies for your operating system
To generate the project files:
- Windows:
cmake -G "Visual Studio 15" .
- Mac OS:
cmake -G Xcode .
- Linux
cmake .
To build:
- Windows: Do it from within Visual Studio
- Mac OS: Do it from within Xcode
- Linux:
make -j$(nproc)
Injection can be done by either LD_PRELOAD
ing Anium or
injecting it with your favorite shared library injector.
This project uses a few parts from AimTux, Fuzion, Cathook, blue and Nekohook. Shoutout to aixxe, LWSS, nullifiedcat, F1ssi0n and Onee chan.