Proof of concept cheats for game Counter Strike: Global Offensive. For practice with memory manipulation / Pymem.
This repository comes as is, there is no guarantee regarding its standing with VAC. This is a cheat and will get you banned if you attempt to use it on any cheat protected servers.
I take no responsibility for any actions taken against your account(s) whilst using this cheat.
- Clone the repository
git clone https://github.com/ne-wt/csgo-cheat.git
- Install the prerequisites
pip install -r requirements.txt
Set CS:GO to launch without VAC using
-insecure
flag in launch optionsExecute the script in a terminal with elevated privileges
python3 main.py
Inspired by Snaacky's CSGO Python cheat repositories.