Ok its good but i got a hell lot of feedback :P. First of all its not saying anything in the client its only spamming the debug box 
I've fixed a few things and labelled them!
SCAR Code:
//|| Credit goes to ||\\
//|| B E B E ' S ||\\
//|| TUTORIAL ||\\
//||Autotalker by Dervish ||\\
//|| Instructions below ! ||\\
// Autotalker V 1.O \\
//Edited by ->{Nauman}<-
program AutoTalker;
{.include srl/srl.scar}
var
c:integer; //A whole number!
const
HowMuchToWait=5; // How much to wait between each message in seconds;
HowManyToType=67; // how many messages to type
Message1='Type your message instead of this'; //Type in what you want it to say between the two ''
procedure hello;
begin
wait(HowMuchToWait*1000) // How much to wait is a const
TypeSend(Message1); //Types it human like into the runescape chatbox
c:=c+1 //How many to type for
end;
begin
ActivateClient //Minimizes the scar
repeat //repeat loop
hello; //procedure
until(HowManyToType > C) // if the messages = hoe many messages to send
end.
Keep it up !!!!
EDIT: BeBe is a she