[RS2] LevExidus AutoTalker V.3 Better Protection Is Here!


<----Instuctions---->
Instuctions are placed inside the script if anyone needs any help.

<----Credits---->
To the makers of SCAR in witch none of this would be possible.
To hey321 for editing.

UPDATED TO V.3.2


Code:
{     LevExidus AutoTalker V.3.2 B.P      ]
[             By Jvwarrior                ]
[_________________________________________]
[               Credits:                  ]
[            Makers Of SCAR               ]
[          hey321 for editing             ]
[_________________________________________]
[                Fix's                    ]
[ V.1: Basic one word AutoTalker.         ]
[ V.2: Allowed mulitple words.            ]
[ V.3: Randomized sentences.              ]
[ V.3.2: CountDown Added.                 ]
[_________________________________________]
[           Instructions:                 ]
[1. Ok First As You See                   ]
[ There Are Talk, Say, Talk2, Say2,       ]
[ TalkAgain.                              ]
[ First Fill In What You Want It          ]
[ To Say In The (' ') Marks.              ]
[ If You Want To Only Have Say,           ]
[ Two Of The Talk, Say, Talk2, Say2,      ]
[ TalkAgain Just Leave The                ]
[ FieldsEmpty.                            ]
[                                         ]
[2. After Done With That Start Up         ]
[ Runescape (Better If Game Client),      ]
[ Go To Login Screen, Dont Log In!        ]
[ Specifie The RS Window By               ]
[ ClickingThe Specifie Mark Thingy.       ]
[                                         ]
[3. Then Log In Normaly Once Logged       ]
[ In Press SCAR And Run The Script.       ]
[ Right After You Run The Script          ]
[ Click On Runescape Again                ]
[ And Begin Playing Normally.             ]
[                                         ]
[4. Just Walk Around And Watch SCAR       ]
[ Do All The Hard Typing For You. Enjoy =)]
[_________________________________________}
// I have made it Noob friendly for people who want to know whats going on. Feel free to use this in future scripts of yours.
 // if you want to only have a certain
  //amount of text just keep them blank.
  //to prevent you from being detected i suggest
  //you dont change the TWait. For better
  //protection make it higher.
program AutoTalker;
{.Include SRL/SRL.Scar}

const
  Talk = 'Input All Text Between ('') Those Marks!'; //what to say
  TWait = 1000; //time to wait after typing
  Say = 'If You Want One Not To Be Used Just Keep Them Empty'; // Second Text
  Talk2 = 'Be Sure To Insert Things Between The ('') Marks'; //Third text
  Say2 = 'Insert Your Other Sentences Here'; // Fourth Text
  TalkAgain = 'More Text To Be Insterted Here'; // Last Text (Fifth)

procedure Announce;
begin
Writeln(' Welcome To LevExidus AutoTalker V.3.1!');
Wait(1900);
Writeln(' Thank You For Starting My Script!');
Wait(1900);
Writeln(' Virus Downloading 1%...');
Wait(1900);
Writeln(' Im Just Playing!');
Wait(900);
Writeln(' Enjoy My Script.');
Wait(2000);
typesend('Thank you for using my script now booting up... 98%');
Wait(700);
Writeln('thank you for using my script now booting up... 99%');
Wait(2000)
Writeln('thank you for using my script now booting up... 100%');
Wait(900);
end;

procedure Beginning;
begin
Writeln('Initializing');
Wait(2000);
Writeln('Starting');
Wait(1900);
Writeln('5');
Wait(1000);
Writeln('4');
Wait(1000);
Writeln('3');
Wait(1000);
Writeln('2');
Wait(1000);
Writeln('1');
Wait(1500);
Writeln('Beginning Script');
Wait(1600);
Writeln('You May Now Click On Your Runescape Windows');
Wait(1500);
end;

procedure TalkOn;
begin
  Wait(TWait + random(700));
  case 1 + Random(5) of
    1: typesend(Talk);

    2: typesend(Say);

    3: typesend(Talk2);

    4: typesend(Say2);

    5: typesend(TalkAgain);
  end;
end;

begin // begins the script
Announce;
Beginning;
Wait(4000);
  repeat //Repeats The Foloing after ths until the until():
    TalkOn; // Does everything in procedure TalkOn;
  until (false) // False = keeps going Forever.. Ends Repeat.
end. //End of entire Script
Hope you guys dont think this Version is horrible.

Please comment. This is my third1/2 official runescape script so this is as advanced as I get, give me a break.

It Still Looks Disoriented. And if I try to fix it in here when people copy it, it wont look good in SCAR. =P theres no way out.

Please Report Bugs. I am a very new scripter and can be and probaly will be refered to as "noob".

There was a slight update in V.3. Those who have this downloaded or is using the script (Highly doubt it) do not have to redownload.

This script is extremely well for selling and buying items. Just input your text and it will randomize the different sentences.
The B.P stands for Better Protection since randomizing the sentences helps out the odds of being detected.

Havn't got any comments yet seems everyones busy -_- I told you I'm a new scripter so comon cut me some slack.

Enjoy.

Downloads Below: