Share Pastebin
Guest
Public paste!

ojej

By: a guest | Mar 21st, 2010 | Syntax: C++ | Size: 0.15 KB | Hits: 50 | Expires: Never
Copy text to clipboard
  1. DWORD WINAPI Klikacz(LPVOID lparam)
  2. {
  3.         while (s)
  4.         {
  5.                 SetCursorPos(0,0);
  6.                 Sleep(500);
  7.                 SetCursorPos(1280, 1024);
  8.                 Sleep(500);
  9.         }
  10.         return 0;
  11. }