ThatGamerBlue Posted June 16, 2018 Posted June 16, 2018 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
dogetrix Posted June 16, 2018 Posted June 16, 2018 You get the maximum benefit if you pass in Skill.WOODCUTTING every time.
myOSBaccount Posted June 16, 2018 Posted June 16, 2018 if(random(1,100) == 1337) for some reason i don't expect this condition to be true all too often
d23p Posted June 16, 2018 Posted June 16, 2018 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 ?
FuryShark Posted June 16, 2018 Posted June 16, 2018 12 minutes ago, d23p said: what does it do ? stops you ever getting banned 1