The "post Your Scripts" Thread

ReKReK Join Date: 2004-08-30 Member: 31058Members, Constellation, Reinforced - Shadow, WC 2013 - Silver
I will start by posting some of the better scripts from <a href='http://www.unknownworlds.com/forums/index.php?showtopic=87104&st=0' target='_blank'>this thread,</a> as well as some of my own.

Please follow the following format and only post here if you have a script to post. Leave discussion to the other threads. I would like this to be a scripting resource, devoid of off-topic and uneeded posts.

Format:

Script Name (Not neccessary)
Script Function (1-2 sentences, or point form)
<!--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-->Script code<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Any Usage notes/customizable lines to be changed.

Comments

  • ReKReK Join Date: 2004-08-30 Member: 31058Members, Constellation, Reinforced - Shadow, WC 2013 - Silver
    3 Jump
    Makes timing the jumps while bunnyhopping much easier.
    <!--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-->alias +3jump "+jump; wait; -jump; wait; +jump; wait; -jump; wait; +jump; wait; -jump"
    alias -3jump ""
    bind "SPACE" "+3jump"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
    If you use class-specific configs, it is recommended to disable this for lerk and marine.

    *****

    Misc. Toggles
    Makes some functions (use, walk, crouch, scoreboard, net_graph display) into toggles, to free up you fingers. Will also display the minimap while using something.
    <!--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-->//Walk toggle script
    alias walkt "walkon"
    alias walkon "+speed; alias walkt walkoff; speak one"
    alias walkoff "-speed; alias walkt walkon; speak zero"
    bind "SHIFT" "walkt"

    //Show scores and data toggle
    alias nsg "nsgon"
    alias nsgon "net_graph 3; +showscores; alias nsg nsgoff"
    alias nsgoff "net_graph 0; -showscores; alias nsg nsgon"
    bind "TAB" "nsg"

    //Show data toggle
    alias ng "ngon"
    alias ngon "net_graph 3; alias ng ngoff"
    alias ngoff "net_graph 0; alias ng ngon"
    bind "[" "ng"
    net_graph 0 //To prevent from showing when NS is started

    //Duck toggle
    alias duckon "+duck; bind CTRL duckoff; speak one"
    alias duckoff "-duck; bind CTRL duckon; speak zero"
    bind "CTRL" "duckon"

    //Mapuse
    alias +mapuse "+showmap; wait; +use"
    alias -mapuse "-showmap; wait; -use"

    //Use toggle
    alias useon "+mapuse; bind e useoff; speak one"
    alias useoff "-mapuse; bind e useon; speak zero"
    bind "e" "useon"
    bind "ENTER" "+use"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
    It is suggested to disable these when comming.
    <!--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-->alias toggleon "bind F9 toggleoff; exec toggles.cfg; speak one"
    alias toggleoff "bind F9 toggleon; exec norm.cfg; speak zero"
    bind "F9" "toggleoff"
    exec toggles.cfg<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
    Place the above code into userconfig.cfg, and the toggles into toggles.cfg. Place the following into norm.cfg
    <!--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-->bind "CTRL" "+duck"
    bind "SHIFT" "+speed"
    bind "e" +use"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    *****

    Wigglewalk
    Increases your speed temporarily, but you cannot control yourself while it is active.
    <!--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-->alias "speedup" "+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft"
    alias "speed" "speedup;speedup;speedup;speedup"
    bind "h" "speed"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    *****

    180 Degree Spin
    Will instantly turn you 180 degrees.
    <!--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-->//180 Spin
    alias spin "fps_max 10;cl_yawspeed 3600;wait;+left;wait;-left;fps_max 100"
    bind "MWHEELDOWN" "spin"

    //180 lerk spin and fly
    alias lspin "fps_max 10;cl_yawspeed 3600;wait;+left;wait;-left;fps_max 100; +jump; wait; -jump; wait; +jump; wait; -jump; wait; +jump; wait; -jump; wait; +jump; wait; -jump; wait; +jump; wait; -jump"
    <!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
    Make sure you use lspin for the lerk, otherwise you will lose all flight.

    *****

    Flashlight Strobe (w/o _special)
    Make yourself into a human disco machine!
    <!--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-->//Flashlight Strobe
    alias w2 "wait; wait"
    alias flash5 "impulse 100; w2; impulse 100; w2; impulse 100; w2; impulse 100; w2; impulse 100; w2"
    alias flash25 "flash5; flash5; flash5; flash5; flash5"
    alias flash100 "flash25; flash25; flash25; flash25"
    bind "j" "flash100"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    *****

    Pistol Shot
    Three settings - Zero is off, one is double shot, two is the full clip in two clicks
    <!--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-->//Pistol ROF
    alias w "wait"
    alias w2 "w; w"
    alias +pscript "+attack;"
    alias -pscript "-attack; wait; wait; +attack; wait; -attack;"
    alias +pscript2 "+attack"
    alias -pscript2 "-attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack"
    alias psone "bind mouse1 +pscript; alias toggleps pstwo; speak one"
    alias pstwo "bind mouse1 +pscript2; alias toggleps psoff; speak two"
    alias psoff "bind mouse1 +attack; alias toggleps psone; speak zero"
    alias toggleps "psone"
    bind "F8" "toggleps"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Sign In or Register to comment.