Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

OpsecGuy/BetterGo

Repository files navigation

CS-GO-python

External CS:GO cheat written in Python3-(11.2).
Supported OS: Windows

Functions:

  • Aimbot
  • GlowESP
  • Recoil Control System
  • TriggerBot
  • Auto Pistol
  • BunnyHop
  • Chat Spam
  • Pattern Scan
  • OpenGL Overlay
  • Many more... :)

In game

This is an image

Contributors

UC Thread:

F.A.Q:

How do I use this? 1. Please read video description.
2. Follow all the steps from that VIDEO.
Application crashed/ not working 1. Check what python versions are installed on your PC and make sure you using at least python 3.8+ (3.11 is recommended).
2. Go to WEBSITE.
3. Download PyOpenGL_accelerate‑3.1.6‑cp311‑cp311‑win_amd64.whl and PyOpenGL‑3.1.6‑cp311‑cp311‑win_amd64.whl
4. Go to CMD and run this commands:
pip install PyOpenGL-3.1.6-cp311-cp311-win_amd64.whl --force-reinstall
pip install PyOpenGL_accelerate‑3.1.6‑cp311‑cp311‑win_amd64.whl
5. Once you finish everything should be working fine. Go to the game and run cheat.
I can not see overlay in game Run game in 'Fullscreen Windowed' mode in video settings in order to use Overlay functions.
I'm getting glfw.dll error Make sure you have glfw.dll in the same folder where cheat is located.
How do I compile* it? 1. Install PYINSTALLER.
2. Open CMD and type this commands:
cd PATH_TO_FOLDER_WITH_SOFTWARE
pyinstaller --onefile app.py --clean --windowed
3. Once it finish compresing files, go to newly created 'dist' folder and run app.exe.
Why would I like to compile it? By compressing Python code you make application run more efficient. It can be clearly observed while using overlay features.

Releases

No releases published

Packages

No packages published

Languages