Advertisement
Guest User

eviroN's CS:GO Autoexec

a guest
Feb 20th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. // twitch.tv/eviron - CS:GO Autoexec - 22.10.2018
  2.  
  3. // viemodel cs
  4.  
  5. viewmodel_fov "68"
  6. viewmodel_offset_y "0"
  7. viewmodel_offset_x "2.5"
  8. viewmodel_offset_z "-1.5"
  9.  
  10. cl_bob_lower_amt "5"
  11. cl_bobamt_lat "0.1"
  12. cl_bobamt_vert "0.1"
  13. cl_bobcycle "2"
  14.  
  15. // scales the HUD depending on what resolution you use, 1 is max.
  16.  
  17. hud_scaling "1"
  18.  
  19. // lowers delay between sounds.
  20.  
  21. snd_mixahead "0.05"
  22.  
  23. // sets interpolation values.
  24.  
  25. cl_interp "0"
  26. cl_interp_ratio "1"
  27.  
  28. // usual rate commands
  29.  
  30. cl_cmdrate "128"
  31. cl_updaterate "128"
  32. rate "786432"
  33.  
  34. //Binds
  35.  
  36. bind "kp_ins" "buy molotov; buy incgrenade"
  37. bind "kp_end" "buy hegrenade"
  38. bind "kp_downarrow" "buy flashbang"
  39. bind "kp_pgdn" "buy smokegrenade"
  40. bind "kp_leftarrow" "buy defuser"
  41. bind "kp_5" "buy p250"
  42. bind "kp_rightarrow" "buy awp"
  43. bind "kp_home" "buy vest"
  44. bind "kp_plus" "buy famas; buy galilar"
  45. bind "kp_enter" "buy m4a1; buy ak47"
  46. bind "kp_del" "buy vesthelm"
  47. bind "space" "+jump; -attack; -jump"
  48. bind "mouse4" "toggle cl_righthand 1 0"
  49.  
  50. // causes the scope to move less while moving scoped and reduces bobbing effect
  51.  
  52. cl_bobcycle "0.98"
  53.  
  54. // stuff
  55.  
  56. fps_max "300"
  57. hud_scaling "1"
  58. "+cl_show_team_equipment"
  59. "cl_teamid_overhead_always" "1"
  60. "m_yaw" "0.022"
  61.  
  62. // sensitivity
  63.  
  64. sensitivity "1.23"
  65. zoom_sensitivity_ratio_mouse "1.0"
  66.  
  67. // crosshair
  68.  
  69. cl_crosshairalpha "255"
  70. cl_crosshaircolor "4"
  71. cl_crosshaircolor_b "50"
  72. cl_crosshaircolor_g "250"
  73. cl_crosshaircolor_r "50"
  74. cl_crosshairdot "0"
  75. cl_crosshairgap "-3"
  76. cl_crosshairsize "2"
  77. cl_crosshairstyle "2"
  78. cl_crosshairthickness "1"
  79. cl_crosshairusealpha "1"
  80. cl_crosshair_drawoutline "0"
  81. cl_crosshair_outlinethickness "1"
  82. cl_crosshair_dynamic_maxdist_splitratio 0
  83.  
  84. // mouse accel off
  85.  
  86. m_rawinput "1"
  87.  
  88. // activate
  89. bind "p" "exec autoexec"
  90.  
  91.  
  92. clear
  93. echo eviroN Config executed.
  94. echo Always with God! Never Let me down.
  95. echo Let's Go.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement