It's the same bhop that we all know,but it also ducks in air.Why? You gain more speed,you can make strafe/fake/other jumps better.

Код:
//Bind
bind "space" "+bduck"
//Script
alias +bduck "alias _special @bduck;@bduck"
alias -bduck  "alias _special;-duck"
alias @bduck "special;wait;+jump;wait;+duck;-jump"
//Echo
echo Bduck loaded.