Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.30 KB | None | 0 0
  1.  
  2.  
  3. HotKeySet("{F6}", "TogglePause")
  4. HotKeySet("{F7}", "TogglePause2")
  5.  
  6. ;;;; Body of program would go here ;;;;
  7. While 1
  8.     Sleep(100)
  9. WEnd
  10. ;;;;;;;;
  11.  
  12. Func TogglePause()
  13. WinWaitActive("Minecraft")
  14. Send("t/warp ö")
  15. EndFunc
  16.  
  17. Func TogglePause2()
  18. WinWaitActive("Minecraft")
  19. Send("§BLOR")
  20. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement