~by CSSyourmom
If you don't know how to use a script, simply open notepad, copy and paste the section between \\START Here and \\END Here into a new notepad document, make it as all files, save it as [whatever].cfg, and save it under \\:C>program files>steam>steamapps>yourusername>Counter-strike source>cstrike>cfg
What this script will do is after you shoot, you will move from left to right then switch to your knife and back (best used for Scoutzknivez map). \\START Here
Echo "_______________________________"
Echo "|****AWP/scout/knife script loaded*****|"
Echo "|_______~ By CSSyourmom _______|"
Echo "^_____________________________^"
Echo ""
alias w5 "wait; wait; wait; wait; wait"
alias w25 "w5;w5;w5;w5;w5"
alias ASK "+attack; w5; use weapon_knife; w5; lastinv; w5; -attack; +moveleft; w25; -moveleft; +moveright; w25; -moveright"
bind mouse1 "ASK"
\\END Here