Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. ///////////////////////////////
  2. // WHITE RICE'S SPY SCRIPTS //
  3. /////////////////////////////
  4. //-----------------------------
  5.  
  6. //////////////////////////////
  7. //Installation Instructions//
  8. ////////////////////////////
  9. //------------------------------
  10. //Open the spy.cfg file with notepad/wordpad and just copy and paste all this code (including this message) into your "spy.cfg" located in your cfg folder
  11.  
  12. ///////////////////////////////////////////////////////////////////////////////
  13. //Spy Presets // Crosshair/Viewmodel FOV/Sensitivity - Change to Your Liking//
  14. /////////////////////////////////////////////////////////////////////////////
  15. //-----------------------------------------------------------------------------
  16. viewmodel_fov 115
  17. cl_autoreload 0
  18. r_drawviewmodel 1
  19. cl_crosshair_file default
  20. sensitivity 3
  21. cl_crosshair_scale 29
  22. fov_desired 90
  23.  
  24. ///////////////////////////////////////////////////////////////////////////////////////////////////
  25. //Useful Binds//If you use these keys for other binds; you can switch the key that the bind uses//
  26. /////////////////////////////////////////////////////////////////////////////////////////////////
  27. //-------------------------------------------------------------------------------------------------
  28. bind p "say_team **Enemy Medic Running Uber**"
  29. bind o "say_team **Enemy Medic Running Kritzkrieg**"
  30. bind l "say_team **Enemy Medic Running Quick Fix**"
  31. bind k "say_team **Enemy Medic Running Vaccionator**"
  32. bind j "say_team **Enemy Spy Running Spycicle**"
  33. bind h "say_Team **Enemy Spy Running Dead Ringer**"
  34.  
  35. /////////////////////////////////////////////////////////////////////////////
  36. // Color Changing Crosshair Script // Usefull For A Very Visable Crosshair//
  37. ///////////////////////////////////////////////////////////////////////////
  38. //-------------------------------------------------------------------------
  39. alias dotxhaircolor "dotxhaircolorb"
  40. alias dotxhaircolorb "cl_crosshair_blue 0; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorc"
  41. alias dotxhaircolorc "cl_crosshair_blue 255; cl_crosshair_green 0; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolord"
  42. alias dotxhaircolord "cl_crosshair_blue 240; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorb"
  43.  
  44. //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  45. // Null-cancelling movement script // When pressing A and D at the same Time Or s and W, You will not stop in place//
  46. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  47. //------------------------------------------------------------------------------------------------------------------
  48. bind w +mfwd
  49. bind s +mback
  50. bind a +mleft
  51. bind d +mright
  52.  
  53. alias +mfwd "-back;+forward;alias checkfwd +forward;dotxhaircolor"
  54. alias +mback "-forward;+back;alias checkback +back;dotxhaircolor"
  55. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft;dotxhaircolor"
  56. alias +mright "-moveleft;+moveright;alias checkright +moveright;dotxhaircolor"
  57. alias -mfwd "-forward;checkback;alias checkfwd none;dotxhaircolor"
  58. alias -mback "-back;checkfwd;alias checkback none;dotxhaircolor"
  59. alias -mleft "-moveleft;checkright;alias checkleft none;dotxhaircolor"
  60. alias -mright "-moveright;checkleft;alias checkright none;dotxhaircolor"
  61. alias checkfwd none
  62. alias checkback none
  63. alias checkleft none
  64. alias checkright none
  65. alias none ""
  66.  
  67. //////////////////////////////////////////////////////////////////////////////////////////////////////////////
  68. // Sapping Script // Be Carefull When Messin With This Or The Sapping Alert May Carry Over To Other Weapons//
  69. ////////////////////////////////////////////////////////////////////////////////////////////////////////////
  70. //---------------------------------------------------------------------------------------------
  71. alias vmsap "bind mouse1 +sap"
  72. alias +sap "+attack;dotxhaircolor;r_drawviewmodel 1;sapalert"
  73. alias -sap "-attack;dotxhaircolor"
  74. alias sapalert "say_team sapping stuff"
  75.  
  76. alias +sapper "slot2;dodotxhaircolor;sensitivity 3;r_drawviewmodel 1;vmon;fov_desired 90;viewmodel_fov 115"
  77. alias -sapper "dotxhairtype;dotxhaircolor"
  78. bind "2" "+sapper;vmsap" //rebind to liking
  79. alias vmon "bind mouse1 +viewmodelon"
  80. alias +viewmodelon "+attack;dotxhaircolor;r_drawviewmodel 1;spec_next"
  81. alias -viewmodelon "-attack;dotxhaircolor;r_drawviewmodel 1"
  82.  
  83. alias +equip3 ";vmon;slot3;sensitivity 3;dotxhaircolor;cl_autoreload 0;m_yaw .0220000000;viewmodel_fov 115;r_drawviewmodel 1;alias wpn slot3"
  84. alias -equip3 "dotxhaircolor;fov_desired 90;r_drawviewmodel 1"
  85. bind "3" +equip3 //rebind to liking
  86.  
  87. alias +equip1 ";slot1;dotxhaircolor;r_drawviewmodel 1;sensitivity 3;viewmodel_fov 115;-sapper"
  88. alias -equip1 "dotxhaircolor;sensitivity 3;r_drawviewmodel 1;vmoff"
  89. bind "1" +equip1 //rebind to liking
  90.  
  91. bind "mouse2" "+spycustomattack2"
  92. alias +spycustomattack2 ";+attack2;dotxhaircolor;r_drawviewmodel 1;spec_prev"
  93. alias -spycustomattack2 "-attack2;dotxhaircolor;r_drawviewmodel 1"
  94.  
  95. echo "White Rice's Scripts Loaded" // confirms script loaded in the console
  96.  
  97. //////////////////////////////////////////////////////////////////
  98. //END OF THE SCRIPT THANKS FOR USING WHITE RICE's SPY SCRIPT :)//
  99. ////////////////////////////////////////////////////////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement