Results 1 to 11 of 11

Thread: Advertising Bot

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

    Default Advertising Bot

    I'm looking for a bot that can spam a message at timed intervals. There are many good autotypers, but they effectively take over your computer. If there was an advertising script that could be used in a client for 07, allowing me to play rs while advertising another account on 07 that would be extremely helpful. I'm sure this isn't too hard to make, but I have no scripting experience so help would be appreciated. Thank you .

  2. #2
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    In general, we don't approve of advertising bots due to what they get used for. But I'm sure if you want to make it, you could make it by following a few of our basic tutorials!

  3. #3
    Join Date
    Nov 2011
    Location
    The Netherlands
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Simba Code:
    Removed code.
    You do have to setup SRL-OSR though.
    And Smart.

    Edit: LynxS and StickToTheScript are right, if you want this learn to yourself.
    Last edited by Ricky; 03-21-2013 at 10:07 AM.
    RangeGuilder by Ricky
    ~ 01010010 01101001 01111001 01111001 01101001 ~

  4. #4
    Join Date
    Jan 2012
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Quote Originally Posted by Riyyi View Post
    Simba Code:
    program Typing_Spam;

    {#DEFINE SMART}
    ($i SRL-OSR/SRL.Simba)

    const
      Typing : "Type your stuff here";

    procere DeclarePlayers;
    start
      //HowManyPlayers := 1:
      //NumberOfPlayers(HowManyPlayers):
      //CurrentPlayer := 0;

    with Players[] do
        Name       := 'rsgoldseller';    // Player Username.
        Pass       := 'chinarules';    // Player Password.
      end;
    end;

    begin
      DeclPlaers;
      repeat
        3000);
        SendKeys(0, 1, 10);
        KeyDwn(13);
        Wait(10);
        KeyUp(13);
      until()
    end.
    You do have to setup SRL-OSR though.
    And Smart.
    I believe giving this script out is a bad decision for the future of 07 and the reputation of simba bots :l.
    Last edited by LynxS; 03-21-2013 at 08:21 PM.

  5. #5
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by LynxS View Post
    I believe giving this script out is a bad decision for the future of 07 and the reputation of simba bots :l.
    Im kind of agreeing with LynxS. There is a reason why you do not find a lot of those around here...

  6. #6
    Join Date
    Nov 2011
    Location
    The Netherlands
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by LynxS View Post
    I believe giving this script out is a bad decision for the future of 07 and the reputation of simba bots :l.
    Quote Originally Posted by StickToTheScript View Post
    Im kind of agreeing with LynxS. There is a reason why you do not find a lot of those around here...
    Yea you guys are right, I removed the code, chat spamming is allowed to sell items though.
    RangeGuilder by Ricky
    ~ 01010010 01101001 01111001 01111001 01101001 ~

  7. #7
    Join Date
    Jan 2012
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    It has already started
    -Removed-
    ^was curious and checked out the money making guide, it's a phishing video lol. Be warned, do not click the link x]
    Last edited by Hobbit; 03-26-2013 at 05:39 PM.

  8. #8
    Join Date
    Nov 2011
    Location
    The Netherlands
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by LynxS View Post
    It has already started
    -removed-
    Damn, didn't think it through when I posted it, edit your quote as the script is still in there
    Last edited by Hobbit; 03-26-2013 at 05:40 PM.
    RangeGuilder by Ricky
    ~ 01010010 01101001 01111001 01111001 01101001 ~

  9. #9
    Join Date
    Jun 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by LynxS View Post
    I believe giving this script out is a bad decision for the future of 07 and the reputation of simba bots :l.
    LynxS, since riyyi removed code you think you could remove the code in the quote? dunno if you've seen that yet but it would be nice. :P please and thank you.

  10. #10
    Join Date
    Jan 2012
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    i suggest you try compile the code i quoted

  11. #11
    Join Date
    Jun 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by LynxS View Post
    i suggest you try compile the code i quoted
    lol. If I would have looked at it at all I would have noticed it wasn't completed/has so many errors. Plus there are easier ways to making a typer anyways.

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
  •