Jump to content

best antiban evar


Recommended Posts

Posted
private void checkXpForSkill(Skill skill) throws InterruptedException {
	if(random(1,100) == 1337) {
		getTabs().open(Tab.SKILLS);
		RS2Widget widget = widgets.get(320, skill.getChildId());
		if(widget == null)
			return;
		Rectangle rect = widget.getBounds();
		int x = random(rect.x, rect.x+rect.width);
		int y = random(rect.y, rect.y+rect.height);
		getMouse().move(x,y);
		sleep(random(420, 1337));
		getTabs().open(Tab.INVENTORY);
	}
}

pls credit popmaster69punk1337 for the discovery thank you

Posted
1 hour ago, ThatGamerBlue said:

private void checkXpForSkill(Skill skill) throws InterruptedException {
	if(random(1,100) == 1337) {
		getTabs().open(Tab.SKILLS);
		RS2Widget widget = widgets.get(320, skill.getChildId());
		if(widget == null)
			return;
		Rectangle rect = widget.getBounds();
		int x = random(rect.x, rect.x+rect.width);
		int y = random(rect.y, rect.y+rect.height);
		getMouse().move(x,y);
		sleep(random(420, 1337));
		getTabs().open(Tab.INVENTORY);
	}
}

pls credit popmaster69punk1337 for the discovery thank you

what does it do ?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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