Skip to content

Instantly share code, notes, and snippets.

@thomasianwright
Created June 7, 2020 01:27
Show Gist options
  • Save thomasianwright/c3b355e8f69a591506ab54703a7a0272 to your computer and use it in GitHub Desktop.
Save thomasianwright/c3b355e8f69a591506ab54703a7a0272 to your computer and use it in GitHub Desktop.
Auto Exec CSGO
//Netgraph With Scoreboard
net_graph "1"
net_graphheight "9999"
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
bind "TAB" "+scorenet"
//Lerps
cl_cmdrate "128"
cl_updaterate "128"
rate "128000"
cl_interp_ratio "0"
cl_interp "0"
//C0nf1G
fps_max "0"
sensitivity "2.717659" // DPI 400, eDPI 1086.8
//Custom Commands
alias "gg" "disconnect"
//Buy Weapons
bind "f1" "buy flashbang;"
bind "f2" "buy smokegrenade;"
bind "f3" "buy hegrenade;"
bind "f4" "buy molotov; buy incgrenade;"
bind "ins" "buy vest;"
bind "home" "buy vesthelm;"
bind "pgup" "buy defuser;"
bind "del" "buy ump45"
bind "end" "buy ak47; buy m4a1;"
bind "pgdn" "buy awp;"
bind "uparrow" "buy decoy;"
bind "leftarrow" "buy p250;"
bind "downarrow" "buy tec9; buy fiveseven;"
bind "rightarrow" "buy deagle;"
//Radar
cl_radar_always_centered "0"
cl_radar_scale "0.3"
cl_hud_radar_scale "1.15"
cl_radar_icon_scale_min "1"
cl_radar_rotate "1"
cl_righthand "1"
viewmodel_offset_x "0"
viewmodel_offset_y "-2"
viewmodel_offset_z "-2"
viewmodel_fov "54"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
cl_bobcycle "0.1"
cl_viewmodel_shift_left_amt "0.5"
cl_viewmodel_shift_right_amt "0.5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment