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.

Team Cape

Members
  • Joined

  • Last visited

Everything posted by Team Cape

  1. Someone can correct me if I'm wrong, but isn't Vannaka in edgeville dungeon? I'm not sure that the webwalker supports edgeville dungeon...
  2. He's only checking within 1 deviation - if he wants to generate a curve that's actually close to gaussian, he'll need to check 3, or else he'll just have the 68%. See the example that he posted above. Computationally, it's not worth dealing with values that have the potential to be incredibly outlandish (i.e. 5000, when you're looking for a value from 4000-4500). the chances of such a value occurring are incredibly small, but regardless, you only have to check one or two boolean statements, so it's worth it to just make the check. It does do that by itself, that's its purpose, but you're only checking 1 deviation in your loop: }while(dynamicReturn < (mean-deviation) || dynamicReturn > (mean+deviation)); You'll want to make that 3*deviation in both cases.
  3. the way you're doing it is fine, but you'll want to make it within 3 standard deviations to have a gaussian distribution - something like 68% of values are within 1 deviation, 95% in 2, 99.7% in 3 deviations if i remember correctly
  4. Team Cape replied to Team Cape's topic in Spam/Off Topic
    what i got demoted still one of my favorite people on osb
  5. Team Cape replied to Team Cape's topic in Spam/Off Topic
    YEET
  6. Team Cape posted a topic in Spam/Off Topic
    YEET
  7. Yes, the woodcutting one as well (and the CW one)
  8. Yeah, really depends on where the market sways, but BTC is exceptionally high right now, so you might want to wait until BTC (or another currency) dips to invest - everything has been skyrocketing recently with the insane amount of recent publicity.
  9. slow mouse = less bans = more money = happier = happy daddy ¡get on it!
  10. my script should be back on the SDN by the 1st of january, apologies
  11. Item, by default, has a method called 'getAmount()' that will return the amount of the item. Do like @The Undefeated said, but to be honest, it does not need to extend ItemContainer. public class ItemCache { private Item[] items; public ItemCache() { items = new Item[]{}; } public void setItems(Item[] items) { this.items = items; } public Item[] getItems() { return items; } } Wherever you want the items to be saved, define/assign the following: ItemCache cache = new ItemCache(); Wherever you want to update the cache (i.e. when you’re using the bank), call the following: cache.setItems(getBank().getItems()); Whenever you want to check the item cache, do the following: cache.getItems(); If you need any utility methods, you might want to make it extend ItemContainer, or you can design them yourself
  12. merry christmas
  13. looks like im becoming an engineer
  14. Are you clicking on the same pixel every time, or within a set bounds?
  15. If you wanted to run it on a separate thread, it probably wouldn't be hard, to be honest. I'd just be very cautious of CPU usage because chances are that there's a reason why the developers would have decided against it.
  16. Relax a little bit - enjoy a meme or two.
  17. Crazy that this was a year ago
  18. Team Cape replied to Dilly Dilly's topic in Runescape
    lol gravedigging
  19. you disgust me
  20. Team Cape replied to Kim's topic in Spam/Off Topic
  21. Enjoy the trial everybody
  22. Team Cape replied to Maldesto's topic in Spam/Off Topic

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.