CS:S buyscripts

Associate
Joined
21 Oct 2002
Posts
1,680
Location
UK
Hi Folks,

I want to get some buy scripts for cs:s, can you point me in the best direction to get them.

Also, can you assign individual weapons to specific buttons in cs:s, ie a button for each type of grenade etc.

Thanks

Matt
 
I use the keypad numbers to buy stuff. These are my binds, just put them in your userconfig.cfg (or make one) or autoexec.cfg files in your steam/steamapps/username/counter-strike source\cfg directory:

bind "kp_end" "buy ak47; buy m4a1"
bind "kp_downarrow" "buy ak47; buy m4a1; buy vesthelm; buy vest; buy hegrenade; buy defuser; buy flashbang; buy flashbang"
bind "kp_leftarrow" "buy hegrenade"
bind "kp_5" "buy flashbang"
bind "kp_rightarrow" "buy smokegrenade"
bind "kp_home" "buy vesthelm; buy vest"
bind "kp_pgdn" "buy deagle"

The big bind buys what you can based on your cash..you can change the order or add/remove stuff

I have q to select HE grenade and E for flashbang..handy for quickly throwing a nade. I change primary/secondary weapon with the mouse scroll wheel. My binds for those are:

bind q "use weapon_hegrenade"
bind e "use weapon_flashbang"

You can read about making buy scripts here:

http://counterstrikesourcetactics.blogspot.com/2008/02/counter-strike-source-binding-guide.html
 
I use the keypad numbers to buy stuff. These are my binds, just put them in your userconfig.cfg (or make one) or autoexec.cfg files in your steam/steamapps/username/counter-strike source\cfg directory:

bind "kp_end" "buy ak47; buy m4a1"
bind "kp_downarrow" "buy ak47; buy m4a1; buy vesthelm; buy vest; buy hegrenade; buy defuser; buy flashbang; buy flashbang"
bind "kp_leftarrow" "buy hegrenade"
bind "kp_5" "buy flashbang"
bind "kp_rightarrow" "buy smokegrenade"
bind "kp_home" "buy vesthelm; buy vest"
bind "kp_pgdn" "buy deagle"

The big bind buys what you can based on your cash..you can change the order or add/remove stuff

I have q to select HE grenade and E for flashbang..handy for quickly throwing a nade. I change primary/secondary weapon with the mouse scroll wheel. My binds for those are:

bind q "use weapon_hegrenade"
bind e "use weapon_flashbang"

You can read about making buy scripts here:

http://counterstrikesourcetactics.blogspot.com/2008/02/counter-strike-source-binding-guide.html

if ** not playiong on zblock servers you can also use bind e "use weapon_flashbang; wait 2; throw flash bang (will have to check for correct bind when im home from work"

but u can use one button to select flash and throw it with one key stroke. illegal for matches, but finr for public play
 
mine:
bind "kp_home" "buy ak47; buy m4a1
bind "kp_pgup" "buy deagle""
bind "kp_uparrow" "buy vesthelm"
bind "kp_leftarrow" "buy defuser"
bind "kp_end" "buy flashbang"
bind "kp_downarrow" "buy hegrenade"
bind "kp_pgdn" "buy smokegrenade"
bind "kp_rightarrow" "buy awp"
bind "kp_plus" "buy m4a1; buy ak47; buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade; buy defuser; buy vesthelm"
bind "kp_minus" "buy mp5navy; buy flashbang; buy hegrenade; buy defuser; buy vesthelm"
bind "MWHEELDOWN" +jump
bind "MWHEELUP" +jump
bind "SPACE" +jump

pretty similar to melipones really
 
Back
Top Bottom