Advertisement
Guest User

Gentleman Dun autofarm

a guest
Jul 22nd, 2019
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ^p::
  2. Coordmode, Mouse, Window    ;orient mouse to window coords
  3. SetKeyDelay 100, 100    ;delay required for the game to process inputs
  4. Send {m down}d      ;perma-turbo + dexnav opening (assumes default keybinds, change the keys sent if necessary)
  5. sleep 450           ;wait for dexnav to finish opening
  6. MouseClick, left, 965, 600, 3, 0    ;click on the memory chamber (assuming large window setting)
  7. sleep 500
  8. SetKeyDelay 150, 110
  9. Send www        ;presses w twice as one key press is consistently dropped
  10. SetKeyDelay 65, 65      ;down can be pressed faster than the other keys
  11. Send {Down}{Down}{Down}{Down}
  12. Send c          ;select Gentleman Dun
  13. SetKeyDelay 110, 110
  14. sleep 300       ;any earlier and the next input does not register
  15. send c          ;say yes to dialog box
  16. sleep 2500
  17. loop 10 {       ;spam A
  18.     send c
  19. }
  20. sleep 3000      ;wait for dunsparce to finish getting OHKO'd
  21. loop 12 {
  22.     send c      ;continue spamming A
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement