Haywood JablomiTeamplayers And Awpers, Which 1 Are You? join:2001-06-13 Philadelphia, PA
|
To roofus and anyone else.This is my bind for a buying the mac and clearing out the menu. alias mac "buy; menuselect 3; menuselect 4; ammo1; clearmenu; clearmenu"
This dosn't always work so I have this bound as back up, it never fails. Its a straight bind, no alias.
bind "x" "slot10" [text was edited by author 2002-05-07 00:22:47] |
|
| |
I think an important thing to point out is that haywood's "ammo1" is another alias. so there should be another alias before that one that looks something like the following.... alias ammo1 "buy; menuselect 6; clearmenu;" and i'm not sure about the clearmenu cuz I use menuselect 0 but that never works for me so I'll have to try that instead  alias deag "buy; menuselect 1; menuselect 3 ;wait;wait;wait;wait;wait;menuselect 0;" bind "H" "deag" That's my famous deagle buying script above  oh and you put that all in a file called autoexec.cfg i believe... |
|
yockTFTC Premium Member join:2000-11-21 Miamisburg, OH |
yock
Premium Member
2002-May-6 8:44 pm
Hey Gob, what are the "wait" parameters for? |
|
Sebastian Premium Member join:2000-12-22 New Haven, CT |
The time it takes to buy the item and a wait period (pause) to close the menu.
so, after the item is purchased the menu will close xxx amount of seconds after, depending on how many "wait;wait" you use. |
|
yockTFTC Premium Member join:2000-11-21 Miamisburg, OH |
yock
Premium Member
2002-May-6 8:59 pm
but why the wait commands then? DOes it account for server lag? |
|
Iron Chef Premium Member join:2001-05-28 Alpharetta, GA |
to Haywood Jablomi
This is probably gonna sound stupid, but whats all that stuff do? |
|
| |
It is a quick macro for buying stuff. You guys should just head over to www.nextwish.org and download the quick buy configs, it actually has a setup through the HL/CS control menu. |
|
| |
to Haywood Jablomi
I'm not familiar with aliases. Could someone set me up with lines for the Colt, AK-47, and the MP5? (As well as ammo) And explain basically where to put the lines? In the .CFG? Sorry, dumb question but I've never used them before. I'm pretty quick through the menus and all, but I wanna be quicker...
-Deviate // [SmD] |
|
| |
Alias Line3 "buy; menuselect 6;wait;wait;wait;wait;wait;menuselect 0"
Alias m4 "buy; menuselect 4; menuselect 3;wait;wait;wait;wait;wait; Line3"
Alias ak47 "buy; menuselect 4; menuselect 1;wait;wait;wait;wait;wait; Line3"
Alias mp5 "buy; menuselect 3; menuselect 1;wait;wait;wait;wait;wait; Line3"
ok...there's some basic alias' for mp5, ak47, and the colt. now to get them to work you place (or create if you don't already have one) these in a file called autoexec.cfg Save it and place it in the cstrike directory. You can also add the binds to the keys on the keyboard in this file or you can place that right in the config.cfg To do that you type something like... BIND "H" "mp5" "H" being the key on the keyboard you want to use and "mp5" being the alias you just created in the autoexec.cfg file.
And to answer Yock's question about the waits... I downloaded a simply buy scripter program and checked the autoexec.cfg file after I created a simple script and it had placed those waits in there. So I'm guessing that it DOES allow for some lag compensation from menu to menu. You may not need them though. To tell ya the truth it's not workin too well for me anyhow...i still have to hit the '0' key after i hit the bound key...oh well. Hope that helps a bit. |
|
| SmDGoblin |
oh...another quick tip that i've found somewhat useful is to bind a key to 'stopsound'. Alias ss stopsound Bind "/" "ss" I have this bind so I can stop those evil crickets on maps like aztec or annoying music on other maps. Helps a lot in pinpointing noisy people  Just make sure you don't accidently hit it when someone is using voicecomm cuz it will get stuck on yer screen...little bug that's almost as annoying as those damn crickets :P |
|
samburgers Premium Member join:2001-05-23 Vancouver, BC
|
to Haywood Jablomi
Ya guys wanna see my binds in autoexec.cfg? alias +armor "buy; menuselect 8; menuselect 1; waittime; mcl" alias -armor "developer 1; echo Buying Armour; developer 0" alias +mp5 "buy; menuselect 3; menuselect 1; buyammo1; buyammo1; waittime; mcl" alias -mp5 "developer 1; echo Buying a MP5; developer 0" alias +team-light-rifle "buy; menuselect 4; menuselect 3; buy; menuselect 4; menuselect 1; buyammo1; buyammo1; waittime; mcl" alias -team-light-rifle "developer 1; echo Buying a Team Assault Rifle; developer 0" alias +hegrenade "buy; menuselect 8; menuselect 4; waittime; mcl" alias -hegrenade "developer 1; echo Buying a HE Grenade; developer 0" alias +deagle "buy; menuselect 1; menuselect 3; buyammo2; buyammo2; buyammo2; waittime; mcl" alias -deagle "developer 1; echo Buying a Desert Eagle; developer 0" alias +awm "buy; menuselect 4; menuselect 6; buyammo1; buyammo1; waittime; mcl" alias -awm "developer 1; echo Buying an AWM; developer 0" alias waittime "wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait;" alias mcl "wait; wait; menuselect 10; menuselect 10; menuselect 10; slot10; slot10" Notice how many waits I have!  :D You might not need all that waits, but for me (the lag DOES count into this) pinging about 80 to base1, I need this many waits to get it to close. On LAN playing, you don't even need to wait cause it's 0 ping! [text was edited by author 2002-05-07 01:28:47] |
|
|
| samburgers |
to Haywood Jablomi
Oh yeah...all these were hand-coded (binded) by me!  :) And I usually just buy 2 rounds of spare ammo, so notice I don't max out my ammo using menuselect 6, instead, I use buyammo1 twice.  |
|
Strat9 join:2002-05-01 Columbus, OH |
to Haywood Jablomi
My last question on this whole binding crap is when i bind a key to just clearmenu, it works fine, but when i put it at the end of a set of bindings it never works, why not? |
|
72245156 (banned)TSWB.org join:2000-07-11 Winnipeg, MB |
to Haywood Jablomi
I've been using SxRxRnR'S AUTOSCRIPT for a long time. It's virtually flawless, or at least I haven't found any. It's very easy to set up too. |
|
| |
to Haywood Jablomi
I have a question. Do these buy scripts actually help you buy faster then a person who knows all the keys can??
Also, how do you get the Text only buy menus. The ones that show up on the left of the screen. I still have the one you can click on the boxes but dont want it.
Thanks in advanced.
-Lee |
|
Strat9 join:2002-05-01 Columbus, OH |
to Haywood Jablomi
I tried the aliases but they just messed me up even more, so here is how i fixed it if you want to bind: for f9 to buy a p90 bind f9 "buy; meneselect 3; menuselect 3; wait; wait; buy; menuselect 6;" this will buy the gun and the ammo, but the menu is still up so i bound another key: bind f10 "slot10" this will close all the menus and then whalla you have a gun and all menus are closed, easy as pie!!! just change the menuselect number to the appropriate gun numbers and then when done hit the slot10 bound key! |
|
| |
to Bruce Lee2
said by Bruce Lee: I have a question. Do these buy scripts actually help you buy faster then a person who knows all the keys can??
Yeah. You just hit one button and it buys for you. |
|
| |
to Strat9
well you don't really have to bind ANOTHER key to slot10 because the 0 key is already bound to slot ten. but if it makes ya feel good do it  |
|
Strat9 join:2002-05-01 Columbus, OH |
to Haywood Jablomi
I think I will, Thanks Goblin, you made my day! |
|