223333 / python_csgo_radar

CS:GO Radar hack written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project description

Current radar design video

First of all, DON'T USE THIS ONLINE UNLESS YOU WANT A VAC BAN. I don't know if this is detected or not and i will not use this online to find out, but if you use it and get banned don't blame me, this is just a fun weekend project to learn more about game hacking. If you want to test it tho, use an account that is already banned, if you don't have one, here are some tips:

  • Put Steam in offline mode
  • Add "-insecure +sv_lan 1" to the cs:go launch parameters
  • Turn off your internet. (Make sure you switch to a local json file instead of the downloaded one if you do so)
  • Seriously just don't use it on any account that is not already vac banned

Requirements for the project:

  • Windows, i might try to make a mac version eventually™
  • Python 3 (Only tested on python 3.5)
  • pygame
  • requests

Feel free to add new renderers! I did a matplotlib one as a joke and it was super slow but worked, i might add it later. Web "renderers" would be pretty cool also, it could be used to make a remote radar for mobile phones or other computers.

It is self updating so you shouldn't have to change anything after a game update.

Thanks to ninj4sec for memorpy and to frk1 for the always updated memory addresses, also big thanks to Zat on UC for his amazing radar tutorial which most of the math is derived from.

About

CS:GO Radar hack written in python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%