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.

The Undefeated

Members
  • Joined

  • Last visited

Everything posted by The Undefeated

  1. Uhh, would like to see more at once.
  2. Since when is BTC on the stock market? And I don't really care, I would get more BTC because it's lower.
  3. Good luck boi.
  4. Of course you can them, the pictures are loaded from oldschool wiki.
  5. Hmm, I'll stick to Wiki just to be sure.
  6. Oh that looks nice. What about untradeables?
  7. public class FetchSprites { private static String path = ""; public static File getSprite(String item) { item = Character.toUpperCase(item.charAt(0)) + item.toLowerCase().substring(1); if (!Files.exists(Paths.get(path + item + ".png"))) { fetchSprite(item); } return new File(path + item + ".png"); } private static void fetchSprite(String item) { item = Character.toUpperCase(item.charAt(0)) + item.toLowerCase().substring(1); String itemNoSpaces = item.replace(" ","_"); try { final URL url = new URL("http://oldschoolrunescape.wikia.com/wiki/" + itemNoSpaces.toLowerCase()); BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(url.openStream())); String line; while ((line = bufferedReader.readLine()) != null) { if (line.contains("/" + itemNoSpaces + ".png")) { int start = line.indexOf("<a href=") + 9; int name = line.indexOf(itemNoSpaces + ".png",start); int end = name + item.length() + 4; URL imageUrl = new URL(line.substring(start,end)); BufferedImage image = ImageIO.read(imageUrl); ImageIO.write(image,"png",new File(path + item + ".png")); break; } } bufferedReader.close(); } catch (IOException e) { e.printStackTrace(); } } } This will check if the sprite is already cached, if not, it will cache the sprite and return the file(path). Improvements are welcome.
  8. Sure. I probably will. Making small staps is the way to go since pretty much all other people with a slayer script have failed. I don't want a half working script but on the feature list a high level slayer master.
  9. Because it's harder to write and takes more time obviously.
  10. The friends chat has to be included in the normal chat itself, not above the chat. There's an option for that.
  11. If you wanna log the message you should do this: public void onMessage(Message m) { log(m.getMessage()); }
  12. To keep myself motivated to write this script, I'm creating this thread. I'm gonna try to write a slayer script. My goal is to have the first beta in around 4-5 weeks time. This will only support the first slayer master (Turael). If it's not allowed as premium script on the SDN, I will probably publish it as a free script only supporting Turael. (Not sure about that). To Do / Completed List Slayer masters Supported tasks
  13. Are you on Wifi? Uninstall all VPN's, then go to "Network Connections", right click, properties, configure, driver, uninstall device. Do this for every network adapter which has VPN in it. Now reinstall any VPN and try again.
  14. Sounds interesting.
  15. I just hate it. Not only because since I sold all my bitcoin, only had like $500 2-3 months ago, it doubled in price, but just the fact that there's still no crypto currency with a stable value. I want something where I can just send money/coins or whatever every time without having to worry about what price it is at the moment.
  16. Right click on the .jar -> open with -> Java
  17. Go read some tutorials on the forum. I don't think you understand what proxies and/or VPS's are.
  18. The chances of getting a perm ban is big. I have seen occasions where someone got 2 times a 2-day ban, but that's probably luck.
  19. Did you cumback later?
  20. The Undefeated replied to Butta's topic in Spam/Off Topic
    Buy ETH.

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.