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.

Abuse

Members
  • Joined

  • Last visited

Everything posted by Abuse

  1. Thanks all! My projector is arriving next week, ill post an update
  2. Haven't used my muscles besides clicking mouse buttons and entering keystrokes for a while, so I've decided to get some diy project going. This time it was a DIY projector screen for my soon-to-be home cinema Since I love RGB lighting, I thought this would be a perfect opportunity to add a WS2812B led strip on the back of it, and control it with an Arduino Close enough .. Overall I'm quite happy with the result, just need to iron out some wrinkles on the cloth before I hang it up I'll update this thread from time to time
  3. Links do, not the logic behind it, you need the dev release for it
  4. Will gladly accept this, still offering 10m though. pm sent
  5. Hey, I'm looking for someone to design me a signature that I can use the same way as I am using my current sig, just something that actually looks nice Requirements: Anything goes, surprise me, however the 'GP earned' number cannot have any custom styles (Like shadows, glows, ..) since I am drawing it dynamically onto the signature. It can be a custom font/color but I will need the font file together with the sig. I like technology, movies, metal music, coffee, abstract art, popping colors and/or simplisitc design. What I don't like is any runescape related things heh Reward would be 10m Any takers? Link your portfolio please
  6. That's more likely due to the interaction of your main with your farm. (Personal experience)
  7. Depends on how many, You'll be fine with 2 accounts per single IP. I would go for a VPN/Proxy if you have high-value accounts that you use to farm with. Mirror mode doesn't have any impact
  8. There is no better responsive way atm.
  9. Read this, it'll answer most of your questions: http://osbot.org/forum/topic/106931-sharing-my-ban-experiences/
  10. The answer is yes, IF you trade the gold to your main regularely for extended periods (Personal experience) The chances are extremely slim though.
  11. No, Mirror mode was a hot thing before RS3. At best they got inspired by it In 2007, SRL (VillaVU) had a thing called S.M.A.R.T that offered reflection, which is the same thing
  12. Closed deal, topic may be closed
  13. I bid 27m That's a bit too steep for me, sorry
  14. I'm looking for an account with the following stats: 70+ range, 40+ defence ava's accumulator If you are going to make a new one I can supply a bond Other stats don't matter at all Post your offers below
  15. I have made something for the exact same problem, Because setBreakCondition isn't triggered often enough, I have a seperate thread that does the following: Find all trees near me within 1 tile away, If tree found, interrupt() the main thread The interrupt interrupts the web walker, so my code falls back into the main onLoop() There I have some logic that checks for the trees again, if one is found it walks around it or else continues webWalking
  16. There are multiple ways of finding objects One is using an id: RS2Object myObject = getObjects().closest(2565); Another way would be using the object name: RS2Object myObject = getObjects().closest("Bank booth"); and if you want to match on a specific variable of an object you could use filters: Filter<RS2Object> modelIdFilter = new Filter<RS2Object>() { public boolean match(RS2Object n) { return (n.getModel() == 1234); } }; RS2Object myObject = self.getObjects().closest(modelIdFilter); after that you can use myObject.getId() to get the ID value of that object Edit: Just realized when this post was made
  17. OSRS Client and OSRS applets in any browser
  18. *BUMP* Any other offers? Defence levels would be handy too

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.