kAz's Counter-Strike: Source Buy Script


Recommended Posts

It is completely done, but i need a few people to beta test it to make sure it works. If you are interested, please contact me.

email: kalizar11@yahoo.com

AIM: kalizar11

YIM: kalizar11

MSNM: kalizar11@msn.com

edit: hurray i got another star :p

ok here it is. the only feature it has right now is a buy script. future versions will contain more functions. unzip it to your counter-strike: source beta folder.

cstrike.exeFetching info...

  Quote
// This list of "buy aliases" is used by the AutoBuy system.

// The system begins with the first alias in the list, and attempts to purchase it.

// If a primary weapon is successfully purchased, all later primary weapon aliases are skipped.

// Similarly, secondary weapon buy alias are skipped once a seconary weapon has been purchased.

// You can customize this file to reflect your weapon and equipment preferences and priorities.

//

// The console command for autobuy is "autobuy"

//

// The available buy aliases and their names as shown on the buy menu are:

// (Many weapons have more than one buy alias)

//

// galil - IDF Defender

// defender - IDF Defender

// ak47  - CV-47

// cv47  - CV-47

// scout - Schmidt Scout

// sg552 - Krieg 552

// krieg552 - Krieg 552

// awp  - Magnum Sniper Rifle

// magnum - Magnum Sniper Rifle

// g3sg1 - D3/AU1

// d3au1 - D3/AU1

// famas - Clarion 5.56

// clarion - Clarion 5.56

// m4a1  - Maverick M4A1 Carbine

// aug  - Bullpup

// bullpup - Bullpup

// sg550 - Krieg 550 Commando

// krieg550 - Krieg 550 Commando

// glock - 9x19mm Sidearm

// 9x19mm - 9x19mm Sidearm

// usp  - KM .45 Tactical

// km45  - KM .45 Tactical

// p228  - 228 Compact

// 228compact - 228 Compact

// deagle - Night Hawk .50C

// nighthawk - Night Hawk .50C

// elites - .40 Dual Elites

// fn57  - ES Five-Seven

// fiveseven - ES Five-Seven

// m3  - Leone 12 Gauge Super

// 12gauge - Leone 12 Gauge Super

// xm1014 - Leone YG1265 Auto Shotgun

// autoshotgun - Leone YG1265 Auto Shotgun

// mac10 - Ingram MAC-10

// tmp  - Schmidt Machine Pistol

// mp  - Schmidt Machine Pistol

// mp5  - KM Sub-Machine Gun

// smg  - KM Sub-Machine Gun

// ump45 - KM UMP45

// p90  - ES C90

// c90  - ES C90

// m249  - M249

// primammo - Primary Ammo

// secammo - Secondary Ammo

// vest  - Kevlar

// vesthelm - Kevlar+Helmet

// flash - Flashbang

// hegren - HE Grenade

// sgren - Smoke Grenade

// nvgs  - Nightvision

// defuser - Defusal Kit

// shield - Tactical Shield

m4a1

ak47

famas

galil

p90

mp5

primammo

secammo

defuser

vesthelm

vest

then do something like this...
  Quote
alias mp5 "smg; primammo"

alias kit "defuser

alias buyvest "vesthelm;vest"

alias buymp5 "mp5; buyvest; hegren; defuser"

alias ak "cv47; primammo"

alias galil "defender; primammo"

alias buyawp "awp; buyvest; hegren"

alias awp "magnum; primammo"

alias buygalil "galil; buyvest; hegren"

alias buyak "ak; buyvest; hegren"

alias colt "m4a1; primammo"

alias buycolt "colt; buyvest; hegren; defuser"

alias deagle "nighthawk; secammo"

alias buydeagle "deagle; buyvest; hegren"

alias smoke "sgren"

alias replenish "buyvest; primammo; secammo; hegren; defuser; flash; sgren"

alias usp "km45; secammo; flash"

alias famas "clarion; primammo"

alias buyfamas "famas; buyvest; hegren; defuser"

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.