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

@@ -25,6 +25,8 @@ namespace settings {
float demon_esp_color[4] = { 255.f, 0, 0, 255.f };
bool goat_esp = false;
float goat_esp_color[4] = { 247.f, 156.f, 37.f, 255.f };
bool key_esp = false;
float key_esp_color[4] = { 251.f,225.f,104.f,255.f };
bool chat_spam = false;
std::string message = "deez nuts";

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;