Jump Crouch Bind

Jumping on tall boxes, bridges, and windows doesn’t require complex key combinations. All you have to do is crouch and then press jump to reach higher areas.

On this page

Jump Crouch Bind

Jumping on tall boxes, bridges, and windows doesn’t require complex key combinations. All you have to do is crouch and then press jump to reach higher areas.

Heres how to jump higher in CSGO without complex movement tactics.

alias "+hjump" "+jump; +duck"
alias "-hjump" "-jump; -duck"
bind "space" "+hjump"

Turns your space bar into a duck-jump instead of a regular jump. It holds “crouch” for as long as you hold space, and releases it when you release space. It doesn’t affect normal jumps since you’ll have let go of space before you hit the ground, but if you need the extra height you just hold space for the entirety of the jump.

Undo Jump Crouch Bind

bind "space" "+jump"