Add ragebot with nospread, auto stop/fire, recoil control and separate Legitbot/Ragebot GUI tabs

This commit is contained in:
2026-08-05 18:12:08 +02:00
parent f2482195b4
commit 12ae5bef43
5 changed files with 349 additions and 0 deletions
@@ -88,6 +88,22 @@ namespace Settings
inline auto HitchanceSamples = 64;
inline auto SeedTrigger = false; // deterministic: only fire if the real bullet (current random_seed) would hit
}
namespace Ragebot
{
inline auto Active = false;
inline auto Mode = 0; // 0 = Hold Key, 1 = Always, 2 = Toggle
inline auto Key = VK_MENU; // Alt
inline auto Hitbox = 0; // 0 = Head, 1 = Nearest, 2 = Chest, 3 = Stomach, 4 = Legs
inline auto FOV = 10; // degrees
inline auto Hitchance = 70; // percent, 0 = off
inline auto HitchanceSamples = 64;
inline auto AutoFire = true;
inline auto AutoStop = true;
inline auto NoSpread = true;
inline auto Recoil = true;
inline auto IgnoreTeammates = true;
inline auto VisibleOnly = true;
}
namespace Colors
{
namespace Visual