Mintman's, I Want A Script That... Thread

1678911

Comments

  • uniqueunique Join Date: 2005-07-12 Member: 55779Members
    edited July 2005
    <!--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 j "+jump; wait; -jump; wait"
    alias +lerkj "j; j; +jump"
    alias -lerkj "-jump"


    alias tlerk "bind space +lerkj; bind i tlerk2"
    alias tlerk2 "bind space +jump; bind i tlerk"
    bind i "tlerk"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    Not tested but it should work.

    I doubt 5 jumps is what you really want, that would take a lot of energy. The above is a 3-jump script which uses less energy. If this is using too much energy, or you want more jumps in it, then add or subtract j's before the +jump in the +lerkj line.

    Also, press i to toggle the script on, again to toggle it off, and so forth.
  • Drop_teh_mcDrop_teh_mc Join Date: 2005-02-25 Member: 42480Members
    <!--QuoteBegin-Drop teh mc+Jul 2 2005, 03:18 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Drop teh mc @ Jul 2 2005, 03:18 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> I want a scirpt that makes me fly automatically when i press forward ( w) as a lerk. Every time i lerk tries my thumb out. thnx <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    um, this one too pls?
  • SlithSlith Join Date: 2003-03-29 Member: 15015Members, Constellation, Reinforced - Shadow
    <!--QuoteBegin-Drop teh mc+Jul 13 2005, 12:19 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Drop teh mc @ Jul 13 2005, 12:19 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-Drop teh mc+Jul 2 2005, 03:18 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Drop teh mc @ Jul 2 2005, 03:18 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> I want a scirpt that makes me fly automatically when i press forward ( w) as a lerk. Every time i lerk tries my thumb out. thnx <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    um, this one too pls? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Automatic flying with one button is not possible. But you can try it with this here:

    <!--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 w "wait"
    alias +Lforward "+forward;w; +jump"
    alias -Lforward "-forward;w; -jump"

    alias Lforward.1 "bind w +Lforward; alias Lforward.t Lforward.0; speak on"
    alias Lforward.0 "bind w +forward; alias Lforward.t Lforward.1; speak of"
    alias Lforward.t "Lforward.1"
    <!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    Then bind one of you keys to "Lforward.t" to toggle it on/off.
    Example: bind L "Lforward.t"

    This script performes a jump everytime you press w. But I advice you to learn it with Space or Mouse2(like I do). Works better, really.
  • xxxacexxxxxxacexxx Join Date: 2004-11-13 Member: 32765Members, Constellation
    edited July 2005
    <a href='http://forums.voogru.com/showthread.php?t=8591' target='_blank'>Good Game Voogru</a>
  • joeejoee Join Date: 2005-06-18 Member: 54113Members
  • xxxacexxxxxxacexxx Join Date: 2004-11-13 Member: 32765Members, Constellation
    it increases your speed as a marine its called a 'wiggle walk script' most of the ns community consider it an exploit
  • joeejoee Join Date: 2005-06-18 Member: 54113Members
    edited July 2005
    <!--QuoteBegin-xxxacexxx+Jul 13 2005, 12:50 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (xxxacexxx @ Jul 13 2005, 12:50 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> it increases  your speed as a marine its called a 'wiggle walk script' most of the ns community consider it an exploit <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    no that's called "wigglewalk" [actally the original alias's name was speedup but hey who cares]
  • jacksmoke2jacksmoke2 Join Date: 2005-07-10 Member: 55662Members
    alias j "+jump; wait; -jump; wait"
    alias +lerkj "j; j; +jump"
    alias -lerkj "-jump"


    alias tlerk "bind space +lerkj; alias tlerk tlerk2"
    alias tlerk2 "bind space +jump; alias tlerk tlerk"
    bind i "tlerk"

    The way this toggles on and off is "i" right?
  • uniqueunique Join Date: 2005-07-12 Member: 55779Members
  • jacksmoke2jacksmoke2 Join Date: 2005-07-10 Member: 55662Members
    It isn't working....
  • SemorghopeSemorghope Join Date: 2005-03-21 Member: 46005Members
    Is it possible to make a script where slot2(?) (the pistol anyways) is automatically set as lastinv? And can someone make it for me?
  • uniqueunique Join Date: 2005-07-12 Member: 55779Members
    <!--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 +pinv "slot2"
    alias -pinv "bind q +linv"
    alias +linv "slot1"
    alias -linv "bind q +pinv"
    bind q +pinv<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    Change q to your lastinv key.
  • uniqueunique Join Date: 2005-07-12 Member: 55779Members
    edited July 2005
    double posted again.. :|
  • uniqueunique Join Date: 2005-07-12 Member: 55779Members
    <!--QuoteBegin-jacksmoke2+Jul 14 2005, 01:38 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (jacksmoke2 @ Jul 14 2005, 01:38 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> It isn't working.... <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Sorry. Use 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-->alias j "+jump; wait; -jump; wait"
    alias +lerkj "j; j; +jump"
    alias -lerkj "-jump"

    alias tlerk "bind space +lerkj; bind i tlerk2"
    alias tlerk2 "bind space +jump; bind i tlerk"
    bind i tlerk<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
  • SemorghopeSemorghope Join Date: 2005-03-21 Member: 46005Members
    <!--QuoteBegin-unique+Jul 14 2005, 03:50 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (unique @ Jul 14 2005, 03:50 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--><!--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 +pinv "slot2"
    alias -pinv "bind q +linv"
    alias +linv "slot1"
    alias -linv "bind q +pinv"
    bind q +pinv<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    Change q to your lastinv key.<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    Thanks a lot man!
  • theusertheuser Join Date: 2005-07-17 Member: 56135Members
    edited July 2005
    hey i would love a pistol script where i press it down and it fires 3 bullets and when i release it fires 3 that fires with mouse 1 being able to use my primary weapon fire with mouse 1 as well instead of switching to pistol right away. also a nice bhop script for aliens would be great
    thx alot
  • surprisesurprise Join Date: 2003-01-16 Member: 12382Members, Constellation
    can somebody translate?

    punctuation is nice <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused-fix.gif' border='0' style='vertical-align:middle' alt='confused-fix.gif' /><!--endemo-->
  • CrotalusCrotalus Join Date: 2003-12-02 Member: 23871Members
    edited July 2005
    MY TRANSLATED VERSION:
    Hey, I would love a pistol script where I press it down and it fires 3 bullets.
    When I release, it fires 3 bullets again. I would like this bound to MOUSE1, but I don't want all my other weapon slots to do the same thing the pistol does.
    Also a nice bhop script for aliens would be great, thx alot.

    <!--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-->
    bind "1" "cslot1"
    bind "2" "cslot2"
    bind "3" "cslot3"
    bind "4" "cslot4"

    alias "cslot1" "slot1; bind MOUSE1 +attack; -attack"
    alias "cslot3" "slot3; bind MOUSE1 +attack; -attack"
    alias "cslot4" "slot4; bind MOUSE1 +attack; -attack"
    alias "cslot2" "slot2; bind MOUSE1 +lightshot; -attack"

    alias +lightshot "+attack"
    alias -lightshot "-attack; wait; wait; +attack; wait; wait; wait; -attack"<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    That is what I use, it won't fire three bullets each time, it fires once when the mouse is clicked, and again when it is released. It fires at max speed if you just click the attack button moderately fast. The script also differentiates between weapon slots, so your LMG or Knife won't fire the same way as the pistol...

    Try mine out real quick, it might be what your looking for...
  • stallioNstallioN Join Date: 2005-06-21 Member: 54363Members
    <!--QuoteBegin-theuser+Jul 17 2005, 03:43 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (theuser @ Jul 17 2005, 03:43 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> also a nice bhop script for aliens would be great <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    <!--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 "rofl" "+jump; wait; -jump"
    alias "lol" "rofl; rofl; rofl"
    bind "[key]" "lol"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
    This is a 3 jump script. If you still are unable to time your jumps correctly you can add more "rofl"s into the script.
  • WigglesWiggles Join Date: 2003-05-13 Member: 16253Members, Constellation
    edited July 2005
    5 jump for the win <!--emo&:0--><img src='http://www.unknownworlds.com/forums/html/emoticons/wow.gif' border='0' style='vertical-align:middle' alt='wow.gif' /><!--endemo-->

    <!--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 +intrikbhop"+jump;wait;-jump;wait;+jump;wait;-jump;wait;+jump;wait;-jump;wait;+jump;wait;-jump;wait;+jump;wait;+moveup"
    alias -intrikbhop "-jump;wait;-moveup"
    bind space +intrikbhop
    <!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
  • AnbuAnbu Join Date: 2005-01-06 Member: 33008Members
    ok, this is an odd sounding request, not sure if it's even possible.

    I'm trying my hand at lerking and one thing i noticed is that when you bind +jump to mwheel it behaves very differently then a spacebar jump. so, can someone please make a scrip that would make mwheel jumps behave like spacebar ones.
  • surprisesurprise Join Date: 2003-01-16 Member: 12382Members, Constellation
    could you explain how they behave different?
    beacause i notice no difference at all <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused-fix.gif' border='0' style='vertical-align:middle' alt='confused-fix.gif' /><!--endemo-->
  • stallioNstallioN Join Date: 2005-06-21 Member: 54363Members
    <!--QuoteBegin-Anbu+Jul 20 2005, 01:28 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Anbu @ Jul 20 2005, 01:28 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> ok, this is an odd sounding request, not sure if it's even possible.

    I'm trying my hand at lerking and one thing i noticed is that when you bind +jump to mwheel it behaves very differently then a spacebar jump. so, can someone please make a scrip that would make mwheel jumps behave like spacebar ones. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Gliding with your mousewheel is impossible, as one flick of the mousewheel will execute a + and a -.
  • AnbuAnbu Join Date: 2005-01-06 Member: 33008Members
    well, with just normal +jump or a 2 jump script bound to space bar i can flap like normal. But, when i bind it to mwheel, it gives me this wierd 2.0 like jump up or a flap downward when my screen islevel with the ground and my forward button held down. It's kinda uncrontrolable and gets me killed when i try to lerk with it
  • stallioNstallioN Join Date: 2005-06-21 Member: 54363Members
    I think one flick of the mousewheel is the equivalent of tapping the key (extremely fast) once.
  • SwiftspearSwiftspear Custim tital Join Date: 2003-10-29 Member: 22097Members
    would it be possible to have +jump held as space is held while at the same time still accepting +jump commands from the mousewheel? Stroke the mousewheel to pancake but still get the glide from space as your finished.
  • AnbuAnbu Join Date: 2005-01-06 Member: 33008Members
    edited July 2005
    actually, swift, i think i can make that one my self :O

    maybe try:
    alias flap "-jump; wait; +jump"
    bind mwheelup flap
    bind mwheeldown flap
    bind space +jump

    i THINK this would work, haven't tried it, cause you'd hold down jump, use flap to flap. And since there's no -jump in flap you'd keep gliding till you released space right?

    Edit: wait... i might be wrong, cause as some one said earlier, mwheel's fast + and - jump causes the pancakeyness. so maybe try

    alias flap "-jump; wait; +jump; wait; -jump; wait; +jump"

    think that maybe good??
  • xxxacexxxxxxacexxx Join Date: 2004-11-13 Member: 32765Members, Constellation
    <!--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 hop "+jump;wait;-jump;wait"
    alias +4hop "+moveup;hop;hop;hop;hop;hop;+jump"
    alias -4hop "-moveup;-jump"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    4hop script
  • ArmenArmen Join Date: 2005-02-09 Member: 40453Members
    edited July 2005
    Can anyone make this script

    <!--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-->alias +pistol3 "fps_max 58; wait; atk; 5wait; atk; 5wait; atk; wait; fps_max 100"
    alias -pistol3 ""

    // snip

    alias atk "+attack; wait; -attack"
    alias 5wait "wait; wait; wait; wait; wait"<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    Work as in, when i switch to my lmg it doesnt fire 3 bursts and other weapons

    Ty.
  • stallioNstallioN Join Date: 2005-06-21 Member: 54363Members
    <!--QuoteBegin-xxxacexxx+Jul 23 2005, 04:04 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (xxxacexxx @ Jul 23 2005, 04:04 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--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 hop "+jump;wait;-jump;wait"
    alias +4hop "+moveup;hop;hop;hop;hop;hop;+jump"
    alias -4hop "-moveup;-jump"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    4hop script <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Just curious, does the +moveup actually provide a speed boost, or is it just for conveniency (being able to jump and climb up walls with the same key)? I use it myself but I just use it so I don't have to bind another key to +moveup.
Sign In or Register to comment.