nth wrong with ur MoveMouse.
1. Timerunning has no parameters.
2. Timerunning returns in hours, mins, seconds format which is probably not what you want.
3. you need a 'then' after a 'if (boolean)'.
4. need a begin if performing multiple actions after a conditional statement.
5. semicolons.
Simba Code:
begin
repeat
if GetTimeRunning>300000 then
begin
MoveMouse (750, 12);
Wait (500);
Clickmouse (750, 12, mouse_Left);
end;
until(false);
end.
Totally read your mind.
If you are using it for official RS, use some more advanced antiban to stay logged in.