Closed ElOxo closed 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
das lass ich solange so bis ich herausgefunden habe warum der import fehlschlägt
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'