Advertisement
caffeine314

Untitled

Sep 11th, 2023
1,499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  
  3. #IfWinActive, ahk_class MozillaWindowClass
  4. XButton1::
  5.     Send, {Z down}
  6.     Sleep 20
  7.     Send, {Z up}
  8.     return
  9. XButton2::
  10.     Send, {Y down}
  11.     Sleep 20
  12.     Send, {Y up}
  13.     return
  14.  
  15.  
  16. #IfWinExist, ahk_class LWJGL
  17. Loop
  18. {
  19.     MsgBox, hello
  20.     Sleep, 2000
  21.     ControlSend, , NumpadAdd, Minecraft 1.7.10
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement