Version 4 has been released
Version 4 has been released
nice usage of the F keys
http://www.fenjer.com/adnan/SRL/12/50/AutoAlcher.png
http://www.fenjer.com/adnan/SRL/21/0/Autominer.png
33% of the lvl 3 population are autoers.
Report all of these.
Autoing the wrong way gets you nowhere in life.
ty
If you wanted no lag, just do something like this (not trying to rewrite it for you or anything just making pointers):
SCAR Code:Program AutoTalker;
{.include SRL\SRL.scar}
{Message Setup}
const M1 = 'Message 1';
const M2 = 'Message 2';
const M3 = 'Message 3';
{End Message Setup}
begin
SetupSRL;
ActivateClient;
repeat
if (IsFKeyDown(1)) then TypeSend(M1);
if (IsFKeyDown(2)) then TypeSend(M2);
if (IsFKeyDown(3)) then TypeSend(M3);
Wait(100); //This will make it so it wont lag.
until(IsFKeyDown(12));
Writeln('Program Executed Successfully.');
end.
Easy done![]()
ty for pointers![]()
Version 5 will be out soon with a few new features
Very good autotalker you'd be sure in going to use this!
->{Nauman}<-
ty
Version 5 Almost Done![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)