Added toggle to the key ESP, fixed demon ESP, and resolved ESP crashes

This commit is contained in:
KnucklesB
2024-07-18 17:18:17 -03:00
parent 61d331d38f
commit 739f15aeb2
7 changed files with 81 additions and 29 deletions

View File

@@ -29,6 +29,8 @@ namespace settings {
extern float demon_esp_color[4];
extern bool goat_esp;
extern float goat_esp_color[4];
extern bool key_esp;
extern float key_esp_color[4];
extern bool chat_spam;
extern std::string message;
extern bool spoof_level;