CounterStrike(GO) Hacks
This repository has been archived on 2023-09-02. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-05-25 11:36:11 +02:00
cheats rank reveal not working 2023-05-25 11:36:11 +02:00
githooks add pre-commit who use black formatting 2023-05-07 04:09:08 +02:00
hazedumper caps 2023-04-05 12:42:05 +02:00
.gitignore ignore pycache folder 2023-03-30 23:16:00 +02:00
cheat.py use black as formatter 2023-05-05 16:04:06 +02:00
GUIDE.md friendly reminder 2023-05-25 11:30:42 +02:00
hack.py Add rank reveal cheat 2023-05-07 03:12:51 +02:00
LICENSE Add AGPU license 2023-04-02 20:12:02 +02:00
main.py use black as formatter 2023-05-05 16:04:06 +02:00
README.md Add money reveal to about 2023-05-25 11:29:54 +02:00
requirements.txt update deps 2023-05-05 16:04:47 +02:00
run.bat caps 2023-04-05 12:42:05 +02:00
utils.py use black as formatter 2023-05-05 16:04:06 +02:00

CSGOHACKS

External cheats for Windows, educational content only.

How to use?

  1. Download the .zip

  2. Run it by double-clicking on run.bat

Extra info

  • You can use a local file for offsets (see this documentation to generate the .json file) by passing --offline to the app:
python .\main.py --offline
  • You also can bypass the interactive cheat selector by passing a list to the app.

For instance, using aimbot, bhop and the radar hack

python .\main.py --list=aimbot,bhop,radarhack

Feel free to modify the run.bat as you wish.

How to not use?

CTRL + C (twice for the .bat script) will stop the app.

Do not close the window, CTRL + C will unload some cheats, which will restore the initial state after closing.

About

  • Aim bot
  • Bhop
  • Chams (ennemy different color and more visible)
  • FOV
  • Glow (wallhack)
  • Money reveal
  • No-flash
  • No-recoil
  • Radar hack
  • Trigger hack

Want to add a cheat? See the guide!