Simple Cs Script

CommunistWithAGunCommunistWithAGun Local Propaganda Guy Join Date: 2003-04-30 Member: 15953Members
<div class="IPBDescription">I can't seem to get right.</div> Basically I want to bind a key to buy an HE grenade, and throw it with ONE press. Help?

Comments

  • laggerlagger Join Date: 2002-10-31 Member: 1805Members
    well I know how to buy it.

    bind MOOCOWRAWR "buy; menuselect 8; menuselect 4(I think its 4)" That will buy it. I assume you can add ; slotx; +NADE EM as well.
  • kuperayekuperaye Join Date: 2003-03-14 Member: 14519Members, Constellation
    edited August 2004
    bind he "buy; menuselect 8; menuselect 4; slot4; +attack; wait; -attack; wait; slot1"
  • GrillkohleGrillkohle Join Date: 2003-12-23 Member: 24695Members, Constellation
    edited August 2004
    You can save the menuselect stuff, CS 1.6 has some built in aliases.
    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Built-in CS 1.6 Aliases for Buy Scripts
    Rifles

        * galil
        * ak47
        * scout
        * sg552
        * awp
        * g3sg1

        * famas
        * m4a1
        * aug
        * sg550

    Pistols

        * glock
        * usp
        * p228
        * deagle
        * elites
        * fn57

    Submachine Guns

        * mac10
        * tmp
        * mp5
        * ump45
        * p90

    Shotguns

        * m3
        * xm1014

    Machine Gun

        * m249

    Equipment

        * vest
        * vesthelm
        * flash
        * hegren
        * sgren
        * nvgs

        * defuser
        * shield

    Ammo

        * primammo
        * secammo

    Use these built-in aliases to make your buy scripts like:

        * bind "F6" "m4a1; primammo"
        * bind "F7" "mp5; primammo"
        * bind "F8" "ak47; primammo"

    Taken from <a href='http://www.thegrounds.net/cs16buyscript.php' target='_blank'>http://www.thegrounds.net/cs16buyscript.php</a><!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    Damn, almost forgot it:
    OMGWTHSCRIPTSBBQ? ?!?!?134211
  • MrPinkMrPink Join Date: 2002-05-28 Member: 678Members
    edited August 2004
    alias +buygren "hegren; <b>slot4?</b>"
    alias -buygren "+attack; wait; -attack"

    You might have to hold the button for a moment to get it to work right.
Sign In or Register to comment.