Advertisement
Splinxy

DADDY PALMTOP IS MAD AT ME ;-;-;-;-;-;-;-;

Apr 30th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. bind "0" "slot10"
  2. bind "1" "slot1"
  3. bind "2" "slot2"
  4. bind "3" "slot3"
  5. bind "4" "slot4"
  6. bind "q" "lastinv"
  7. bind "r" "+reload"
  8.  
  9. bind "mouse5" "mask"
  10. bind "mouse4" "ready"
  11. bind 8 none
  12. bind 9 none
  13. bind 0 none
  14.  
  15. //Vaccinator Medigun
  16. alias loSF loA
  17. alias loSB loD
  18. alias loA "load_itempreset 0; alias loSF loB; alias loSB loeD; play common/wpn_moveselect; normal; say_team loA"
  19. alias loB "load_itempreset 1; alias loSF loC; alias loSB loA; play common/wpn_moveselect; normal; say_team loB"
  20. alias loC "load_itempreset 2; alias loSF loD; alias loSB loB; play common/wpn_moveselect; normal; say_team loC"
  21. alias loD "load_itempreset 3; alias loSF loA; alias loSB loC; play common/wpn_moveselect; vacc; say_team loD"
  22. bind RIGHTARROW loSF
  23. bind LEFTARROW loSB
  24.  
  25. alias normal "bind mouse2 +uber"
  26. alias vacc "bind mouse2 +attack2"
  27.  
  28. alias +uber "+attack2; voicemenu 2 2; say_team ***UBER/KRITZ POPPED!***"
  29. alias -uber "-attack2"
  30.  
  31. alias ready "voicemenu 2 4; say_team ***UBER/KRITZ READY!***"
  32.  
  33. alias mask "voicemenu 1 7; say_team ***FAKED***"
  34.  
  35. // first you set up the colors and shapes/sizes you want the xhair to toggle through (cl_crosshair_file = type cl_crosshair_scale = size). Keep in mind that the base size of the crosshair varies depending on the weapon: //
  36. // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // //
  37.  
  38. //xhair TYPE toggle--switches crosshair type when shooting; good for preventing Amby xhair from expanding too large (uses my settings as an example). NOTE: Must be manually integrated with viewmodel scripts to work in conjunction.
  39. //=========================================================
  40. alias dotxhairtype "dotxhairtypeb"
  41. alias dotxhairtypeb "cl_crosshair_file crosshair5;cl_crosshair_scale 14;alias dotxhairtype dotxhairtyper" // tweak crosshair_scale values to your liking
  42. alias dotxhairtyper "cl_crosshair_file crosshair2;cl_crosshair_scale 22;alias dotxhairtype dotxhairtypeb"
  43.  
  44. bind mouse1 +crosshairfire
  45. alias +crosshairfire "+attack;dotxhairtype;spec_next"
  46. alias -crosshairfire "-attack;dotxhairtype"
  47. //=========================================================
  48.  
  49. // xhair COLOR toggle
  50. //=========================================================
  51. alias dotxhaircolor "dotxhaircolorb"
  52. alias dotxhaircolorb "cl_crosshair_blue 0; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorc"
  53. alias dotxhaircolorc "cl_crosshair_blue 255; cl_crosshair_green 0; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolord"
  54. alias dotxhaircolord "cl_crosshair_blue 240; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorb"
  55. //=========================================================
  56.  
  57. // // // // // // // // // // // // // // // // //
  58. // movement color toggle/flashing xhair example //
  59. // // // // // // // // // // // // // // // // //
  60.  
  61. bind w +mfwd
  62. bind s +mback
  63. bind a +mleft
  64. bind d +mright
  65.  
  66. alias +mfwd "-back;+forward;alias checkfwd +forward;dotxhaircolor"
  67. alias +mback "-forward;+back;alias checkback +back;dotxhaircolor"
  68. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft;dotxhaircolor"
  69. alias +mright "-moveleft;+moveright;alias checkright +moveright;dotxhaircolor"
  70. alias -mfwd "-forward;checkback;alias checkfwd none;dotxhaircolor"
  71. alias -mback "-back;checkfwd;alias checkback none;dotxhaircolor"
  72. alias -mleft "-moveleft;checkright;alias checkleft none;dotxhaircolor"
  73. alias -mright "-moveright;checkleft;alias checkright none;dotxhaircolor"
  74. alias checkfwd none
  75. alias checkback none
  76. alias checkleft none
  77. alias checkright none
  78. alias none ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement