Advertisement
tabnation

ps4 remote play minecarft

Feb 25th, 2021
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. settitlematchmode, 2
  2. SetBatchLines, -1
  3. CoordMode, Pixel, Window
  4. #NoEnv​
  5. SetKeyDelay, 0, 50
  6.  
  7. f1::
  8. loop{
  9. IfWinActive, Remote
  10. {
  11. Send {j down}
  12. sleep 1 ;change this based on pickax type lower count for diamond picks vs stone
  13. Send {j up}
  14. send {w down}
  15. sleep 100
  16. send {w up}
  17. sleep 500
  18. }
  19. else
  20. {
  21. break
  22. }
  23. }
  24. msgbox, automining stopped
  25. Return
  26.  
  27. F2::
  28. reload
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement