/CSGO-Cheats

Proof of concept external cheats written in Python3 for popular game, Counter Strike: Global Offensive

Primary LanguagePythonMIT LicenseMIT

CSGO Python3 Cheats

Proof of concept cheats for game Counter Strike: Global Offensive. For practice with memory manipulation / Pymem.

⚠️ Warning

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.

Get Started

  1. Clone the repository
git clone https://github.com/ne-wt/csgo-cheat.git
  1. Install the prerequisites
pip install -r requirements.txt
  1. Set CS:GO to launch without VAC using -insecure flag in launch options

  2. Execute the script in a terminal with elevated privileges

python3 main.py

Inspired by Snaacky's CSGO Python cheat repositories.