Just types message humanlike over and over.![]()
________________________________________
program Autotalk;
{.include SRL/SRL.scar}
begin
repeat
begin
TypeSend('message')
wait(100+random(200))
end;
until(False)
end.
________________________________________





Reply With Quote
good job



