Guest User

Untitled

a guest
Oct 15th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.60 KB | None | 0 0
  1. WinWaitActive("UCClient")
  2. While 1 < 2
  3.     MouseClick("left",93,717,1,0);   //Focus on the text input field at the bottom.
  4.     Send("/mine{ENTER}");   //Input /mine command
  5.     Sleep(11000);  //Wait 11 seconds for the progress bar to reach 100%.
  6.     MouseClick("left",768,399,1,0); //Click the OK button with a failed mine.
  7.     MouseClick("left",751,417,1,0); //Click the OK button for one item.
  8.     MouseClick("left",777,424,1,0); //Click the OK button for two items.
  9.     MouseClick("left",774,432,1,0); //Click the OK button for three items.
  10.     MouseClick("left",777,440,1,0); //Click the OK button for four items.
  11. WEnd
Add Comment
Please, Sign In to add comment