Skip to content

CS:GO cheat for linux with a basic gdb injector

License

Notifications You must be signed in to change notification settings

DrunkenBlyatHvH/gamesneeze

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gamesneeze-linux MIT License Linux CS:GO cheat Unfinished Detection: Unknown Gitter Discord

An open source cheat 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 ⚠️ ⚠️

Current Features

Features

  • 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 doesnt have awall so no mindmg/hitchance/autoshoot)
  • AntiAim (currently sways, need to fix lby breaker)

How to use

Debian / Ubuntu / Pop OS / Linux Mint required packages:

sudo apt install -y libsdl2-dev gcc-10 g++-10 gdb

Arch / Manjaro required packages:

sudo pacman -S base-devel git cmake gdb sdl2 git

Fedora required packages:

sudo dnf install gcc gdb sdl2-devel cmake git

git clone https://github.com/seksea/gamesneeze
cd gamesneeze
chmod +x toolbox.sh
sudo ./toolbox.sh -p -u -b -l # pull, unload cheat if currently injected, build and then load, use -h for help

Basic toolbox.sh usage

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.

Found a bug or want to contribute to the project?

Common Issues

GDB Segfaults and crashes game in process

Currently on Arch based distros GDB is broken, use cathook's gdb instead.

Screenshots

Console Output Choms Output

About

CS:GO cheat for linux with a basic gdb injector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.5%
  • C 23.4%
  • Other 0.1%