Advertisement
Guest User

OnionBot

a guest
Aug 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. #cs ----------------------------------------------------------------------------
  2.  
  3. AutoIt Version: 3.3.14.5
  4. Author: myName
  5.  
  6. Script Function:
  7. Template AutoIt script.
  8.  
  9. #ce ----------------------------------------------------------------------------
  10.  
  11. ; Script Start - Add your code below here
  12.  
  13. #include <AutoItConstants.au3>
  14.  
  15. while 1
  16.  
  17. WinActivate("DuckDuckGo — Privacy, simplified. - Tor Browser")
  18. MouseMove(750, 105,50)
  19. sleep(2500)
  20. MouseClick($mouse_click_left)
  21. Send("https://apps.penny.de/penny17_int77/region/12-55")
  22. send("{ENTER}")
  23. sleep(25000)
  24. MouseMove(886, 286, 50)
  25. mousewheel($mouse_wheel_down, 10)
  26. MouseMove(1264, 606, 50)
  27. MouseClick($mouse_click_left)
  28. sleep(2500)
  29. send("+^u")
  30. sleep(15000)
  31. WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement