PDA

View Full Version : w00t! lol check it out auto talker



chrissy2k7
04-02-2007, 06:15 PM
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.

JAD
04-02-2007, 06:24 PM
Very nice that you made it undetectable using typesend and random waiting :) 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 :) When you post a script like that though, you should put it in [SCAR] tags. so it would be like this (remove the *'s in the scar tags..)
[SCAR*]
//the script
//more of the script
//more of the script.......etc.
[/SCAR*]