Guest User

Untitled

a guest
Jul 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. while(RSInterface.getInterface(79).isValid() == true) {
  2. /* clickMouse(149 + random(-4,5), 42 + random(-4,5), true);
  3. wait(800);
  4. moveMouse(485 + random(-2,3), 99 + random(-5,7));
  5. wait(300);
  6. dragMouse(485 + random(-2,3), 260 + random(-5,7);
  7.  
  8. wait(300); */
  9. log("Current status - transforming pouches in to scrolls");
  10. atInterface(79, 20);
  11. clickMouse(true);
  12. wait(300);
  13. if(RSInterface.getChildInterface(79,20).isValid() == true) {
  14. RSInterface screen = getInterface(79);
  15. RSInterfaceComponent dragbar = new RSInterfaceComponent (screen ,19,1);
  16. clickRSComponent(dragbar, true);
  17. dragMouse(485 + random(-7,6) , 260 + random(-3,3));
  18. wait(200);
  19. clickMouse(65 + random(-6,8), 142 + random(-2,2), false);
  20. Action = "Transform-All";
  21. atMenu(Action);
  22. wait(random(1200,1250));
  23. }
  24. }
Add Comment
Please, Sign In to add comment