Announcement

Collapse
No announcement yet.

Alias Mouse Movement

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Alias Mouse Movement

    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:

    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;"
    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

  • #2
    you can also modify the cl_anglespeedkey and just use 1 +left instead.
    or just learn to use your mouse
    www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

    Comment

    Working...
    X