- User ID
- 25934
- Messages
- 326
- Reactions
- 286
- Level
- 40
lmao
Hi ! no one is going to follow this tutorial because probably no one uses Linux but here it is anyway.
Today i will show you how to cheat on CS:GO using Linux with a cheat called gamesneeze , you could use Osiris but it will not have rage features and its kinda bad tho
First of all , you need to download some dependencies and based on what distro you use the commands change so just use the command based on your distro
oh no Manjaro btw
Fedora :
Now that you have the dependencies installed lets continue
Open a terminal and copy the repository using :
now open cs:go and in the terminal write this commands in order :
This will inject the cheat in the game
Hi ! no one is going to follow this tutorial because probably no one uses Linux but here it is anyway.
Today i will show you how to cheat on CS:GO using Linux with a cheat called gamesneeze , you could use Osiris but it will not have rage features and its kinda bad tho
First of all , you need to download some dependencies and based on what distro you use the commands change so just use the command based on your distro
Debian / Ubuntu / Pop OS / Linux Mint :
Command:
sudo apt install -y libsdl2-dev cmake git gcc-10 g++-10 gdb clang
Arch / Manjaro / Arch based :
Command:
sudo pacman -S --needed base-devel git cmake gdb sdl2 clang
oh no Manjaro btw
Fedora :
Command:
sudo dnf install gcc-g++ gdb SDL2-devel cmake git clang
OpenSUSE :
Command:
sudo zypper install gcc gdb SDL2-devel cmake git llvm-clang llvm-gold
Now that you have the dependencies installed lets continue
Open a terminal and copy the repository using :
Command:
git clone https://github.com/seksea/gamesneeze
now open cs:go and in the terminal write this commands in order :
Commands:
cd gamesneeze
chmod +x toolbox.sh
./toolbox.sh -p -u -b -l
This will inject the cheat in the game
basic usage of the toolbox.sh :
Argument | Description |
---|---|
-u (--unload) | Unload the trainer from CS:GO if loaded |
-l (--load) | Load/inject the trainer via gdb |
-ld (--load_debug) | Load/inject the trainer 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 trainer |
-h (--help) | Show help |
thats pretty much all , enjoy cheating on Linux i guess
shoutout to the doctor sex army B)
Last edited: