Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. $${
  2. if(disco);
  3. log(&9&l[Trojan] &fDesligando macro de &cDisco);
  4. unset(disco);
  5. stop();
  6. else;
  7. set(disco);
  8. log(&9&l[Trojan] &fLigando macro de &cDisco);
  9. PROMPT(#nbt,$$?,"Quantos Baus Vc Tem?");
  10. if(%#nbt%<0);log(&b[MACRO]&fnúmero de bau &4INVÁLIDO);log(&b[MACRO]&fdesligando);unset(disco);stop();endif;
  11. PROMPT(#nbi,$$?,"Começar em qual BAÚ?");
  12. if(%#nbi%<0);log(&b[MACRO]&fnúmero de bau &4INVÁLIDO);log(&b[MACRO]&fdesligando);unset(disco);stop();endif;
  13. wait(1);
  14. do;
  15. if(%#nbi%=%#nbt%+1);
  16. log(&b[Macro]&fSeus Baús Acabaram!);
  17. unset(disco);stop();else;
  18. endif;
  19. if(%#nbi%<%#nbt%+1);
  20. echo(/home oi%#nbi%);
  21. wait(1);
  22. key(use);
  23. wait(500ms);
  24. getslotitem(53,#idb,#stackb);
  25. if(%#stackb%=0);
  26. #nbi=%#nbi%+1;
  27. gui();
  28. log(&b[Macro]&fBaú Vazio, PRÓXIMO!);
  29. endif;
  30. if(%#stackb%!=0);
  31. for(#ibb,0,53);
  32. getslotitem(%#ibb%,#idbb,#stackbb);
  33. endif;
  34. if(%#idbb%<338);
  35. SLOTCLICK(%#ibb%,l,false);SLOTCLICK(-999);
  36. endif;
  37. if(%#idbb%>25);
  38. slotclick(%#ibb%,l,true);
  39. endif;
  40. wait(50ms);
  41. next;
  42. for(#iinv,54,89);
  43. getslotitem(%#iinv%,#idinv,#stackinv);
  44. endif;
  45. if(%#idinv%<25);
  46. SLOTCLICK(%#iinv%,l,false);SLOTCLICK(-999);
  47. endif;
  48. wait(80ms);
  49. next;
  50. wait(1);
  51. getslotitem(54,#idbbb,#stackbbb);
  52. if(%#stackbbb%=0);
  53. #nbi=%#nbi%+1;
  54. gui();
  55. wait(1);
  56. endif;
  57. until(%#stackbbb%>0);
  58. gui();
  59. wait(1);
  60. log(&b[Macro] &fIndo Para a &aLoja&f!);
  61. wait(1);
  62. do;
  63. echo(/warp lojavip);
  64. wait(500ms);
  65. look(EAST);
  66. wait(1);
  67. WALKTO(2612,119,1873);
  68. UNTIL((%XPOS%=2612) && (%YPOS%=119) && (%ZPOS%=1873));
  69.  
  70. do;
  71. look(NORTH);
  72. WALKTO(2612,119,1869);
  73. UNTIL((%XPOS%=2612) && (%YPOS%=119) && (%ZPOS%=1869));
  74. look(16);
  75. wait(100ms);
  76. key(attack);
  77. wait(1);
  78. log(&5&l[&3&l%PLAYER%&5&l]&fAcabou De Vender Todos Os Discos);
  79. log(&5&l[&3&l%PLAYER%&5&l]&fEsta Indo Para Sua Farm);
  80. log(&5&l[&3&l%PLAYER%&5&l]&fAma o &4MaTeeUs!);
  81. endif;
  82. endif;
  83. loop;
  84. endif;
  85. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement