Scripts
dangarretson
Join Date: 2003-01-07 Member: 11971Members
<div class="IPBDescription">Well Scripts</div> Im gonna post a script i made some may use it. I want to have a bunch of people post maybe we can have a scripting forum or somethign.
alias dev1 "developer 1"
alias dev0 "developer 0"
alias w1 "wait"
alias w2 "w1; w1"
alias +bjump "+jump;w2;+attack"
alias -bjump "-jump;w2;-attack"
alias jumpattack "unbind mouse1; +bjump; w2; -bjump; bind mouse1 jumpattack"
alias bswitch mode1
alias mode1 "bind mouse1 +attack; dev1; echo Normal Attack; dev0; alias bswitch mode2"
alias mode2 "bind mouse1 jumpattack; dev1; echo Jump and Attack; dev0; alias bswitch mode1"
bind "YOURKEY" "bswitch"
alias dev1 "developer 1"
alias dev0 "developer 0"
alias w1 "wait"
alias w2 "w1; w1"
alias +bjump "+jump;w2;+attack"
alias -bjump "-jump;w2;-attack"
alias jumpattack "unbind mouse1; +bjump; w2; -bjump; bind mouse1 jumpattack"
alias bswitch mode1
alias mode1 "bind mouse1 +attack; dev1; echo Normal Attack; dev0; alias bswitch mode2"
alias mode2 "bind mouse1 jumpattack; dev1; echo Jump and Attack; dev0; alias bswitch mode1"
bind "YOURKEY" "bswitch"
This discussion has been closed.
Comments
Why u think? <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo-->
(For those that are too clueless to even understand it, the script toggles the funtion of the left mouse button from "fire" to "jump, wait a split second and then fire".)
------NUKEH------