Free open-source training software / cheat for Counter-Strike: Global Offensive game. Designed as internal cheat - Dynamic-link library (DLL) loadable into game process. Compatible with the latest version of the game on Steam.
- Misc - miscellaneous features
- Auto strafe - automatically strafe in air following mouse movement
- Bunny hop - automatically simulate space bar press / release while jump button is being held; increases movement speed
Microsoft Visual Studio 2019 (preferably latest version i.e. 16.0.3), platform toolset v142 and Windows SDK 10.0 are required in order to compile Anubis. If you don't have ones, you can download VS here (Windows SDK is installed during Visual Studio Setup).
The very first step in order to compile Anubis is to clone this repo from GitHub to your local computer. Git is required to step futher, if not installed download it here. Open git bash / git cmd / cmd and enter following command:
git clone https://github.com/danielkrupinski/Anubis.git
Anubis
folder should have been succesfully created, containing all the source files.
When you have equiped a copy of source code, next step is opening Anubis.sln in Microsoft Visual Studio 2017.
Then change build configuration to Release | x86
and simply press Build solution.
If everything went right you should receive Anubis.dll
binary file.
Open your favorite DLL injector and just inject Anubis.dll
into csgo.exe
process.
When injected, menu is openable under INSERT
key.