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.

FrostBug

Scripter III
  • Joined

  • Last visited

Everything posted by FrostBug

  1. 24 hours, like everyone else
  2. Shouldn't be. Please check the standard troubleshooting such as setting camera zoom and hotkeys to default. Also please post some client console output if it happens again, the reason is typically written there. _______________ Version 1.4.6 - Added some checks when teleporting out using a duel ring
  3. Please read my previous post. I already added yours.
  4. I haven't added any trials in the past week since I've been away on vacation. Will add the most recent requests now, but other than that, you'll have to request it again now if yours wasn't added. Sorry about that
  5. What spell might you be using? And did you try setting a proper value for minimum casts? (eg. 100). Please provide client console output and/or screenshots where possible, otherwise I can't really do anything
  6. There should be a right click option "Reset to default", all the way left is not the default
  7. Try something along these lines (assumes that a knife is present) if(getInventory().contains("Chocolate bar")) { if("Knife".equals(getInventory().getSelectedItemName())) { int slot = getInventory().getSlot("Chocolate bar"); getMouse().click(new InventorySlotDestination(getBot(), slot)); } else { int slot = getInventory().getSlot("Knife"); getMouse().click(new InventorySlotDestination(getBot(), slot)); } }
  8. URLConnection con = submit.openConnection(); instance.log("Submitting statistics..."); con.setDoInput(true); con.setDoOutput(true); con.setUseCaches(false); final BufferedReader rd = new BufferedReader(new InputStreamReader(con.getInputStream())); rd.close(); You 'could' just.. submit.openStream().close();
  9. EDIT: nvm, Flamezzz posted it
  10. Sounds like you might not have your camera zoom set at the default level. Please check it
  11. hey

    FrostBug replied to Mikasa's topic in Spam/Off Topic
    no u
  12. Read the stickies here http://osbot.org/forum/forum/181-sdn-upload-requests/ You can apply for Scripter II from the Scripter private forum once you're Scripter I
  13. List<Item> junk = getInventory().filter(itm -> itm.getName().equals("Junk")); List<Item> trimmed = (junk.size() > 3) ? junk.subList(0, 3) : junk;
  14. It's alright, I found the problem. Client version 2.3.120 changed the default way of finding objects with the client; I've gone ahead and changed it back to the old way. It will be up and running again as soon as the SDN manager reviews the script changes
  15. I think this was an issue with 2.3.119. Have you tried 2.3.120+? Also, for future reference, please include at least some client console output with bug reports, or better yet, fill in the bug report template.
  16. That exception has nothing to do with trading. Seems to just fail when attempting to stop the script
  17. You're right, mb
  18. if(getInventory().contains("Peach")) { if(getInventory().contains("Bones")) { getInventory().interact("Break", "Bones to peaches"); } else { stop(true); } }
  19. Does it say that on Paypal, or in your OSBot Client Area? I haven't really heard of a case like that before. Perhaps asking @Maldesto would be the best approach. He's the one who deals with this stuff. I'll give you a trial type auth for now, so you can use that until the payment issues are cleared. I personally always use the standard client; but that's entirely up to you
  20. If there's any approval required, it's probably from Paypals side. Neither me or the Admins/SDN Managers can "approve" payments AFAIK. Did you pay by eCheck or something through paypal?
  21. Please send it to me in a PM thanks Damn, that sucks Sorry for your loss
  22. Started a trial I pray that I may be of assistance in curing said disgruntledness
  23. Well, normally I would do 6 or 12 hours for users with such recent join dates; but since I wasn't able to add it right away (Auths were down) I set it to 24 hours instead.

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.