Here's the script:
SCAR Code:program New;
{.include SRL/SRL.scar}
procedure Button;
begin
Mouse(151, 150, 20, 20, true);
end;
begin
SetupSRL;
ActivateClient;
Wait(1000);
Button;
end.
The mouse goes to the top-right of my screen???? Please help.
Cut em2 it






Reply With Quote


try loosing activate client... that might kill it




