Advertisement
ph0xii

phoxii's spy cfg

Mar 7th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. //
  2. exec crosshairswitcher/switcher; spy
  3.  
  4. //
  5. slot3
  6. r_drawviewmodel 1
  7. knife_vm_mode
  8.  
  9. //
  10. cl_autoreload "0"
  11.  
  12. // color toggler
  13. alias dotxhaircolor "dotxhaircolorb"
  14. alias dotxhaircolorb "cl_crosshair_blue 0; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorc"
  15. alias dotxhaircolorc "cl_crosshair_blue 255; cl_crosshair_green 0; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolord"
  16. alias dotxhaircolord "cl_crosshair_blue 240; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorb"
  17.  
  18. // Null-cancelling movement script
  19. bind w +mfwd
  20. bind s +mback
  21. bind a +mleft
  22. bind d +mright
  23.  
  24. alias +mfwd "-back;+forward;alias checkfwd +forward;dotxhaircolor"
  25. alias +mback "-forward;+back;alias checkback +back;dotxhaircolor"
  26. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft;dotxhaircolor"
  27. alias +mright "-moveleft;+moveright;alias checkright +moveright;dotxhaircolor"
  28. alias -mfwd "-forward;checkback;alias checkfwd none;dotxhaircolor"
  29. alias -mback "-back;checkfwd;alias checkback none;dotxhaircolor"
  30. alias -mleft "-moveleft;checkright;alias checkleft none;dotxhaircolor"
  31. alias -mright "-moveright;checkleft;alias checkright none;dotxhaircolor"
  32. alias checkfwd none
  33. alias checkback none
  34. alias checkleft none
  35. alias checkright none
  36. alias none ""
  37.  
  38. //disguise
  39. bind kp_end e_scout
  40. bind kp_downarrow e_soldier
  41. bind kp_pgdn e_pyro
  42. bind kp_leftarrow e_demoman
  43. bind kp_5 e_hwguy
  44. bind kp_rightarrow e_engineer
  45. bind kp_home e_medic
  46. bind kp_uparrow e_sniper
  47. bind kp_pgup e_spy
  48.  
  49. alias e_scout "disguise 1 -1"
  50. alias e_sniper "disguise 2 -1"
  51. alias e_soldier "disguise 3 -1"
  52. alias e_demoman "disguise 4 -1"
  53. alias e_medic "disguise 5 -1"
  54. alias e_hwguy "disguise 6 -1"
  55. alias e_pyro "disguise 7 -1"
  56. alias e_spy "disguise 8 -1"
  57. alias e_engineer "disguise 9 -1"
  58.  
  59. alias a_scout "disguise 1 -2"
  60. alias a_sniper "disguise 2 -2"
  61. alias a_soldier "disguise 3 -2"
  62. alias a_demoman "disguise 4 -2"
  63. alias a_medic "disguise 5 -2"
  64. alias a_hwguy "disguise 6 -2"
  65. alias a_pyro "disguise 7 -2"
  66. alias a_spy "disguise 8 -2"
  67. alias a_engineer "disguise 9 -2"
  68.  
  69.  
  70. alias +f_disg "bind kp_end a_scout; bind kp_downarrow a_soldier; bind kp_pgdn a_pyro; bind kp_leftarrow a_demoman; bind kp_5 a_hwguy; bind kp_rightarrow a_engineer; bind kp_home a_medic; bind kp_uparrow a_sniper; bind kp_pgup a_spy"
  71. alias -f_disg "bind kp_end e_scout; bind kp_downarrow e_soldier; bind kp_pgdn e_pyro; bind kp_leftarrow e_demoman; bind kp_5 e_hwguy; bind kp_rightarrow e_engineer; bind kp_home e_medic; bind kp_uparrow e_sniper; bind kp_pgup e_spy"
  72.  
  73. bind ctrl +f_disg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement