I use a small autohotkey script i made in like 2 minutes and it works for me bug free. The timing is perfect on it as I've tested and use it constantly. I wont post it here to ruin the thread but I'll give the source for those who can acually use autohotkey.
Code:
Home::
Loop
{
* *Sleep 1150; This is the delay between clicks, in milliseconds.
* *GetKeyState, ButtonState, End, P
* *if ButtonState = D
* * * *break
* *MouseClick, right
}
return
Home starts it, End stops it. If you know autohotkey well enough you can always change the keys to anything you want. If you think there's a keylogger/trojan in my code, please DO NOT let me know because you are retarded.