Advertisement
KaraCostanza

Autoexec

Oct 4th, 2017
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. // LordGap Config or CFG
  2.  
  3. // location : C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
  4. // How To Load ? type "exec autoexec" in console everytime you started CS:GO
  5.  
  6. // My Launch Options
  7. // +fps_max 0 +cl_showfps 1 +cl_interp 0 +rate 128000 +cl_updaterate +cl_forcepreload 1 -nojoy -nod3d9ex -tickrate 128 -high -novid -console
  8.  
  9. // Viewmodel
  10. viewmodel_fov "68"
  11. viewmodel_offset_x "2"
  12. viewmodel_offset_y "2"
  13. viewmodel_offset_z "-2"
  14.  
  15. // HRTF SETTINGS (SOUND)
  16. windows_speaker_config "1"
  17. snd_front_headphone_position "90.0"
  18. snd_rear_headphone_position "90.0"
  19. snd_headphone_pan_exponent "1.0"
  20. snd_headphone_pan_radial_weight "0.0"
  21. snd_use_hrtf "1"
  22.  
  23. // Crosshair
  24. cl_crosshair_drawoutline "1"
  25. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  26. cl_crosshair_dynamic_splitalpha_innermod "1"
  27. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  28. cl_crosshair_dynamic_splitdist "7"
  29. cl_crosshair_outlinethickness "1"
  30. cl_crosshair_sniper_show_normal_inaccuracy "0"
  31. cl_crosshair_sniper_width "1"
  32. cl_crosshair_t "0"
  33. cl_crosshairalpha "255"
  34. cl_crosshaircolor "5"
  35. cl_crosshaircolor_b "0"
  36. cl_crosshaircolor_g "255"
  37. cl_crosshaircolor_r "0"
  38. cl_crosshairdot "0"
  39. cl_crosshairgap "0.500000"
  40. cl_crosshairgap_useweaponvalue "0"
  41. cl_crosshairscale "0"
  42. cl_crosshairsize "2.500000"
  43. cl_crosshairstyle "4"
  44. cl_crosshairthickness "0.000000"
  45. cl_crosshairusealpha "1"
  46. cl_fixedcrosshairgap "3"
  47.  
  48. // HUD / Minimap / GAME
  49. cl_radar_always_centered "0"
  50. cl_radar_scale "0.3"
  51. cl_hud_radar_scale "1.15"
  52. cl_radar_icon_scale_min "1"
  53. cl_radar_rotate "1"
  54. cl_hud_playercount_showcount 1
  55. cl_disablefreezecam 1
  56. cl_autowepswitch 0
  57. cl_forcepreload 1
  58. cl_use_opens_buy_menu 0
  59.  
  60. // Alias
  61. alias +jumpthrow "+jump;+attack"
  62. alias -jumpthrow "-jump;-attack"
  63.  
  64. alias +fakeflash "use weapon_knife; slot2"
  65. alias -fakeflash "drop; slot1
  66.  
  67. // CHOOSE PREFERRED COLOR [0-yellow, 1-purple, 2-green, 3-blue, 4-orange]
  68. cl_color 3
  69.  
  70. // DISPLAY DAMAGE INFO SCRIPT
  71. developer "1"
  72. con_filter_enable "2"
  73. con_filter_text_out "Player:"
  74. con_filter_text "Damage"
  75.  
  76. // Binds
  77.  
  78. // Buy Binds
  79. bind "KP_END" "buy ak47; buy m4a1;"
  80. bind "KP_DOWNARROW" "buy awp;"
  81. bind "KP_PGDN" "buy vest;"
  82. bind "KP_LEFTARROW" "buy vesthelm;"
  83. bind "KP_5" "buy defuser;"
  84. bind "KP_RIGHTARROW" "buy flashbang;"
  85. bind "KP_HOME" "buy hegrenade;"
  86. bind "KP_UPARROW" "buy smokegrenade;"
  87. bind "KP_PGUP" "buy molotov; buy incgrenade;"
  88.  
  89. // Other Binds
  90. bind "p" "kill"
  91. bind "j" "+jumpthrow"
  92. bind "v" "+fakeflash"
  93.  
  94. // Sens
  95. // Windows 6/11
  96. // DPI 700
  97. m_rawinput 1
  98. sensitivity 1
  99.  
  100. // Miscellaneous
  101. fps_max "0"
  102.  
  103. // Map What You Gonna Play
  104. developer 1
  105. con_filter_enable 2
  106. con_filter_text_out "game:mapgroupname"
  107. con_filter_text "game:map"
  108.  
  109. echo -----------------------------
  110. echo --- This CFG Made By Kara ---
  111. echo ---- Thanks you ! Enjoy -----
  112. echo -----------------------------
  113.  
  114. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement