What are you using? AHK or through your mouse? Your ms speed might be too fast.
I use AHK for mine, although I havent used it in a while, so I don't know if it still works. I'll post it if you want to experiment and see if it works or not.
Quote:
CONTROL::Suspend
LButton::
Loop
{
SetMouseDelay 70
Click
If (GetKeyState("LButton","P")=0)
Break
}
|
Control is on/off.