Skip 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.

Tom

Scripter III
  • Joined

  • Last visited

Everything posted by Tom

  1. Tom replied to ProjectPact's topic in Hunter
    trial pls
  2. lucky you even got to the night
  3. Tom replied to Tom's topic in Mining & Smithing
    Withdraws best pickaxe you got, I'll work on equipping it if you can later. Don't worry about the gap between withdrawing and walking back, just debugging. May take over 24 hours before you have this version, SDN process can be slow
  4. Tom replied to Tom's topic in Mining & Smithing
    Done!
  5. Tom replied to Tom's topic in Mining & Smithing
    For powerleveling, I'm not sure what you mean, can't you just drop the ore instead of banking it? Ill work on the auto pickaxe switch tonight, thanks for the suggestion
  6. Tom replied to Tom's topic in Mining & Smithing
    Trial added, Will be adding more locations in the next day, if you have any you want just let me know
  7. Tom replied to Tom's topic in Mining & Smithing
    Script is now available on the SDN for purchase. If you would like a trial, please leave a comment asking for one and I will add 24 hours to your account (1 time only) Thanks, will see what I can do about this
  8. What do you actually want it for
  9. Tom replied to Tom's topic in Mining & Smithing
    Done
  10. Tom replied to Tom's topic in Mining & Smithing
    Sure, refresh your scripts
  11. Tom replied to phony's topic in Scripting Help
    i like ur walker
  12. Tom replied to Tom's topic in Mining & Smithing
    Thanks, I had been unable to test mining guild so these little things slipped past me, I'll fix it ASAP. Hover Next rock needs some work, i mainly tested it with only 2 rocks selected so I can see why it might be causing issues with more, will work on something this weekend
  13. Tom replied to Tom's topic in Mining & Smithing
    Added 72 hours, that would be great :P
  14. Make sure your project is setup for Java 1.8 For more information visit: https://docs.oracle.com/javase/tutorial/java/javaOO/lambdaexpressions.html
  15. Nice. A better condition would be !getInventory().contains(item -> item.getName().equals("Jug")) && Pump.contains(myPosition()) As this doesnt require you to have 28 jugs of water, just as many as you happen to have in your inventory without leaving any empty jugs behind
  16. That IS how it works, however he stated that his script is spamming the jugs on the pump, regardless of the condition sleep. This indicates in my eyes that something is wrong with the condition Perhaps try the condition inventory().getAmount("Jug of Water") == 28 && Pump.contains(myPosition()) If this works, I think it has to do with filtering "Jug" and we can work something else out
  17. Your logic seems a little backward, you should be using the conditional sleep directly after an action private void fill() { if (!Pump.contains(myPosition())){ getWalking().webWalk(Pump); } else if (pumpUsable()) { Entity wPump = getObjects().closest(24004); if (wPump != null){ inventory.interact("Use","Jug"); if(wPump.interact("Use")){ new ConditionalSleep(5000) { @Override public boolean condition() { return getInventory().isEmptyExcept("Jug of water") && Pump.contains(myPosition()); } }.sleep(); } } } }
  18. I play it whenever a new season starts for about a week
  19. Tom replied to Smuds's topic in Scripting Help
    Yep, you gotta submit data with PHP
  20. > czar jr My scripts are already dead I dont care if they get burried
  21. I honestly wouldnt complain about another bot nuke
  22. hey man can I be CBA instead of muffins Yours truly, tom
  23. Watch as scamez gets unbanned when decode refunds 150m Also edit those links out before ur the one who gets punished
  24. Well after being demoted 3?? times, mald thought maybe he would be better this time

Account

Navigation

Search

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.