Advertisement
Splinxy

Palmtop is kewl and barechested and gay

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