Looking For 2 Scripts
nIn
Join Date: 2004-09-20 Member: 31826Members
Hi I was looking for 2 scripts. The first one is the _special script for bhop as a skulk. I have one question on this. Can you still bite, leap, para while the script is active?
The second script is the fast marine script. The one were you run really fast.
Thanks in advance.
The second script is the fast marine script. The one were you run really fast.
Thanks in advance.
Comments
the fast marine script is jsut strafing left and right on you _special
i'll let you write them yuourself
glhf
<!--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-->//_special bhop
alias omgh4x "-attack2; w; +jump; w; -jump; +attack2;"
alias +vroom "alias _special omgh4x; +attack2;"
alias -vroom "alias _special; -attack2;"
bind <key> "+vroom"
//_special walk faster
alias specialrun "-attack2; +moveleft; wait; -moveleft; +moveright; wait; -moveright; +attack2;"
alias +run "alias _special specialrun; +attack2;"
alias -run "alias _special; -attack2;"
bind <key> "+run"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
however i do agree with getting used to the non _special scripts (3jump, and normal wigglewalk)
i used _special bhop, and now im terrible at bhopping normaly <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.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-->//bhop script
alias j "+jump; w; -jump"
alias +bhop "+moveup; j;j;j;j;j"
alias -bhop "-moveup"
bind <key> "+bhop"
//walk faster
alias move "+moveleft; w; -moveleft; +moveright; w; -moveright"
alias speedup "move; move; move; move; move"
alias slider "speedup; speedup; speedup; speedup"
bind <key> "slider"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
(just a side note, i cleaned up the wigglewalk script to make it more readable)
<!--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-->//_special bhop
alias omgh4x "omgh4x=; wait; special"
alias omgh4x= "omgh4x+"
alias omgh4x+ "+jump; alias omgh4x= omgh4x-"
alias omgh4x- "-jump; alias omgh4x= omgh4x+"
alias +vroom "alias _special omgh4x; omgh4x"
alias -vroom "alias _special; omgh4x-"
bind <key> "+vroom"
//_special walk faster
alias specialrun "specialrun=; wait; special"
alias specialrun= "specialrun+r"
alias specialrun+r "+moveright; alias specialrun= specialrun-r"
alias specialrun-r "-moveright; alias specialrun= specialrun+l"
alias specialrun+l "+moveleft; alias specialrun= specialrun-l"
alias specialrun-l "-moveleft; alias specialrun= specialrun+r"
alias +run "alias _special specialrun; specialrun"
alias -run "alias _special; specialrun-l; specialrun-r"
bind <key> "+run"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
as for wiggle walk you should probably just doit yourself because it is possible to get caught off guard and not be able to fire or move the th elft or right right away.
_special is owned. as in i dont think the server will accept that command.
I do have a 3jump
bind "SPACE" "+3jumps" - then getskills.
Just because I press a button instead of flicking a wheel doesn't mean I have any less skill than you. I'm tired of you anti-scripting zealots. If you hate scripting so much, why don't you just not enter this forum?