Description:

This script is an addon really to the Counter-Script Crew's Fire Script, this one allows you to cycle through the different modes of firing.

-----
echo Burst Fire - PGUP
echo Duel Fire - home
echo Single fire - ins
echo Normal - Del
alias duelfire "bind mouse1 duel2; developer 1; echo Duel Fire Enabled; developer 0; bind end burstfire"
alias duel2 "+attack; wt3; -attack; wt3; +attack; wt3; -attack; wt3"
alias wt3 "wait; wait; wait"
alias burstfire "bind mouse1 burst3; developer 1; echo Burst Fire Enabled; developer 0; bind end standard"
alias burst3 "+attack; wt3; -attack; wt3; +attack; wt3; -attack; wt3; +attack; wt3; -attack; wt3;"
alias normal "bind mouse1 +attack; bind end burstfire; developer 1; echo Normal Fire Enabled; developer 0; bind end singlefire"
alias singlefire "bind mouse1 single1; developer 1; echo Single Fire Enabled; developer 0; bind end duelfire"
alias single1 "+attack; wt3; -attack; wt3; echo Single Fire Enabled"

alias fireselect "fireselect1"
alias fireselect1 "normal; alias fireselect fireselect2"
alias fireselect2 "singlefire; alias fireselect fireselect3"
alias fireselect3 "duelfire; alias fireselect fireselect4"
alias fireselect4 "burstfire; alisa fireselect fireselect1"

bind "x" "fireselect"

-----

Autor skryptu: Ronin