Advertisement
jazztickets

clicks

May 20th, 2011
2,531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ; Check for button press
  2. MButton::
  3.  
  4. ; Begin click loop
  5. Loop
  6. {
  7. ; Send left click
  8. Click
  9.  
  10. ; Get state of button. If button is released, exit loop
  11. GetKeyState, state, MButton, P
  12. if state = U
  13. break
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement