Jump 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.

Click to continue

Featured Replies

I this to the beginning of the next class: am having an issue where in tut island "You made a bronze bar! click to continue" shows up after smelting. It also happens from time to time when the script misclicks. I am trying to find the misclicks, but after smelting it is killing me.

I tried adding this to the beginning of the next class:

 

//        if
//        (script.widgets.getWidgetContainingText(162,"Click to continue").isVisible()){
//        script.log("I see the widget Click to continue");
//        RS2Widget w = script.getWidgets().getWidgetContainingText(162,
//        "Click to continue");
//        w.hover();
//        script.mouse.click(false);
//        }

 

 

But it basically crashes the script (grinds to a halt and I have to use task manager to kill the app).

 

I tried researching the issue here and I saw some talk about it but was unable to find a working solution.

 

Any advice?

  • Author
2 minutes ago, Chris said:

null check u loser

Yeah, yeah, I am working on it, but it won't help after smelting the bronze, that happens every time. Obviously there is a fix, I just haven't figured it out yet.

15 minutes ago, sudoinit6 said:

Yeah, yeah, I am working on it, but it won't help after smelting the bronze, that happens every time. Obviously there is a fix, I just haven't figured it out yet.

That is the fix so it stops crashing and you can debug...

I believe getWidgetContainingText ignores widgets in the chatbox (with root 162). You should use your own filter instead

  • Author
37 minutes ago, Explv said:

I believe getWidgetContainingText ignores widgets in the chatbox (with root 162). You should use your own filter instead

Thanks, I will try a different filter.

 

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

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.