i think this is right it works for me lol enjoy its not the best but its a start im new to this forums to so i dont no how to work them much
program autoTalker;
{.include srl/srl.scar}
const
messageToSend = 'blah blah';
timetowait= 2000;
begin
repeat
typesend(messagetosend)
wait(timetowait+random(1000))
until(false)
end.



Reply With Quote





a lot of new scripters use SendKeys and stuff which will get you banned. You need SetupSRL; in the main loop before your repeat though or you may get an error. If you want to learn a lot of other things about scripting (making an auto talker using f keys, color clicker, power chopper/power miner....etc. and a lot more) go to my tutorial "things the beginner tuts don't teach you" links in sig. Good work though 