This is my script made with my own hand ! :) Works only on aa 100

Код:
alias "w1" "wait"
alias "w2" "wait; wait"
alias "w3" "wait; wait; wait"
alias "w4" "w2; w2"
alias "w5" "w4; w1"
alias "w6" "w4; w2"
alias "w8" "w4; w4"
alias "w10" "w6; w4"
alias "w20" "w10; w10"
alias "w30" "w20; w10"
alias "w50" "w20; w20; w10"
alias "w100" "w50; w50"

//Countjump Script by cr8ice

//Just some aliases don't change them
alias rightmove "+right;+moveright"
alias leftmove "+left;+moveleft"
alias stopright "-right;-moveright"
alias stopleft "-left;-moveleft"
alias 450 "cl_yawspeed 450"

//Prestrafe
alias "pre" "cl_yawspeed 114;+forward;w50;rightmove;w50;w20;w20;stopright;-forward;+duck;w1;-duck;cl_yawspeed 390;rightmove;w20;w1;stopright;+jump;wait;-jump"

//Air Strafe
alias "Firststrafe" "450;rightmove;w5;stopright"
alias "SecondStrafe" "leftmove;w5;stopleft"
alias "ThirdStrafe" "rightmove;w5;stopright"
alias "ThirtStrafe" "leftmove;w5;stopleft"
alias "FifthStrafe" "rightmove;w5;stopright"
alias "SixthStrafe" "leftmove;w5;stopleft"
alias "SeventhStrafe" "rightmove;w5;stopright"
alias "EithStrafe" "leftmove;w5;stopleft"
alias "NinthyStrafe" "rightmove;w5;stopright"
alias "TenthyStrafe" "leftmove;w5;stopleft"
alias "EleventhyStrafe" "rightmove;w5;stopright"
alias "TwelveStrafe" "rightmove;w5;stopright"
alias "NextStrafe" "leftmove;w5;stopleft"

alias "duck" "+duck;w50;-duck"

alias "cj" "rightmove;leftmove;stopright;stopleft;450;pre;firststrafe;secondstrafe;thirdstrafe;thirtstrafe;sixthstrafe;seventhstrafe;eithstrafe;ninthystrafe;tenthystrafe;eleventhystrafe;twelvestrafe;nextstrafe;duck"

//Bind command
bind "x" "cj"