addresses updated + menu shortcut set to INS

This commit is contained in:
Jadis0x
2024-05-21 22:43:05 +03:00
parent d32b92d1e3
commit ad4bf3e659
7 changed files with 251871 additions and 252134 deletions

View File

@@ -53,9 +53,6 @@ void DrawVisualsTab() {
ImGui::SameLine();
ImGui::Text("Flashlight color");
ImGui::Checkbox("Unlimited UV", &settings::unlimited_uv);
ImGui::Checkbox("Fullbright", &settings::fullbright);
ImGui::Checkbox("Player ESP", &settings::player_esp);
ImGui::SameLine();
bool open_pelcolor_popup = ImGui::ColorButton("playerespcolor", ImVec4(settings::player_esp_color[0], settings::player_esp_color[1], settings::player_esp_color[2], settings::player_esp_color[3]));