alias "rightramp" "-moveright;wait;+moveleft" alias "leftramp" "-moveleft;wait;+moveright" bind "a" "rightramp" bind "d" "leftramp" alias "stop" "wait;-moveright;wait;-moveleft" bind "]" "stop"
// KreedZ Checkpoint script //set x to the button wich you want to make checkpoint //set z to the button wich you want to go to your last checkpoint
bind "z" "say /tp" bind "x" "say /cp"
//For warcraft 3 servers //set 6 to the button for opening war3 menu //set 7 to the button for opening shopmenu 1 //set 8 to the button for opening shopmenu 2
//A simple bunny hop script that jumps and ducks in air for bettter speed //hold jump to bunny hop
bind "space" "+bduck" alias +bduck "alias _special @bduck;@bduck" alias -bduck "alias _special;-duck" alias @bduck "special;wait;+jump;wait;+duck;-jump" echo Bduck loaded.
//Surf script that prevent to press forward when surf //jump to activate and jump to stop the script
Alias no4wrd "unbind w" alias 4wrd "bind w +forward" alias wtog nojmp alias nojmp "+jump; no4wrd; alias wtog jmp" alias jmp "+jump; 4wrd; alias wtog nojmp" bind space wtog sv_airaccelerate 100 alias quitcs "say bye; quit" bind "w" "quitcs" ^MoHe