Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.32 KB | None | 0 0
  1. $title = WinGetHandle("[REGEXPTITLE:(Lorem Ipsum) - (.*)]")
  2. $id = '[CLASS:Chrome_RenderWidgetHostHWND; INSTANCE:1]'
  3.  
  4. $a = 0
  5. While $a < 5
  6. For $i = 0 to 600 Step 1
  7.  For $f = 0 to 800 Step 1
  8.   ControlClick($title, "", $id, "", 1, $f, $i)
  9.   ;Spam liên tục xem thằng nào hơn thằng nào?
  10.   Sleep(100)
  11.  Next
  12. Next
  13. WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement