Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $w::
  2. While GetKeyState("w","P")
  3. {
  4. MouseClick, Left
  5. MouseMove 0, 36, 1, Rel
  6. MouseClick, Left
  7. MouseMove 0, -36, 1, Rel
  8. }
  9. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement