Page 1 of 1

autoclicker help

Posted: 08 Feb 2018, 09:03
by mmotkim2
I want this autoclick code to make a fast loop sound whenever i hold down the left click button

Code: Select all

G::Suspend
LButton::
while GetKeyState("LButton","P") = 1
{send,{LButton}
sleep,28
}