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.
<!--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?
<!--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.
<!--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]
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-->
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
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.
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...
<!--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.
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.
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-->
<!--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 -.
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
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.
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"
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.
Comments
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.
um, this one too pls?
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.
no that's called "wigglewalk" [actally the original alias's name was speedup but hey who cares]
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?
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.
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-->
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!
thx alot
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-->
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...
<!--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.
<!--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-->
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.
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-->
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 -.
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??
alias +4hop "+moveup;hop;hop;hop;hop;hop;+jump"
alias -4hop "-moveup;-jump"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
4hop 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.
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.