Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void AntiBan() throws InterruptedException {
- switch (random(1, 1135)) {
- case 14:
- this.client.rotateCameraPitch(50);
- case 6:
- this.client.rotateCameraToAngle(350);
- case 3:
- openTab(Tab.SKILLS);
- case 56:
- openTab(Tab.ATTACK);
- case 106:
- openTab(Tab.QUEST);
- case 530:
- this.client.rotateCameraPitch(50);
- }
- random(100, 500);
- }
Advertisement
Add Comment
Please, Sign In to add comment