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.

dpdmi2

Members
  • Joined

  • Last visited

  1. Hi, is https://runescapegoldmarkt.com/ still operated by you?
  2. Fixed. The issue was that I compiled it as part of a package (com.dpdmi2).
  3. Additionally, when I download .class files from public github scripts and convert them into .jar files, they also work just fine. However, when I copy the source code for the .class file and try to compile it myself (first to .class, then convert .class to .jar), then it doesn't work. So the problem has to lie in the compilation I assume?
  4. Hi, I'm compiling a simplified version of this skeleton a .jar file, but when I add it into my Scripts folder, it won't appear in my list of scripts inside the client. I've also made sure to include OSBot 2.5.77.jar as a library/dependency when compiling the final .jar file. I've tried adding other people's scripts into the Scripts folder, and they appear normally, so that is not the issue. Could someone please help me out? code: package com.dpdmi2; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "dpdmi2", name = "test", info = "bot_test", version = 0, logo = "") public final class Test extends Script { @Override public final int onLoop() throws InterruptedException { return 0; } }

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.