Could someone make it please?
Could someone make it please?
Here is an Autospammer!
Have fun with it!
Simba Code:program AutoSpammer;
{$define SMART}
{$i SRL\SRL.Simba}
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Member := False;
Players[0].Active := True;
end;
var
SpamMessage: Array[1..10] of String;
procedure SetSpamMessages;
begin
SpamMessage[1]:= '/The bots are back!';
SpamMessage[2]:= '/And this time we are not chopping trees.';
SpamMessage[3]:= '/We are here to attack!';
SpamMessage[4]:= '/Weve got Artificial intelligence, deplete your players like Rune Essence!';
SpamMessage[5]:= '/Rapping like its time for your nerds to taste our vengeance!';
SpamMessage[6]:= '/You tried to destroy us? Excuse me, I beg your pardon';
SpamMessage[7]:= '/You couldnt even kick us out of the Sorceress Garden!';
SpamMessage[8]:= '/We were your main source of money, now your invome says None';
SpamMessage[9]:= '/Nearly bankrupt, so you started selling spins on the Squeal of fortune!';
SpamMessage[10]:='/Because we are made of code we can easily multiply!';
end;
procedure Spam;
var RandomSpam : Integer;
begin
repeat
RandomSpam:= Random(9) + 1;
TypeSend(SpamMessage[RandomSpam]);
Wait(5000 + random(1000));
until(false);
end;
begin
SetupSRL;
DeclarePlayers;
SetSpamMessages;
ClearDebug;
Spam; //SPAM THEM!!
end.
I will try to answer all Runescape related questions!
No no no.... the more idiots get spamming scripts, the worse it is for the rest of us. I'm all for botting for experience, but autotypers are simply a nuisance for everyone.
Please remove the script. It's incredibly simple to make, so the only people who won't bother to create it themselves if they want it are leechers.
Simply a GOD beast...
My Tutorials
There are currently 1 users browsing this thread. (0 members and 1 guests)