SourLen / Python-CSGO-Cheat

All-in-one, undetected CSGO cheat written in Python.
194 stars 43 forks source link

Seems like a update blocks ForceAttack #119

Closed Vandiliz3r closed 1 year ago

Vandiliz3r commented 1 year ago

Traceback (most recent call last): File "D:\AMDProfiler\CSGO\ProjectX_V2.py", line 8, in from Classes.PlayerVars import File "D:\AMDProfiler\CSGO\Classes\PlayerVars.py", line 1, in from Utils.Offsets import File "D:\AMDProfiler\CSGO\Utils\Offsets.py", line 83, in dwForceAttack = get_sig(pm1, "client.dll", bytes(PatternDict["dwForceAttack"], encoding="raw_unicode_escape"), 0, 2) File "D:\AMDProfiler\CSGO\Utils\Offsets.py", line 48, in get_sig match = re.search(pattern, bytes).start() AttributeError: 'NoneType' object has no attribute 'start'

SourLen commented 1 year ago

This is actually a quite common error message, most of the time it does not actully have something to do with an update but can be fixed by just restarting the game, the program or if nothing works just restarting your pc. If the issue should persist please message me again and I will take a look when I come home from work tonight.