Advertisement
hejmus

Untitled

Sep 9th, 2011
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.22 KB | None | 0 0
  1. #include <windows.h>
  2.  
  3. int main()
  4. {
  5.     for (;;)
  6.     {
  7.         mouse_event(2,x1,y1,0,0);
  8.         mouse_event(4,x1,y1,0,0);
  9.         mouse_event(2,x2,y2,0,0);
  10.         mouse_event(4,x2,y2,0,0);
  11.         Sleep(1500);
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement