Thread: Command Blocker
View Single Post
talpa
Member
Join Date: Jun 2007
Old 08-13-2008 , 09:08   Re: Command Blocker
Reply With Quote #25

hi is possible block all script like this:
Quote:
//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""
tnx for now
talpa is offline