ESP + GLOW + MENU

This commit is contained in:
Erque
2025-11-03 18:38:47 +03:00
parent c52ce7664d
commit 1ffde57be6
5 changed files with 256 additions and 2 deletions
@@ -12,6 +12,12 @@ namespace Settings
inline auto Enemy = true;
inline auto OnlyVisible = false;
inline auto PlayerBox = true;
inline auto BoneESP = true;
inline auto BoneESPTeam = true;
inline auto BoneESPEnemy = true;
inline auto Glow = true;
inline auto GlowTeam = true;
inline auto GlowEnemy = true;
inline auto PlayerBoxType = 3;
}
@@ -28,6 +34,14 @@ namespace Settings
inline ImVec4 PlayerBoxTT_Visible = { 0 , 1.f , 0.f , 1.f };
inline ImVec4 PlayerBoxCT = { 65.f / 255.f , 200 / 255.f , 255.f / 255.f , 1.f };
inline ImVec4 PlayerBoxCT_Visible = { 0 , 1.f , 0.f , 1.f };
inline ImVec4 BoneESPTT = { 255.f / 255.f , 75.f / 255.f , 75.f / 255.f , 1.f };
inline ImVec4 BoneESPTT_Visible = { 0 , 1.f , 0.f , 1.f };
inline ImVec4 BoneESPCT = { 65.f / 255.f , 200 / 255.f , 255.f / 255.f , 1.f };
inline ImVec4 BoneESPCT_Visible = { 0 , 1.f , 0.f , 1.f };
inline ImVec4 GlowTT = { 255.f / 255.f , 75.f / 255.f , 75.f / 255.f , 1.f };
inline ImVec4 GlowTT_Visible = { 0 , 1.f , 0.f , 1.f };
inline ImVec4 GlowCT = { 65.f / 255.f , 200 / 255.f , 255.f / 255.f , 1.f };
inline ImVec4 GlowCT_Visible = { 0 , 1.f , 0.f , 1.f };
}
}
}