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.

How do I run my own script?

Featured Replies

I exported it as a jar file to the scripts folder for OSBot and when I load it up the script is not on the list. How do I load my script? 

 

Also, when i try to add a sleep to one of my methods, eclipse tells me i have to add the following code:

throws InterruptedException

next to my onLoop()

 

Is this necessary? I get errors if I don't do so.

 

And one last thing. For interacting with interfaces I'm doing this:

    if (interfaces.get(548).isVisible()) {
     interfaces.get(548).getChild(17).interact("Make-All");
     }

I know 548 is correct because that is the ID I found for the teleport tablet making interface when I used the interface debugger. I'm assuming getChild() is for the actual button on the interface? I got this code from an open-source flax spinning script and couldn't find the ID he used for his getChild() when using the interface debugger at the spinning wheel. The only numbers I saw were like 1 off of what he used.

Edited by Crazed

I exported it as a jar file to the scripts folder for OSBot and when I load it up the script is not on the list. How do I load my script? 

You should either get an error/wrong location/no manifest

  • Author

You should either get an error/wrong location/no manifest

 

 

[iNFO][03/30 02:43:05 AM]: Welcome to OSBot 2.3.56!
[iNFO][03/30 02:43:06 AM]: Loaded 1 RS accounts!
[DEBUG][03/30 02:43:06 AM]: You last logged in as : Crazed
[iNFO][03/30 02:43:07 AM]: Loaded 0 local scripts and 0 custom random solvers!
[iNFO][03/30 02:43:07 AM]: You have 6 SDN scripts loaded.
[iNFO][03/30 02:43:07 AM]: Updated injection hooks for client revision : 75!
[iNFO][03/30 02:43:08 AM]: There are 132 scripts on the SDN.
[DEBUG][03/30 02:43:08 AM]: OSBot is now ready!
No errors it just isn't recognizing the script.

Edited by Crazed

Interfaces are outdated!

 

Try

RS2Widget w = widgets.get(parentID, childID);

if (w != null && w.isVisible()) {
w.interact("blah");
}

Apa


also, try deleting all scripts in your local scripts folder and then re-export the jar then refresh your osbot scripts.

 

 

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.