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.

Mysteryy

Members
  • Joined

  • Last visited

Everything posted by Mysteryy

  1. you forgot - init - minor changes
  2. First reason isnt really a good one imo. You can have a jfx application thread and a swing thread living together in harmony. Second reason is pretty much the only one I could imagine, but you can still style fx other ways so that's annoying but not a show stopper. Last reason is also not really a good one either. Its been bundled in java 8 which has been around for a while now. The only real reason I can imagine is because oracle announced that it wont support it past 2022 in being bundled with java. Then it will be a separate lib.
  3. From the rules: Scripts that have any of the following will be auto-rejected: ... -Scripts that use anything from JavaFX Why did yall decide to ban javafx? I used it in scripts long ago and it worked nps? I think there might have been some issue loading css for scripts on the SDN, but that isn't enough reason to reject scripts that use javafx altogether. Is there another reason that it was banned?
  4. 1. Yea, like I said I missed your comment. But that's why i said every few minutes. Refresh it as often as the use case requires. 2. No, I think you're misunderstanding his use case. He's retrieving the price, from the GE, for a single item. This value can never and will never go over max int, because the price for any single item can never go over max int. So no, in this case, its absolutely pointless to use long to retrieve the price from the GE for a single item (which is indeed his use case). If he was calculating the total value for a stack, then yes it makes sense, but hes not.
  5. @liverare Good explanation but 2 comments: 1) It might not always be a good idea to query live prices in the getter. Instead you might add a throttle where it only updates max every few minutes, else returns the cached value. Otherwise you could accidentally spam requests. Since it seems like hes just starting to get into it, I can see this as likely to happen. 2) There's no point to use long. Rs uses 32 bit signed int, so prices will never go over (2^31) - 1 Edit: just saw your comment about adding a caching mechanism to not grab prices everytime, but the code didnt have it. ?
  6. Loop Potion.values() and find the one with the highest .margin
  7. Welcome nub, such surprise, very did not expect.
  8. whoever cost less you got a deal
  9. That's racist. I just wanted to chat like old friends do.
  10. @Solution do u even discord nub? If only there was a @Solution for this problem
  11. 12/10 would use again
  12. lolno
  13. Spoiler alert, I already know @Maldesto Doubt any of yall remember him, bunch of newbs amiright.
  14. Hi thanks. So bot is up and also is down?
  15. So your telling me that if you run public class Test { public static void main(String[] args) { String JAR_PATH = "your/mom.jar"; String OSBUSERNAME = "your"; String OSBPASSWORD = "mom"; String world = "123"; String script = "smd incorporated"; String username = "suck"; String password = "it"; String temp = "java -jar \"" + JAR_PATH + "\" -debug 5005 -login " + OSBUSERNAME + ":" + OSBPASSWORD + " -world " + world + " -script " + script + ":null -bot " + username + ":" + password + ":0000"; System.out.println(JAR_PATH +OSBUSERNAME+OSBPASSWORD+world+script+username+password); System.out.println(temp); } } You dont get: your/mom.jaryourmom123smd incorporatedsuckit java -jar "your/mom.jar" -debug 5005 -login your:mom -world 123 -script smd incorporated:null -bot suck:it:0000 ??????????
  16. show dat code or dont expect anyone to be able to help you
  17. Yea i get what your saying. But you cant do that. It doesnt work that way.
  18. Mysteryy replied to Solution's topic in Spam/Off Topic
    Hi thanks friend welcome to you too How have you been mr elyot
  19. Mysteryy replied to Solution's topic in Spam/Off Topic
    hi who are u welcome to osbot
  20. Mysteryy replied to Solution's topic in Spam/Off Topic
    Hi welcome to osbot
  21. Mysteryy replied to ez11's topic in Introductions
    ikr #racistAF
  22. Mysteryy replied to ez11's topic in Introductions
    hi i dont know u

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.