AutoTalker By LevExidus (Me) V.1
{Be Sure To Check Out LevExidus AutoTalker V.2!}
It was edited so it is WORKING! Tested Like A Million Times So It IS Working.
Im working on a multi AutoTalker look for AutoTalker V.2 in RS2 scripts.Code:program AutoTalker; {.Include SRL/SRL.Scar} const Talk='Flash1:Text Here'; //what to say TWait=2000;//time to wait after typing procedure TalkOn; begin repeat Wait(TWait+random(700)); typesend(Talk); // types text in talk and presses enter.. Must remember SendKeysSilent will get me banned. until(false); //False = never ends end; begin repeat TalkOn; until(false) //keeps going forever end.
Download Here:


Reply With Quote







