Hello.
I'm trying to create an alias that makes you move forward and simulates left and right mouse movement automatically, at about a 45 degree angle.
Here is what I have:
However it doesn't work and the only time I've used aliases is for connecting to servers. I'm unsure what is wrong with it.
Thank you.
-TeamXlink
I'm trying to create an alias that makes you move forward and simulates left and right mouse movement automatically, at about a 45 degree angle.
Here is what I have:
Code:
alias +zigzag "+forward;wait;+left;wait;-left;wait;+forward;wait;+left;wait;-left;wait;+forward;wait;+right;wait;-right;wait;+forward;wait;+right;wait;-right;"" alias -zigzag "-forward;"
Thank you.
-TeamXlink
Comment