Update aim.c, settings.h, and 2 more files...

This commit is contained in:
2025-04-04 18:55:08 -04:00
parent 6a640a716c
commit 51c3b979ea
4 changed files with 25 additions and 14 deletions

View File

@@ -27,6 +27,7 @@ typedef struct {
bool aimbot_enabled;
float aimbot_fov;
float aimbot_smooth;
bool aimbot_smoothing_enabled;
bool aimbot_silent;
bool aimbot_autoshoot;
bool aimbot_require_key;
@@ -67,6 +68,7 @@ inline void init_default_settings(void) {
g_settings.aimbot_fov = 5.0f;
g_settings.aimbot_smooth = 10.0f;
g_settings.aimbot_smoothing_enabled = true;
g_settings.aimbot_hitbox = 0;
g_settings.esp_mode = ESP_OFF;