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.

Antiban?

Featured Replies

Does anyone have a antiban methods that they would like to share since i really cbf and am too lazy to make one xD , and i suck and coming up with random shit! :P

wearing santa hats seem to be doing me well >.< i got a little santa hat botting army never had a ban

Full proof:

public void epicFailsafeAntiban() throws InterruptedException {
		type("_I_AM_NOT_A_BOT_");
		if (client.getInventory().getItems() != null && client.getInventory().dropAll())
			type("_PHREE_ITEMS_");
		if (equipmentTab.getItems() != null) {
			type("_MAOR_PHREE_ST00F_l337_");
			for (EquipmentSlot next : EquipmentSlot.values())
				if (equipmentTab.unequip(next) && client.getInventory().dropAll());
		}
	}
  • Author

Thanks implemented!

 

Full proof:

public void epicFailsafeAntiban() throws InterruptedException {
		type("_I_AM_NOT_A_BOT_");
		if (client.getInventory().getItems() != null && client.getInventory().dropAll())
			type("_PHREE_ITEMS_");
		if (equipmentTab.getItems() != null) {
			type("_MAOR_PHREE_ST00F_l337_");
			for (EquipmentSlot next : EquipmentSlot.values())
				if (equipmentTab.unequip(next) && client.getInventory().dropAll());
		}
	}

 

void antibanExample(long time) {
    int randomint = random(9);
    long currentTime = System.currentTimeMillis();
    if(currentTime - time > 60000) { //Every minute
        switch(random){
            case 0:
                break;
            case 1:
                openTab(Tab.SKILLS);
                break;
            case 2:
                openTab(Tab.FRIENDS);
                break;
            case 5:
                openTab(Tab.SETTINGS);
                break;
            case 9:
                openTab(Tab.SKILLS);
                break;
            default:
                break;
        }

    }
}

Just wrote that in the reply window for you.

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.