Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #NoEnv
  2.  
  3. SetBatchLines -1
  4. SetTitleMatchMode 2
  5. #SingleInstance Force
  6.  
  7. #IfWinActive, Minecraft
  8.  
  9. wintit = Minecraft 1.13.2
  10.  
  11. ^j:: ;start
  12. {
  13. IfWinExist %wintit%
  14. BreakLoop = 0
  15. Loop
  16. {
  17. if (BreakLoop = 1)
  18. {
  19. BreakLoop = 0
  20. break
  21. }
  22. ControlClick, , %wintit%, ,Left, , NAD
  23. Sleep, 2000
  24. Click WD, , %winit%
  25.  
  26. }
  27. Return
  28. }
  29.  
  30.  
  31. ^k::Pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement