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.

Muffins

Global Moderator
  • Joined

  • Last visited

Everything posted by Muffins

  1. NPC shopkeeper = npcs.closest(shop, "Jiminua"); what function does "shop" have in this.....?
  2. thanks dad, looks awesome!
  3. Muffins replied to ANIMA VESTRA's topic in Archive
    $4.25
  4. Change your resolution and text display size.
  5. I'd sell for gp, pm me for names i have.
  6. have you tried the official client
  7. https://vine.co/v/iM0HnpBebd0
  8. can you fix the text so i can read it without getting cancer thank you sir
  9. Muffins replied to Deceiver's topic in Spam/Off Topic
  10. No he doesn't. Don't lie.
  11. Nike freeruns or Nike air zooms for actual trail running
  12. basic but around 200-300m I'd assume.
  13. pls sir i am just a lowlife skriptor 1 but foreal, I had a blacklist before but i removed it while editing my methods im pretty sure and just cbf to add it back since it was late
  14. Oh, ok! But I just made this because I haven't seen one posted at all
  15. added into the Original Post
  16. Hopefully Father @Alek can look into the OSBot dropping if he ever gets free time
  17. Yo, so during my late night scripting sessions, I was making a fisher for someone and the OSBot dropping method kind of sucks because it looks, well, bot like as fuck. Most players use AHK/MouseKeys and i have't seen a nice snippet for it, so me and @Isolate made one. Now, OSBot count's inventory spaces like this... Provided crudely with this picture made is MSPaint. THIS WILL DEFINE WHAT ORDER, AND WHAT INVENTORY SPACES YOU WANT TO DROP I LEFT OUT SPACES 26 AND 27 DUE TO THEM CONTAINING MY ROD/FEATHERS (FISHING) YOU CAN KEEP ALL SPACES OR TAKE OUT THE ONES YOU WISH DEPENDING ON WHAT KIND OF DROPPING YOU ARE DOING public static final int[] VERTICAL_DROP = new int[]{ 0,4,8,12,16,20,24,1,5,9,13,17,21,25,2,6,10,14,18,22,3,7,11,15,19,23}; Next, When wanting to drop, do this. Note: I am using a Task system made by @Vilius So you will have to implement it into your own code. public void process() { // Here is my order just saved in case: 0,4,8,12,16,20,24,1,5,9,13,17,21,25,2,6,10,14,18,22,3,7,11,15,19,23 for(int i : VERTICAL_DROP){ api.getInventory().interact(i, "Drop"); } Or by using a lambda provided by @Vilius VERTICAL_DROP.forEach(s -> api.getInventory().interact(s, "Drop")); And voila, it does this (or it should, I hope, I kind of suck at this coding thing)
  18. https://vine.co/v/iIzd1K9Wun1
  19. Muffins replied to Botre's topic in Spam/Off Topic
    boooo bad joke *throws tomato*

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.