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.

Camaro

Scripter II
  • Joined

  • Last visited

Everything posted by Camaro

  1. awesome, ill let you know when im ready to add it
  2. Well, that just comes down to the fact that you have multiple threads trying to take control of the mouse at the same time. For this situation, its probably better to just break from the webwalk event to eat.
  3. First one should work fine. I've never used the add/remove children methods, so not too sure about the second one, but looks like it should work.
  4. Execute an async event instead
  5. Camaro replied to Camaro's topic in Money Making
    Issue should be fixed now
  6. Camaro replied to Camaro's topic in Money Making
    That is extremely weird. Is it every time you stop the script? Ill give it a couple runs later to find out what could be causing it.
  7. You can execute custom interaction events that disable camera rotation. You can also check if the entity is visible before interacting, and only interact if it is.
  8. Camaro replied to Camaro's topic in Money Making
    Actually, turns out to be an api issue. May have to wait for the next client version
  9. Camaro replied to Camaro's topic in Money Making
    Pushed a fix for this, should be ready later today or tomorrow. You can make sure this doesnt happen again for now by making sure that every world is completely visible in the world selector and isnt partially cut off by the top or bottom.
  10. Strange, are you able to add it back?
  11. Camaro replied to MGI's topic in Releases
    Just click the "Mirror mode" option when opening osbot
  12. Camaro replied to Camaro's topic in Money Making
    With the wizard mind bombs, I try to keep it as high as I can at all times. As long as it isn't going over the max and wasting it, I don't see a problem with that. I am also doing the same with the lobsters. I have the concept of "can eat" and "need to eat." "Can eat" is triggered whenever your hitpoints are less than your max level - 12. (lobsters only heal 12 btw) These things are efficiency related as it is better to heal/restore magic while waiting for the combat timer to be up rather than doing this when it could have telegrabbed another wine. If you see a larger problem with this, let me know.
  13. Camaro replied to Camaro's topic in Money Making
    Check what the logger says
  14. You would have to store the value in a variable when opening the bank. There is no way to tell without having it open.
  15. If youre fine with having no gui, you could use windows cotnainers. If you figure out how to run mirror mode on linux, theres a pretty convenient docker extension the uses x11 https://github.com/mviereck/x11docker I think docker's native proxy settings use http proxies, not socks. Although programs such as proxychains can help out proxy only the osrs client on linux
  16. You can find it here https://osbot.org/mvc/sdn2/scripts/22
  17. Lend an account with a cannon and I'll see what I can do
  18. Wouldnt it be easier for a 'Packet' to only contain one String which senders and receivers can parse accordingly? That way, the protocal can know even less about the data being sent and theres no need to define multiple 'Packets'
  19. You could also fix that by calling MP.exchangeContext(getBot()) in onStart()
  20. Seems to work fine for me. Print userChoice to the logger at the end of onStart and see if you see the result.
  21. Camaro replied to Camaro's topic in Money Making
    Very strange that both of them would log out. Can you post what is in the logger?
  22. Camaro replied to PolarBear's topic in General Help
    Scripts have the ability to change the top bar to whatever they want
  23. private final BotMouseListener listener = new BotMouseListener() { @Override public void checkMouseEvent(MouseEvent mouseEvent) { //do stuff } }; @Override public void onStart() { getBot().addMouseListener(listener); } @Override public void onExit() { getBot().removeMouseListener(listener); }
  24. Set artifact build output directory to osbot\scripts folder, set artifact to build on project build, map ctrl+s to be a build project hotkey, boom 1 second rebuilds. But either way, interesting stuff, good job.

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.