Hi Ppl as of this is my first script i thought i should post it here... Subject Specific... this is it its a typer ... plz review and post comments![]()
Here tis...
var
I : Integer;
Text : TStringArray;
begin
Text := 'put text in here',
'your text',
'your text here',
'final blah'];
for I := 0 to High(Text) do
begin
TypeSend(Text[i]);
Wait(500 + Random(400));
end;
end.
Sorry if i'm posting the format wrong plz correct me if i am.
Thankyou Very Much
Pkrange1155 - Rue


Reply With Quote





