Results 1 to 9 of 9

Thread: Ubuntu Iron Miner

  1. #1
    Join Date
    Nov 2012
    Location
    Runescape
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default Ubuntu Iron Miner

    Hi, I'm Ubuntu and I decided to make a simple iron power-miner as my first ever contribution to this community. I got tired of being a leech after awhile. This script will power-mine iron anywhere in Runescape and has basic anti-ban. I might update this script in the future based on how much feedback I get. Remember that this is my first gift so please don't be too harsh .
    EDIT: I realize that my progress report depends on the XP bar so you will have to clear that prior to running my script for accurate xp rates on progress reports. I will update the script to fix this.
    Ubuntu Iron Miner

    Features
    -Progress report
    -Reliable way of detecting Iron rocks
    -Support for skillers (Place pickax in the first inventory slot)
    -Works everywhere
    Last edited by Ubuntu; 11-25-2012 at 03:45 AM.

  2. #2
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Coding seems good. I'll give it a go when I have time

  3. #3
    Join Date
    Nov 2012
    Location
    Runescape
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by [PRO]metheus View Post
    Coding seems good. I'll give it a go when I have time
    Thanks !! Tell me what you think of it k?

  4. #4
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    This Script has Running For: 1 Hours, 42 Minutes and 23 Seconds
    XP Gained So far: 16800
    XP Per Hour: 9845
    Current LVL: 0
    Proggy so far. Bots good and all, but it takes a while for it to click the ore. Also, it tries mining rocks without ores in it. But, it's a great script if it has some tweaks added to it

    I could tweak it for you, if you would like
    Last edited by Prometheus; 11-27-2012 at 03:00 AM.

  5. #5
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Awesome first script man

    Make it awesome and use some DTM's here

    Code:
    procedure DropOre;
    var
      i: Integer;
    begin
      if not (LoggedIn) then
        Exit;
      if(InvFull) then
      for i := 2 to 28 do
      begin
        if ExistsItem(i) then
          DropItem(i);
          wait(50+random(5));
      end;
    end;

    By awesome first script

  6. #6
    Join Date
    Nov 2012
    Location
    Runescape
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by [PRO]metheus View Post
    Proggy so far. Bots good and all, but it takes a while for it to click the ore. Also, it tries mining rocks without ores in it. But, it's a great script if it has some tweaks added to it

    I could tweak it for you, if you would like
    Thanks for the offer . Message me for some improvements?

  7. #7
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    Great first script
    STOP PM'ING ME

  8. #8
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by Ubuntu View Post
    Thanks for the offer . Message me for some improvements?
    k I'll add it tomorrow, gotta sleep now

  9. #9
    Join Date
    Nov 2012
    Location
    Runescape
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by [PRO]metheus View Post
    k I'll add it tomorrow, gotta sleep now
    Thanks sorry I've been away from these forums for a while. Been busy

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
  •