Bunny hop commands
Normal bunny hop
Auto bhop while holding space, with the regular matchmaking velocity limits — top speed matches a normal server.
You can copy and paste it to the console.
sv_cheats 1;sv_enablebunnyhopping 1;sv_maxvelocity 3500;sv_staminamax 0;sv_staminalandcost 0.050;sv_staminajumpcost 0.080;sv_accelerate_use_weapon_speed 0;sv_staminarecoveryrate 0;sv_autobunnyhopping 1;sv_airaccelerate 12Fast bunny hop
Auto bhop while holding space with raised velocity limits — you keep accelerating with each hop and can reach absurd speeds.
You can copy and paste it to the console.
sv_cheats 1;sv_enablebunnyhopping 1;sv_maxvelocity 7000;sv_staminamax 0;sv_staminalandcost 0;sv_staminajumpcost 0;sv_accelerate_use_weapon_speed 0;sv_staminarecoveryrate 0;sv_autobunnyhopping 1;sv_airaccelerate 2000| Command | Description |
|---|---|
| sv_cheats | If true, allows you to use console commands that are normally locked behind cheat protection. It's a built-in Valve command and is completely safe from VAC. |
| sv_enablebunnyhopping | Allow jump speed to exceed 1. |
| sv_autobunnyhopping | Players automatically re-jump while holding jump button |
| sv_maxvelocity | Maximum speed any ballistically moving object is allowed to attain per axis. |
| sv_airaccelerate | Default: 12 |
| sv_staminamax | Maximum stamina penalty |
| sv_staminalandcost | sv_legacy_jump only: Stamina penalty for landing |
| sv_staminajumpcost | sv_legacy_jump only: Stamina penalty for jumping |
| sv_staminarecoveryrate | Rate at which stamina recovers (units/sec) |
| sv_accelerate_use_weapon_speed | Default: true |