The cheat currently has the following features:
- ESP
- Player ESP
- Toggle friends only/enemies only/all
- Different color for Steam friends
- Box
- Skeleton
- Health
- Name
- Player class
- Weapon
- Conditions
- Invulnerable
- Invisible (cloaked)
- Disguised
- Taunting
- Crit boosted
- Mini-Crit boosted
- Scoped
- Marked (piss, etc.)
- Mad Milk
- Burning
- Bleeding
- Ignore invisible spies
- Building ESP
- Toggle friends only/enemies only/all
- Toggle building types
- Box
- Health
- Name (type of building)
- Stickybomb ESP
- Ammo box ESP
- Healing items ESP
- Player ESP
- Chams
- Players
- Local player (thirdperson)
- Weapons (viewmodel and world)
- Viewmodel arms
- Aimbot
- Custom FOV
- Custom smoothing
- Degree threshold before shooting (for smoothing)*
- Custom hitboxes
- Silent
- Auto-shoot on key (
PgUp
)* - Ignore walls
- Auto-scope
- Disable if unscoped
- Disable if spectated in 1st person
- Draw FOV circle
- Meleebot
- pSilent
- Swing prediction
- Auto-attack on key (
PgUp
)* - Disable if spectated in 1st person
- Common settings for aimbot/meleebot
- Ignore invulnerable players (uber, bonk, etc.)
- Ignore steam friends
- Ignore invisible spies
- Automedigun (automatically heal the best target)
- pSilent
- Custom smoothing
- Custom time before switching targets
- Auto-detonate stickies
- Also apply to ourselves
- Custom distance for detonating
- Misc visuals
- Remove sniper scope overlay
- Custom FOV
- Apply when scoped
- Thirdperson
- Client or network angles (for displaying AA, silent aim, etc.)
- Show velocity
- Show at jumps
- Show vertical speed
- Watermark
- Spectator list
- Misc
- BunnyHop
- Autostrafe
- Legit
- Rage
- Anti-aim
- Custom pitch and yaw
- Spinbot with custom speed
- Auto-rocketjump (on Mouse2)
- Pitch degrees when moving
- Melee crithack
- Custom chance percentage
- Spy’s auto-backstab
- NoPush (no teammate collision)
- Anti-AFK
- Disable cheat when taking steam screenshots
- Custom colors for most settings
- JSON config system
- All the “Player” settings also apply to MvM bots.
- The degree threshold setting changes the amount of degrees away from the target that the cheat will consider as valid. This is used with smoothing to shoot a bit before reaching the target angle.
- Currently the menu has no “Keybinds” option, so if you want to change the
aimbot or meleebot keybinds, you need to do one of these:
- Change the keycodes for each config by editing the JSON directly. The
options are called
aim_keycode
andmelee_keycode
. You can find the keycodes here. - Change the default keycodes from the code: src/include/settings.h
- Change the keycodes for each config by editing the JSON directly. The
options are called
- If the aimbot/meleebot keycode is 0, it will use mouse1 (
IN_ATTACK
) as key. This means that the aimbot will auto-shoot when holding mouse1 and will not attack if there is no target. This can act as the old “Release attack if no valid target” setting.