Advertisement
Guest User

Malles autoexec

a guest
Mar 25th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. //bind
  2. bind "MWHEELUP" "+jump"
  3. bind "MWHEELDOWN" "+jump"
  4. bind "w" "+forward; r_cleardecals"
  5. bind "a" "+moveleft; r_cleardecals"
  6. bind "d" "+moveright; r_cleardecals"
  7. bind "s" "+back; r_cleardecals"
  8. bind "SHIFT" "+duck; r_cleardecals"
  9. bind "CTRL" "+speed; r_cleardecals"
  10. bind "]" "toggleconsole"
  11. bind "i" "messagemode"
  12. bind "F7" "say -◄══════════════▓► + Skill"
  13. bind "F6" "say -◄══════════════▓► + Skill"
  14. bind "F8" "say -◄══════════════▓► + Skill"
  15. bind "F5" "say -◄══════════════▓► + Skill"
  16.  
  17. //network
  18. rate 786432
  19. cl_cmdrate 128
  20. cl_updaterate 128
  21. cl_interp 0
  22. cl_interp_ratio 1
  23. mm_dedicated_search_maxping "50"
  24.  
  25. //mouse
  26. sensitivity 1.35
  27. m_speed 0
  28. m_mousespeed 0
  29. m_customaccel 0
  30. m_customaccel1 0
  31. m_customaccel2 0
  32. m_rawinput 1
  33. m_customaccel_exponent "0"
  34. m_customaccel_scale "0"
  35.  
  36. //crosshair
  37.  
  38. cl_crosshair_drawoutline "1"
  39. cl_crosshair_outlinethickness "1"
  40. cl_crosshairalpha "240"
  41. cl_crosshaircolor "5"
  42. cl_crosshaircolor_r "255"
  43. cl_crosshaircolor_g "255"
  44. cl_crosshaircolor_b "255"
  45. cl_crosshairdot "0"
  46. cl_crosshairgap "-2"
  47. cl_crosshairscale "0"
  48. cl_crosshairsize "3.5"
  49. cl_crosshairstyle "4"
  50. cl_crosshairthickness ".5"
  51. cl_crosshairusealpha "1"
  52.  
  53. bind "mouse1" "+attack"
  54.  
  55. //hud
  56. net_graph 1
  57. net_graphpos 1
  58. cl_disablefreezecam "1"
  59. cl_hud_color "1"
  60.  
  61. cl_use_opens_buy_menu "0"
  62.  
  63. hud_showtargetid "1"
  64.  
  65. //radar
  66. cl_radar_scale 0.4
  67. bind "KP_plus" "incrementvar cl_radar_scale 0.25 1.0 0.05";
  68. bind "KP_minus" "incrementvar cl_radar_scale 0.25 1.0 -0.05";
  69. bind "kp_multiply" "cl_radar_scale 0.3"
  70.  
  71. //misc
  72. cl_disablehtmlmotd "1"
  73. cl_showhelp "0"
  74. cl_autohelp "0"
  75. lobby_voice_chat_enabled "0"
  76. r_drawtracers_firstperson "1"
  77. cl_autowepswitch "0"
  78.  
  79. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement