Advertisement
Guest User

Injax Autoexec

a guest
Mar 27th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. echo Executing #RoadToGlobal AUTOEXEC
  2. // Injax's CSGO Config
  3.  
  4. // Launch Options [ OPTIONAL / MANUAL ]
  5. -novid -tickrate 128 -high -threads 4 +mat_queue_mode 2 -refresh 60 +exec autoexec.cfg
  6.  
  7. // Threads - Amount of cores you have avaiable on your cpu, Example - 8 cores = -threads 8
  8. // Refresh - Amount of times your monitor refreshes per second, Example - 120HZ = -refresh 120
  9.  
  10. // Binds
  11. bind "`" "toggleconsole"
  12. bind "leftarrow" " buy vesthelm; buy vest; buy defuser;"
  13. bind "rightarrow" " buy flashbang; buy flashbang; buy smokegrenade; buy molotov; buy incgrenade; buy incgrenade; buy molotov;"
  14.  
  15. // Mouse Settings
  16. m_rawinput "1"
  17. m_customaccel "0"
  18. m_customaccel_exponent 20"
  19. m_mousespeed "0"
  20. m_mouseaccel1 "0"
  21. m_mouseaccel2 "0"
  22. sensitivity "2.07" // Always Changing :P
  23.  
  24. // My Viewmodel
  25. viewmodel_fov 68
  26. viewmodel_offset_x 2.5
  27. viewmodel_offset_y 1.5
  28. viewmodel_offset_z -1.5
  29. viewmodel_presetpos "0"
  30.  
  31. // Network
  32. rate 128000
  33. cl_updaterate 128
  34. cl_cmdrate 128
  35. cl_interp_ratio 1
  36. cl_interp 0
  37. cl_forcepreload 1
  38.  
  39. // FPS Settings
  40. fps_max "300"
  41. cl_lagcompensation "1"
  42. cl_pred_optimize "2"
  43. cl_predict "1"
  44. cl_predictweapons "1"
  45. cl_smooth "0"
  46. cl_smoothtime "0"
  47. cl_wpn_sway_interp "0"
  48. cl_disablehtmlmotd "1"
  49.  
  50. // Jump Throw
  51. alias "+jumpthrow" "+jump;-attack"
  52. alias "-jumpthrow" "-jump"
  53. bind "h" "+jumpthrow"
  54.  
  55. // Stop Bobbing
  56. cl_bob_lower_amt 0
  57. cl_bobamt_lat 0
  58. cl_bobamt_vert 0
  59. cl_viewmodel_shift_left_amt 0
  60. cl_viewmodel_shift_right_amt 0
  61.  
  62. // Hud Scaling.
  63. hud_scaling "0.52"
  64.  
  65. // Better Sound Quality.
  66. windows_speaker_config "1"
  67. snd_mixahead "0.05"
  68. snd_musicvolume "0"
  69. snd_headphone_pan_exponent "2"
  70. snd_headphone_pan_radial_weight "1"
  71. snd_rear_headphone_position "90"
  72.  
  73. //Network And Server Commands.
  74. cl_interp "0"
  75. cl_interp_ratio "1"
  76. mm_dedicated_search_maxping 50
  77. rate "128000"
  78.  
  79. // Crosshair
  80. cl_crosshair_drawoutline "0"
  81. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  82. cl_crosshair_dynamic_splitalpha_innermod "1"
  83. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  84. cl_crosshair_dynamic_splitdist "5"
  85. cl_crosshair_outlinethickness "1"
  86. cl_crosshair_sniper_show_normal_inaccuracy "0"
  87. cl_crosshair_sniper_width "1"
  88. cl_crosshairalpha "255"
  89. cl_crosshaircolor "4"
  90. cl_crosshaircolor_b "50"
  91. cl_crosshaircolor_g "250"
  92. cl_crosshaircolor_r "50"
  93. cl_crosshairdot "0"
  94. cl_crosshairgap "-3"
  95. cl_crosshairgap_useweaponvalue "0"
  96. cl_crosshairscale "0"
  97. cl_crosshairsize "2"
  98. cl_crosshairstyle "5"
  99. cl_crosshairthickness "1"
  100. cl_crosshairusealpha "1"
  101. cl_fixedcrosshairgap "3"
  102.  
  103. // Other Useful Settings
  104. net_graph 1
  105. cl_showfps 1
  106. net_graphproportionalfont 0
  107. con_enable "1"
  108. con_filter_enable "2"
  109. con_filter_text "Damage"
  110. cl_autowepswitch "0"
  111. cl_autohelp "0"
  112. cl_showhelp "0"
  113. cl_righthand "1"
  114. m_mouseaccel1 "0"
  115. m_mouseaccel2 "0"
  116. cl_radar_scale "0.60"
  117. hud_showtargetid "1"
  118. cl_showloadout "1"
  119. muzzleflash_light "1"
  120. cl_hud_background_alpha "1"
  121. cl_radar_always_centered "0"
  122. cl_showloadout "1"
  123. sv_cheats "0"
  124.  
  125. echo 10%
  126. echo 25%
  127. echo 55%
  128. echo 69%
  129. echo 97%
  130. echo 99%
  131. echo 100%
  132. echo 'Program D:\Steam\SteamAPPS\common\COUNTER-STRIKE GLOBAL OFFENSIVE\CSGO\CFG\AUTOEXEC.CFG Has Successfully Loaded
  133. echo Good Luck, Have Fun!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement