Commit Graph

10 Commits

Author SHA1 Message Date
KnucklesB
739f15aeb2 Added toggle to the key ESP, fixed demon ESP, and resolved ESP crashes 2024-07-18 17:18:17 -03:00
KnucklesB
61d331d38f Temp fix for random crashes during the game while using ESP 2024-07-16 16:13:15 -03:00
Jadis0x
c99f820fa6 crashing issues fixed
Fixed random crashes occurring while ESP is active. Tested extensively on several maps without crash reports. I believe the issue is resolved
2024-06-28 19:12:21 +03:00
3601c508cb fix: ESP crash in main menu
still crashes when leaving a game, Unity race conditions ig
2024-06-15 15:42:57 +02:00
ecb8841410 add: bypass server player limit, items/goats/demons/azael ESP 2024-06-15 15:05:40 +02:00
7aebbc26db fix: esp snapline color 2024-06-13 14:00:14 +02:00
Jadis0x
136d3d137e Transform namespace updated & freecam removed 2024-06-08 13:14:27 +03:00
Jadis0x
0b90598356 Reorganized UnityEngine namespace
Reorganized UnityEngine namespace by splitting headers into individual classes
2024-06-07 19:07:09 +03:00
Jadis0x
0b84c20f4a code optimization &new helper functions added / modified
- UnityCore namespace changed to UnityEngine
- Object class is no longer a template. FindObjectOfType function set to template
- Added LogComponents function. It helps us retrieve components from the target gameObject.
- Added GetObjectName function to Object structure (same method is available in utils header)
- Added ConvertToSystemString function.
Converts const char to system.string (app::String)
2024-06-06 20:43:35 +03:00
01bdc8e683 add: player esp and snaplines
for now the esp will show "Player" instead of the real player name //TOFIX
2024-05-28 10:22:36 +02:00