Guest User

Untitled

a guest
Jun 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Obj bb = obj.getClosest(10, );
  2. if (bb != null) {
  3. if(Calculations.onScreen(store.getScreenPos()));
  4. {
  5. Point bbpos = store.getScreenPos();
  6. mouse.moveMouse(bbpos, 4, 4);
  7. if(atMenu("Use quickly"))
  8.  
  9. status = 6;
  10. return random(2000,3000);
  11. }
  12.  
  13.  
  14. }
Add Comment
Please, Sign In to add comment