Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Move and click the mouse via code' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Move and click the mouse via code
Authored by: rccharles on Feb 10, '10 11:57:45AM

Here are two sleeps routines you could add:

// Possible sleep routines
usleep(100000);
sleep(2);



[ Reply to This | # ]