First of all, don't use Silent Mouse, it WILL get you banned.
To get a more average speed one:
Include SRL and use:
SCAR Code:
Mouse(x, y, randomx, randomy, true/false);
x, y is where to click, randomx and randomy are how much randomness can be added to the coordinates(3-5 should be good). True/False means true for left click false for right click.
Or
SCAR Code:
MMouse(x, y, randomx, randomy);
Same idea but without clicking.
And put SetupSRL; before your loop so lets say your loop looks like this(with not all the stuff in it):
SCAR Code:
begin
SetupSRL; {<-- put it before the repeat, or the first line of the begin with no procedure/function title}
repeat
until(False);
end.
For more read the tutorials in beginner section. *cough* my siggy has a link to mine *cough*
EDIT: Hermpie beat me... but mine explains more