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. Because scrolling up does not work!
  2. Soldtodie posted a topic in Snippets
    Hey i have made a working withdraw method and i will share it with you! public boolean withdraw(int itemID, int amount) throws InterruptedException { if(!client.getBank().isOpen() || !client.getBank().contains(itemID)) { return false; } int firstVisibleSlot = -1; int lastVisibleSlot = -1; int itemSlot = client.getBank().getSlotForId(itemID); if(!client.getBank().isSlotVisible(itemSlot)) { for(int i = 0; i < 1000; i++) { if(firstVisibleSlot == -1 && client.getBank().isSlotVisible(i)) { firstVisibleSlot = i; } else if(firstVisibleSlot != -1 && !client.getBank().isSlotVisible(i)) { lastVisibleSlot = i - 1; break; } } if(itemSlot >= firstVisibleSlot && itemSlot <= lastVisibleSlot) { } else { if(itemSlot < firstVisibleSlot) { MouseDestination md = new RectangleDestination(new Rectangle(470, 60, 12, 12)); client.moveMouse(md, true); while(!client.getBank().isSlotVisible(itemSlot)) { client.clickMouse(false); } } else if(itemSlot > lastVisibleSlot) { MouseDestination md = new RectangleDestination(new Rectangle(470, 272, 12, 12)); client.moveMouse(md, true); while(!client.getBank().isSlotVisible(itemSlot)) { client.clickMouse(false); } } } } return client.getBank().withdrawX(itemID, amount); }
  3. Soldtodie posted a topic in Archive
    Hi I release here my SClaySoftener script. Start in Edgeville at the bank. Video/ Picture: Download/ Virustotal: http://www.file-upload.net/download-7881996/SClaySoftener.jar.html https://www.virustotal.com/de/url/8712519bb34de150ef4f92f02932339171a56afc41b633d81bb0844247f63ac2/analysis/1374766375/
  4. Soldtodie replied to Laz's topic in Releases
    @Laz i wrote this before you edited the post.
  5. Soldtodie replied to Laz's topic in Releases
    Can we deactivate the run away from combat? Thank you!
  6. Soldtodie replied to Soldtodie's topic in Archive
    I will update this script to v2 in the next few days. I make the script completly new. Sry for the big lagg of updates in v2 i will change this.
  7. Soldtodie replied to Soldtodie's topic in Archive
    Sry, but i can do this alone^^.
  8. Soldtodie replied to Soldtodie's topic in Archive
    I will add banking, run away when the player is under attack, anti stop, faster dropping. Because i would like to test my walking system.
  9. Ich glaub nicht das es sich intelligenter anhört wenn man auf deutsch redet^^.
  10. Soldtodie replied to Soldtodie's topic in Archive
    The choice is up to you if I started banking or not.
  11. Soldtodie replied to Soldtodie's topic in Archive
    I will add banking when i have 10 feedbacks to my script.
  12. Soldtodie replied to Soldtodie's topic in Archive
    Thanks, Maxi!
  13. Soldtodie replied to Soldtodie's topic in Archive
    yes, but i write it new.
  14. Soldtodie replied to Soldtodie's topic in Archive
    I added virustotal.
  15. Soldtodie replied to Soldtodie's topic in Archive
    The feature banking is not available now. But I will make this soon.
  16. Soldtodie posted a topic in Archive
    Hey, in this thread I will release my miner. Its a really fast powerminer. Features: [Ready] [Not Started] [in Progress] Powermining Hover next rock Walk to next spawning rock Mined all rocks in a square = distance Smoking rock detection Take pickaxe head Change mouse speed Banking Run away when you was attacked Pictures/ Progress: Download: http://www.file-upload.net/download-7650550/SMiner.jar.html Virustotal: https://www.virustotal.com/de/url/5649e1448f5a2ea8e0a09ead887e45f7cd0f1599d39fb7d07520a440e9b93b41/analysis/1369792429/ I hope you will write many feedback!

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.