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

taco shack

Members
  • Joined

  • Last visited

Everything posted by taco shack

  1. in timer class public static String format(long milliSeconds) { long secs = milliSeconds / 1000L; return String.format("%02d:%02d:%02d:%02d", new Object[] { Long.valueOf(milliSeconds / (1000*60*60*24)) , Long.valueOf((secs / 3600L) % 24), Long.valueOf((secs % 3600L) / 60L), Long.valueOf(secs % 60L) }); } in main final long lngStartTime = System.currentTimeMillis(); on paint g.drawString(""+Timer.format(System.currentTimeMillis() - lngStartTime), X, Y)
  2. Thanks guys. This worked out.
  3. Hello, hopefully this is the right section for this question. I've been working on my first script which is a woodcutting/ firemaking script. I am having trouble selecting items in my inventory, I want to select the Tinderbox . I have tried the following inventory.interact("Tinderbox", "Use"); & inventory.interactWithNameThatContains("Tinderbox"); neither of these have been able to select the Tinderbox for me. Am I using them wrong? I've also seen people use client.getInventory().interactWithId(tinderbox, "Use"); client.getInventory().interactWithNameThatContains(strLogType, "Use"); Ive tried it this way too, however, using client.getInventory gives me the following error "The method getInventory() is undefined for the type Client" . is this an outdated method?

Account

Navigation

Search

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.