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. interesting, if that's what you're looking forward to, go for it
  2. i'd go 75/90/70. aside from a dfs, there's basically no reason to get 75 def. dh and barrows would be the ideal goal for 70, and 75 would have tentacle whip, ags, elder maul, etc. lots of good new stuff
  3. doubt osbuddy is gonna report bans to jagex tho
  4. Probably less than an hour tbh
  5. If you would be willing to allow me to use an account to test it, I'd gladly pay you. My account is currently 72 agility.
  6. Devs have been working on this already... If you kept up to date with the bug reports, you would know that.
  7. use the instance of bank from Script
  8. theres only 4 spots you need to add in manually. then there's a small area that surrounds the center of the GE that you cant put fires in. no need to lay out each individual usable positions. and if you missed one and the bot tries to use it, add it to a list of invalid positions.
  9. Told you not to suicide - 6 days after suiciding is pretty damn good though (45 other people arent on here complaining about bans because they listened m8).
  10. pretty sure you guys are way overpricing it (92 str is only halfway in xp to 99 and rune gloves arent hard to get...) 130-150
  11. A couple of things: The RandomEventHandler generally handles/dismisses randoms. No need to have your own method for it. Also, never compare objects using == or != unless they are enum values (static and final, specific values). If you've already null checked them, there's no reason to compare them without .equals() like right here: randomEvent.getInteracting() != myPlayer() This line: getSettings().setRunning(getSettings().getRunEnergy() < 25 ? false : true); can be more succinctly stated as: getSettings().setRunning(getSettings().getRunEnergy() >= 25); because it returns a boolean. There's no reason to restate something you already know. while (myPlayer().isAnimating()) { mouse.move(-1, -1); } ^ Essentially the same thing, but please just say getMouse().moveOutsideScreen(). Also, the webwalker executes completely in one-go. This means that your code will probably only be utilized once before the walker is used and takes you to the correct destination. In the onPaint() method, please don't define a new font each time. Create one font at the very beginning (because note that onPaint() is restored multiple times and very quickly - this takes up resources), and set the font at the beginning. No need for a new font object on each run. (Graphics2D) graphics).setRenderingHints... There is no need to pass in a type Graphics to this method because you know you're going to be passing in a Graphics2D. This means that there's also no need to cast. spinG.setColor(new Color(255, 255, 255)); Same as the font thing.
  12. I will look into this, thanks for reporting
  13. It looks like you're trying to cache the items that are held in the store. Just do Item[] cachedStoreItems = getStore().getItems()
  14. Team Cape replied to Sysm's topic in Spam/Off Topic
    i think ur just jealous
  15. Maybe try if(gi.exists() && gi.interact("Take"))
  16. No, he wants to stop the sleep when the player is done animating. The issue @OP is that the player doesn't start animating until ~ 1 second after the log is clicked, then he starts animating. You might need to regularsleep for like ~ 1 second before using that conditional sleep, ironically enough.
  17. should go back and get it on next time around. does it do so?
  18. Past accounts (if you know of any): Nope Current account: http://osbot.org/forum/user/242716-chakal/ Reasoning: https://www.sythe.org/threads/igorrrr73-is-a-scammer-lol/ same skype. pretty clear evidence of scamming.
  19. someone needs to change those size dimensions then. 800x600 is fuckin weird should be like 700x300.
  20. Don't cast it like that. Just use the array.
  21. FFD

    Team Cape replied to Team Cape's topic in Dispute Archive
    Hey, would it be cool to put this at 24 hours or something? The false feedback looks bad on my profile, and idk if he's even going to respond tbh. Not sure why he left it to begin with.

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.