Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. $${
  2. if(@esp);
  3. log(&9[Macro] &fPescar &6Blaze &biSwwagz_ &cdesligado);
  4. unset(@esp);
  5. stop();
  6. else;
  7. log(&9[Macro] &fPescar &6Blaze &biSwwagz_ &aligado);
  8. set(@esp);
  9. &dir = %DIRECTION%;
  10. #baumob=1;
  11. set(nf);
  12.  
  13.  
  14. ifmatches(%&dir%,N);&dir=NORTH;endif;
  15. ifmatches(%&dir%,S);&dir=SOUTH;endif;
  16. ifmatches(%&dir%,E);&dir=EAST;endif;
  17. ifmatches(%&dir%,W);&dir=WEST;endif;
  18.  
  19.  
  20. do;
  21. pick(fishing_rod);
  22.  
  23.  
  24. }$$
  25. $${
  26. do(50);
  27. if(%DURABILITY%<18);
  28. look(,90);
  29. log("&4[Macro] &6 Durabilidade baixa, reparando...");
  30. wait(500ms);
  31. key(use);
  32. wait(500ms);
  33. key(use);
  34. look(,0);
  35. look(,-20);
  36. endif;
  37. ifmatches(%HIT%,"ENTITY");
  38. look(%&dir%);
  39. look(,-20);
  40. wait(50ms);
  41. key(use);
  42. endIf;
  43. loop;
  44. if(nf);
  45. wait(1);
  46. gui(inventory);
  47. wait(1);
  48. getslotitem(26,#id,#stack);
  49. if(%#stack%=0);
  50. gui();
  51. else;
  52. do;
  53. wait(1);
  54. $${if(%#baumob%=1);}$$
  55. /home baumob1
  56. $${endif;}$$
  57.  
  58. $${wait(10)
  59. ;key(use);
  60. wait(3);
  61. for(#i,54,80);
  62. slotclick(%#i%,l,true);
  63. wait(100ms);
  64. next;
  65. wait(500ms);
  66. getslotitem(53,#id,#stack);
  67. wait(500ms);
  68. if(%#stack%!=0);
  69. inc(#baumob);
  70. endif;
  71. if(%#baumob%=1);
  72. //unset(nf);
  73. log(&9[Macro] &fBaus cheios! Somente matarão mobs agora!);
  74. gui();
  75. else;
  76. gui();
  77. endif;
  78. until(%#stack%=0);}$$
  79. /home alemaoe10 iswwagz_
  80. $${wait(3);}$$
  81. /pvp off
  82. $${endif;
  83. endif;
  84. loop;
  85. endif;
  86. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement