Script To Dance...

ZaggyZaggy NullPointerExceptionThe Netherlands Join Date: 2003-12-10 Member: 24214Forum Moderators, NS2 Playtester, Reinforced - Onos, Subnautica Playtester
<div class="IPBDescription">...yes I'm bored...:P</div> Lo, I'm kinda bored, and I'm poking around with scripts.
So I came up with the idea of making a script witch makes you dance with 1 press on a button.
A few questions:

-Is this possible?
-How can I move with a script like I do with the mouse?

Comments

  • ZykoZyko Join Date: 2002-12-31 Member: 11653Members
    edited June 2004
    it is possible ;D.. donno how though. back in those cs days i had one cool script, the jackson moonwalker.. kinda funny ;D

    nice movie tbh D;
  • ZaggyZaggy NullPointerException The Netherlands Join Date: 2003-12-10 Member: 24214Forum Moderators, NS2 Playtester, Reinforced - Onos, Subnautica Playtester
    lol, you still have that script?

    some things I was able to find out myself (yay..)

    +left makes you turn left all the time until you do -left
    same goes for -right

    +jump makes you jump
    +duck makes you duck until -duck

    +lookup makes you loop up.
    +lookdown guess what

    anyone help me with some weard dancing movent? <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
  • BijiyBijiy Fantastic Damage Join Date: 2003-11-28 Member: 23697Members
    Well, one would think you could do it with the "wait" command.
  • ZaggyZaggy NullPointerException The Netherlands Join Date: 2003-12-10 Member: 24214Forum Moderators, NS2 Playtester, Reinforced - Onos, Subnautica Playtester
    edited June 2004
    <!--QuoteBegin-Bijiy+Jun 27 2004, 07:44 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Bijiy @ Jun 27 2004, 07:44 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Well, one would think you could do it with the "wait" command. <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    sure thing, I made this already:

    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->//wait a lot
    alias "w2" "wait;wait"
    alias "w3" "wait;wait;wait"
    alias "wlong" "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;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;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;"
    <!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    found this:
    <a href='http://home.no.net/slix/bilder/CS/tutorials/buyscript/cskeynames.JPG' target='_blank'>Pictar</a>
    Seems handy, but I'm not sure if it ALL works the same for NS..
  • BijiyBijiy Fantastic Damage Join Date: 2003-11-28 Member: 23697Members
    Yeah, just keep linking the commands together on one key. I don't know if HL has a command limit or not though...
  • ZaggyZaggy NullPointerException The Netherlands Join Date: 2003-12-10 Member: 24214Forum Moderators, NS2 Playtester, Reinforced - Onos, Subnautica Playtester
    edited June 2004
    Well this doesnt make you dance, but turn around very fast

    *warning, you might get motion sick or epileptic because of this!*

    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
    //Fast turning
    alias hs "cl_yawspeed 100000"
    alias nm "-left;-right;-lookup;-lookdown;-jump;-duck;cl_yawspeed 210"
    alias left "hs;+left"
    alias right "hs;+right"
    bind "KP_leftarrow" left
    bind "KP_5" nm
    bind "KP_rightarrow" right
    <!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    How to use?

    Tap numpad 4 to turn very fast left
    Tap numpad 5 to stop it all!!!1!!!
    Tap numpad 6 to turn very fast right

    (Tap means press it once, not hold it)
  • CMF_FatalCMF_Fatal Join Date: 2003-12-27 Member: 24792Members
    orrr, go to console, type sensitivity 9999999 and just move the mouse around really fast in circles while jumping, crouching, proning (in some games). tryiit in the rave room, its great.
  • AnarkiThreeXSixAnarkiThreeXSix x_x Join Date: 2003-12-31 Member: 24894Members
    break dancing gorges in the ready room! <!--emo&::gorge::--><img src='http://www.unknownworlds.com/forums/html//emoticons/pudgy.gif' border='0' style='vertical-align:middle' alt='pudgy.gif' /><!--endemo-->
Sign In or Register to comment.