How mush faster can i make this triggerbot?
Code:
Sleep(rand() % 29 + 16);
mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);
Sleep(rand() % 20 + 10);
mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);