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.

Check if account is banned?

Featured Replies

Maybe check login states when logging in? Or just text on screen.

6 minutes ago, Medusaa said:

Maybe check login states when logging in? Or just text on screen.

The first one would be best. Create a state that handles logging in, and put a timeout on it. If it doesn’t complete the login action, you could assume 1 of two things. Credentials are incorrect, or the account is banned. 

use python and scrape the webpage of rs account settings

3 hours ago, Chris said:

use python and scrape the webpage of rs account settings

If he is trying to check on a "force-logout" if he is banned, it might be easier to just check a login state. Or am I just retarded?

Edited by Medusaa

	public void onResponseCode(int code) throws InterruptedException {
		log("Code: " + code);
		switch(code){
		case 4: 
			log("BANNED");
			sleep(3000);
			System.exit(0);
			
		}
	}

 

  • Author
18 minutes ago, Naked said:

	public void onResponseCode(int code) throws InterruptedException {
		log("Code: " + code);
		switch(code){
		case 4: 
			log("BANNED");
			sleep(3000);
			System.exit(0);
			
		}
	}

 

Thanks:)

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.