WilliamHarlow

Untitled

Aug 25th, 2021
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. mouse_event(MOUSEEVENTF_LEFTDOWN, x, y, 0, 0);
  2. mouse_event(MOUSEEVENTF_LEFTUP, x, y, 0, 0);
  3. 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