Double Deez Nuts (Banned) Dec 26, 2018 @ 6:18pm
Autohotkey: Holding down the mouse button?
Dont know if this is the right place for this but does anyone know how to do it?
< >
Showing 1-1 of 1 comments
C2Dan88 Dec 26, 2018 @ 11:51pm 
When I played Minecraft an old AHK script I used was
<^Left::Send % "{Click " . ( GetKeyState("LButton") ? "Up}" : "Down}" )
To hold down left mouse button hold Ctrl and press Left Arrow key. To release mouse button hold Ctrl and press Left Arrow key again.

AHK forum has many scripts people use.
Last edited by C2Dan88; Dec 26, 2018 @ 11:52pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Dec 26, 2018 @ 6:18pm
Posts: 1