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.

How to interact with a menu item?

Featured Replies

Learning whilst trying to make a balloon law runecrafting script, having some issues with interacting with the map to click on "entrana" after clicking fly on the assistant, the popup is always in the same position, so i just have this doing it now:

 

int x = random(206, 272);
int y = random(128, 146);
getMouse().move(x, y);
mouse.click(false);

also do not have the slightest idea what the boolean parameter i'm passing to mouse.click() does

any insight would be helpful, thanks.

the boolean parameter is right click I believe.

mouse.click(false) left clicks

mouse.click(true) right clicks

as for interacting with the menu option, if you log in and bring that menu up in the osbot client and enter interface debugger mode, you'll have to mouse over the interface you wish to click and it'll tell you the parent and child Ids which u can then use in a line such as

interfaces.interactWithChild(int parentId, int ChildId, action)

eg

interfaces.interactWithChild(300,3,"Yes")

gl!

the boolean parameter is right click I believe.

mouse.click(false) left clicks

mouse.click(true) right clicks

as for interacting with the menu option, if you log in and bring that menu up in the osbot client and enter interface debugger mode, you'll have to mouse over the interface you wish to click and it'll tell you the parent and child Ids which u can then use in a line such as

interfaces.interactWithChild(int parentId, int ChildId, action)

eg

interfaces.interactWithChild(300,3,"Yes")

gl!

 

How do you use the interface debugger?

When i try to load it says: Status: FAIL: You are not logged in!

  • Author

the boolean parameter is right click I believe.

mouse.click(false) left clicks

mouse.click(true) right clicks

as for interacting with the menu option, if you log in and bring that menu up in the osbot client and enter interface debugger mode, you'll have to mouse over the interface you wish to click and it'll tell you the parent and child Ids which u can then use in a line such as

interfaces.interactWithChild(int parentId, int ChildId, action)

eg

interfaces.interactWithChild(300,3,"Yes")

gl!

Thanks very much Apaec, alot of help! :D

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.