Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public int onLoop() {
- AntiBan();
- return 250 + random(50);
- }
- public void AntiBan() throws InterruptedException
- {
- int randomNum = random(1, 500);
- if (randomNum == 1) {
- this.status = "Anti-Ban";
- this.client.rotateCameraPitch(random(35, 60));
- } else if (randomNum == 33) {
- this.status = "Anti-Ban";
- this.client.rotateCameraToAngle(random(100, 350));
- } else if (randomNum == 57) {
- this.status = "Anti-Ban";
- openTab(Tab.SKILLS);
- if (this.client.getInterface(320).getChild(127).isVisible()) {
- this.client.getInterface(320).getChild(127).hover();
- sleep(random(1200, 1500));
- openTab(Tab.INVENTORY);
- }
- } else if (randomNum == 437) {
- this.status = "Anti-Ban";
- this.client.rotateCameraPitch(random(15, 50));
- } else if (randomNum == 43) {
- this.status = "Anti-Ban";
- this.client.rotateCameraPitch(random(84, 100));
- } else if (randomNum == 78) {
- this.status = "Anti-Ban";
- this.client.rotateCameraPitch(random(5, 19));
- } else if (randomNum == 443) {
- this.status = "Anti-Ban";
- moveMouseOutsideScreen();
- } else if (randomNum == 13) {
- this.status = "Anti-Ban";
- this.client.rotateCameraPitch(random(67, 90));
- this.client.rotateCameraToAngle(random(43, 68));
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment