This script is 100% working.
If it doesn't work for you, you put it in wrong.
All you have to do is hit END on your keyboard.
Then you just hold space.
To turn it off just hit END again and you will start jumping.

Код:
//Script
alias +cgstrafe "alias _special gstrafe;gstrafe"
alias -cgstrafe "alias _special"
alias gstrafe "special; wait; +walk; +duck; wait; -walk; -duck"
//Toggler
alias toggleon "bind space +cgstrafe; bind END toggleoff"
alias toggleoff "bind space +jump; bind END toggleon"
//Bind
bind "END" "toggleon"

echo "******Corrupt`s GSTRAFE SCRIPT v2.0******"
echo "******SCRIPT LOADED SUCCESSFULLY!******"
echo "******BIND LOADED SUCCESSFULLY!******"
echo "******HOW TO USE!******"
echo "JUST HIT END ONCE TO TURN IT ON AND TWICE TO TURN IT OFF!"