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.

Maxo

Members
  • Joined

  • Last visited

  1. I do not recommend doing it. kindoff defeats the purpose of using ubuntu, which is low usage. Mirror = high resource usage You're better off using stealth
  2. Wow since when is mirror available? 😮
  3. Maxo replied to Patrick's topic in Releases
    Thanks
  4. Maxo replied to Elysian Sigil's topic in Botting & Bans
    Interested in this too
  5. I think you are confusing widgets with an Entity/Object. What are you trying to do exactly?
  6. Is there a way to just check if there is a fire on the tile where i am standing? Seems stupid to just try and and see if it works every time
  7. My firemaking scripts sporadically walks into the problem where it's having null selected somehow. i tried resolving this with the following, but this doesn't seem to resolve the issue. Does anyone know how to prevent this? if (logAmount >= 1) { api.inventory.interact("Use", Main.Logs); if (!api.getInventory().isItemSelected()) { api.getInventory().deselectItem(); } api.inventory.interact("Use", "Tinderbox"); } Would this prevent it maybe? api.inventory.interact("Use", Main.Logs); if (api.getInventory().getSelectedItemName() == null) { api.getInventory().deselectItem(); } api.inventory.interact("Use", "Tinderbox");
  8. So when the script starts to use webWalking it asks for permission to move or create map.bin, is there a possibility to standard always allow this? Without me needed to approve the action?
  9. Maxo replied to Patrick's topic in Releases
    Woohoo!
  10. It's down for everyone, we're waiting for an update of OSBot. Would be nice if they acknowledged the problem somewhere here.
  11. What is 'the special way' ? xD
  12. Im having same problem on my Ubuntu 20.04 servers
  13. So i've been trying to setup a Java docker container for my bots, following this thread: My Dockerfile FROM openjdk:8 ENV DISPLAY :0.0 RUN apt-get update RUN apt-get install libx11-dev libxext-dev libxrender-dev libxrandr-dev libxtst-dev libxt-dev xvfb -y RUN mkdir -p /root/OSBot/Data RUN mkdir -p /root/OSBot/Scripts RUN wget https://osbot.org/mvc/get -O /root/OSBot/osbot.jar COPY map.bin /root/OSBot/Data COPY script.jar /root/OSBot/Scripts COPY entrypoint.sh / ENTRYPOINT ["/entrypoint.sh"] Im running into the following error:
  14. I can not get this to work so it moves one position to the south, it does log all the loggers, but does not move. I have tried putting a conditional sleep after the walk but doesn't work The idea is that when player is standing on a fire in the 'firemakingStartingArea' and tries to light a log, the message pops up, and it moves one tile to the south.

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.