SourLen / Python-CSGO-Cheat

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

Entity Reading issue #59

Closed peter-rs closed 3 years ago

peter-rs commented 3 years ago

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

SourLen commented 3 years ago

how exactly is the script breaking? normally this error should be caught by the except statement. Maybe you could provide the exact error