I'm not really good with scripting, so might as well toss this request here :v:
I just need a script that spam repeats +attack and destroy4 on a toggle bind
Not sure how to toggle, but
alias cyrex "+attack;wait 5;destroy 4;wait 5;-attack;wait 5;cyrex"
bind <BUTTON> cyrex
Would keep it repeating.
Yeah, repeating would be a bad thing when it's a script that uses +attack :v:
And the waits aren't needed, here's the non repeating one I'm using.
bind mouse5 "+attack; destroy 4; -attack"
Sorry, you need to Log In to post a reply to this thread.