-
-
Save BirkhoffLee/ace777be9516a9cb4a89a83564defc25 to your computer and use it in GitHub Desktop.
z:: | |
if GetKeyState("LButton") { | |
Send % "{Click Up}" | |
BlockInput, MouseMoveOff | |
} else { | |
Send % "{Click Down}" | |
BlockInput, MouseMove | |
} | |
return |
This works much better when u add the '#IfWinActive Minecraft line' so you can use 'Z' on the desktop without activating the script all the time.
#IfWinActive Minecraft
z::
if GetKeyState("LButton") {
Send % "{Click Up}"
BlockInput, MouseMoveOff
} else {
Send % "{Click Down}"
BlockInput, MouseMove
}
return
@BirkhoffLee how do i uninstall it
@BirkhoffLee how do i uninstall it
press show hidden icons and close from their
@BirkhoffLee how do you turn off "MouseMoveOff" ?
@BirkhoffLee how do i uninstall it
press "z" again
i recommend to make it like this
#IfWinActive Minecraft
!z:: ; alt + Z to activate and de-activate this script
if GetKeyState("LButton") {
Send % "{Click Up}"
BlockInput, MouseMoveOff
} else {
Send % "{Click Down}"
BlockInput, MouseMove
}
return
Can someone please update this. Also is there a way where you dont need the original minecraft for example lunar client? I fixed it myself now but I need help on adding it so it automates moving foward.
AHK install: https://autohotkey.com/download/ahk-install.exe
Save the code as "MinecraftAFKMining.ahk" and double-click it to launch. Use "z" to toggle.