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.

tabs help?

Featured Replies

can somebody help me with the tabs API? how can i open the magic tab? also when it opens the magic tab i want it to teleport to edgeville

any code help would be appreciated 

Edited by frostbitee

can somebody help me with the tabs API? how can i open the magic tab? also when it opens the magic tab i want it to teleport to edgeville

any code help would be appreciated 

 

I do it by getting the interface id of the magic book on the tool bar, then the interface id of the spell I want it to click.

  • Author

I do it by getting the interface id of the magic book on the tool bar, then the interface id of the spell I want it to click.

can you give me a small code snippet?

 

can you give me a small code snippet?

 

 

RS2Widget mage = widgets.get(548, 61);//this is the spell book
			if (mage != null && mage.isVisible())//checks to make sure its actually on your screen
				mage.interact("Magic");//clicks on the spell book
			sleep(random(500, 1000));

			RS2Widget cast = widgets.get(218, 1);//this is teleport to lumbridge
			if (cast != null && cast.isVisible())//makes sure teleport to lumbridge is a visible option
				cast.interact("Cast");//cast teleport to lumbridge.
			sleep(15000);
  • Author
RS2Widget mage = widgets.get(548, 61);//this is the spell book
			if (mage != null && mage.isVisible())//checks to make sure its actually on your screen
				mage.interact("Magic");//clicks on the spell book
			sleep(random(500, 1000));

			RS2Widget cast = widgets.get(218, 1);//this is teleport to lumbridge
			if (cast != null && cast.isVisible())//makes sure teleport to lumbridge is a visible option
				cast.interact("Cast");//cast teleport to lumbridge.
			sleep(15000);

you're the best man ty <3

you're the best man ty QwPha8E.png

 

No problem :) if you need anything else let me know

 

Create an account or sign in to comment

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.