Counter Strike: Global Offensive - Keys Binded to Buy Scripts
So today I wanted to share a Counter Strike: Global Offensive script, again people may not know about maybe do, I found this script really helpful.
Basically this script is being used for fast buy keybinds.
All of the primary weapon buy scripts will also attempt to purchase armor if the funds are available.
The following keybind is editable and changable, you can change it to whatever you want.
If you want to create your own keybind I'd recommend you to go to CS:GO Keybind Buyscript Generator
How to Install?
First, locate your autoexec.cfg in this folder: Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
Copy and paste the following text into the autoexec.cfg and then save.
(Again, the following code is the defalt one, I use it you can change it if you want.)
Some Info (Q&A):
My autoexec.cfg is missing. How do I create a new one? - Use this weblink to create one.
I've created/edited the autoexec.cfg file in \Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg but it still doesn't work. What am I missing? - Open the console in-game with ~ and execute the following command: exec autoexec.cfg
Why would someone want to use keys binded to buy scripts in the first place? - Speed and efficiency
Can I get banned for this? - Pro players use these stuff so no.
I hope this info was helpful / new to some CS:GO players.
Basically this script is being used for fast buy keybinds.
All of the primary weapon buy scripts will also attempt to purchase armor if the funds are available.
The following keybind is editable and changable, you can change it to whatever you want.
If you want to create your own keybind I'd recommend you to go to CS:GO Keybind Buyscript Generator
How to Install?
First, locate your autoexec.cfg in this folder: Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
Copy and paste the following text into the autoexec.cfg and then save.
(Again, the following code is the defalt one, I use it you can change it if you want.)
Code:
//=====================================================// // Num | / | * | - // // Lock | DECOY | SMOKE | FLASH // //-------------|-------------|-------------|-----------// // 7 | 8 | 9 | + // // SCOUT | AWP | AUTO SNIPER | NADES // //-------------|-------------|-------------| HE // // 4 | 5 | 6 | INCEND // // FAMAS/GALIL | M4A1/AK | AUG/SG556 | MOLOTOV // //-------------|-------------|-------------|-----------// // 1 | 2 | 3 | Enter // // SHOTGUN | AUTO SHOTGN | MP7 | ARMOR // //-------------|-------------|-------------| DEFUSE // // 0 | . | RESCUE // // DEAGLE | P90 | KIT // //=====================================================// // Aliases (Abbreviations for weapon combinations) alias "m4a1/ak47" "buy m4a1;buy ak47" alias "aug/sg556" "buy aug;buy sg556" alias "galilar/famas" "buy galilar;buy famas" alias "g3sg1/scar20" "buy g3sg1;buy scar20" alias "vesthelm/vest" "buy vesthelm;buy vest" alias "incgrenade/molotov" "buy incgrenade;buy molotov" // Key bindings (Aliases are used here) bind "KP_HOME" "buy ssg08; vesthelm/vest" bind "KP_UPARROW" "buy awp; vesthelm/vest" bind "KP_PGUP" "g3sg1/scar20; vesthelm/vest" bind "KP_LEFTARROW" "galilar/famas; vesthelm/vest" bind "KP_5" "m4a1/ak47; vesthelm/vest" bind "KP_RIGHTARROW" "aug/sg556; vesthelm/vest" bind "KP_END" "buy nova; vesthelm/vest" bind "KP_DOWNARROW" "buy xm1014; vesthelm/vest" bind "KP_PGDN" "buy mp7; vesthelm/vest" bind "KP_INS" "buy deagle" bind "KP_DEL" "buy p90; vesthelm/vest" bind "KP_SLASH" "buy decoy" bind "KP_MULTIPLY" "buy smokegrenade" bind "KP_MINUS" "buy flashbang" bind "KP_PLUS" "buy hegrenade; incgrenade/molotov" bind "KP_ENTER" "vesthelm/vest; buy defuser" // Debug echo echo +++ autoexec.cfg executed successfully +++ echo
Some Info (Q&A):
My autoexec.cfg is missing. How do I create a new one? - Use this weblink to create one.
I've created/edited the autoexec.cfg file in \Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg but it still doesn't work. What am I missing? - Open the console in-game with ~ and execute the following command: exec autoexec.cfg
Why would someone want to use keys binded to buy scripts in the first place? - Speed and efficiency
Can I get banned for this? - Pro players use these stuff so no.
I hope this info was helpful / new to some CS:GO players.

