Этот скрипт позволит вам стрелять по 1, 2, 3 патрону
Этот скрипт позволит вам стрелять по 1, 2, 3 патрону.
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"