Advertisement
fakesacred

autoexec

Sep 19th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1.  
  2. //sens
  3. sensitivity 2.87
  4.  
  5. //keybinds
  6. unbindall
  7. bind "rightarrow" "+right"
  8. bind "leftarrow" "+left"
  9. bind "f" "+lookatweapon"
  10. bind "a" "+voicerecord"
  11. bind "b" "buymenu"
  12. bind "ctrl" "+duck"
  13. bind "z" "+forward"
  14. bind "q" "+moveleft"
  15. bind "s" "+back"
  16. bind "d" "+moveright"
  17. bind "e" "+use"
  18. bind "r" "+reload"
  19. bind "space" "+jump"
  20. bind "mouse1" "+attack"
  21. bind "mouse2" "+attack2"
  22. bind mwheelup "+jump"
  23. bind mwheeldown "+jump"
  24. bind "escape" "cancelselect"
  25. bind "mouse5" "say smoked"
  26. bind "v" "toggle cl_righthand 0 1"
  27. bind "n" "r_cleardecals"
  28. bind "TAB" "+scorenet"
  29. bind "'" "toggleconsole"
  30. bind "1" "slot1"
  31. bind "2" "slot2"
  32. bind "3" "slot3"
  33. bind "4" "slot4"
  34. bind "5" "slot5"
  35. bind "6" "slot6"
  36. bind "7" "slot7"
  37. bind "8" "slot8"
  38. bind "SHIFT" "+speed"
  39. bind "g" "drop"
  40. bind "u" "messagemode2"
  41. bind "y" "messagemode"
  42. bind "f1" "autobuy"
  43.  
  44.  
  45. //Viewmodel
  46. cl_viewmodel_shift_left_amt "0.500000"
  47. cl_viewmodel_shift_right_amt "0.250000"
  48. viewmodel_fov "68"
  49. viewmodel_offset_x "1.800000"
  50. viewmodel_offset_y "-2.0"
  51. viewmodel_offset_z "-2.0"
  52. viewmodel_presetpos "0"
  53. viewmodel_recoil "0"
  54. cl_bob_lower_amt "5.000000"
  55. cl_bobamt_lat "0.100000"
  56. cl_bobamt_vert "0.100000"
  57. cl_bobcycle "0.98"
  58.  
  59.  
  60.  
  61.  
  62. //Crosshair
  63. cl_crosshair_drawoutline 1
  64. cl_crosshairsize 4
  65. cl_crosshaircolor 5
  66. cl_crosshaircolor_b 0
  67. cl_crosshaircolor_g 0
  68. cl_crosshaircolor_r 0
  69. cl_crosshairstyle 4
  70. cl_Crosshairthickness 0.1
  71. cl_Crosshairgap -5
  72.  
  73.  
  74.  
  75. //Voice
  76. voice_enable 1
  77. voice_scale 0.8
  78. snd_musicvolume 0
  79. snd_hwcompat 0
  80.  
  81.  
  82. //Radar
  83. cl_teammate_colors_show 2
  84. cl_hud_radar_scale 0.900000
  85. cl_radar_scale 0.4
  86. cl_radar_always_centered 0
  87.  
  88.  
  89. //Mouse
  90. m_rawinput "1"
  91. m_mouseaccel2 "0"
  92. m_mouseaccel1 "0"
  93. m_customaccel "0"
  94. m_mousespeed "0"
  95. zoom_sensitivity_ratio_mouse "0.818933027098955175"
  96.  
  97. //net
  98. net_graph "1"
  99. net_graphheight "9999"
  100. net_graphshowinterp "1"
  101. net_graphshowlatency "1"
  102. mm_dedicated_search_maxping 100
  103.  
  104.  
  105. //Alias
  106. alias "+scorenet" "+showscores; net_graphheight 0"
  107. alias "-scorenet" "-showscores; net_graphheight 9999"
  108. alias keyA "bind q keyAA"
  109. alias keyB "bind e keyBB"
  110. alias keyC "bind f keyCC"
  111. alias keyD "bind g keyDD"
  112. alias keyE "bind v keyEE"
  113. alias keyF "bind 1 keyFF"
  114. alias keyG "bind 2 keyGG"
  115. alias keyH "bind 3 keyHH"
  116. alias keyI "bind x keyII"
  117. alias keyJ "bind space keyJJ"
  118. alias "dc" "disconnect"
  119. alias "q" "quit"
  120.  
  121.  
  122. //Jumpthrow
  123. alias "+jumpthrow" "+jump;-attack"
  124. alias "-jumpthrow" "-jump"
  125. bind alt "+jumpthrow"
  126.  
  127.  
  128. //Rates
  129. rate "786432"
  130. cl_cmdrate "128"
  131. cl_updaterate "128"
  132. cl_interp "0"
  133. cl_interp_ratio "1"
  134. cl_lagcompensation "1"
  135. cl_predict "1"
  136. cl_predictweapons "1"
  137.  
  138.  
  139. //Video
  140. fps_max "0"
  141. mat_monitorgamma "1.6"
  142. mat_queue_mode "2"
  143. mat_monitorgamma_tv_enabled "0"
  144. fps_max_menu "45"
  145.  
  146. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement