Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. *xbutton1::
  2.     keywait, xbutton1, t0.2
  3.     if (errorlevel) {
  4.         send {g down}
  5.         sleep 200
  6.         send {g up}{c down}
  7.         keywait, xbutton1
  8.         send {c up}
  9.     } else
  10.         send c
  11.     keywait, xbutton1
  12. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement