Hello...I am making a script atm. and ill like to get it to "count"how long it is , example how many times it has moved the mouse out of 100..
I was trying to do it at this way but didt workt
Can somone tell me how to get it to work
Thanks A lot!
SCAR Code:program Im_A_Noob_Who_Cant_Count;
Var
I: Integer;
procedure count;
begin
for i := 1 to 100 do
begin
movemouse(100,100)
wait(10)
movemouse(50,50)
writeln(I)
end;
begin
end.


Reply With Quote





