Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 890 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 890 Bytes

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.