Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. $${
  2. ifmatches(%CHATCLEAN%,"This server will restart soon");
  3. stop(2);
  4. endif;
  5. ifmatches(%CHATCLEAN%,"recompensas para coletar!");
  6. echo("/play skyblock");
  7. wait(10000ms);
  8. echo("/hub");
  9. wait(10000ms);
  10. echo("/warp home");
  11. wait(10000ms);
  12. if(%ZPOS%=28);
  13.  
  14. }$$
  15.  
  16.  
  17.  
  18.  
  19. $${
  20. //if(@iniciou);
  21. //log("&e[Macro] &4&kHYPIXEL LIXO MACRO INICIADO");
  22. //unset(@iniciou);
  23. //stop();
  24. //else;
  25. //log("&e[Macro] &a&kMacro Começou.");
  26. //set(@iniciou);
  27.  
  28.  
  29.  
  30. do;
  31. //if(%ZPOS%!=28);
  32. //unset(@iniciou);
  33. //stop;
  34. //endif;
  35. if(%ZPOS%=28);
  36.  
  37. do;
  38.  
  39. look(90,270);
  40. sprint();
  41. keydown(FORWARD);
  42. slot(1);
  43. if(%HITID%="cobblestone");
  44. key(attack);
  45. endif;
  46. while((%XPOS%<40) && (%ZPOS%=28));
  47.  
  48. keyup(FORWARD);
  49.  
  50. gui(inventory);
  51.  
  52. getslotitem(35,&id,#sizestack);
  53. if((%&id%="cobblestone") && (%#sizestack%=64));
  54. if((%XPOS% = 44) && (%ZPOS%=28));
  55.  
  56. keydown(FORWARD);
  57. sprint();
  58. random(#rand,100,7000);
  59.  
  60. wait(%#rand%ms);
  61. keyup(FORWARD);
  62. //CRAFT
  63. look(0,20);
  64. keydown(RIGHT);
  65. gui();
  66. #slotum = 0;
  67. do;
  68. keydown(RIGHT);
  69. key(use);
  70. look(0,20);
  71. #slotum = 0;
  72. while((%GUI%!="GUICHEST") && (%ZPOS%=28));
  73. keyup(RIGHT);
  74. wait(500ms);
  75. #slot = 54
  76. #jaforam = 0;
  77. do;
  78. do(5);
  79. //if((%#slotum%=0) && (%#slot%=54));
  80. //slotclick(54,l,true);
  81. //wait(500ms);
  82. //#slotum = 1;
  83.  
  84. //else;
  85. //if(%#slot%!=54);
  86. //slotclick(%#slot%,l,true);
  87. //wait(500ms);
  88. //endif;
  89. //endif;
  90. //#slot = %#slot% + 1;
  91. if(%#slot%=81);
  92. #slot = %#slot% + 1;
  93. endif;
  94. slotclick(%#slot%,l,true);
  95. wait(500ms);
  96. #slot = %#slot% + 1;
  97. loop;
  98.  
  99. slotclick(24,l,true);
  100. wait(500ms);
  101. #jaforam = %#jaforam% + 1;
  102.  
  103. while(%#jaforam%<6);
  104.  
  105. loop;
  106.  
  107. //CRAFT
  108. // BAU
  109. look(0,360);
  110. gui();
  111.  
  112. #parado = 0;
  113. do;
  114. keydown(RIGHT);
  115. do;
  116. keydown(RIGHT);
  117. look(0,360);
  118. key(use);
  119. while(%GUI%!="GUICHEST");
  120. keyup(RIGHT);
  121. #slot = 0;
  122. #espaco = 0;
  123. do(54);
  124. getslotitem(%#slot%,&id);
  125. if(%&id%="air")
  126. #espaco = %#espaco% + 1;
  127. endif;
  128.  
  129. #slot = %#slot% + 1;
  130. loop;
  131. if(%#espaco%>33);
  132. #parado = 1;
  133. else;
  134. gui();
  135. #parado = 0;
  136. endif;
  137. while((%#parado%=0) && (%ZPOS%=28));
  138.  
  139. #slotd = 54;
  140. do(36);
  141. getslotitem(%#slotd%,&idd);
  142.  
  143. if(%&idd%="cobblestone");
  144. slotclick(%#slotd%,l,true);
  145. wait(50ms);
  146. endif;
  147.  
  148. #slotd = %#slotd% + 1;
  149.  
  150. loop;
  151. gui();
  152.  
  153. endif;
  154. endif;
  155.  
  156. gui();
  157.  
  158. else;
  159. keyup(left);
  160. keyup(right);
  161. keyup(forward);
  162. echo("/lobby");
  163. stop();
  164. endif;
  165.  
  166.  
  167. loop;
  168. }$$
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175. $${
  176. //if(@iniciado);
  177.  
  178. //else;
  179. //press("G");
  180. //wait(5000ms);
  181. //press("G");
  182. //endif;
  183. endif;
  184. endif;
  185.  
  186.  
  187. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement