Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. clear cookies
  2. divider
  3. wait(10)
  4. navigate("www.sex.com","Wait")
  5. wait for browser event("Page Loaded","")
  6. if($exists($element offset(<login link>,0))) {
  7. then {
  8. }
  9. else {
  10. navigate("www.sex.com","Wait")
  11. wait(5)
  12. wait for element($element offset(<login link>,0),"","Appear")
  13. }
  14. }
  15. click($element offset(<login link>,0),"Left Click","No")
  16. wait(2)
  17. wait for browser event("Page Loaded","")
  18. allow popups("No")
  19. divider
  20. wait($rand(5,8))
  21. wait($rand(2,15))
  22. type text(<email field>,"papermail23@firemail.de","Standard")
  23. wait(2)
  24. type text(<password field>,"tomatensau1","Standard")
  25. set(#API_Key,"654c91a98beacc9ed29f41b6c54721f7","Global")
  26. set(#GoogleSiteKey,"6LdWi64UAAAAAHDApTZWiU2J8nwh9TdNnoVu1B4n","Global")
  27. set(#captcharesponse,$plugin function("UltimateCaptchaServices.dll", "$2Captcha Service V3", #API_Key, #GoogleSiteKey, $url, "login", 0.3, "Solve Captcha", "recaptchaResponse"),"Global")
  28. wait(10)
  29. click(<login button>,"Left Click","No")
  30. wait for browser event("Page Loaded","")
  31. wait(5)
  32. divider
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement