Last active
March 31, 2018 13:15
-
-
Save mowen/ae17a86ca27ead95785517073bad876f to your computer and use it in GitHub Desktop.
CS:GO Autoexec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m_rawinput "1" // Raw Input on | |
m_customaccel "0" // Mouse Acceleration off | |
m_customaccel_exponent "0" // Acceleration Amount | |
m_mousespeed "0" // Windows mouse acceleration off | |
m_mouseaccel1 "0" // Windows mouse acceleration initial threshold (2x movement) | |
m_mouseaccel2 "0" // Windows mouse acceleration secondary threshold (4x movement) | |
sensitivity "2.2" | |
zoom_sensitivity_ratio_mouse "1.0" | |
cl_crosshaircolor "1" | |
cl_crosshairdot "0" | |
cl_crosshairgap "-3" | |
cl_crosshairsize "2" | |
cl_crosshairstyle "4" | |
cl_crosshairusealpha "1" | |
cl_crosshairthickness "1.0" | |
cl_fixedcrosshairgap "-1" | |
cl_crosshair_outlinethickness "0" | |
cl_crosshair_drawoutline "0" | |
cl_join_advertise "2" | |
//cl_disablehtmlmotd "-1" | |
hud_scaling "1.0" | |
hud_showtargetid "1" | |
cl_radar_always_centered "0" | |
cl_radar_scale "0.40" | |
cl_hud_radar_scale "1.3" | |
cl_radar_icon_scale_min "0.25" | |
cl_radar_rotate "1" | |
cl_teamid_overhead_always "1" | |
cl_showloadout "1" | |
// View Model | |
viewmodel_fov 68 | |
viewmodel_offset_x 3 | |
viewmodel_offset_y 3 | |
viewmodel_offset_z -3 | |
cl_bob_lower_amt 0 | |
cl_bobamt_lat 0 | |
cl_bobamt_vert 0 | |
// 4 = custom viewmodel | |
viewmodel_presetpos 4 | |
net_graph 1 | |
net_graphpos 1 | |
net_graphproportionalfont "0" // small netgraph font | |
cl_showfps 0 | |
mat_monitorgamma "1.6" // brightness | |
mat_queue_mode "-1" // auto detect multi-core rendering | |
r_dynamic "0" | |
r_drawtracers_firstperson "1" | |
fps_max 0 | |
fps_max_menu 75 | |
// Audio | |
voice_loopback 0 | |
voice_enable 1 | |
unbindall | |
bind "1" "slot2" | |
bind "2" "slot3" | |
bind "3" "slot1" | |
bind "4" "slot4" | |
bind "5" "use weapon_c4;drop" | |
bind "6" "slot6" | |
bind "7" "slot7" | |
bind "8" "slot8" | |
bind "9" "slot9" | |
bind "0" "slot10" | |
bind "a" "+moveleft" | |
bind "b" "buymenu" | |
bind "c" "use weapon_smokegrenade" // radio3 | |
bind "d" "+moveright" | |
bind "e" "+use" | |
bind "g" "drop" | |
bind "i" "show_loadout_toggle" | |
bind "k" "use weapon_knife;use weapon_flashbang" | |
bind "m" "teammenu" | |
bind "f" "r_cleardecals 99;+lookatweapon;+cl_show_team_equipment" | |
bind "q" "lastinv" | |
bind "r" "+reload" | |
bind "s" "+back" | |
bind "t" "incrementvar cl_radar_scale 0.30 0.60 -0.1" | |
bind "u" "messagemode2" | |
bind "v" "+spray_menu" | |
bind "w" "+forward" | |
bind "x" "radio2" | |
bind "y" "messagemode" | |
bind "z" "radio1" | |
// http://csgobuynds.com/buy-binds-generator.html | |
bind "kp_ins" "buy vest;" | |
bind "kp_del" "buy vesthelm;" | |
bind "kp_enter" "buy defuser;" | |
bind "kp_end" "buy tec9; buy fiveseven;" | |
bind "kp_downarrow" "buy ump45;" | |
bind "kp_pgdn" "buy ak47; buy m4a1;" | |
bind "kp_leftarrow" "buy smokegrenade;" | |
bind "kp_5" "buy flashbang;" | |
bind "kp_rightarrow" "buy molotov; buy incgrenade;" | |
bind "kp_plus" "buy hegrenade;" | |
bind "kp_home" "buy mac10; buy mp9;" | |
bind "kp_uparrow" "buy deagle;" | |
bind "kp_pgup" "buy awp;" | |
bind "kp_slash" "buy galilar; buy famas;" | |
bindtoggle "kp_multiply" "voice_enable" | |
bind "kp_minus" "disconnect" | |
bind "SEMICOLON" "+voicerecord" | |
bind "`" "toggleconsole" | |
bind "," "use weapon_molotov;use weapon_incgrenade" | |
bind "." "use weapon_hegrenade" | |
bind "SPACE" "+duck" | |
bind "TAB" "+showscores" | |
bind "ESCAPE" "cancelselect" | |
bind "DEL" "mute" | |
bind "SHIFT" "+speed" | |
bind "PAUSE" "pause" | |
bind "ALT" "noclip" | |
bind "RCTRL" "+altbinds" | |
bind "LEFTARROW" "+right" | |
bind "F3" "autobuy" | |
bind "F4" "rebuy" | |
bind "F5" "jpeg" | |
bind "F6" "save quick" | |
bind "F7" "load quick" | |
bind "F10" "quit prompt" | |
bind "MOUSE1" "+attack" | |
bind "MOUSE2" "+attack2" | |
bind "MOUSE3" "use weapon_knife;use weapon_flashbang" | |
bind "MWHEELUP" "+jump" | |
bind "MWHEELDOWN" "slot1" | |
host_writeconfig | |
echo "Autoexec Config loaded" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment