How To Set Up CS:GO Auto-Buys
- Jeremy Reist
- Sep 3, 2015
- 1 min read

Firstly find your config.cfg
( usually in SteamLibrary\steamapps\common\Counter-Strike Global Offensive\csgo\cfg )
Than open it with a script editing program such as Notepad ++ , Visual Studio etc…
Scroll to the “bind section”
Then type “bind (your key) (your weapon)”
For example most people use KP_INS as a key binding
(this is keypad Insert)
Than if they want KP_INS to buy them an AK47, they write
bind “KP_INS” “buy ak47”
Say you want keypad enter to buy you Armor and Defuser, write-
bind “KP_ENTER” “buy vesthelm; buy defuser”
Once finished typing, save and exit config.cfg
example of how it should look-

This system can be used for all weapons and all nades. Here are all the codes to use -
Rifles
Scout (ssg08)
Galil (galilar)
Famas (famas)
SG550 (sg550)
AUG (aug)
M4 (m4a1)
AK47 (ak47)
T Auto Sniper (g3sg1)
CT Auto Sniper (scar20)
AWP (awp)
SMGs
Mac 10 (mac10)
UMP (ump45)
P90 (p90)
Bizon (bizon)
MP7 (mp7)
MP9 (mp9)
Heavy
Auto Shotgun (xm1014)
Mag7 (mag7)
Sawed Off Shotgun (sawedoff)
Nova Shotgun (nova)
M249 (m249)
Negev (negev)
Pistols
228 Compact (p228)
Glock (glock)
Dual Elites (elite)
Five Seven (fiveseven)
Desert Eagle (deagle)
Tec9 (tec9)
HKP2000 (hkp2000)
P250 (p250)
Grenades & Gear
Incendiary Grenade (incgrenade)
Flashbang (flashbang)
Smoke (smokegrenade)
HE Grenade (hegrenade)
Molotov (molotov)
Decoy (decoy)
Kevlar (kevlar)
Kevlar+Helmet (vesthelm)
Zeus x27 (taser)
Defuse Kit (defuser)
KEYPAD KEY CODES
/ = kp_slash
kp_minus
kp_home
kp_uparrow
kp_pgup
kp_leftarrow
kp_5
kp_rightarrow
kp_end
kp_downarrow
kp_pgdn
kp_ins
kp_del
kp_plus
kp_enter
コメント