Advertisement
Guest User

Current Spy CFG

a guest
Mar 24th, 2013
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1.  
  2. alias +sapper "slot2; +attack"
  3. alias -sapper "-attack; wait 25; slot3"
  4. bind "mouse3" "+sapper"
  5.  
  6. // IMPORTANT READ ME
  7. // IN ORDER TO NOT BREAK YOUR OTHER CLASSES ADD THE FOLLOWING CODE IN THE BEGINNING OF ALL YOUR CLASS CFGs
  8.  
  9. bind 1 slot1
  10. bind 2 slot2
  11. bind 3 slot3
  12. bind 4 slot4
  13. bind 5 slot5
  14. bind q lastinv
  15. bind mwheelup invprev
  16. bind mwheeldown invnext
  17. bind mouse1 +attack
  18.  
  19. // All credit goes to StabbyStabby
  20. // http://www.youtube.com/stabbyvideo
  21.  
  22.  
  23. //Defaults for Spy, these are changed everytime I switch to the class, put YOUR settings here
  24. cl_crosshair_blue "200"
  25. cl_crosshair_green "175"
  26. cl_crosshair_red "0"
  27. cl_crosshair_scale "30"
  28. cl_crosshair_file "crosshair5"
  29.  
  30. r_drawviewmodel 1
  31.  
  32.  
  33. //Ambassador Zoom Script
  34. alias "+ambyzoom" "fov_desired 75; viewmodel_fov 54; viewmodel_fov_demo 54; sensitivity 2.0"
  35. alias "-ambyzoom" "fov_desired 90; viewmodel_fov 70; viewmodel_fov_demo 70; sensitivity 2.8"
  36. bind "SHIFT" "+ambyzoom"
  37.  
  38.  
  39.  
  40. //Viewmodel Script
  41.  
  42.  
  43. bind "q" "switcher"
  44. bind "mouse2" "+watch;spec_prev"
  45.  
  46.  
  47. alias knife_vm_mode "bind mouse1 +viewmodel_knife"
  48. alias amby_vm_mode "bind mouse1 +viewmodel_amby"
  49. alias sap_vm_mode "bind mouse1 +viewmodel_sap"
  50.  
  51. alias +viewmodel_knife "+attack;r_drawviewmodel 1;spec_next"
  52. alias -viewmodel_knife "-attack;r_drawviewmodel 1"
  53. alias +viewmodel_amby "+attack;r_drawviewmodel 0;spec_next"
  54. alias -viewmodel_amby "-attack;r_drawviewmodel 0"
  55. alias +viewmodel_sap "+attack;r_drawviewmodel 1;spec_next"
  56. alias -viewmodel_sap "-attack;r_drawviewmodel 1"
  57.  
  58.  
  59. alias equip_knife "slot3;r_drawviewmodel 1;knife_vm_mode"
  60.  
  61. alias equip_knife2amby "equip_knife;alias switcher equip_amby2knife;bind 2 equip_sap2knife;bind 3 equip_knife;bind 1 equip_amby2knife"
  62. alias equip_knife2sap "equip_knife;alias switcher equip_sap2knife;bind 2 equip_sap2knife;bind 3 equip_knife;bind 1 equip_amby2knife"
  63.  
  64. alias equip_amby "slot1;r_drawviewmodel 1;amby_vm_mode"
  65.  
  66. alias equip_amby2sap "equip_amby;alias switcher equip_sap2amby;bind 2 equip_sap2amby;bind 3 equip_knife2amby;bind 1 equip_amby"
  67. alias equip_amby2knife "equip_amby;alias switcher equip_knife2amby;bind 2 equip_sap2amby;bind 3 equip_knife2amby;bind 1 equip_amby"
  68.  
  69. alias equip_sap "slot2;r_drawviewmodel 1;sap_vm_mode"
  70.  
  71. alias equip_sap2knife "equip_sap;alias switcher equip_knife2sap;bind 2 equip_sap;bind 3 equip_knife2sap;bind 1 equip_amby2sap"
  72. alias equip_sap2amby "equip_sap;alias switcher equip_amby2sap;bind 2 equip_sap;bind 3 equip_knife2sap;bind 1 equip_amby2sap"
  73.  
  74. alias +watch "+attack2;r_drawviewmodel 1"
  75. alias -watch "-attack2;r_drawviewmodel 1"
  76.  
  77. equip_knife2amby
  78.  
  79.  
  80. //Ambassador Cooldown Color Change
  81. //Changes the color of the crosshair for a brief period of time, the exact time it takes for the Ambassador to cool off
  82. alias +AmbyHot "+attack; cl_crosshair_blue 0; cl_crosshair_green 100; cl_crosshair_red 255;"
  83. alias -AmbyHot "-attack; wait 165; cl_crosshair_blue 200; cl_crosshair_green 175; cl_crosshair_red 0"
  84.  
  85.  
  86. //Cooldown and Disguise
  87. //For when you want both commands enabled together
  88. //Changes the color of the crosshair for a brief period of time, the exact time it takes //for the Ambassador to cool off
  89. alias +AmbyandDisguise "+attack; cl_crosshair_blue 0; cl_crosshair_green 100; cl_crosshair_red 255; wait 195; cl_crosshair_blue 200; cl_crosshair_green 175; cl_crosshair_red 0"
  90. alias -AmbyandDisguise "-attack; lastdisguise"
  91.  
  92.  
  93.  
  94. //Spy Toggle
  95. //Toggles auto diguise commands and Amnbassador Cooldown on and off
  96. alias "spytoggle" "set1"
  97. alias "set1" "bind mouse1 +disguiseattack; alias spytoggle set2; echo DISGUISE ON ATTACK ENABLED"
  98. alias "set2" "bind mouse1 +AmbyHot; alias spytoggle set3; echo AMBY COLOR CHANGE ENABLED"
  99. alias "set3" "bind mouse1 +AmbyandDisguise; alias spytoggle set4; echo AUTO DISGUISE AND COOLDOWN ENABLED"
  100. alias "set4" "bind mouse1 +attack; alias spytoggle set1; echo DISGUISE ON ATTACK AND COOLDOWN DISABLED"
  101. bind "G" "spytoggle"
  102.  
  103.  
  104.  
  105. //Disguise drop key, to enable faster Spy Capping and drop disguise when auto disguise is enabled
  106. alias dropdisguise "echo DISGUISE_DROP;disguise 8 -2"
  107.  
  108. bind "N" "dropdisguise"
  109.  
  110. alias dotxhairtype "dotxhairtypeb"
  111. alias dotxhairtypeb "cl_crosshair_file crosshair1;cl_crosshair_scale 30;alias dotxhairtype dotxhairtyper"
  112. alias dotxhairtyper "cl_crosshair_file crosshair5;cl_crosshair_scale 15;alias dotxhairtype dotxhairtypeb"
  113.  
  114.  
  115. alias dotxhaircolor "dotxhaircolorb"
  116. alias dotxhaircolorb "cl_crosshair_blue 0; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorc"
  117. alias dotxhaircolorc "cl_crosshair_blue 255; cl_crosshair_green 0; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolord"
  118. alias dotxhaircolord "cl_crosshair_blue 240; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorb"
  119.  
  120.  
  121. cl_autoreload 1
  122.  
  123. bind "w" +fw
  124. alias +fw "+forward;dotxhaircolor"
  125. alias -fw "-forward;dotxhaircolor"
  126.  
  127. bind "s" +bw
  128. alias +bw "+back;dotxhaircolor"
  129. alias -bw "-back;dotxhaircolor"
  130.  
  131. bind "d" +mr
  132. alias +mr "+moveright;dotxhaircolor"
  133. alias -mr "-moveright;dotxhaircolor"
  134.  
  135. bind "a" +ml
  136. alias +ml "+moveleft;dotxhaircolor"
  137. alias -ml "-moveleft;dotxhaircolor"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement