blahs44

Untitled

Sep 24th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.37 KB | None | 0 0
  1. public void AntiBan() throws InterruptedException {
  2.         switch (random(1, 1135)) {
  3.         case 14:
  4.             this.client.rotateCameraPitch(50);
  5.         case 6:
  6.             this.client.rotateCameraToAngle(350);
  7.         case 3:
  8.             openTab(Tab.SKILLS);
  9.         case 56:
  10.             openTab(Tab.ATTACK);
  11.         case 106:
  12.             openTab(Tab.QUEST);
  13.         case 530:
  14.             this.client.rotateCameraPitch(50);
  15.         }
  16.         random(100, 500);
  17.     }
Advertisement
Add Comment
Please, Sign In to add comment