Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. $${
  2. if(blaze);
  3. log("&c&lPesca Blaze &4&lOFF");
  4. unset(blaze);
  5. stop();
  6. else;
  7. log("&c&lPesca Blaze &2&lON");
  8. set(blaze);set(guardar);unset(@rep);unset(@desbugar);
  9.  
  10. &dir = %DIRECTION%;
  11. #bau=1;
  12.  
  13. ifmatches(%PLAYER%,SEUNICK);
  14. &dir=WEST;
  15. &vip=n;
  16. &uso=use;
  17. &ferramenta=fishing_rod;
  18. &reparo=string;
  19. &homeblaze="/home blaze";
  20. endif;
  21.  
  22. ifmatches(&vip,s);#vip=4;endif;
  23. elseif(&vip=n);#vip=10;endif;
  24.  
  25. echo(%&homeblaze%);
  26. wait(%#vip%);ifmatches(%&vip%,s);echo(/pvp off);endif;
  27. do;
  28. pick(%&ferramenta%);
  29. do(200);
  30. look(%&dir%);
  31. look(,-3);
  32. if(%HIT%="ENTITY");
  33. pick(%&item%);
  34. key(%&uso%);
  35. look(%&dir2%);
  36. look(,%#altura%);
  37. wait(%#usespeed%ms);
  38. if(%DURABILITY%<20);
  39. gui();
  40. pick(%&item%);
  41. wait(1);
  42. look(0,90);
  43. wait(160ms)
  44. key(use);
  45. key(attack);
  46. key(use);
  47. key(attack);
  48. wait(1);
  49. if(@rep);
  50. echo(/home linha);
  51. wait(%#vip%);
  52. wait(2);
  53. key(use);wait(2);
  54. for(#i,0,53);
  55. getslotitem(%#i%,&id);
  56. ifmatches(%&id%,%&reparo%);
  57. slotclick(%#i%,r,true);
  58. gui();
  59. endif;
  60. next;
  61. unset(@rep);
  62. echo(%&homeblaze%);wait(%#vip%);wait(2);
  63. endif;
  64. endif;
  65.  
  66.  
  67. if(@desbugar);echo(%&homeblaze%);unset(@desbugar);endif;
  68. endif;
  69. endif;
  70. loop;
  71. if(guardar);
  72.  
  73. gui(inventory);#slots=0;
  74. for(#invcheio,9,33);
  75. getslotitem(%#invcheio%,&id,#stack);
  76. if(%#stack%=0);inc(#slots);endif;
  77. next;
  78. if(%#slots%>3);
  79.  
  80.  
  81. gui();
  82. else;gui();echo(/home blazevenda);wait(%#vip%);keydown(jump);wait(4);keyup(jump);
  83. do;
  84. wait(1);
  85.  
  86. if(@blazevenda);
  87. log("&cVenda de &cBlaze &cHod &c[OFF]");
  88. unset(@blazevenda);
  89. stop;
  90. else;
  91. set(@blazevenda);
  92. log("&aVenda de &aBlaze &aHod &a[ON]");
  93. endif;
  94. wait(2);
  95. getslotitem(33,&id,#stack);
  96. if(%&id%!="air");
  97. do;
  98. }$$
  99. /home blazevenda
  100. $${
  101. wait(2);
  102. do(4);
  103. keydown(sneak);
  104. key(attack);
  105. wait(400ms);
  106. keyup(sneak);
  107. wait(2);
  108. loop;
  109. endif;
  110.  
  111. wait(1);
  112. key(use);
  113. wait(2);
  114. endif;
  115.  
  116. until(%#stack%=0);
  117. echo(%&homeblaze%);
  118. endif;
  119. endif;
  120. endif;
  121. loop;
  122. endif;
  123. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement