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.

brepatmur

Members
  • Joined

  • Last visited

  1. It may be hard for you to believe, but kind people do exist in this world. Also, it would be quite easy to make for anyone familiar with the API, which unfortunately I'm just getting used to. On a side note, the script could easily earn 1m+/hour if used properly. No need to be a twat... kid.
  2. put two and two together and realized i need to import classes from packages. thankyou.
  3. Hey, trying to make my first script. if you someone could provide some sample code that could do the actions below or explain some of the methods i need to use it would be appreciated. Starting near a bank with a non-full inventory of item1. 1. open Bank 2. withdraw all of item0 3. deposit all of item1 4. withdraw all of item2 5. close bank 6. click each item2 once 7. repeat Thanks,
  4. Hey, trying to make my first script. if you could provide some sample code that could do the actions below or explain some of the functions i need to use it would be appreciated. Starting near a bank with a non-full inventory of item1. 1. open Bank 2. withdraw all of item0 3. deposit all of item1 4. withdraw all of item2 5. close bank 6. click each item2 once 7. repeat the code/pseudo code below is my attempt of how the script should function. { Inventoryitem itm2 = inventoryitems("item2); Bankitem tem2 = bankitems("item2"); Bankitem itm0 = bankitems("item0"); Bankitem itm1 = bankitems("item1"); Entity bank = objects.closest("Bank booth"); if inventory.contains(itm2); itm2.interact("Action") else this.bank.withdrawAll(item0); this.bank.depositAll(item1); this.bank.withdrawAll(item2); this.bank.close(); } thanks
  5. There are definitely script which contain similar code. I need a script that would do the following: Starting near a bank with a non-full inventory of item1. 1. open Bank 2. withdraw all of item0 3. deposit all of item1 4. withdraw all of item2 5. close bank 6. click each item2 once 7. repeat
  6. I need someone who can write a simple money making script for me. Send me a pm and ill explain. thanks.

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.