Counter-Strike 1.6 Buy Scripting
FAQ Version 1.0 <By MasterCube 10>
E-Mail
[email protected]
###################################################
Table of Contents:
1: Version
2: Introduction
3: Scripting
4: Code Names
5: FAQ
6: Ending
7: Legal Info
8: Credits
9: Contact
####################1.Version################################
This Document is in version 1.02 BETA
10/17-Started Guide
10/18-Finished 1.0 version and pre-read the guide
10/20-Added Numpad keys and radio commands <V 1.02>
####################2.Introduction###########################
This is for CS 1.6, NOT 1.5 or any other version.
CS Is an FPS (First Person Shooting) game that is played online by millions of
people, and is a MOD of Half-Life. This guide will show you how to make buying
equipment easier with a single key instead of the multikey buy menu. Your guide
MasterCube will introduce you to this wonderful aspect of CS and buy scripting,
which is NOT hacking or cheating.
####################3.Scripting###############################
First of all scripting is what controls every key/button you use in CS.
To set a custom script go to your "C:\Program
Files\Steam\SteamApps\<Your-Email>\counter-strike\cstrike" Directory. Make a
new text document.
Start off with //buyscript and type your commands.
At the end type //end. Save the file as userconfig.cfg.
Example:
//buyscript
bind p "awp; primammo; hegren"
//end
If you did that, you would type the p button and you would automatically buy
the awp, ammo, and a grenade. It is important to type ; after a
weapon/equipment and then a space (hegren; defuser) and also DO NOT use
uppercase letters at all.
After you save your userconfig.cfg file go into a game. Get in the console
(the `~ button) and type
"exec userconfig.cfg" (Without the " of course)
Then your binds will work.
This is EXACTLY what I have my buy script as (with the "")
//buyscript
bind i "m4a1; ak47; primammo; hegren; defuser; vesthelm"
bind o "famas; galil; primammo; hegren; defuser; vesthelm"
bind p "awp; deagle; primammo; secammo; hegren; defuser; vesthelm"
bind [ "shield; deagle; secammo; hegren; defuser; vesthelm"
bind ] "flash; flash; sgren"
bind \ "deagle; secammo; hegren; defuser; vesthelm"
//end
If I type the 'i' key I will get the m4a1 or ak47 (depending on CT or T) Ammo,
a grenade, a defuser (if CT) and armor with Kevlar.
The weapons/equipment must be in the ".
If the weapon is not available as CT or T it will skip that item, so I suggest
putting like the ak47 and m4a1 in the same bind and always adding the defuser
kit. If you do not have enough money the list goes from left to right buying
all the items it can afford. This is just for your buy menu and items, after
//end you can add your other custom binds suck as radio commands.
Radio commands such as 'C' then '2' would say 'Enemy Spoted' but you can bind
those as well. When binding these are what you type for the radio commands.
Radio1 (Z By default) Radio 2 (X By default) Radio 3 (C By default)
coverme go roger
takepoint fallback enemyspot
holdpos sticktog needbackup
regroup getinpos sectorclear
followme stormfront inposition
takingfire report reportingin
getout
negative
enemydown
####################4.Code Names################################
The weapons/equipment bind must be the exact name of the gun or they will not
work.. The names are as follows. (Thanks to automatkalashnikov47 for the list)
Pistols: glock : usp : p228 : deagle : fn57 : elites
ShotGuns: m3 : xm1014
Submachine Guns: tmp : mac10 : mp5 : ump45 : p90
Assault Rifles: galil : famas : ak47 : m4a1 : sg552 : aug
Sniper Rifles: : scout : sg550 : awp : g3sg1
Machine Gun: : m249
Ammunition: primammo : secammo
Equipment: vest : vesthelm : flash : hegren : sgren : defuser : nvg : shield
*Those are all the items you can buy.*
The numpad keys also have their own code for the keys when you bind.
example- bind kp_end "m4a1; primammo; hegren"
1 kp_end
2 kp_downarrow
3 kp_pgdn
4 kp_leftarrow
5 kp_5
6 kp_rightarrow
7 kp_home
8 kp_uparrow
9 kp_pgup
#######################5.FAQ#######################################
*Note not complete I need more questions*
Q: My buy script will not work, what do i do?
A: First of all, make sure everything is correct with no capitals and
typos. Make sure to type exec userconfig.cfg in the console after
saving the list as userconfig.cfg.
Q: What if i do not have enough money?
A: The item will be skipped and the list will go on to the next.
Q: What items and keys do you suggest?
A: I suggest the items you mostly use, I use the m4a1, galil, ak47, deagle, and
awp a lot though. And I suggest always getting a hand grenade and armor, and as
CT a defuser kit. I suggest the numpad keys, F1-5 keys or the keys on the right
side of the keyboard like u,I,o,p,l,k,[,[, etc. Make sure to change the key if
you had something else on it, for example if 'u' was team chat, make sure to
change team chat to something else if you bind 'u' to a weapon.
Q: Is buy scripting hacking or cheating?
A: No, scipting is fair and anyone can do it, people may say your hacking
because the noobs don;t know how to do it, so you have an 'Advantage.'
More coming soon
############################6.Ending######################
Binding will help you tremendously on time and getting to areas faster,
especially on servers with no freeze time. Its also very easy and simple to do,
I suggest that everyone try it.
Even scripting is usefull, instead of hitting 'C' and '2' you could bind
something to say the radio command 'Enemey spotted.'
###########################7.Legal Info####################
This FAQ is exclusive property of myself (MasterCube 10) and GameFAQs. If you
notice this FAQ on any other site, please let me know. This site may not be
used without my permission and will not be sold or distributive in any way
shape or form.
###########################8.Credits#######################
Obviosuly if your reading this, CjayC and all of GameFAQs for posting and
reading my short little FAQ.
Sierra for making a great game, and the Counter-Strike team for making the CS
MOD.
Steam for enhancing the game
automatkalashnikov47 for the weapon list
And anyone else who helped me with this buyscript FAQ, if you would like your
name in here let me know.
########################9.Contact#######################
You can contact me at
[email protected]
Or AIM Redwings620
Or CS friends list MasterCube
<End of document>