Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //ringo's spy config
- cl_hud_playerclass_use_playermodel 1
- //---------------\\
- //Disguise Script\\
- //---------------\\
- // aliases for disguises
- alias scout "disguise 1 -1; playgamesound scout.yes01"
- alias soldier "disguise 3 -1; playgamesound soldier.yes04"
- alias pyro "disguise 7 -1; playgamesound pyro.moveup01"
- alias demoman "disguise 4 -1; playgamesound demoman.yes01"
- alias heavy "disguise 6 -1; playgamesound heavy.yes03"
- alias engineer "disguise 9 -1; playgamesound engineer.yes03"
- alias medic "disguise 5 -1; playgamesound medic.yes03"
- alias sniper "disguise 2 -1; playgamesound sniper.yes03"
- alias spy "disguise 8 -1; playgamesound spy.yes02"
- alias scout2 "disguise 1 -2; playgamesound scout.no02"
- alias soldier2 "disguise 3 -2; playgamesound soldier.no02"
- alias pyro2 "disguise 7 -2; playgamesound pyro.no01"
- alias demoman2 "disguise 4 -2; playgamesound demoman_no03"
- alias heavy2 "disguise 6 -2; playgamesound heavy.no03"
- alias engineer2 "disguise 9 -2; play vo\engineer_no01"
- alias medic2 "disguise 5 -2; playgamesound medic.no01"
- alias sniper2 "disguise 2 -2; playgamesound sniper.no01"
- alias spy2 "disguise 8 -2; play vo\spy_no03"
- // binding to enemy disguises at start
- bind 1 "scout"
- bind 2 "soldier"
- bind 3 "pyro"
- bind 4 "demoman"
- bind 5 "heavy"
- bind 6 "engineer"
- bind 7 "medic"
- bind 8 "sniper"
- bind 9 "spy"
- // toggle Enemy Disguises
- alias sc1 "bind 1 scout"
- alias so1 "bind 2 soldier"
- alias py1 "bind 3 pyro"
- alias dm1 "bind 4 demoman"
- alias hv1 "bind 5 heavy"
- alias en1 "bind 6 engineer"
- alias md1 "bind 7 medic"
- alias sn1 "bind 8 sniper"
- alias sp1 "bind 9 spy"
- // toggle Friendly Disguises
- alias sc2 "bind 1 scout2"
- alias so2 "bind 2 soldier2"
- alias py2 "bind 3 pyro2"
- alias dm2 "bind 4 demoman2"
- alias hv2 "bind 5 heavy2"
- alias en2 "bind 6 engineer2"
- alias md2 "bind 7 medic2"
- alias sn2 "bind 8 sniper2"
- alias sp2 "bind 9 spy2"
- // toggles
- alias emode "sc1; so1; py1; dm1; hv1; en1; md1; sn1; sp1"
- alias fmode "sc2; so2; py2; dm2; hv2; en2; md2; sn2; sp2"
- // toggler
- alias +team_switch "fmode; echo Friendly team mode On"
- alias -team_switch "emode; echo Enemy team mode On"
- //-----\\
- //Binds\\
- //-----\\
- bind q lastdisguise // used for changing disguise weapon
- bind e +team_switch
- bind r "disguise 8 -2" //undisguise
- bind t "disguise 5 -1; slot2; lastdisguise" //switches to medic and checks medigun
- bind shift +duck
- bind w +mfwd
- bind s +mback
- bind a +mleft
- bind d +mright
- bind v taunt
- //-----------------------------\\
- //Print QERT Binds Into Console\\
- //-----------------------------\\
- echo "spy binds enabled"
- echo "q - lastdisguise"
- echo "e - friendly disguise"
- echo "r - undisguise"
- echo "t -checks medigun"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement