is this any good for a very first script or is it garb?
Var
logs : integer;
begin
begin
repeat
logs := logs + 27;
Wait(5000);
movemouse(252,216);
wait(1000);
clickmouse(236,185,false);
wait(1000);
clickmouse(207,225,true);
wait(3500);
movemouse(624,227);
wait(2000);
clickmouse(624,227,false);
wait(2000);
clickmouse(581,294,true);
wait(5000);
movemouse(94,80);
wait(2000);
clickmouse(94,80,false);
wait(2000);
clickmouse(73,167,true);
wait(3000);
sendkeys('27'+chr(13));
wait(1000);
movemouse(485,40);
wait(2000);
clickmouse(485,40,true);
wait(4000);
movemouse(579,228);
wait(2000);
clickmouse(579,228,true);
wait(2000);
movemouse(616,229);
wait(2000);
clickmouse(618,229,true);
wait(2500);
movemouse(266,404);
wait(2000);
clickmouse(266,404,false);
wait(2000);
movemouse(231,477);
clickmouse(231,477,true);
wait(6000);
sendkeys('27'+chr(13));
wait(63000);
until(logs >= 9627)
end
end.


Reply With Quote







