Guest User

Untitled

a guest
Oct 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1.  
  2. if(getMyPlayer().getAnimation() != 877) {
  3. mouse.setSpeed(random(1, 5));
  4. status = "Searching for Trees";
  5. sleep(500,700);
  6. RSObject tree = objects.getNearest(TREE);
  7. if(tree != null){
  8. tree.doAction("Chop");
  9. Camera();
  10. sleep(1000,2000);
  11. status = "Chopping";
  12. Camera();
  13. sleep(500,700);
  14. antiban();
Add Comment
Please, Sign In to add comment