Giter Club home page Giter Club logo

python-csgo-cheat's Introduction

ProjectX

All in one external CSGO cheat written in python. It is probably undetected by VAC but im not reponsible for any future bans if you use this cheat in competitive. Dont use silentaim with a high fov, its way to obvious and you are gonna get banned by VACNET I have only tested this cheat against bots and you shouldnt use it against real people. This is ONLY MEANT AS A POC! It comes with a nice Gui and can be installed very easily. Requires Python3 and pip (aswell as CSGO obviously)
Video Tutorial: https://youtu.be/eaP6Hr_uzSs - Outdated for v2!

Features

-Aimbot (Body or head)
-Smooth Aimbot
-Random Aimbot
-Legitbot
-Config System using Configparser
-Silentaim
-RCS
-RCS with Aimbot
-Triggerbot
-Customizable Wallhack
-Noflash
-Radar
-Bunnyhop
-Customizable FOV changer
-Rank reveal in Competitive
-Auto-updating offsets
-Chams
-Mouse and Keyboard support, you may find a list of the accepted mouse buttons here

Getting Started:

Step 1:

Install Python3.8+ from https://python.org/downloads

Step 2:

Download the ZIP from the github or clone the repository using " git clone https://github.com/XanOpiat/Python-CSGO-Cheat.git ".

Step 3:

Unpack the ZIP.

Step 4:

Run installer.py (preferably as administrator).

Step 5:

Run CSGO (Get in a match).

Step 6:

Run ProjectX_V2.py (preferably as administrator).

Step 7:

Choose your setting and than, click the update botton,
Have fun and star the github!

Notes

ProjectX_V2 Has some flaws, sometimes it will crash. Restarting the program should work, If not open a issue with the error.

Credit To:

https://github.com/Snaacky/ for his csgo cheats which i used to learn about CSGO cheating in python.
The unknowncheats and guided hacking community
https://github.com/lkean9 for helping me figure out multpile very wierd errors.
https://github.com/Bugleman for cleaning the code and adding the installer.py

python-csgo-cheat's People

Contributors

owersite avatar sourlen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

python-csgo-cheat's Issues

When I try to run the ProjectX.py file I am getting errors

When I try to run it with python3 ProjectX.py it gives me the following error:

Traceback (most recent call last):
  File "ProjectX.py", line 6, in <module>
    from PyQt5 import QtCore, QtGui, QtWidgets
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.

and when I try to run it with python ProjectX.py it gives me this different error:

  File "ProjectX.py", line 47
SyntaxError: Non-ASCII character '\xc2' in file ProjectX.py on line 47, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

Any help on how I can fix this?
(I have installed everything in the requirements.txt file with pip install -r requirements.txt)

wh doesnt work

Hello, ive noticed that wh doesnt work!!
Idk if it is a problem of my pc or if it is something in the code thats wrong
This has been a problem to me for like 1/2 months

Recoil System

Recoil System has some problems,it doesn't work at all,and when I try to start it with the wall, the wall doesn't work either.

Cant get american version to work.

So Im new to coding and this kind of thing but I do everything like Im told and cant get it to work. I can run the china version of the cheat but it doesnt actually work in game. Below I have attached my code to what it looks like for me to try the american version out and then showing how the china version ends up working. any help
C:\Users\Owner>cd "C:\Users\Owner\Desktop\Python-CSGO-Cheat-main"

C:\Users\Owner\Desktop\Python-CSGO-Cheat-main>pip install -r requirements.txt
Requirement already satisfied: pymem in c:\users\owner\appdata\local\programs\python\python36\lib\site-packages (from -r requirements.txt (line 1)) (1.7)
Requirement already satisfied: keyboard in c:\users\owner\appdata\local\programs\python\python36\lib\site-packages (from -r requirements.txt (line 2)) (0.13.5)
Requirement already satisfied: pywin32 in c:\users\owner\appdata\local\programs\python\python36\lib\site-packages (from -r requirements.txt (line 3)) (300)
Requirement already satisfied: PyQt5 in c:\users\owner\appdata\local\programs\python\python36\lib\site-packages (from -r requirements.txt (line 4)) (5.15.3)
Requirement already satisfied: threaded in c:\users\owner\appdata\local\programs\python\python36\lib\site-packages (from -r requirements.txt (line 5)) (4.1.0)
Requirement already satisfied: requests in c:\users\owner\appdata\local\programs\python\python36\lib\site-packages (from -r requirements.txt (line 6)) (2.25.1)
Requirement already satisfied: PyQt5-sip<13,>=12.8 in c:\users\owner\appdata\local\programs\python\python36\lib\site-packages (from PyQt5->-r requirements.txt (line 4)) (12.8.1)
Requirement already satisfied: PyQt5-Qt>=5.15 in c:\users\owner\appdata\local\programs\python\python36\lib\site-packages (from PyQt5->-r requirements.txt (line 4)) (5.15.2)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\owner\appdata\local\programs\python\python36\lib\site-packages (from requests->-r requirements.txt (line 6)) (1.26.3)
Requirement already satisfied: chardet<5,>=3.0.2 in c:\users\owner\appdata\local\programs\python\python36\lib\site-packages (from requests->-r requirements.txt (line 6)) (4.0.0)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\owner\appdata\local\programs\python\python36\lib\site-packages (from requests->-r requirements.txt (line 6)) (2020.12.5)
Requirement already satisfied: idna<3,>=2.5 in c:\users\owner\appdata\local\programs\python\python36\lib\site-packages (from requests->-r requirements.txt (line 6)) (2.10)

C:\Users\Owner\Desktop\Python-CSGO-Cheat-main>python ProjectX.py
File "ProjectX.py", line 10
cd 'C:\Users\Owner\Desktop\Python-CSGO-Cheat-main\requirements.txt'
^
SyntaxError: invalid syntax

C:\Users\Owner\Desktop\Python-CSGO-Cheat-main>python ProjectX.py
File "ProjectX.py", line 10
cd 'C:\Users\Owner\Desktop\Python-CSGO-Cheat-main\requirements.txt'
^
SyntaxError: invalid syntax

