Ссылка на Сообщение
#1
10.5.2010, 10:44
Burst - Single to 4 Round Shot
CODE
// Single Shot To 4 Shot Burst from LifeSlash
alias "w3" "wait; wait; wait"
alias "dev1" "developer 1"
alias "dev0" "developer 0"
alias "STDhome" "bind mouse1 +attack; bind home singleshot; dev1; echo SingleShot Disabled; dev0"
alias "STDpgup" "bind mouse1 +attack; bind pgup 2shot; dev1; echo 2 Shot Burst Disabled; dev0"
alias "STDpgdn" "bind mouse1 +attack; bind pgdn 3shot; dev1; echo 3 Shot Burst Disabled; dev0"
alias "STDend" "bind mouse1 +attack; bind end 4shot; dev1; echo 4 Shot Burst Disabled; dev0"
alias "credit" "echo Made By LifeSlash"
// Standard
alias "standard" "bind mouse1 +attack; dev1; echo Standard mode Enabled; dev0"
bind "DEL" "standard"
// Singleshot
// home
alias "burst1" "+attack; w3; -attack; w3"
alias "singleshot" "bind mouse1 burst1; bind home STDhome; dev1; echo SingleShot Enabled; dev0; credit"
bind "home" "singleshot"
// 2 Burst
// pgup
alias "burst2" "+attack; w3; -attack; w3; +attack; w3; -attack; w3"
alias "2shot" "bind mouse1 burst2; bind pgup STDpgup; dev1; echo 2 Shot Burst Enabled; dev0; credit"
bind "pgup" "2shot"
// 3 Burst
// pgdn
alias "3burst" "+attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack; w3"
alias "3shot" "bind mouse1 3burst; Bind pgdn STDpgdn; dev1; echo 3 Shot Burst Enabled; dev0; credit"
bind "pgdn" "3shot"
// 4 Burst
// end
alias "4burst" "+attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack; w3"
alias "4shot" "bind mouse1 4burst; Bind end STDend; dev1; echo 4 Shot Burst Enabled; dev0; credit"
bind "end" "4shot"
// Thank you for using my first script.
// Bugs? >> lifeslash@gmail.com << EMAIL NOT MSN.
alias "w3" "wait; wait; wait"
alias "dev1" "developer 1"
alias "dev0" "developer 0"
alias "STDhome" "bind mouse1 +attack; bind home singleshot; dev1; echo SingleShot Disabled; dev0"
alias "STDpgup" "bind mouse1 +attack; bind pgup 2shot; dev1; echo 2 Shot Burst Disabled; dev0"
alias "STDpgdn" "bind mouse1 +attack; bind pgdn 3shot; dev1; echo 3 Shot Burst Disabled; dev0"
alias "STDend" "bind mouse1 +attack; bind end 4shot; dev1; echo 4 Shot Burst Disabled; dev0"
alias "credit" "echo Made By LifeSlash"
// Standard
alias "standard" "bind mouse1 +attack; dev1; echo Standard mode Enabled; dev0"
bind "DEL" "standard"
// Singleshot
// home
alias "burst1" "+attack; w3; -attack; w3"
alias "singleshot" "bind mouse1 burst1; bind home STDhome; dev1; echo SingleShot Enabled; dev0; credit"
bind "home" "singleshot"
// 2 Burst
// pgup
alias "burst2" "+attack; w3; -attack; w3; +attack; w3; -attack; w3"
alias "2shot" "bind mouse1 burst2; bind pgup STDpgup; dev1; echo 2 Shot Burst Enabled; dev0; credit"
bind "pgup" "2shot"
// 3 Burst
// pgdn
alias "3burst" "+attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack; w3"
alias "3shot" "bind mouse1 3burst; Bind pgdn STDpgdn; dev1; echo 3 Shot Burst Enabled; dev0; credit"
bind "pgdn" "3shot"
// 4 Burst
// end
alias "4burst" "+attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack; w3"
alias "4shot" "bind mouse1 4burst; Bind end STDend; dev1; echo 4 Shot Burst Enabled; dev0; credit"
bind "end" "4shot"
// Thank you for using my first script.
// Bugs? >> lifeslash@gmail.com << EMAIL NOT MSN.