Temp fix for random crashes during the game while using ESP #64
Reference in New Issue
Block a user
Delete Branch "V2_recode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request addresses issue #60 by implementing a temporary fix to prevent random crashes related to the ESP feature during gameplay. The main changes include updates to esp.cpp and modifications in the hNolanBehaviour_Update hook.
Changes Made:
hNolanBehaviour_Update Hook:
ESP.cpp Modifications:
ESP.h Update:
Summary:
These changes aim to stabilize the ESP feature by managing entity lists more effectively and avoiding invalid memory accesses. The temporary fixes implemented will mitigate random crashes, especially during non-menu gameplay scenarios.
Please review these changes and let me know if there are any adjustments needed. Thank you!
Everything seems to be good, thanks a lot for the contribution !