How to use scripts?

  • copy whole script to your config
  • then add bind to your config – for example: bind x +bhop and replace key and name of the alias

Automatic bunnyhop – just press the key
//auto bunnyhop
alias +bhop "alias _special _h;_h"
alias _h "+jump;wait;-jump;wait;special"
alias -bhop "alias _special"

Manual bunnyhop – you must press before each jump
//manual bunnyhop
alias "+bunnyhop" "+jump; wait; -jump; wait; +jump; wait;-jump; wait; +jump; wait; -jump; wait; +jump; wait; -jump; wait; +jump; wait; -jump; wait; +jump"
alias "-bunnyhop" "-jump"

Long jump script
alias "+lj" "wait;+duck;wait;wait;+jump;wait"
alias "-lj" "-jump;wait;-duck"

Box jump, double duck – fast climb on boxes
alias "+box" "+duck;wait;-duck;wait;+duck"
alias "-box" "-duck"

Walk/run toggle
alias ch "ch1"
alias ch1 "+speed; cl_forwardspeed 400; cl_sidespeed 400; cl_backspeed 400; alias ch ch0"
alias ch0 "-speed; cl_forwardspeed 500; cl_sidespeed 500; cl_backspeed 500; alias ch ch1"