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

@ -22,13 +22,13 @@ namespace big
[this] {
dx_on_tick();
},
-5);
-5);
g_renderer->add_wndproc_callback([this](HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
wndproc(hwnd, msg, wparam, lparam);
});
g_renderer->add_dx_callback(esp::draw, 2);// TODO: move to ESP service
g_renderer->add_dx_callback(esp::draw, 2); // TODO: move to ESP service
g_renderer->add_dx_callback(view::context_menu, 1);
dx_init();