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.

Chat Box - Moderator Detection

Featured Replies

hey guys i saw this on Another botting Site. Will this work for us?? or can someone convert it??

 

 
for(int i = 0; i < 129; i++) {
     if (widgets.getWidget(137, i)!= null) {
         if(widgets.getWidget(137, i).getText().contains("<img=0>")) {
             System.out.println("PLAYER MOD IS HERE");
             break;
             }
}
}
 

 

 

 

So it tells you when a mod enters the chat? Sounds like you're up to no good :P

  • Author

So it tells you when a mod enters the chat? Sounds like you're up to no good tongue.png

Yea the runescape Chatbox

Yea the runescape Chatbox

Oohhh I thought you meant the live chat lmao >.<

I remember there was this RSC bot that used IRC, to send the bot commands, and it wuld sound broadcasts to the IRC and peple in the IRC would say random sheit cause it was in everyones best interest to talk to mds, re run scripts exct.

  • Developer

It would be better to track mods based on their rank id rather than chat messages because they might just sit around quietly. Will add support for moderator detection, I like the idea. However, don't expect this soon as we're focusing on other priorities for now.


			for (int i = 0; i < 129; i++) {
				if (client.getInterface(137).getChild(i) != null) {
					if (client.getInterface(137).getChild(i).getMessage().contains("<img=0>")) {
						System.out.println("PLAYER MOD IS HERE");
						break;
					}
				}
			}

but this is useless

  • Author

			for (int i = 0; i < 129; i++) {
				if (client.getInterface(137).getChild(i) != null) {
					if (client.getInterface(137).getChild(i).getMessage().contains("<img=0>")) {
						System.out.println("PLAYER MOD IS HERE");
						break;
					}
				}
			}

but this is useless

 

Where it says playr mod i shere you can add Stop and log out

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

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.