Advertisement
Guest User

Untitled

a guest
Aug 28th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. $${
  2. if(ex)
  3. unset(ex)
  4. log("Desligando")
  5. stop;
  6. else;
  7. set(ex)
  8. log("Ligando")
  9.  
  10. //echo("/home quebrar")
  11. //wait(2500ms)
  12.  
  13. set(#a,0)
  14. set(#blocos,0)
  15. set(#colocou,0)
  16. //480
  17. do;
  18. if(%DURABILITY%<100)
  19. echo("/reparar")
  20. endif;
  21. if(%#blocos%>480)
  22. wait(500ms)
  23. gui(INVENTORY)
  24. wait(1)
  25. for(#w,9,34)
  26. GETSLOTITEM(%#w%,#id,#stack,#data);
  27. if(%#id%=16);
  28. slotclick(%#w%,l,true);
  29. inc(#colocou,"")
  30. if(%#colocou%=8)
  31. set(#blocos,0)
  32. set(#colocou,0)
  33. wait(500ms)
  34. gui()
  35. wait(1)
  36. break;
  37. endif;
  38. endif;
  39. next;
  40. endif;
  41. pick(16)
  42. wait(500ms)
  43. do(4)
  44. pick(16)
  45. key(use)
  46. inc(#blocos)
  47. wait(500ms)
  48. loop;
  49.  
  50. pick(278)
  51. wait(300ms)
  52. do;
  53. key(attack)
  54. inc(#a)
  55. until(%#a%=50);
  56. set(#a,0)
  57. loop;
  58.  
  59. endif;
  60. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement