Best buy script?

K

Kianor

Guest
Anyone here uses a buy script? I think so.
Which is the best?
 
it really depends what your preferred weapon is.

I always buy vesthelm, then famas, then a flashbang, then ammo, then a deagle, then more grenadaes, them ammo.

I have a similar one to buy a bullpup when i'm feeling extravagant.
 
I never have botherd with scripts (they always go wrong for me :( ) But i might have another go soon any good tutorials around for CS:S?
 
B Then A , thats my buy script gets me the guns i want D;
 
I can't be so fast while buying weapons and ammo. That's why I'm asking for that.
I can't find any buy scripts here. So pls, help me :)
 
i made this one, feel free to use/modify it.
alias givem4 "buy vesthelm; buy m4a1; buy ak47; buy primammo; buy flashbang; buy flashbang; buy hegrenade; buy defuser; buy secammo"
bind downarrow givem4
by the way, how can you bring up the buy menu (or even better, a submenu), PAUSING the script so you have time to choose your weapon before the script spends all your money on what goes after the displaying of the menu ?
 
My autobuy script I used to have before:

Code:
vesthelm
vest

sg552
aug

m4a1
ak47
famas
mp5

primammo

defuser

elite
deagle

secammo

hegrenade
flashbang
 
Here's the buy script I've been using for awhile. It's not a one-button auto-buy deal, it's just a few shorcuts to the most common weapons. Feel free to modify or add it it if you wish.
Code:
undbindall
bind "kp_end" "buy m4a1; buy ak47; buy primammo"
bind "kp_downarrow" "buy mp5; buy primammo"
bind "kp_pgdn" "buy deagle; buy secammo"
bind "kp_leftarrow" "buy hegrenade"
bind "kp_5" "buy flashgrenade"
bind "kp_rightarrow" "buy smokegrenade"
bind "kp_home" "buy awp; buy primammo"
bind "kp_uparrow" "buy defuser; buy elite"
bind "kp_pgup" "buy m249; buy primammo"
bind "kp_ins" "buy vesthelm; buy vest"
bind "kp_del" "buy sg552; buy aug; buy primammo"
bind "kp_plus" "buy m3; buy primammo"
bind "kp_enter" "buy scout; buy primammo"
bind "kp_slash" "buy galil; buy famas; buy primammo"
bind "*" "buy p90; buy primammo"
bind "kp_minus" "buy g3sg1; buy sg550; buy primammo"
bind "f4" "buy ump45; buy primammo"
bind "f3" "buy vest"
copy and paste this into your userconfig.cfg file (also make sure the command "exec userconfig.cfg" is in your config.cfg file). These are both located in your counter-strike source/cstrike/cfg folder.
Anyway, these binds have worked for me for years. The only problem is that you'll have to memorize the keys :(. Also, I didn't include binds for the five-seven, the p228, the glock and usp (why would I?), the xm1014, the tmp, the mac10, and the night-vision goggles. If you have any more keys to spare, you can find a way to squeeze those is too. :p
 
Teta_Bonita said:
Aww, your script is better than mine. :(

Oh, and your welcome Kianor! I've just updated my old script. This new version has more "logical" button layouts and now includes all weapons and equipment (except the glock and usp, of course). Here it is:


Cool, tnx for this update :)
 
Clearly my script is superior in every way. Everything you need is right on the number pad.

Code:
bind "KP_PGUP" "buy scout"
bind "KP_UPARROW" "buy m249"
bind "KP_HOME" "buy xm1014"
bind "KP_RIGHTARROW" "buy m3"
bind "KP_5" "buy aug; buy sg552"
bind "KP_LEFTARROW" "buy m4a1; buy ak47"
bind "KP_PGDN" "buy mp5navy"
bind "KP_DOWNARROW" "buy deagle"
bind "KP_END" "buy p228"
bind "KP_PLUS" "buy defuser"
bind "KP_ENTER" "buy vesthelm"
bind "KP_DEL" "buy vest"
bind "KP_INS" "buy secammo; buy primammo; buy hegrenade; buy flashbang"
 
Back
Top