Results 1 to 7 of 7

Thread: Dungeoneering Bot - Not the one you are thinking about

  1. #1
    Join Date
    Nov 2011
    Location
    Turn Around...
    Posts
    528
    Mentioned
    1 Post(s)
    Quoted
    44 Post(s)

    Default Dungeoneering Bot - Not the one you are thinking about

    Now this idea is not new. It was on rsbuddy longer than dirt and worked like a charm. The idea behind it is who wants to do the dungeoneering skill by themselves no one. So besides the dung bot on rsbuddy they also had a dung bot that did nothing the following.

    Leaving your computer on while someone else does dung for you works great only until the logout timer. What I propose is that someone makes a keep alive bot. All that bot has to do is nothing but stay alive through out the time the person who is helping you do dung finds the exit. Then when that is done, the bot teleports to the ggs and goes to the exit, gaining experience by just standing there.

    Ways it can be used:

    For those people who say that this is a little risky as you have to find people to do dung for you but thats not true. You could go with your trusted friends or even pay someone to do it for you. That way someone who is helping you level is also gaining experience.

    Friends can do this together while not worrying about anything but purely gaining experience.

    Lets say you have two accounts and you really want to gain experience on both, rather than doing both separately, you can do them together.

  2. #2
    Join Date
    Sep 2010
    Location
    Northern Kentuckeh
    Posts
    759
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Sounds like too much could go wrong, especially if you are buying the floor. You might as well stick around the computer and occasionally check to see how progress is going.
    Quote Originally Posted by h_king1998 View Post
    how come it does not bank in al-kharid when i do mine 1 drop 1

  3. #3
    Join Date
    Oct 2011
    Location
    Chicago
    Posts
    3,352
    Mentioned
    21 Post(s)
    Quoted
    437 Post(s)

    Default

    Sounds like an easy starter script but I don't see the purpose in this why not just afk? (You would be botting among legit people which normally means ban.)




    Anti-Leech Movement Prevent Leeching Spread the word
    Insanity 60 Days (Killer workout)
    XoL Blog (Workouts/RS/Misc)

  4. #4
    Join Date
    Nov 2011
    Location
    Turn Around...
    Posts
    528
    Mentioned
    1 Post(s)
    Quoted
    44 Post(s)

    Default

    my idea was mainly for leveling two accounts at once like my main and my pure lol something along that line

  5. #5
    Join Date
    Oct 2011
    Location
    Chicago
    Posts
    3,352
    Mentioned
    21 Post(s)
    Quoted
    437 Post(s)

    Default

    Oh I see, hmm so basically you just want something that will stay online? and try to use the gatestone spell the entire round?




    Anti-Leech Movement Prevent Leeching Spread the word
    Insanity 60 Days (Killer workout)
    XoL Blog (Workouts/RS/Misc)

  6. #6
    Join Date
    Jan 2012
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    dudes... i got the perfect idea... its GaryHood's auto click thingy... click under where ur standing and you will stay logged in... i did it for like 10-15hrs straight... please dont hate on me for having something that doesnt require SRL or Simba but when the dungeon is done... in worst case you can wait 1 minute for the next one right?

    ~Humeruzz

  7. #7
    Join Date
    Jul 2007
    Posts
    238
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by hamster31 View Post
    my idea was mainly for leveling two accounts at once like my main and my pure lol something along that line
    something like this ?
    I'm working on remote controlled script but it isn't finished yet

    Simba Code:
    procedure whattext;
    begin
      GetLastChatText(ctext);
      UpText := ['pen', 'oor','adder'];
      case ctext of
        Walk_north  : begin Respondto   walk('north')    end;
        Walk_East   : begin Respondto   walk('east')     end;
        Walk_South  : begin Respondto   walk('south')    end;
        Walk_West   : begin Respondto   walk('west')     end;

        Open_north  : begin respondto;  open_door('n') end;
        Open_East   : begin respondto;  open_door('e') end;
        Open_South  : begin respondto;  open_door('s') end;
        Open_West   : begin respondto;  open_door('w') end;

        Home_teleport     :begin home;              end;
        Walk_To_Me        :begin walk_here;         end;
        Use_Teleport_Gate :begin use_portal;        end;
        Get_portal_poss   :begin Get_portal_pos;    end;
      end;
    end;
    ....

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
  •