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.

Linux can use the beta mode for open with jagex luncher

Featured Replies

I can't log in because I can't use the Jagex launcher. For some reason, the game closes and doesn't open again.

You should try and run the osbot jar in your terminal

> java -jar osbot.jar

And then you will potentially see an error message that you can post here.

You can also install
https://github.com/Adamcake/Bolt

and then use the env variables
to launch the client with a character selected. Bolt saves the credentials somewhere.

 

.env("JX_DISPLAY_NAME", display_name.as_ref())
.env("JX_SESSION_ID", session_id.as_ref())
.env("JX_CHARACTER_ID", character_id.as_ref())


If you dont mind trying to compile a rust program then this one works as well. You could use or modify 
https://github.com/aitoiaita/linux-jagex-launcher
You can change the
run_runelite_with_jagex_account in daemon.rs
function to run osbot instead of runelite

Command::new("java")
.arg("-jar")
.arg("/home/user/osbot.jar")
.arg("-autologin")


This way you can just type in the terminal "osrs-launcher" and then select an account and it will work.
For the login process to work you'll need to follow this as well https://github.com/aitoiaita/linux-jagex-launcher/issues/3

 

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.