Jump 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. wait do you not get postcount for posting here anymore
  2. Same problem here
  3. yeeees alek implementing the fixes we need
  4. public boolean shouldHop() { return getPlayers().filter(p -> p != null && myPlayer().getArea(5).contains(p)).size() > 1; }
  5. gross. way too high. 50-60 is the ideal number here, people
  6. im gonna start offering for $10 suck it
  7. you said it downloads as a white page, correct? if I'm not mistaken, that means that it's not recognizing the file type (.jar). when you try to open it, what message do you get?
  8. https://java.com/en/download/
  9. gold prices would plummet to an all-time low
  10. Member @Anne:Feedback on activity: meh, didnt include me in the listShitposts or qualityposts: a solid 5/7What could @Anne improve on?: including me in the listAnything else?: the gameOverall Rating 1/10: 5/7
  11. ive found that mcdonalds is very fulfilling if you're up for it
  12. chris is right. you can have the Player muleaccount; definition at the top, but you can't have any references to Script before onStart(), so you need to put the assignment in onStart() your onStart() should look like this: public void onStart() throws InterruptedException { startTime = System.currentTimeMillis(); muleAccount = getPlayers(...); log("Welcome to beef slave"); log("This is a quick money making method"); log("Please post errors to thread"); }
  13. private boolean containsMe(Area[] areas) { for(Area a: areas) { if(a.contains(myPlayer()) { return true; } } return false; }
  14. i should win because i think i should win
  15. Is this a possibility? The option to switch between the new/old layouts of the OSBot forums?
  16. can i see the context in which you're using it? i am 100% sure the code is correct.
  17. public boolean areaContainsPlayers(Area a) { return getPlayers().closest(p -> p != null && !p.equals(myPlayer()) && a.contains(p)) != null; }
  18. I made an edit regarding crossing out banned names before, though I feel like there still needs to be some larger indication of a negative (and perhaps neutral) feedback, so people are more aware of who they're dealing with.
  19. The new forum design is pretty cool; I know people have been ragging on it, but I think I'm starting to like it. However, there is one fairly big issue. Negative feedback now does not look nearly as bad as it did before. Before, there used to be a shade of red that was very hard to miss behind the number of negative feedbacks, and the huge grey bar indicating less than 100% positive feedback was incredibly obvious. This will prove to be a major flaw that will result in a higher rate of scamming and needs to be fixed. Edit: I actually did not even see the dispute thread where literally this just happened with Sahand like 20 minutes ago. I only saw it after I clicked off this thread. Regardless, it just further proves my point. Just as well, apparently banned people aren't crossed out anymore? Think that needs to change...
  20. since you know that its not gonna be greater than 2b, just cast it to an int.
  21. click on my signature for skype SERVICER FOUND
  22. Seems like a consistent problem that people don't see the 'Scripting Help' section when they look down there, so they just end up posting in tutorials and fogging up the whole section. Scripting Help should probably be moved to the Programming Section

Account

Navigation

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.