Advertisement
Splinxy

Palmtop is my babe but he wont praise me ;-; ;-; - ;- ; -; -

Apr 30th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 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 "mouse2" "+uber"
  10. bind "mouse5" "mask"
  11. bind "mouse4" "ready"
  12. bind 8 none
  13. bind 9 none
  14. bind 0 none
  15.  
  16. //Vaccinator Medigun
  17. alias loSF loA
  18. alias loSB loE
  19. alias loA "load_itempreset 0; alias loSF loB; alias loSB loeD; play common/wpn_moveselect; normal; say_team loA"
  20. alias loB "load_itempreset 1; alias loSF loC; alias loSB loA; play common/wpn_moveselect; normal; say_team loB"
  21. alias loC "load_itempreset 2; alias loSF loD; alias loSB loB; play common/wpn_moveselect; normal; say_team loC"
  22. alias loD "load_itempreset 3; alias loSF loA; alias loSB loC; play common/wpn_moveselect; vacc; say_team loD"
  23. bind RIGHTARROW loSF
  24. bind LEFTARROW loSB
  25.  
  26. alias normal "bind mouse2 +uber"
  27. alias vacc "bind mouse2 +attack2"
  28.  
  29. alias +uber "+attack2; voicemenu 2 2; say_team ***UBER/KRITZ POPPED!***"
  30. alias -uber "-attack2"
  31.  
  32. alias ready "voicemenu 2 4; say_team ***UBER/KRITZ READY!***"
  33.  
  34. alias mask "voicemenu 1 7; say_team ***FAKED***"
  35.  
  36. // 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: //
  37. // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // //
  38.  
  39. //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.
  40. //=========================================================
  41. alias dotxhairtype "dotxhairtypeb"
  42. alias dotxhairtypeb "cl_crosshair_file crosshair5;cl_crosshair_scale 14;alias dotxhairtype dotxhairtyper" // tweak crosshair_scale values to your liking
  43. alias dotxhairtyper "cl_crosshair_file crosshair2;cl_crosshair_scale 22;alias dotxhairtype dotxhairtypeb"
  44.  
  45. bind mouse1 +crosshairfire
  46. alias +crosshairfire "+attack;dotxhairtype;spec_next"
  47. alias -crosshairfire "-attack;dotxhairtype"
  48. //=========================================================
  49.  
  50. // xhair COLOR toggle
  51. //=========================================================
  52. alias dotxhaircolor "dotxhaircolorb"
  53. alias dotxhaircolorb "cl_crosshair_blue 0; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorc"
  54. alias dotxhaircolorc "cl_crosshair_blue 255; cl_crosshair_green 0; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolord"
  55. alias dotxhaircolord "cl_crosshair_blue 240; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorb"
  56. //=========================================================
  57.  
  58. // // // // // // // // // // // // // // // // //
  59. // movement color toggle/flashing xhair example //
  60. // // // // // // // // // // // // // // // // //
  61.  
  62. bind w +mfwd
  63. bind s +mback
  64. bind a +mleft
  65. bind d +mright
  66.  
  67. alias +mfwd "-back;+forward;alias checkfwd +forward;dotxhaircolor"
  68. alias +mback "-forward;+back;alias checkback +back;dotxhaircolor"
  69. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft;dotxhaircolor"
  70. alias +mright "-moveleft;+moveright;alias checkright +moveright;dotxhaircolor"
  71. alias -mfwd "-forward;checkback;alias checkfwd none;dotxhaircolor"
  72. alias -mback "-back;checkfwd;alias checkback none;dotxhaircolor"
  73. alias -mleft "-moveleft;checkright;alias checkleft none;dotxhaircolor"
  74. alias -mright "-moveright;checkleft;alias checkright none;dotxhaircolor"
  75. alias checkfwd none
  76. alias checkback none
  77. alias checkleft none
  78. alias checkright none
  79. alias none ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement