Auto Re-Disguise from a list.
| Author(s): Rlaro |
| Category: TF2 > Action Scripts |
Notes/Usage Instructions:
----------------------------------------------------------
*UPDATED (24.03) (SCRIPT OPTIMISED)
Using the sapper no longer re-disguises
Using the gun will remove disguise for capturing
Only when using the knife (slot3) will activate the re-disguise script.
Removed the turn off script key
Toggling disguise colour now actively changes
-----------------------------------------------------------------
This script makes the spy auto-disguise after stabbing, then disguising to classes from a specified list.
It's much better than an ordinary auto-randomdisguise/auto-lastdisguise because you can eliminate the poor disguises while always keeping a fresh disguise.
It's great for when your cover gets busted after backstabbing and your disguise gets tainted. You can get busted, run away, then run back and they'll still be looking for the old disguise.
The auto-disguise toggles through PYRO, DEMOMAN and ENGINEER with everytime you stab.
You'll never have to worry about disguising ever again, Now you can get busy with the stabbing :)
O = Toggles the disguises team colour.
Comment if there is any problems! Feedback makes this script better! |
Script Code:
//Spy script - Random auto-disguise from a specified list.
//Script written by Larolaro http://larolaro.blogspot.com
//Feel Free to use this script however you wish - Please credit me where you can.
//This script makes the spy auto-disguise after stabbing, then disguising to classes from a specified list.
//It's much better than an ordinary auto-randomdisguise/auto-lastdisguise because you can eliminate the poor disguises.
//It's great for when your cover gets busted after backstabbing and your disguise gets tainted.
//The auto-disguise toggles through PYRO, DEMOMAN and ENGINEER with everytime you stab.
bind "o" "switch" //This makes the O Key toggle the disguises team colour.
//This next bit is the list of disguises. Using these three disguises are the most effective than any others.
//RED TOGGLER
;alias tglr "tglr1"
;alias tglr1 "disguise 4 2 ;alias tglr tglr2" //PYRO
;alias tglr2 "disguise 7 2 ;alias tglr tglr3" //DEMOMAN
;alias tglr3 "disguise 9 2 ;alias tglr tglr1" //ENGINEER
//BLUE TOGGLER
;alias tglb "tglb1"
;alias tglb1 "disguise 4 1 ;alias tglb tglb2" //PYRO
;alias tglb2 "disguise 7 1 ;alias tglb tglb3" //DEMOMAN
;alias tglb3 "disguise 9 1 ;alias tglb tglb1" //ENGINEER
//For this section the numbers "2" and "3" should be corresponding with your slot2 and slot3 keys
//by default it should work fine but will clash if you have other scripts that use the 2 and 3 keys or you binded your slot2 and slot3 keys to something else.
bind "2" "-attack; slot2; defaulter"
bind "3" "slot3; redstabdisguise"
;alias "setup3" "bind "3" "spyon3""
;alias "setup4" "bind "3" "spyon4""
//Leave this next bit as it is.
;alias "defaulter" "bind "MOUSE1" "+attack""
;alias "spyon2" "-attack; slot2; defaulter"
;alias "spyon3" "slot3; redstabdisguise"
;alias "spyon4" "slot3; bluestabdisguise"
;alias switch "switch1"
;alias switch1 "setup3; redstabdisguise; tglr; alias switch switch2"
;alias switch2 "setup4; bluestabdisguise ; tglb; alias switch switch1"
;alias "bluestabdisguise" "bind "MOUSE1" "+bstabdis""
;alias "+bstabdis" "+attack"
;alias "-bstabdis" "-attack; wait 20; lastdisguise; tglb"
;alias "redstabdisguise" "bind "MOUSE1" "+rstabdis""
;alias "+rstabdis" "+attack"
;alias "-rstabdis" "-attack; wait 20; lastdisguise; tglr" |
| Added: 7 months ago |
 Add Feedback |
 You cannot assess yet!Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login. This script in a nutshell... Helpful & Handy 2 x Helpful 1 x Handy You cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login. Like this script? Vote Rlaro . for one or more monthly awards. You must login or register to access this!Want more? Find related scripts. |