// counter-strike
// Auto Fire script
bind mouse1 +autofire
alias autoshoot "shot;shot;shot"
alias shot "+attack;wait;-attack"
alias +autofire "alias m_pitch autoshoot;m_pitch"
alias -autofire "alias m_pitch norm"
alias norm ";"
// Since m_pitch command runs it self over every .45 seconds. You might be able to take out all but one. Just mess around with it more.