Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. loop
  2. {
  3. ToolTip, cursor Follow? (%A_Index%)
  4. Sleep, 100
  5. while Toggle
  6. /*
  7. Find "PLAY button"
  8. */
  9. CoordMode, Pixel, Window
  10. PixelSearch, FoundX, FoundY, 268, 1021, 268, 1021, 0x544F4A, 3, Fast RGB
  11. If ErrorLevel = 0
  12. {
  13. SendEvent, {Click, 1622, 951 Left, 1}
  14. Sleep, 10
  15. }
  16. /*
  17. }
  18.  
  19.  
  20. return
  21.  
  22. F8::Toggle := !Toggle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement