FittersGuy
I'm New Here
--Ze-- mentioned he wants buy scripts in CS:GO, so here is my script, just put it in a file called
C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg\autoexec.cfg
it should execute right away when you launch the game, but if it doesnt, open console and type in 'exec autoexec'
Obviously anyone else who wants to use these can. Galil buy doesnt work by the way, not sure why.
C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg\autoexec.cfg
Code:
// galil - IMI Galil ACE22
// ak47 - CV-47
// ssg08 - Scout SSG 08
// sg556 - SG 553 (Terrorists Only)
// awp - Magnum Sniper Rifle
// g3sg1 - D3/AU1
// famas - Clarion 5.56
// m4a1 - M4A4 Carbine
// aug - Bullpup (Counter-Terrorists Only)
// scar20 - SCAR-20
// glock - 9x19mm Sidearm Glock 18
// bizon - PP-Bizon
// hkp2000 - P2000 (Counter-Terrorists Only)
// p250 - Sig-Sauer P250
// deagle - Night Hawk .50C
// elite - .40 Dual Elites
// fiveseven - ES Five-Seven
// nova - 12 Gauge
// sawedoff - Sawed-Off 12 Gauge (Terrorists Only)
// mag7 - MAG-7 12 Gauge (Counter-Terrorists Only)
// xm1014 - Leone YG1265 Auto Shotgun
// mac10 - Ingram MAC-10
// mp9 - MP9 Submachine Gun
// tec9 - Tech 9 (Terrorists Only)
// mp7 - MP7 Sub-Machine Gun
// ump45 - UMP45
// p90 - ES C90
// m249 - M249 SAW
// negev - IMI Negev
// primammo - Primary Ammo
// secammo - Secondary Ammo
// vest - Kevlar
// vesthelm - Kevlar+Helmet
// flashbang - Flashbang
// hegrenade - HE Grenade
// incgrenade - Incendiary Grenades (Counter-Terrorists Only)
// molotov - Molotov cocktails (Terrorists Only)
// smokegrenade - Smoke Grenade
// taser - Zeus x27
// decoy - Decoy Grenade
// defuser - Defusal Kit
//binds
bind "/" "buy smokegrenade"
bind "." "buy flashbang"
bind "," "buy hegrenade"
bind "m" "buy incgrenade; buy molotov"
bind "n" "buy decoy"
bind "'" "buy vesthelm; buy vest"
bind SEMICOLON "buy fiveseven"
bind "l" "buy deagle"
bind "k" "buy defuser"
bind "j" "buy p90"
bind "]" "buy famas; buy galil"
bind "[" "buy ak47; buy m4a1"
bind "p" "buy aug; buy sg556"
bind "o" "buy ssg08"
bind "i" "buy sawedoff; buy mag7"
echo "buy scripts executed"
it should execute right away when you launch the game, but if it doesnt, open console and type in 'exec autoexec'
Obviously anyone else who wants to use these can. Galil buy doesnt work by the way, not sure why.