cybersquare420 • PM |
Jul 08, 2009 10:16 PM
|
{TIA}--DrPuffin'Kind--($$$)
![]() Posts: 332 |
exec autoexec.cfg
// Spy Quick Disguise // ================== alias spy_cycle_r2 "disguise 3 0; alias spy_cycleup spy_cycle_r3; alias spy_cycledn spy_cycle_r8; alias spy_colorswap spy_cycle_b2; spy_red" alias spy_cycle_r3 "disguise 7 0; alias spy_cycleup spy_cycle_r4; alias spy_cycledn spy_cycle_r2; alias spy_colorswap spy_cycle_b3; spy_red" alias spy_cycle_r4 "disguise 4 0; alias spy_cycleup spy_cycle_r5; alias spy_cycledn spy_cycle_r3; alias spy_colorswap spy_cycle_b4; spy_red" alias spy_cycle_r5 "disguise 6 0; alias spy_cycleup spy_cycle_r6; alias spy_cycledn spy_cycle_r4; alias spy_colorswap spy_cycle_b5; spy_red" alias spy_cycle_r6 "disguise 9 0; alias spy_cycleup spy_cycle_r7; alias spy_cycledn spy_cycle_r5; alias spy_colorswap spy_cycle_b6; spy_red" alias spy_cycle_r7 "disguise 5 0; alias spy_cycleup spy_cycle_r8; alias spy_cycledn spy_cycle_r6; alias spy_colorswap spy_cycle_b7; spy_red" alias spy_cycle_r8 "disguise 2 0; alias spy_cycleup spy_cycle_r2; alias spy_cycledn spy_cycle_r7; alias spy_colorswap spy_cycle_b8; spy_red" alias spy_cycle_b2 "disguise 3 1; alias spy_cycleup spy_cycle_b3; alias spy_cycledn spy_cycle_b8; alias spy_colorswap spy_cycle_r2; spy_blu" alias spy_cycle_b3 "disguise 7 1; alias spy_cycleup spy_cycle_b4; alias spy_cycledn spy_cycle_b2; alias spy_colorswap spy_cycle_r3; spy_blu" alias spy_cycle_b4 "disguise 4 1; alias spy_cycleup spy_cycle_b5; alias spy_cycledn spy_cycle_b3; alias spy_colorswap spy_cycle_r4; spy_blu" alias spy_cycle_b5 "disguise 6 1; alias spy_cycleup spy_cycle_b6; alias spy_cycledn spy_cycle_b4; alias spy_colorswap spy_cycle_r5; spy_blu" alias spy_cycle_b6 "disguise 9 1; alias spy_cycleup spy_cycle_b7; alias spy_cycledn spy_cycle_b5; alias spy_colorswap spy_cycle_r6; spy_blu" alias spy_cycle_b7 "disguise 5 1; alias spy_cycleup spy_cycle_b8; alias spy_cycledn spy_cycle_b6; alias spy_colorswap spy_cycle_r7; spy_blu" alias spy_cycle_b8 "disguise 2 1; alias spy_cycleup spy_cycle_b2; alias spy_cycledn spy_cycle_b7; alias spy_colorswap spy_cycle_r8; spy_blu" alias spy_red "alias spy2 spy_cycle_r2;alias spy3 spy_cycle_r3;alias spy4 spy_cycle_r4;alias spy5 spy_cycle_r5;alias spy6 spy_cycle_r6;alias spy7 spy_cycle_r7;alias spy8 spy_cycle_r8" alias spy_blu "alias spy2 spy_cycle_b2;alias spy3 spy_cycle_b3;alias spy4 spy_cycle_b4;alias spy5 spy_cycle_b5;alias spy6 spy_cycle_b6;alias spy7 spy_cycle_b7;alias spy8 spy_cycle_b8" spy_cycle_b8 // Initialize script and disguise as a Blue Sniper. Alter to taste. bind "MWHEELUP" "spy_cycleup" // Cycles disguise in the current color up a class by number. bind "MWHEELDOWN" "spy_cycledn" // Cycles disguise in the current color down a class by number. bind "END" "spy_colorswap" // Swaps to the other team color and starts a disguise of the last class you selected. bind "KP_DOWNARROW" "spy2" // Disguise as Current Color Soldier bind "KP_PGDN" "spy3" // Disguise as Current Color Pyro bind "KP_LEFTARROW" "spy4" // Disguise as Current Color Demoman bind "KP_5" "spy5" // Disguise as Current Color Heavy bind "KP_RIGHTARROW" "spy6" // Disguise as Current Color Engineer bind "KP_HOME" "spy7" // Disguise as Current Color Medic bind "KP_UPARROW" "spy8" // Disguise as Current Color Sniper bind "KP_INS" "spy_colorswap" // Swap to opposite color. |
lynxz17 • PM |
Jul 09, 2009 4:01 PM
|
God | {TIA}-Lynxz
![]() Posts: 292 |
find that kinda pointless faster for me to press 4 & # to switch
|
cybersquare420 • PM |
Jul 09, 2009 10:16 PM
|
{TIA}--DrPuffin'Kind--($$$)
![]() Posts: 332 |
read it closer... it also puts them all on the scroll wheel... i disguise with the twitch of my middle finger... much like when i am flipping u the bird... =D
|
lynxz17 • PM |
Jul 10, 2009 9:41 PM
|
God | {TIA}-Lynxz
![]() Posts: 292 |
you do do that alot :/ but i am used to the 4 + # thing
|