Advertisement
RichJMoney

MCD

May 28th, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #IfWinActive, Minecraft Dungeons ahk_class UnrealWindow
  2.  
  3.  
  4.  
  5. #MaxThreadsPerHotkey 2
  6.  
  7. F8::
  8. Toggle := !Toggle
  9. While Toggle {
  10. IfWinActive, Minecraft Dungeons
  11. {
  12. sleep 25
  13. Send 1
  14. sleep 25
  15. Send 2
  16. sleep 25
  17. }
  18. }
  19. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement