Friday, January 15, 2010

move your mouse automaticly :)

Access directory of JDK6/bin and run jrunscript.exe (note: only for JDK6)
Input scripts:
r = java.awt.Robot();
r.setAutoDelay(500);
while(true){r.mouseMove(500+100*Math.random(), 500+100*Math.random());}


share and enjoy it!

No comments:

Post a Comment