Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Run as administrator
  2.  
  3. ;ControlSend [, Control, Keys, WinTitle, WinText, ExcludeTitle, ExcludeText]
  4. ;ControlClick [, Control-or-Pos, WinTitle, WinText, WhichButton, ClickCount, Options, ExcludeTitle, ExcludeText]
  5.  
  6. ~CapsLock::Suspend
  7.  
  8. LButton::
  9. Sleep 25
  10. ControlClick, SomeXCoordinates SomeYCoordinates, TitleOfBackgroundWindow
  11. Sleep 14
  12. ControlSend,, {3 Down}, TitleOfBackgroundWindow
  13. Sleep 14
  14. ControlSend,, {3 Up}, TitleOfBackgroundWindow
  15. Sleep 14
  16. ControlSend,, {q Down}, TitleOfBackgroundWindow
  17. Sleep 14
  18. ControlSend,, {q Up}, TitleOfBackgroundWindow
  19. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement