Advertisement
DJ_Pau1

nullmovement+xhairflasher.cfg

Jul 25th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. //xhair color toggle--delete this to keep your xhair from flashing
  2. //=========================================================
  3. alias dotxhaircolor "dotxhaircolorb"
  4. alias dotxhaircolorb "cl_crosshair_blue 0; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorr"
  5. alias dotxhaircolorr "cl_crosshair_blue 255; cl_crosshair_green 0; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolorb"
  6. //=========================================================
  7.  
  8.  
  9.  
  10. // bind "w" +fw
  11. // alias +fw "+forward;dotxhaircolor"
  12. // alias -fw "-forward;dotxhaircolor"
  13.  
  14. // bind "s" +bw
  15. // alias +bw "+back;dotxhaircolor"
  16. // alias -bw "-back;dotxhaircolor"
  17.  
  18. // bind "d" +mr
  19. // alias +mr "+moveright;dotxhaircolor"
  20. // alias -mr "-moveright;dotxhaircolor"
  21.  
  22. // bind "a" +ml
  23. // alias +ml "+moveleft;dotxhaircolor"
  24. // alias -ml "-moveleft;dotxhaircolor"
  25. "
  26.  
  27. // Null-cancelling movement script
  28. // (prevents you from pressing two opposing directions, which causes you to stop moving)
  29.  
  30. bind w +mfwd
  31. bind s +mback
  32. bind a +mleft
  33. bind d +mright
  34.  
  35. alias +mfwd "-back;+forward;alias checkfwd +forward;dotxhaircolor"
  36. alias +mback "-forward;+back;alias checkback +back;dotxhaircolor"
  37. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft;dotxhaircolor"
  38. alias +mright "-moveleft;+moveright;alias checkright +moveright;dotxhaircolor"
  39. alias -mfwd "-forward;checkback;alias checkfwd none;dotxhaircolor"
  40. alias -mback "-back;checkfwd;alias checkback none;dotxhaircolor"
  41. alias -mleft "-moveleft;checkright;alias checkleft none;dotxhaircolor"
  42. alias -mright "-moveright;checkleft;alias checkright none;dotxhaircolor"
  43. alias checkfwd none
  44. alias checkback none
  45. alias checkleft none
  46. alias checkright none
  47. alias none ""
  48.  
  49. // Crouch Jump Script
  50.  
  51. alias "+jumpeh" "+jump;+duck;dotxhaircolor;spec_mode;+moveup"
  52. alias "-jumpeh" "-jump;-duck;dotxhaircolor;-moveup"
  53. bind "space" "+jumpeh"
  54.  
  55. // Normal Jump Script
  56.  
  57. alias "+jumpeh" "+jump;dotxhaircolor;spec_mode;+moveup"
  58. alias "-jumpeh" "-duck;dotxhaircolor;-moveup"
  59. bind "space" "+jumpeh"
  60.  
  61. // set crouch to move you downward in water
  62. bind "ctrl" "+dk;dotxhaircolor"
  63. alias +dk "+duck;+movedown;dotxhaircolor"
  64. alias -dk "-duck;-movedown;dotxhaircolor"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement