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.

Explv

Scripter II
  • Joined

  • Last visited

Everything posted by Explv

  1. HustlethAlt2 reported for: Botting ✅ Scamming ✅ Offensive Language ✅
  2. Updated and re-uploaded 2017/12/04 - v 7.5: Fixed proxy editing Code refactoring Skip broken local scripts Escape OSBot parameters
  3. Explv replied to Culpable's topic in General Help
    Are you using CLI ( running OSBot from the command line) / an external application to launch OSBot? Are you using a proxy? Is your internet restricted in any way? Can you use the official osrs client? Are you using Java 8 and not any other version?
  4. Reuploading tonight, will be adding more features soonish
  5. Sorry forgot, will upload tonight. Accidentally leaked some private info, so just nuked the repo.
  6. Lo-fi is the goddamn best shit
  7. If the item is a stacked item then what you posted should work. If it is not however, then it will be a little more complex. If you don't care if the ground items are all in the same position then you can do: List<GroundItem> items = getGroundItems().filter(getGroundItems().getAll(), new NameFilter<>("Item name")); if (items.size() >= 28) { ... } If you want to check if the ground items are all in the same stack, then it is a little more complicated. I *think* there is a way to get the stack in the API but i'm not sure. I can post some code if you really need.
  8. Yah, me dun did a goof, so me delete. Long storyerino. Will b reuploading this weekenderino, maybe b uploading new version, we will c
  9. Could always use discord brö
  10. Use your noggin and Google "osrs clipping flags" (what they are called in the API description) Pretty sure you don't need to specify that parameter though.
  11. Explv replied to Explv's topic in Others
    Will take a look
  12. You could maybe try handling the ditch crossing yourself. The delay before might be an issue where WebWalkEvent takes a while to break, i'm not really sure though.
  13. You mean it takes 5-10 seconds to click the widget?
  14. @sonda In your break condition: return widgets.get(475, 11).isVisible(); You need to make sure the widget returned by .get() is not null before calling isVisible. Otherwise an NPE will be thrown.
  15. You seem to think that everything sounds like mumble rap (hint, it doesn't) It's pretty good man, good job
  16. Explv replied to Alek's topic in Releases
    Good decision to add the old logger back
  17. Explv replied to Jammer's topic in Scripting Help
    for (final Task task : tasks) { if (task.canProcess()) { task.process(); break; } } Please see my edited comment, I did not fully read yours.
  18. Explv replied to Jammer's topic in Scripting Help
    When you loop through the tasks, you could always break the loop once you process a task so that it starts over from the top.
  19. Explv replied to Jammer's topic in Scripting Help
    Really depends on what script he is making.
  20. Explv replied to Jammer's topic in Scripting Help
    That depends on whether he plans on losing his equipment during the script. If he only needs to check once, why cache?
  21. Explv replied to Jammer's topic in Scripting Help
    Except he doesn't need to cache anything.. The structure of his code is the problem.
  22. Explv replied to Jammer's topic in Scripting Help
    Why don't you just check if the player already has the items in their inventory / equipment? If they don't then check the bank If they still don't then go to GE. Sounds like the structure of your code is borked ("Task" pattern sucks)
  23. My chill playlist. There's probably a few trash songs in there because i'm too lazy to clean it up, but I enjoy it.
  24. Yes you will need to use more than one Area: You will need to implement some logic where if there is no tree in your current Area, walk to the next Area.

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.