Does anyone know have or know good auto typer? If you do please let me know, because i've been looking around this forums and only found outdated ones. Thanks.
Does anyone know have or know good auto typer? If you do please let me know, because i've been looking around this forums and only found outdated ones. Thanks.
Couldnt you make your own?
begin
SetupSRL;
repeat
TypeSend('Blah blah');
until(false);
end.
Why dont you make me one? =] Kinda busy here...

SCAR Code:{.include srl/srl.scar}
begin
SetupSRL;
repeat
repeat
Wait(1);
until(IsFKeyDown(1));
TypeSend('message');
until(IsFKeyDown(12));
end.
There are currently 1 users browsing this thread. (0 members and 1 guests)