Description:

This script will control how many shots you fire, (1 shot, 3 shots, 5 shots or full auto) works best with the AK, thus the name.

-----
alias "dev0" "developer 0"
alias "dev1" "developer 1"
// Adjust the amount of waits in the next alias until you find the one that works the best according to your system and connection.
alias w3 "wait; wait; wait; wait; wait"
alias "cycle" "cyclesemi"
alias "cycleauto" "bind mouse1 +attack; dev1; echo <---------- AUTO FIRE ---------->; alias cycle cyclesingle"
alias "cyclesingle" "bind mouse1 single; dev1; echo <---------- SINGLE FIRE ---------->; alias cycle cyclesemi"
alias "cyclesemi" "bind mouse1 semi; dev1; echo <---------- SEMIAUTO FIRE ---------->; alias cycle cycleburst"
alias "cycleburst" "bind mouse1 burst; dev1; echo <---------- BURST FIRE ---------->; alias cycle cycleauto"
alias "single" "+attack; w3; -attack"
alias "semi" "+attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack"
alias "burst" "+attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack"
bind "?" "cycle"

-----

Autor skryptu: Rodger That!