Wild Mouse Computer Prank

Tags:
Computers, Pranks, Wild, Mice, Tricks, Hacks, Windows

Add video views to your Facebook Timeline:

Make the computer move the mouse around the screen wildly as soon as your friends uses the computer. Using SCAR script which you can get from http://www.dylock.net/scar/
source code:
program wildmouse;
var
x,y,cont,num:integer;
begin
wait(5000);
cont:=0;
num:=0;
repeat
movemousesmooth(0,0);
wait(500);
GetMousePos(x,y);
if(x>0)then cont:=1;
until(cont=1)
repeat
x:=random(1152);
y:=random(864);
movemouse(x,y);
wait(100);
num:=num+1;
until(num=3000)
end.

  1. By: lordjox
  2. Categories Entertainment, Science & Tech
  3. Views 898
  4. Added :21-May-07
Comments on Wild Mouse Computer Prank
Other comments on this video 0 Comments