C:\Users\Owner\Desktop\Python-CSGO-Cheat-main>python chinaversion.py
f4we03qlwp5q3q45q5890wu4892h59ut)ZQ$/Z§W784zw0682732z57890Z/Z/(§$%Z=!§(%/08($12
2021-03-07 13:40:18,229 - pymem - DEBUG - Process 10236 is being debugged
2021-03-07 13:40:18,262 - pymem - DEBUG - Process 10236 is being debugged
2021-03-07 13:40:18,638 - pymem - DEBUG - Process 10236 is being debugged

Could not read memory at: 46056, length: 4 - GetLastError: 299

Hi,

I am getting an infinite looping with this message:

Round not started yet

I inserted an print exception in the piece of code:

          try:
                player = pm.read_int( client + dwLocalPlayer )
                engine_pointer = pm.read_int( engine + dwClientState )
                glow_manager = pm.read_int( client + dwGlowObjectManager )
                crosshairID = pm.read_int( player + m_iCrosshairId )
                getcrosshairTarget = pm.read_int( client + dwEntityList + (crosshairID - 1) * 0x10 )
                immunitygunganme = pm.read_int( getcrosshairTarget + m_bGunGameImmunity )
                localTeam = pm.read_int( player + m_iTeamNum )
                crosshairTeam = pm.read_int( getcrosshairTarget + m_iTeamNum )
            except Exception as e:
                print( "Round not started yet" )
                print(e)
                time.sleep( 5 )
                continue

And i am getting this message:

Could not read memory at: 46056, length: 4 - GetLastError: 299

Could you please help me? I can pay if needed. Thanks!

Offset Dumping Issues

I dumped offsets for the update with the hzd config you gave me, but the cheat isn't functioning.

I don't mind waiting for you to do it, just need help understanding how for myself.

It stopped working

I dont know if the game got updated but it stopped working it just show the "Round not started yet" message

pymem.exception.CouldNotOpenProcess

so my problem is that the cheat worked but now it just tell´s me :

Traceback (most recent call last):
File "C:\Users\juerg\OneDrive\Desktop\cs_hax\chinaversion.py", line 65, in
pm = pymem.Pymem("csgo.exe")
File "E:\python\lib\site-packages\pymem_init_.py", line 44, in init
self.open_process_from_name(process_name)
File "E:\python\lib\site-packages\pymem_init_.py", line 204, in open_process_from_name
self.open_process_from_id(self.process_id)
File "E:\python\lib\site-packages\pymem_init_.py", line 226, in open_process_from_id
raise pymem.exception.CouldNotOpenProcess(self.process_id)
pymem.exception.CouldNotOpenProcess: Could not open process: 15836

pls help is there a fix =?

CS 1.6

Hey, I really like these cheats! And I would like to ask if you could do the same cheats for cs 1.6? It would be amazing!

Stopped Work, I Think Offsets Need Updated...

Believe this is the problem, I tried to fix it myself but, I ended up breaking it more when updating offsets, so might be more than that.

If you could give me a push in the right direction involving the offsets, I'd be willing to update it manually every time the game updates itself and than putting it in as a pull request for you.

unavailable

I input in CMD“ pythonProjectLarry.py ”It didn't work
QQ图片20210121202406And is that normal?

several pymem pointer errors

i use the newest versions of Offsets.
WH, noFlash, Triggerbot, Radar and Bunny works fine.
FOVchanger i didnt tested ;)

Error Aimbot in Line 527
localpos_x_angles = pm.read_float( engine_pointer + dwClientState_ViewAngles )

Error Recoil Control in Line 633
rcs_x = pm.read_float( engine_pointer + dwClientState_ViewAngles )

Error for RankReveal in Line 706
player_info = pm.read_int( (pm.read_int( engine.lpBaseOfDll + dwClientState )) + dwClientState_PlayerInfo )

COOP Mission Not Working

hello can you please check and fix the issue when you play last coop mission from broken fang operation, walls and aim dosnt work just says on console round not started yet! thanks

Error Codes with the new ProjectX file

2021-03-30 08:12:22,240 - pymem - DEBUG - Process 40864 is being debugged
2021-03-30 08:12:22,667 - pymem - DEBUG - Process 40864 is being debugged
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Users\James\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\pymem_init_.py", line 959, in write_float
pymem.memory.write_float(self.process_handle, address, value)
File "C:\Users\James\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\pymem\memory.py", line 826, in write_float
res = write_bytes(handle, address, value, length)
File "C:\Users\James\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\pymem\memory.py", line 588, in write_bytes
raise pymem.exception.WinAPIError(error_code)
pymem.exception.WinAPIError: Windows api error, error_code: 87

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.752.0_x64__qbz5n2kfra8p0\lib\threading.py", line 954, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.752.0_x64__qbz5n2kfra8p0\lib\threading.py", line 892, in run
self._target(*self._args, **self.kwargs)
File "C:\Users\James\Documents\CSGO-Side\Revolutionary\ProjectX.py", line 575, in main
pm.write_float( glow_manager + entity_glow * 0x38 + 0x4, float( r ) ) # R
File "C:\Users\James\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\pymem_init
.py", line 961, in write_float
raise pymem.exception.MemoryWriteError(address, value, e.error_code)
pymem.exception.MemoryWriteError: Could not write memory at: -1970514780, length: 0.0 - GetLastError: 87

Question

How can i make it so some features will be checked automatically after opening the menu?

only ui

only ui happen, when I start the game, wall is not work for my computer

unavailable

Hello, I tried your method, but still no response
QQ图片20210122154515
Is that right?

Won't Open

I am getting the following error:

File "D:\Python-CSGO-Cheat\ProjectX.py", line 31, in
dwClientState_ViewAngles = int( response["signatures"]["dwClientState_ViewAngles"] )
KeyError: 'dwClientState_ViewAngles'

Entity Reading issue

Hi there, Currently working on a modification to your base.
I was wondering why this sometimes returns a negative value and causes the whole thing to break.
I have restarted CS and Computer multiple times and still the same error.
Any help would be appreciated.
entity = pm.read_int(client + dwEntityList + i * 0x10)
print(entity)
Output: -2014494064

[QUESTIONS] About PyMem

1.vac detects PyMem?
2. if i make my own cheat, writed line by line by me, have chance to get detected by VAC?

i am banned

bro i thought this cheatings not detected by vac secure. now i been banned by vac on competitive

Error while installing

Im having a small issue with installing that cheat. I have done everything u said and it didnt work. Can someone help me please?
image

help me please!!!

Hello, when you open the Project X file, it immediately closes and nothing happens, what should I do?
image

Aimer Player Key Changer

Can you make that there will be a key that changes the person who is being aimed by the aimbot?

Dynamic Offsets

What about using requests to get hazedumper offsets

import requests

offsets = 'https://raw.githubusercontent.com/frk1/hazedumper/master/csgo.json'
response = requests.get(offsets).json()


dwEntityList = int(response["signatures"]["dwEntityList"])

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.