Add legit aimbot: smooth aim, per-hitbox toggles, humanization (reaction, target lock, jitter) and RCS with first-bullet option

This commit is contained in:
2026-08-05 18:27:21 +02:00
parent e51e39f7ed
commit cf5280e34f
4 changed files with 459 additions and 0 deletions
@@ -138,6 +138,41 @@ namespace Settings
inline auto DrawFov = false; // FOV-Kreis ums Fadenkreuz
inline auto DrawTarget = true; // Ziel markieren
}
namespace Legitbot
{
// --- Aktivierung ---
inline auto Active = false;
inline auto Mode = 0; // 0 = Hold Key, 1 = Always, 2 = Toggle
inline auto Key = VK_MENU; // Alt
// --- Aim ---
inline auto FOV = 8; // degrees
inline auto Smooth = 8; // 1 = sofort, höher = weicher
inline auto FovSmooth = true; // weicher bei großem Abstand zum Fadenkreuz
inline auto Hitbox_Head = true;
inline auto Hitbox_Neck = false;
inline auto Hitbox_Chest = true;
inline auto Hitbox_Stomach = true;
inline auto Hitbox_Pelvis = true;
// --- Humanisierung ---
inline auto ReactionDelay = 100; // ms bis das Ziel erfasst wird
inline auto TargetLockTime = 500; // ms Ziel-Sperre vor Wechsel
inline auto Jitter = 0.f; // Grad zufällige Abweichung (0 = aus)
// --- Recoil ---
inline auto RCS = false; // Recoil Control
inline auto RCS_FirstBullet = true;
inline auto RCS_Scale = 2.f;
// --- Sicherheit ---
inline auto IgnoreTeammates = true;
inline auto VisibleOnly = true;
// --- Overlay ---
inline auto DrawFov = false; // FOV-Kreis ums Fadenkreuz
inline auto DrawTarget = true; // Ziel markieren
}
namespace Colors
{
namespace Visual