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.

Changing OSBOT window title from command line?

Featured Replies

  • Author
44 minutes ago, Khaleesi said:

Not sure about that but I know you can do it in the script
 


        for (Frame frame : Frame.getFrames()) {
            if (frame.isVisible() && frame.getTitle().startsWith("OSBot")) {
                SwingUtilities.invokeLater(() -> frame.setTitle("YOUR TITLE HERE"));
                break;
            }
        }

 

Thankyou. Can probably do this from my Java application itself 

1 hour ago, Czar said:

Nice, got a few users saying it helps with getting not detected too, don't forget to change the icon to match the OSRS launcher icon if you are heading that route ^^ 

Hey Czar,

Can you give any recommendations about how to accomplish this?

I'm also interested in knowing how to do this via command line if anybody can suggest how to do so. I was using 3rd party tool, but it's not automatable as easily.

  • Author
3 hours ago, Kiji said:

Hey Czar,

Can you give any recommendations about how to accomplish this?

I'm also interested in knowing how to do this via command line if anybody can suggest how to do so. I was using 3rd party tool, but it's not automatable as easily.

Use Khal's given code in a java program to change the window title. Loop it and assign IDs to clients' titles that you change.

 

 

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.