Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
/ gamesneeze Public archive
forked from seksea/gamesneeze

CS:GO cheat for linux with a basic gdb injector

License

Notifications You must be signed in to change notification settings

everlyy/gamesneeze

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gamesneeze-linux MIT License Linux CS:GO cheat

An open source training utility for Counter-Strike: Global Offensive on Linux.

Donations

Donations are accepted in BTC and Monero

If sending more than 5 usd contact me on discord letting me know and I will add you to the credits as a donor along with the amount donated.
BTC:
bc1qwrqhhlam4rl7yh2a09ntgdduw3vg9er3ce8rjq

Monero:
86xJi2jQEocYZ7o6BTrbmTPJKLxbfHAdKdPcTgro3PAw6z3MCcYLq28Ehg4tzRUCPFKDQM1SKbp4RRygnk9FCBux3uxXCDN

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 doesn't have awall/bulletsim so no mindmg/hitchance/autoshoot)
  • AntiAim (currently sways, need to fix LBY breaker)
  • JumpBug
  • EdgeBug
  • Edge Jump
  • Block Bot
  • Mini Jump
  • Velocity Counter/Graph
  • Key Overlay

How to use

You need rapidjson but I don't know what the packages are called on Fedora or OpenSUSE.

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

sudo apt install -y libsdl2-dev cmake git gcc-10 g++-10 gdb clang rapidjson-dev

Arch / Manjaro required packages:

sudo pacman -S --needed base-devel git cmake gdb sdl2 clang rapidjson

Fedora required packages:

sudo dnf install gcc-g++ gdb SDL2-devel cmake git clang

OpenSUSE required packages:

sudo zypper install gcc gdb SDL2-devel cmake git llvm-clang llvm-gold

git clone https://github.com/everlyy/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

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?

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

 
 
 

Languages

  • C++ 82.2%
  • C 17.7%
  • Other 0.1%