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.

SpanishFly

Trade With Caution
  • Joined

  • Last visited

  1. Create a global instance of shop in your script. To do so, place this above your onStart method: Shop shop = new Shop(this); Here is an example of how you can use the shop after you have have created the global instance: if (shop.isOpen()) { ShopItem fireRune = shop.getShopItem(FIRE_RUNE_ID); //FIRE_RUNE_ID is a global int with value of 554 if (fireRune != null && fireRune.getAmount() > 0) { fireRune.buy10(); } }
  2. It's spam clicking for me and I haven't been able to solve the problem yet. I don't like the osbot API very much. If I could do someting simple like this: public void buy10() { Point p = item.getPoint(); scr.client.moveMouseTo(p); scr.sleep(Script.random(250, 300)); scr.client.clickMouse(false); Point optionPoint = new Point(p.x, p.y + Script.random(67, 70)); scr.client.moveMouseTo(optionPoint); scr.client.clickMouse(true); } I would be able to make something that atleast works, but we have to use MouseDestinations, RectangleDestinations and have a bunch of extra arguments to the mouse methods and I can't find any explanation of these objects and methods. http://osbot.org/api/ is not very helpful.

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.