Advertisement
BLUSHIF

Untitled

Oct 11th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. void smoothMouse(int x, int y, float z) {
  2. lerp(x, y, z);
  3. robot.mouseMove(x,y);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement