Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if(autousing);
  2. log("&0[&c&lAutoRepair&0] &b&lAutoRepair Stopped.");
  3. unset(autousing);
  4. stop();
  5. else;
  6. log("&0[&c&lAutoRepair&0] &b&lAutoRepair Started.");
  7. set(autousing);
  8. do;
  9. ECHO("/repair");
  10. WAIT(301)
  11. loop;
  12. endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement