Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. $${
  2. if(cacto);
  3. unset(cacto);
  4. @b=0;
  5. log(off);
  6. stop();
  7. else;
  8. set(cacto);
  9. @b=1;
  10. do;
  11. echo(/home cacto);
  12. wait(5);
  13. #c=0;
  14. until(%XPOS%=-2989);
  15. do;
  16. gui(inventory);
  17. wait(2);
  18. getslotitem(35,#id,#st);
  19. if(%#id%!=0);
  20. echo(/vendertudo);
  21. wait(3);
  22. echo(/home cacto);
  23. endif;
  24. loop;
  25. endif;
  26. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement