Description:

This Script has 3 different types of shooting burst - shoots 3 in a row, dual - shoots 2 in a row and single - shoots 1 time. Press pgup to enable burst fire, home to enable duel fire, insert to enable single fire, del to go back to normal fire and end cycles through all of them.

-----
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"

bind "ins" "singlefire"
bind "end" "duelfire"
bind "pgup" "burstfire"
bind "home" "duelfire"
bind "del" "normal"

-----

Autor skryptu: The Counter-Script Crew