Ok i dont know if this procedure/function is in SRL, but watever, i just made it.
It double clicks the coordinates you choose. If you wanna use it in any script you make, sure you can but please credit me.
SCAR Code:program ULTRAProgram;
//The Procedure.
procedure DoubleMouseClick(UX, UY, URX, URY: Integer; Left: Boolean);
begin
Mouse(UX, UY, URX, URY, Left);
Wait(50+random(50));
Mouse(UX, UY, URX, URY, Left);
end;
//The Procedure.
begin
DoubleMouseClick(123{X}, 123{Y}, 3{RandomX}, 3{RandomY}, True{True = Left Click, False = Right Click});
end.



.
Reply With Quote
![Send a message via MSN to [S]paz](images/misc/im_msn.gif)







