Advertisement
Guest User

NAV Tutorial 100% Erbana

a guest
Jul 25th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.89 KB | None | 0 0
  1. ;this is a script for autoit, but you can obviously just use the text commands manually
  2.  
  3. WinActivate("NAV Tutorial | Not A Villain Webcomic")
  4. Send ("forward{ENTER}")
  5. Send ("forward{ENTER}")
  6. Send ("down{ENTER}")
  7. Send ("grab malerve{ENTER}")
  8. Send ("grab malerve{ENTER}")
  9. Send ("grab malerve{ENTER}")
  10. Send ("grab malerve{ENTER}")
  11. Send ("grab malerve{ENTER}")
  12. Send ("up{ENTER}")
  13. Send ("forward{ENTER}")
  14. Send ("dance{ENTER}")
  15. Send ("talk to woman{ENTER}")
  16. Send ("use malerve{ENTER}")
  17. Send ("give malerve to woman{ENTER}")
  18. Send ("forward{ENTER}")
  19. Send ("up{ENTER}")
  20. Send ("wrap malerve around flower{ENTER}")
  21. Send ("grab green weed{ENTER}")
  22. Send ("forward{Enter}")
  23. Send ("right{Enter}")
  24. Send ("use weed{ENTER}")
  25. Send ("put flower in lake{ENTER}")
  26. Send ("dance{ENTER}")
  27. Send ("backward{ENTER}")
  28. Send ("forward{ENTER}")
  29. Send ("right{Enter}")
  30. Send ("forward{ENTER}")
  31. Send ("grab esone{ENTER}")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement