Jump to content

Antiban?


Reid

Recommended Posts

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());
		}
	}
Link to comment
Share on other sites

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());
		}
	}

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...