Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

yBlast_Mine

Featured Replies

yBlastMine

yblast-mine

🤖 Why do it when I can do it for you. 🤖

This is a preview thread.

The script is complete except minor pieces (handle clue geodes, pick up ore from NPC, add prebuilt sequences, update UI)

It will be released after Osbot moves to C++ client.

New issues may arise when the client is updated.

 

Features

Create a unique blast mining sequence exclusive to you. 

Load multiple sequences, the script will randomly switch between them

Failsafe! Multiple consecutive failures will automatically stop the script. 

Anticrash

Auto Random Event + Genie Support

 

Script Setup Documentation

1. On startup, A GUI will appear with the following options. 

If this is your first run of this script, you will have to create your own sequence. Click the Record Sequence button to proceed.

step1.png

 

2. The Osbot painter will highlight positions of interest to blast-mining.

For your convivence, clicking highlighted positions will not pass the click to Runescape, meaning you can select positions without moving your character. You can still move by clicking any non-highlighted position.

- CYAN WITH NUMBER + GREEN WALLS: Positions you selected, Number indicates their selection order. The highlighted green walls indicate the what will be interacted with at that position.

- CYAN: Positions that can be selected. Hovering turns them yellow. Click to select. 

- YELLOW: The current hovered position. 

 

create-sequence.png

3. When you are finished, click the Save Sequence button to open a separate window to save your sequence.

Sequences are saved in your Osbot folder (C:\Users\<Your Windows Account>\OSBot\Data\Blast_Miner). 

Save-Sequence

 

The files created by this script are openable by any text editor. This is the contents of the file I just saved in this demo; it is a list of positions. 

```

[
  {
    "x": 1472,
    "y": 3870,
    "z": 0
  },
  {
    "x": 1472,
    "y": 3872,
    "z": 0
  },
  {
    "x": 1475,
    "y": 3876,
    "z": 0
  },
  {
    "x": 1476,
    "y": 3879,
    "z": 0
  }
]

```

 

4A. When The sequence is saved, the original GUI in Step 1 will reappear. After clicking the Load from JSON button, a file explorer window will allow you to select the newly created sequence.

single-select

Selecting and opening a file will preview that sequence in the osbot painter.

load-sequence.png

You can now start the script, your character will now follow the sequence you've created.

run-sequence

4B. When selecting sequence files, you can elect to select more than one. 

multi-sequence-selection.png

The script will randomly select a sequence to execute for a random number of cycles. Afterwards another sequences will be randomly selected. This will repeat for the script's duration.

ex: Sequence1 (10 cycles) -> Sequnce3 (15 cycles) -> Sequence2 (13 cycles) -> Sequence1 (17 cycles) -> ...

Edited by yfoo

  • Author

Some sequences used by me. You can copy/paste them here instead of making your own. Name the whatever you want BUT they must have the .json file extention.

C:\Users\<Your Windows Account>\OSBot\Data\Blast_Miner

 

North East Meta. Same as what is shown on the wiki (https://oldschool.runescape.wiki/w/Blast_mine/Strategies#North-east)

Spoiler

[
  {
    "x": 1506,
    "y": 3873,
    "z": 0
  },
  {
    "x": 1506,
    "y": 3875,
    "z": 0
  },
  {
    "x": 1504,
    "y": 3877,
    "z": 0
  },
  {
    "x": 1501,
    "y": 3879,
    "z": 0
  }
]

North West Meta. (https://oldschool.runescape.wiki/w/Blast_mine/Strategies#North-west_8-rock)

Spoiler

[
  {
    "x": 1475,
    "y": 3875,
    "z": 0
  },
  {
    "x": 1477,
    "y": 3879,
    "z": 0
  },
  {
    "x": 1475,
    "y": 3876,
    "z": 0
  },
  {
    "x": 1479,
    "y": 3877,
    "z": 0
  },
  {
    "x": 1476,
    "y": 3879,
    "z": 0
  }
]

 

Edited by yfoo

Lol, wanted to make one myself, now it seems like I just need to wait for yours to come out. 

well done, looking forward to see and test the end product. 

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.