Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. clear
  2. // JUMP THROW
  3.  
  4. alias +jumpthrow "+jump;-attack"
  5. alias -jumpthrow "-jump"
  6. bind "mouse5" +jumpthrow
  7.  
  8.  
  9. // BUYSCRIPT
  10.  
  11. bind "F1" "buy famas; buy galilar; buy vesthelm; buy defuser"
  12. bind "F2" "buy m4a1; buy ak47; buy vesthelm; buy defuser"
  13. bind "F3" "buy aug; buy sg556; buy vesthelm; buy defuser"
  14. bind "F4" "buy ssg08; buy vesthelm; buy defuser"
  15. bind "F5" "buy awp; buy vesthelm; buy defuser"
  16.  
  17. // CROSSHAIR
  18.  
  19. cl_crosshairalpha "300"
  20. cl_crosshaircolor "4"
  21. cl_crosshaircolor_b "50"
  22. cl_crosshaircolor_r "50"
  23. cl_crosshaircolor_g "250"
  24. cl_crosshairdot "0"
  25. cl_crosshairgap "-2"
  26. cl_crosshairsize "2"
  27. cl_crosshairstyle "4"
  28. cl_crosshairusealpha "1"
  29. cl_crosshairthickness "0"
  30. cl_fixedcrosshairgap "-1"
  31. cl_crosshair_outlinethickness "1"
  32. cl_crosshair_drawoutline "1"
  33.  
  34. // RATES
  35.  
  36. cl_updaterate "128"
  37. cl_cmdrate "128"
  38. rate 786432
  39.  
  40. // OTHER
  41.  
  42. voice_mixer_volume "0.5"
  43. +cl_show_team_equipment
  44. bind "MWHEELUP" "+jump"
  45. bind "MWHEELDOWN" "+jump"
  46. cl_autowepswitch "0"
  47. net_graph "1"
  48. net_graphproportionalfont "0"
  49. bind "shift" "+speed; r_cleardecals"
  50.  
  51. // MOUSE
  52. sensitivity "0.7"
  53.  
  54. // ECHO
  55.  
  56. clear
  57.  
  58. echo Legendary configuration v1 loaded...
  59. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement