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. I want to save some rock locations for my miner. And i don't know if the path is correct when i added it.
  2. Yeah . But i want to get this folder. And idk if every system has the same location.
  3. When I upload my script to the sdn. My script will be downloaded by the client but I don't know where and how I can find the Scripts folder. That's all . Local script folder!
  4. Hey, how can I find the script folder when I uploaded my script to the sdn?
  5. Possible but he don't ask for the best way. Anyway thx for the information.
  6. When you want to get a position that is not loaded.
  7. public Position getPositionUnderMouse(Point mousePosition) { for(int x = 0; x < 104; x++) { for(int y = 0; y < 104; y++) { Position pos = new Position(getMap().getBaseX()+x, getMap().getBaseY()+y, getMap().getPlane()); if(pos.isVisible(getBot()) && pos.getPolygon(getBot()).contains(mousePosition)) { return pos; } } } return null; }
  8. Soldtodie replied to Soldtodie's topic in Archive
    I will add this in the full version of my miner.
  9. Without colorpicker.
  10. Soldtodie posted a topic in Scripting Help
    Is it possible to get the color of an certain tile?
  11. I think jagex ban people when they do exactly the same thing thw hole time like 50 other people or when it's just too botlike. For example dropping. Who clicks right on an item and wait 100-350ms until move to the drop action. I move the mouse to the drop action after 5-80ms. Because of this I think the most scripts are too slow.
  12. But for checking if you are banned it works perfect.
  13. Just get 5 pixel and check if they are the same color = Finish.
  14. Soldtodie replied to Soldtodie's topic in Archive
    Should I add an option to disable antiban in the full version, because with antiban it's not so fast I think.
  15. Soldtodie replied to Soldtodie's topic in Archive
    When the full version of the miner is ready for release. Idk how long it takes. At the moment I improve some things for example the walking.
  16. Soldtodie replied to Soldtodie's topic in Spam/Off Topic
    No...
  17. Soldtodie posted a topic in Spam/Off Topic
    Omg 50k players are currently online on osrs amazing!
  18. Soldtodie replied to Soldtodie's topic in Archive
    I will add the full version of this script to the sdn.
  19. Check it with isInteracting or getInteracting but for both for your cow and for every player if they want to attack your cow.
  20. Looks good but please post more information about the mirror update.
  21. Use Walker walk = new Walker(this); or Walker walk = new Walker(getBot().getScriptExecutor().getCurrent());
  22. getBot().setHumanInputEnabled(true); //Enable getBot().setHumanInputEnabled(false); //Disable
  23. Oh yeah!
  24. Basic go go go 2600
  25. 899

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.