An open source training utility for Counter-Strike: Global Offensive on Linux.
⚠️ ⚠️ THIS IS A CHEAT FOR LINUX, IT WILL NOT INJECT IF YOU ARE ON WINDOWS, AND I'M NOT PLANNING ON PORTING ANYTIME SOON, DO NOT JOIN THE DISCORD ASKING FOR DLL ⚠️ ⚠️
- Basic GDB injector
- ImGui menu
- Chams
- ESP
- Weapon ESP
- Chicken/Fish ESP
- World colour modulation
- Force square radar
- Recoil crosshair
- Rank revealer
- Radio fake ban/fake chat
- Clantag (and pBeeMovie clantag)
- Backtracking
- Backtrack Chams
- Flappy Bird clone
- Legitbot
- Hitmarkers
- Nightmode
- Skybox changer
- Skinchanger
- Ragebot (currently in development and doesn't have awall/bulletsim so no mindmg/hitchance/autoshoot)
- AntiAim (currently sways, need to fix LBY breaker)
- JumpBug
- EdgeBug
- Edge Jump
sudo apt install -y libsdl2-dev cmake git gcc-10 g++-10 gdb clang
sudo pacman -S --needed base-devel git cmake gdb sdl2 clang
sudo dnf install gcc-g++ gdb SDL2-devel cmake git clang
sudo zypper install gcc gdb SDL2-devel cmake git llvm-clang llvm-gold
git clone https://github.com/edgybugga/gamesneeze
cd gamesneeze
chmod +x toolbox.sh
./toolbox.sh -p -u -b -l # pull, unload cheat if currently injected, build and then load, use -h for help
Argument | Description |
---|---|
-u (--unload) | Unload the cheat from CS:GO if loaded |
-l (--load) | Load/inject the cheat via gdb |
-ld (--load_debug) | Load/inject the cheat and debug via gdb |
-b (--build) | Build to the build/ dir |
-bd (--build_debug) | Build to the build/ dir as debug |
-p (--pull) | Update the cheat |
-h (--help) | Show help |
All args are executed in the order they are written in, for example, "-u -b -l" would unload the cheat, build it, and then load it back into csgo.