Results 1 to 8 of 8

Thread: Auto talker that doesnt use your mouse/keyboard.

  1. #1
    Join Date
    Jan 2012
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default Auto talker that doesnt use your mouse/keyboard.

    Could someone make it please?

  2. #2
    Join Date
    Dec 2011
    Location
    Berlin
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    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!

  3. #3
    Join Date
    Dec 2011
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  4. #4
    Join Date
    Dec 2011
    Location
    Behind you...
    Posts
    345
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by MaxPower View Post
    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.
    No point deleting it just add anti leech =p
    Scripting powerlevel = [||||||||]

  5. #5
    Join Date
    Jan 2012
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Imanoobbot View Post
    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.
    Thanks,alot man

  6. #6
    Join Date
    Jan 2012
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by MaxPower View Post
    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.
    Fucking post hunter Go away from my thread.
    U don't even have a single script your a leecher too So stop complaining.

  7. #7
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    Quote Originally Posted by Craimforce View Post
    Fucking post hunter Go away from my thread.
    U don't even have a single script your a leecher too So stop complaining.
    1. No need to swear

    2. If he finds it simple to make, he obviously has more scripting knowledge than you

    3. He was making a valid point about spam-talking bots in RS

    4. You are both 'considered' leechers in terms of contribution

  8. #8
    Join Date
    Jan 2012
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by abu_jwka View Post
    1. No need to swear

    2. If he finds it simple to make, he obviously has more scripting knowledge than you

    3. He was making a valid point about spam-talking bots in RS

    4. You are both 'considered' leechers in terms of contribution
    he didnt even create a script.
    Im buying one autotalker soon probs other client because on simba i cant log on same world.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •