Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #NoEnv
  2. SendMode Input
  3. ~Q::Suspend
  4. LCtrl & ~LButton::
  5. Loop
  6. If GetKeyState("LButton", "LCtrl") {
  7. Sleep, 5
  8. moveAmount := (moveAmount = 2) ? 3 : 0
  9. mouseXY(moveAmount,3.9)
  10. }
  11. else
  12. break
  13. Return
  14. mouseXY(x,y)
  15. {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement