Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. while (Inventory.contains(SOFT_CLAY) && Inventory.getCount(SOFT_CLAY) > 1) {
  2. if (Widgets.get(740).isValid())
  3. Widgets.get(740).getComponent(3).click();
  4. sleep(100);
  5. if (Random.nextInt(1, 50) == 1)
  6. Mouse.moveSlightly();
  7. if (Random.nextInt(1, 100) == 1)
  8. Camera.setCompassAngle(Random.nextInt(-360, 360));
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement