Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mouse_event(MOUSEEVENTF_LEFTDOWN, x, y, 0, 0);
- mouse_event(MOUSEEVENTF_LEFTUP, x, y, 0, 0);
- Sleep(1000 / cps); //randomizes cps with tickspeed of the computer so it doesnt flag as easily
Advertisement
Add Comment
Please, Sign In to add comment