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.

Soldtodie

Members
  • Joined

  • Last visited

Everything posted by Soldtodie

  1. Yeah, because sometimes with 16 it will click on the toggle run orb.
  2. Doesn't work, you can change the windows date to use it.
  3. http://www.forbes.com/sites/gordonkelly/2014/09/09/iphone-6-vs-iphone-6-plus-what-is-the-difference/ You must decide which one is better for you, a bigger or a smaller one.
  4. getBot().getScriptExecutor().isPaused()
  5. Soldtodie replied to Soldtodie's topic in Snippets
    Yeah. But with this you can get the selected item.
  6. Lol? I wrote hop and not move^^.
  7. Soldtodie posted a topic in Scripting Help
    How can I let the mouse hop to a certain position for mouse key dropping? mouse.hop(x, y) doesn't exist.
  8. Soldtodie posted a topic in Snippets
    public boolean deselectItem() { if(inventory.isItemSelected()) { return mouse.click(inventory.getMouseDestination(getSelectedItemSlot())); } return false; } public int getSelectedItemSlot() { if(inventory.isItemSelected()) { for(int slot = 0; slot < 28; slot++) { Item it = inventory.getItemInSlot(slot); if(it != null && it.getName().equals(inventory.getSelectedItemName())) { InventorySlotDestination is = new InventorySlotDestination(getBot(), slot); for(int x = is.getBoundingBox().x; x < is.getBoundingBox().x + is.getBoundingBox().width; x++) { for(int y = is.getBoundingBox().y; y < is.getBoundingBox().y + is.getBoundingBox().height; y++) { if(getColorPicker().isColorAt(x, y, new Color(255, 255, 255))) { return slot; } } } } } } return -1; }
  9. https://osbot.org/forum/topic/59713-deselect-item/
  10. Soldtodie replied to Soldtodie's topic in Archive
    I think today or tomorrow I will release a little powermining version without intelligent mining and some other things.
  11. Soldtodie replied to Soldtodie's topic in Archive
    You mean in inventory?
  12. Soldtodie replied to Soldtodie's topic in Archive
    Read your thread! 'I was death'? lol
  13. Soldtodie replied to Soldtodie's topic in Archive
    The name will be SMiner 2.
  14. Lol sry I failed. Can you post an example please?
  15. I override it but it doesn't stop during executing.
  16. With this i can terminate the random solver in the mid of the execute?
  17. For instance in the mid. this.getBot(). getRandomExecutor().terminate(); This doesn't work but with .interrupt() the random script stops for a moment and start again.
  18. I don't want to change the random. I want to stop it.
  19. Yeah dog_ give this black dog a side kick!
  20. How can I stop a random event script. I tested this but it doesn't work. RandomExecutor re = new RandomExecutor(getBot()); re.interrupt(); re.terminate();
  21. Its not wrong.
  22. Lol, thanks i forgot something.

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.