Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2.  
  3. adfly="http://eunsetee.com/WCvW"
  4. mou=mouse()
  5.  
  6. web=drive()
  7.  
  8. web.start_tor()
  9.  
  10. web.get_pg(adfly)
  11.  
  12. im_detect=Image_Detect()
  13. while True:
  14. skip_loc=im_detect.screen_detect("skip_us.png")
  15. if skip_loc!=False:
  16. break
  17. time.sleep(1)
  18. # print(skip_loc)
  19. mou.simulate_real(random.randint(0, 1000),random.randint(0, 1000),skip_loc[0],skip_loc[1])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement