Description:
This is a slightly edited version of the normal change fire rate script. The Burst fire is gone, and in its place is a sniper fire option that will switch to pistol and move left after the shot is taken. Also to be safe, there is a switch back to normal key, mouse 2, on normal fire it works as the special fire key, on the other fire modes it switches the fire rate back to normal. You may want to change this as it will switch back to normal fire after a shot has been taken in sniper mode. ----- //As always, feel free to change as much as you want alias d1 "developer 1" alias d0 "developer 0" alias KeyError "d1; echo This key is not valid for this selection; d0" //Semi, Burst or Normal// alias +sattack "normalfire" alias -sattack "wait; sattackoff; adjust_crosshair" alias sattackoff "-attack" alias +sattack2 "+attack2" alias -sattack2 "-attack2" alias smsg1 "d1; echo Normal-Mode; d0" alias smsg2 "d1; echo Semi-Mode; d0" alias smsg4a "d1; echo Sniper-Mode RUN LEFT; d0" alias smsg4b "d1; echo Sniper-Mode RUN RIGHT; d0" alias semifire "+attack; wait; -attack" alias normalfire "+attack; adjust_crosshair; alias +sattack2 +attack2" alias snipefireleft "+attack; wait; +moveleft -attack; wait; +moveleft; go_slot2; +moveleft; wait5; -moveleft" alias snipefireright "+attack; wait; +moveleft -attack; wait; +moveright; go_slot2; +moveright wait5; -moveright" alias getnormalfire "-sattack2; alias sselect select2; select1" alias sselect "select2" alias select1 "alias +sattack normalfire; smsg1; alias sselect select2; alias sselectleftright KeyError; alias +sattack2 +attack2; alias -sattack2 -attack2" alias select2 "alias +sattack semifire; smsg2; alias sselect select4a; alias +sattack2 getnormalfire" //If you want to change the reset button for sniper fire, then remove the "alias +sattack2 getnormalfire" command from the lines below alias select4a "alias +sattack snipefireleft; smsg4a; alias sselectleftright select4b; alias sselect select1; alias +sattack2 getnormalfire" alias select4b "alias +sattack snipefireright; smsg4b; alias sselectleftright select4a; alias +sattack2 getnormalfire" //Stop! alias ResetFireMode "MesgResetFireMode; alias +sattack normalfire; alias sselect select2" alias MesgResetFireMode "d1; echo Fire Mode Reset, now normal fire; d0" bind "MOUSE1" "+sattack" bind "MOUSE2" "+sattack2" bind "BACKSPACE" "sselectleftright" bind "'" "sselect" ----- Autor skryptu: monkey fist |