Advertisement
VEGASo

Untitled

Mar 9th, 2023
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. imgFound := false
  2. while(imgFound = false)
  3. {
  4. imageSearch, x, y , 0, 0, 1920, 1080, *70 yes.png
  5. if(x <> "")
  6. {
  7. Click, %x%, %y%
  8. imgFound := true
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement