Don't like ads? PRO users don't see any ads ;-)
Guest

script for divine

By: a guest on Jul 1st, 2012  |  syntax: None  |  size: 2.31 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. bind mwheeldown knife
  2. bind mwheelup amby
  3. bind 2 sap
  4. bind mouse1 +shoot
  5. bind mouse2 +watch
  6. bind capslock +zoom
  7. bind w +fw
  8. bind a +ml
  9. bind s +bw
  10. bind d +mr
  11.  
  12. alias +fw "+forward;dotxhaircolor"
  13. alias -fw "-forward;dotxhaircolor"
  14.  
  15. alias +bw "+back;dotxhaircolor"
  16. alias -bw "-back;dotxhaircolor"
  17.  
  18. alias +mr "+moveright;dotxhaircolor"
  19. alias -mr "-moveright;dotxhaircolor"
  20.  
  21. alias +ml "+moveleft;dotxhaircolor"
  22. alias -ml "-moveleft;dotxhaircolor"
  23.  
  24. //=========================================================
  25. cl_crosshair_file crosshair2;cl_crosshair_scale 15
  26. //=========================================================
  27. alias dotxhaircolor "dotxhaircolorb"
  28. alias dotxhaircolorb "cl_crosshair_blue 0; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorc"
  29. alias dotxhaircolorc "cl_crosshair_blue 255; cl_crosshair_green 0; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolord"
  30. alias dotxhaircolord "cl_crosshair_blue 240; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolore"
  31. alias dotxhaircolore "cl_crosshair_blue 255; cl_crosshair_green 255; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolorf"
  32. alias dotxhaircolorf "cl_crosshair_blue 0; cl_crosshair_green 0; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorg"
  33. alias dotxhaircolorg "cl_crosshair_blue 0; cl_crosshair_green 255; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolorh"
  34. alias dotxhaircolorh "cl_crosshair_blue 10; cl_crosshair_green 95; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolorb
  35. //=========================================================
  36.  
  37. alias knife "slot3;r_drawviewmodel 1;dotxhaircolor;alias +shoot +fire;alias -shoot -fire;"
  38. alias amby "slot1;dotxhaircolor;alias +shoot +amby_shoot;alias -shoot -amby_shoot;"
  39. alias sap "slot2;r_drawviewmodel 1;dotxhaircolor;alias +shoot +fire;alias -shoot -fire;"
  40. alias +watch "+attack2;r_drawviewmodel 1;dotxhaircolor;"
  41. alias -watch "-attack2;dotxhaircolor;"
  42.  
  43. alias +fire "+attack;r_drawviewmodel 1;;dotxhaircolor"
  44. alias -fire "-attack;r_drawviewmodel 1;;dotxhaircolor"
  45.  
  46. alias +amby_shoot "+attack;r_drawviewmodel 0;;dotxhaircolor"
  47. alias -amby_shoot "-attack;;dotxhaircolor"
  48.  
  49. alias +zoom "slot1;;sensitivity 1;m_yaw 0.022;fov_desired 75;alias +fire +amby_shoot;alias -fire -amby_shoot"
  50. alias -zoom  ";dotxhaircolor;sensitivity 3;fov_desired 90"