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.

Razzel

Members
  • Joined

  • Last visited

Everything posted by Razzel

  1. Could I trial this?
  2. What happened to the buy multiple items feature?
  3. Where can one trial this?
  4. Razzel replied to Czar's topic in Minigames
    Hey Czar, could I trial this?
  5. Hey Czar, I've been using your trial and think its great! I've noticed this issue as well. I've tried setting it do different percentages and have left sip to 100% unchecked. Still chugs super energy potions. Sometimes it'll chug to 100%, withdraw essence, deposit the essence then start chugging potions again even while at 100%. Side note: Do you accept gp for scripts?
  6. Hi could I get a trial for this? I'm also wondering, does this script allow you to take random breaks between each inventory? e.g. sleep between 5 to 30 before banking.
  7. Doesn't seem to work for me. Just keeps trying to fill the coal bag.
  8. Thank you sir, you are my hero
  9. Hi everyone, I'm very new to scripting and have been messing around by splicing together open source code. I want to enter a friend's house but once it has done this once, I want to enter using the House Advertisement object, ID:29091 and 'Visit-Last', or go back to entering the host name manually if this message appears "You haven't visited anyone this session." Anyone got any tips? public void enter_house() { RS2Object portal = (RS2Object)this.getObjects().closest(this.OUTSIDE_HOUSE, new String[]{"Portal"}); if (this.OUTSIDE_HOUSE.contains(this.myPlayer().getPosition(); portal.interact(new String[]{"Friend's house"}); (new ConditionalSleep(random(2000, 7500)) { public boolean condition() { return main.this.getDialogues().inDialogue(); } }).sleep(); if (this.getDialogues().inDialogue()) { this.getKeyboard().typeString(this.host_name, true); sleep((long)random(2050, 1850)); }
  10. Do the newer JDK's not work with script building? My local scripts don't seem to pop up with JDK 14.

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.