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. @@Sysm if you havent found someone yet
  2. Implemented a GUI! It will be in the SDN version soon (when the devs get to it - which is normally really fast )
  3. Yeah, you can't exactly have a 1900 user script without bans :P I'll look into this. I might just make a GUI to decide the course instead of finding the closest course. That's strange because it only sets the city once at the start of the script. It should not have a way of changing in the middle. How soon does this happen after the script is started?
  4. webwalking in general uses a lot of resources. if you don't need to use it, don't.
  5. m8... isFull() is a method !inventory.isFull() also, your operand is backwards => is not greater than or equal to. that's an arrow. >= is greater than or equal to. edit: you're also trying to ask if a GroundItem (an object) is greater than or equal to 28 / less than 28. That's like asking someone, "Is my textbook less than 20?". You can't compare an object to a number. Use getAmount(). it looks like you need to familiarize yourself with java a little bit more before coding.
  6. read back my post and see if i said what you think i said. this thread is not for arguing. it's fine by me if you don't use this script m8
  7. the concept of a static antiban is stupid - agreed. if you consistently change the antiban though, so it has consistently different trends (maybe once a week), it can only help, not hurt, because it leaves jagex with motions that are totally different from each other over time (makes it harder to gather consistent data against the script)
  8. List<Position> path = Arrays.asList(new Position(1, 2, 3), new Position(2, 1, 3), new Position(4, 3, 2)); //put as many positions as you want in here getWalking().walkPath(path);
  9. i recently (today) put out an update. generally ban rates go down with an update because jagex has to detect something new. the devs will probably get to it soon, if you want to wait. if not though, good luck buddy
  10. the bot is currently working for me
  11. yes there is. this is also a free script. feel free not to use it.
  12. no. this does not happen. someone needs to make a thread answering these questions and sticky it - like 20 people have asked this in the past 2 months.
  13. holy crap thats so cool
  14. see bug report format. i have no idea what this means lol
  15. GroundItem g = ...; mouse.click(new MainScreenTileDestination(getBot(), g.getPosition()))
  16. WebWalkEvent doesn't have that option because it involves many things not related to just positions (e.g. opening doors, using charter boats, etc). You can use a WalkingEvent, however. WalkingEvent has the getPath() method that will return a List<Position> that you can use. Also, you can click on a tile by using: mouse.click(new MiniMapTileDestination(getBot(), Position x)) or mouse.click(new MainScreenTileDestination(getBot(), Position x)) Though I can tell you that this will undoubtedly not have an effect on banrates, it's still good to know this stuff if you want to use the OSBot API
  17. ^ this isn't exactly 'polite'
  18. or maybe it was just 2007 and people didnt know what they were doing. no reason to be an asshole here.
  19. he's banned.
  20. most bots get banned within 24 hours due to f2p farmers. the majority of what he said makes a lot of sense tbh
  21. also note that it's based on the assumption that most bots last only 24 hours, which is true of most bots, but definitely not all. I'd say that 4500 is a relatively good estimate for f2p worlds. there are bound to be more in f2p than p2p by a lot.
  22. you guys have 6k bots running at consistently at any given time? i find that a little hard to believe. he's not saying there are 6k bots in the game. he's saying there are 6k bots online at any given time.

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.