Can anyone make this Code to a AHK for Minecraft

Ask gaming related questions
TheRealHW
Posts: 1
Joined: 08 Jun 2023, 10:26

Can anyone make this Code to a AHK for Minecraft

Post by TheRealHW » 08 Jun 2023, 10:29

Code: Select all

do (20)
unsafe (0)
gui (inventory)
DO ; UNTIL (GUI != "NONE")
slotclick (12 , LMB , false)
key (use)
DO ; UNTIL (GUI != "NONE")
slotclick (12 , LMB , false)
press (Escape)
endunsafe
loop

Return to “Gaming”