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.

Random mouse moving and camera turning?

Featured Replies

My script is not telling it to move the mouse or turn the camera... so why is this happening?

My script is not telling it to move the mouse or turn the camera... so why is this happening?

That the bots built in anti ban random

  • Author

That the bots built in anti ban random

That's completely retarded

  • Author

not that much, makes u do less work i guess

Except for the fact that it screws with my script

  • Author

how?

Rotating screen while my script is trying to move the mouse to click something

you could always disable them within the onstart if its giving you that many problems

 

  • Author

you could always disable them within the onstart if its giving you that many problems

I'm glad it's possible to do that, can you tell me how?

 

I'm new to OSBot

Ask and tag swizzbeat I think he added a super easy way of doing it. If not he'll know how to, I've never done it so I don't know sorry

It could also be the interaction method itself, which I don't think is particularly good. I plan on doing a large overhaul on interaction events soon. 

Entity interaction without camera control:

    public boolean interact(Entity e, String a) {
        InteractionEvent evt = new InteractionEvent(e, a);
        evt.setOperateCamera(false);
        execute(evt);
        return evt.hasFinished() && !evt.hasFailed();
    }
Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

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.