Guest User

Untitled

a guest
Jul 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public void pickFeathers() {
  2.  
  3. RSItemTile new = getNearestGroundItemByID(314);
  4.  
  5. Point click = new.getScreenLocation();
  6.  
  7. clickMouse(false);
  8.  
  9. atMenu(new, "Open");
  10.  
  11. wait (random(1000, 2000));
  12.  
  13. }
Add Comment
Please, Sign In to add comment