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.

Camaro

Scripter II
  • Joined

  • Last visited

Everything posted by Camaro

  1. 24 hours activated
  2. Camaro replied to Camaro's topic in Money Making
    Thats a pretty good idea, would just require running up to the wildy edge to fill it right?
  3. If you bot agility on a 1500 main without mirror mode then you're kinda asking to get banned
  4. talked over pm, restocker will not but equipment, but may make that an option in the future
  5. Sure, 24 hours activated. Although I highly recommend buying vip for mirror mode, so be careful for now
  6. activated, make sure you post a proggy this time activated, enjoy
  7. Falador shield is already added, couldnt tell you how much it improves kills/hour though. But I can probably add extra prayers / spec weapon sometime soon
  8. Hard fally diary is an option, not a requirement
  9. 24 hours activated, enjoy
  10. Post the log please. Is it not going to the mole hole?
  11. activated for 24 hours, enjoy
  12. Yeah thats what I though, should be fine if you start greater than zero. Will add a fix for that shortly just in case
  13. message me on discord camaro 09#0557 we'll try and figure out the issue
  14. done, 24 hours
  15. activated for 24 hours, enjoy
  16. 24 hours activated, enjoy
  17. Camaro replied to Camaro's topic in Money Making
    Strange, its been working for me and others for a while now. Can you try manually changing the npc attack option to hidden and see if works?
  18. Camaro replied to Camaro's topic in Money Making
    4-5 lobsters and maybe 15 mind bombs
  19. Camaro replied to Camaro's topic in Money Making
    How many wizard mind bombs are you bringing
  20. The script is free for vip members, but ill give you 24 hours
  21. @Patrick 2.6.8 java.lang.NullPointerException at org.osbot.rs07.api.ui.RS2Widget.getChildWidgets(ch:582) at org.osbot.rs07.api.Widgets.filter(no:707) at org.osbot.rs07.api.Widgets.filter(no:829) at org.osbot.rs07.api.Widgets.containingText(no:654) at org.osbot.rs07.api.Widgets.containingText(no:361) I think the next ones are caused by world hopping java.lang.NullPointerException at org.osbot.rs07.api.ui.RS2Widget.getChildWidgets(ch:582) at org.osbot.rs07.api.Widgets.singleFilter(no:820) at org.osbot.rs07.api.Widgets.singleFilter(no:550) at org.osbot.rs07.api.Widgets.closeOpenInterface(no:138) at org.osbot.rs07.api.Tabs.open(se:25) at org.osbot.rs07.api.Tabs.open(se:73) java.lang.ArrayIndexOutOfBoundsException: 125 at org.osbot.rs07.api.ui.RS2Widget.getChildWidgets(ch:582) at org.osbot.rs07.api.Widgets.singleFilter(no:820) at org.osbot.rs07.api.Widgets.singleFilter(no:550) at org.osbot.rs07.api.Widgets.closeOpenInterface(no:138) at org.osbot.rs07.api.Tabs.open(se:25) at org.osbot.rs07.api.Tabs.open(se:73)
  22. BotMouseListener is a class than can be used to record your mouse clicks. In order to recreate them, use the ClientMouseEventHandler import org.osbot.rs07.input.mouse.BotMouseListener; import org.osbot.rs07.script.Script; import java.awt.event.MouseEvent; public class MouseHandler extends Script { private final BotMouseListener mouseListener = new BotMouseListener() { @Override public void checkMouseEvent(MouseEvent mouseEvent) { // called when you click the canvas } }; @Override public void onStart() { getBot().addMouseListener(mouseListener); } @Override public int onLoop() throws InterruptedException { // generate a mouse event getBot().getMouseEventHandler().generateBotMouseEvent(...); return 1000; } @Override public void onExit() throws InterruptedException { getBot().removeMouseListener(mouseListener); } } https://osbot.org/api/org/osbot/rs07/input/mouse/ClientMouseEventHandler.html
  23. wrong script buddy
  24. Have you even tried it?

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.