Hi and THANKS for checking out my first script!!!
I know that this is another Auto Spammer but im really new to this so i tried. :P
Anyway, here are the instructions, which are also included inside the script
{**********************This Is My Very First Script!!!!*************************
**********************Flyingkid101's AutoSpammer v 1.0!!!!***************************
**********************I N S T R U C T I O N S**********************************
**********************1. Setup lines 30,38,47,51,52****************************
**********************2. Specify the Client Window*****************************
**************************3. Run and Enjoy*****************************************}
here is the script
program Flyingkid101AutoTalker;
{.include SRL/SRL.scar}
var
Text: String;
x: Integer;
procedure Auto1;
begin
Text:= 'Wassup ';//Enter the first thing you want your character to say
// You can also add text effects such as Flash1
// If you add effects, dont forget the ":"
TypeSend(Text);
end;
procedure Auto2;
begin
Text:= 'YESSIR ';//Enter the second thing you want your character to say
TypeSend(Text);
end;
begin
x:=0;
repeat
x:=x+1;
Auto1;
wait(1000+random(1000))///enter how many milliseconds you want the script to
///wait before it enters the next set of text
Auto2;
wait(1000+random(1000))
until (x>=10);///Enter how many times you want the script to type the two texts
/// This number is represented by the '10'
end.
PLEASE POST COMMENTS OR SUGGESTIONSS!!!!1 THANKS


Reply With Quote





h):
