SourLen / Python-CSGO-Cheat

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

Trotz mehrmaligem Neustart von CS erhalte ich den NoneType error #92

Closed ElOxo closed 2 years ago

ElOxo commented 2 years ago

Traceback (most recent call last): File "ProjectX_V2.py", line 3, in from Utils.Bhop import File "D:\Sonstiges\CS-GO\new Cheat\Python-CSGO-Cheat\Utils\Bhop.py", line 1, in from Utils.Offsets import File "D:\Sonstiges\CS-GO\new Cheat\Python-CSGO-Cheat\Utils\Offsets.py", line 69, in dwEntityList = get_sig( pm1, "client.dll",bytes(PatternDict["dwEntityList"], encoding="raw_unicode_escape"), 0, 1 ) File "D:\Sonstiges\CS-GO\new Cheat\Python-CSGO-Cheat\Utils\Offsets.py", line 41, in get_sig match = re.search( pattern, bytes ).start() AttributeError: 'NoneType' object has no attribute 'start'

SourLen commented 2 years ago

Sehr wierder error in letzter zeit mit dem dwEntityList Offset, pattern auf hazedumper ist nich aktuell/korrekt, da ich selbst nicht weiß wie man das fixen kann, habe ich in der neuesten Version vom cheat das offset einfach gehardcoded

SourLen commented 2 years ago

das lass ich solange so bis ich herausgefunden habe warum der import fehlschlägt