Several feature additions (#889)

* Added Infinite Range
* Added Fill Ammo
* Added Aim Assist
* Added Hud Color Options
* Added Clear Wanted Level
* Added Health Regen
* curly brackets in invisibility
* Added hotkeys
* Improved Increased Damage
This commit is contained in:
TheGreenBandit
2023-03-13 17:10:21 -04:00
committed by GitHub
parent cb23e221b6
commit d87caaa6d7
31 changed files with 377 additions and 160 deletions

View File

@ -40,6 +40,8 @@ namespace big
g_hotkey_service->update_hotkey("invisveh", g.settings.hotkeys.invisveh);
if (ImGui::Hotkey("Toggle Local Veh Invisibility", &g.settings.hotkeys.localinvisveh))
g_hotkey_service->update_hotkey("localinvisveh", g.settings.hotkeys.localinvisveh);
if (ImGui::Hotkey("Fill Ammo", &g.settings.hotkeys.fill_ammo));
g_hotkey_service->update_hotkey("fillammo", g.settings.hotkeys.fill_ammo);
if (ImGui::Hotkey("Rage Quit (Like Alt + F4)", &g.settings.hotkeys.fast_quit))
g_hotkey_service->update_hotkey("fastquit", g.settings.hotkeys.fast_quit);
if (ImGui::Hotkey("Toggle Command Executor", &g.settings.hotkeys.cmd_excecutor))