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.

harrypotter

Trade With Caution
  • Joined

  • Last visited

Everything posted by harrypotter

  1. It will be a public script so you'll be able to use it
  2. My next free script will be a sand crab script Just need to get a few private script orders out the way then I can focus on it!
  3. Selling 144m 07, $0.95 per mil. PP from trusted or UKBT.
  4. Showing the timestamp in relative time would be a cool idea: https://momentjs.com/docs/#/displaying/fromnow/
  5. I've added you on skype
  6. NVM, see @Charlotte's answer
  7. He's spamming his post count to 100 to try and sell an account. Just ignore, mods will deal with him @Decode @Mio
  8. If you're trying to check that a certain user send the request, you can parse the game message using the API class I sent in my previous post.
  9. Pretty sure you can check your messages: https://osbot.org/api/org/osbot/rs07/api/ui/Message.html
  10. Offer? no idea how much it's worth. Paid a friend to level it for me as I was planning to afk it NMZ into a maxed staker but it has sat doing nothing for about 2 months now. PM me though or add my skype. Don't want to highjack this thread
  11. I've got a 70/70/70/70 account which is NMZ ready if you're interested, add my skype: live:phatslime
  12. What I would do is start by structuring your script so that if an event fails at anytime, it will simply retry that action only, not the whole loop again (as @Apaec suggested): if (!inventory.isItemSelected()) { // Use first item // Sleep until inventory.isSelected() } else { // Use first item with second item // Sleep until finished making pie shell } Here is a full example taken from my AIO Herblore script: if (!script.inventory.isItemSelected()) { Item pestle = script.inventory.getItem("Pestle and mortar"); if (pestle != null) { if (pestle.interact("Use")) { Sleep.sleepUntil(() -> script.inventory.isItemSelected(), 5000); } } } else { int clickSlot = script.inventory.getSlot(itemToGrind); InventorySlotDestination itemSlot = new InventorySlotDestination(script.getBot(), clickSlot); script.getMouse().move(itemSlot); if (script.getMouse().click(false)) { Sleep.sleepUntil(() -> !script.inventory.contains(itemToGrind) || script.getDialogues().isPendingContinuation(), 120000); } }
  13. Trump's Travel Ban OT: Last year I used a free fletching script on my DMM account that had never been botted before, was banned a few hours later
  14. Have a look at this: Should be a good learning resource!
  15. Tried here? http://www.quodb.com/search/quiet%2C boy!
  16. Do you Agree to the terms of service?: YesWhat is your skype name?: live:phatslimeYour Partners Skype name?: live:sphairai.rsType of trade?: Private ScriptDo you have me on Skype Already?: No but I'm in a group conversation with you
  17. I'll have a look into this tonight when I'm home.
  18. I wasn't aware it was broken, can you let me know what your settings are?
  19. Custom build, built in Laravel 5 to your specs. Add me on skype and I'll show you some of my previous work. live:phatslime price will depend on a full spec.
  20. harrypotter replied to Wife's topic in Spam/Off Topic
    From the snippet you've shown you're not even calling the debug_Connection() function?
  21. harrypotter replied to Wife's topic in Spam/Off Topic
    I'm not really sure what you mean, if should return an error if the database table doesn't exist. Why would it give a connection success message when it didn't successfully connect? If you're getting an error stating that the db table doesn't exist then double check your table name is correct
  22. harrypotter replied to Wife's topic in Spam/Off Topic
    Also I believe this: $this->connection = new PDO("mysql:host=$this->db_hostname;$this->db_database", $this->db_username, $this->db_password); Is invalid, you need to specify that $this->db_datebase is the database name: $this->connection = new PDO("mysql:host=$this->db_hostname;dbname=$this->db_database", $this->db_username, $this->db_password); Might be wrong though
  23. harrypotter replied to Wife's topic in Spam/Off Topic
    If you're using MAMP you need to connect via socket, if not please give more info.

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.