Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. $${
  2. if(vdn);
  3. log("&9&l[&f&oM&facro&9&l] &aSell &f&l[&4OFF&f&l]");
  4. unset(vdn);
  5. stop;
  6. else;
  7.  
  8. clearchat;
  9. echo(/chat off);
  10. log("&9&l[&f&oM&facro&9&l] &aSell &f&l[&2ON&f&l]");
  11. set(vdn);
  12. echo(/chat off);
  13. log("&f&3&lSell &7by &b&lDudooBR&f");
  14. log("");
  15. log("&f= = = = = = = = &e&lOpçoes&f = = = = = = = =");
  16. log("&9&l[&f1&9&l]&a&l Venda de &l&3Fungo");
  17. log("&9&l[&f2&9&l]&a&l Venda de &l&5Carne Podre");
  18. log("");
  19. log("");
  20. log("");
  21. log("");
  22.  
  23.  
  24. prompt(#produto,$$?,"O que você deseja vender?");
  25. if(%#produto%!=1);
  26. if(%#produto%!=2);
  27.  
  28. log("&9&l[&f&oM&facro&9&l] &aEscolha Invalida");
  29. unset(vdn);
  30. stop;
  31. endif;
  32. endif;
  33. endif;
  34. endif;
  35. endif;
  36.  
  37. clearchat;
  38. if(%#produto%=1);
  39. prompt(#baut,$$?,"Quantos baús ?");
  40. endif;
  41. if(%#produto%=2);
  42. prompt(#baut,$$?,"Quantos baús ?");
  43. endif;
  44.  
  45. prompt(#baui,$$?,"Começar por qual bau ?");
  46.  
  47. wait(500ms);
  48. echo(/esconder);
  49. wait(500ms);
  50. echo(/menuloja off);
  51. wait(500ms);
  52. clearchat;
  53. endif;
  54.  
  55.  
  56. if(%#produto%=1);
  57. do;
  58. if(%#baui%>%#baut%);
  59. wait(1);
  60. wait(2);
  61. log("&9&l[&f&oM&facro&9&l] &aAcabaram os baus ");
  62. }$$/home$${
  63. unset(vdn);
  64. stop;
  65. endif;
  66. do;
  67. wait(300ms);
  68. echo(/home fungo%#baui%);
  69. wait(300ms);
  70. wait(1);
  71. key(use);
  72. wait(1);
  73. for(#i,0,53);
  74. getslotitem(%#i%,#id,#stack);
  75. if(%#id%=372);
  76. slotclick(%#i%,l,true);
  77. wait(15ms);
  78. endif;
  79. next;
  80. getslotitem(54,#id,#stack);
  81. if(%#stack%=0);
  82. INC(#baui);
  83. if(%#baui%>%#baut%);
  84. break;
  85. endif;
  86. endif;
  87. wait(1);
  88. until(%#stack%!=0);
  89. wait(2);}$$/home venderfungo$${
  90. wait(3);
  91. key(ATTACK);
  92. wait(1);
  93. key(ATTACK);
  94. wait(1);
  95. loop;
  96. loop;
  97. endif;
  98.  
  99. if(%#produto%=2);
  100. do;
  101. if(%#baui%>%#baut%);
  102. wait(1);
  103. wait(2);
  104. log("&9&l[&f&oM&facro&9&l] &aAcabaram os baus ");
  105. }$$/home$${
  106. unset(vdn);
  107. stop;
  108. endif;
  109. do;
  110. wait(300ms);
  111. echo(/home cpodre%#baui%);
  112. wait(300ms);
  113. wait(1);
  114. key(use);
  115. wait(1);
  116. for(#i,0,53);
  117. getslotitem(%#i%,#id,#stack);
  118. if(%#id%=367);
  119. slotclick(%#i%,l,true);
  120. wait(15ms);
  121. endif;
  122. next;
  123. getslotitem(54,#id,#stack);
  124. if(%#stack%=0);
  125. INC(#baui);
  126. if(%#baui%>%#baut%);
  127. break;
  128. endif;
  129. endif;
  130. wait(1);
  131. until(%#stack%!=0);
  132. wait(2);}$$/home farm$${
  133. wait(3);
  134. key(ATTACK);
  135. wait(1);
  136. key(ATTACK);
  137. wait(1);
  138. loop;
  139. loop;
  140. endif;
  141.  
  142.  
  143. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement