Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.21 KB | None | 0 0
  1. $${
  2. //@VERSION 1.3.2
  3. //@REVISION 19/08/2016
  4. //@CREATOR SrRiqueza
  5.  
  6. ifmatches(%CHATCLEAN%,[\»]Bem vindo de volta[\.]);
  7. //COLOQUE SUA SENHA ABAIXO
  8. }$$ /login jeanzinhoomaistop123zz@@@$${
  9.  
  10. //------------------------
  11. //VARIÁVEIS DE CONTROLE (NÃO ALTERE SEM CONHECIMENTO)
  12. #riq_bau = 1;
  13. //ALTERE A VARIÁVEL ABAIXO PARA 9 CASO VOCÊ TENHA STATUS DE REPARAÇÃO E QUEIRA USAR APENAS 1 SWORD
  14. #riq_slot_sword = 9;
  15. #riq_apple_slot = 7;
  16. //ALTERE A VARIÁVEL ABAIXO CASO SUA CONTA REPARE, COLOQUE "s" DO CONTRÁRIO, COLOQUE "n"
  17. &riq_account_status_rep = "s";
  18. &riq_autotell = "on";
  19. &riq_autodisconnect = "on";
  20. //DURABILIDADE PRA REPARAR A ESPADA ABAIXO
  21. #riq_dur_rep = 10;
  22. #riq_hit_delay = 50;
  23. #riq_delay_inv = 100;
  24. #riq_trash_times_verify = 2;
  25. #delay_store_chest = 8;
  26. #riq_max_baus = 30;
  27. //A VARIÁVEL ABAIXO SERVE PARA DEFINIR A ALTURA DO LOOK NA TRAP DO MOB
  28. #riq_look_height = -5;
  29. #riq_delay_inicial = 2;
  30. endif;
  31. ifmatches(%CHATCLEAN%,"Agora você está logado.");
  32. if(riqpig);
  33. unset(riqpig);
  34. endif;
  35. set(riqpig);
  36. log(&a[&5PIGMAN &4&lExterminator&a] &f[&2&lON&f]);
  37. log(&8 Developer: &6SrRiqueza);
  38. wait(%#riq_delay_inicial%);
  39.  
  40. }$$/home pescadd$${
  41. wait(%#riq_delay_inicial%);
  42. keydown(jump);
  43. wait(%#riq_delay_inicial%);
  44. keyup(jump);
  45. wait(10ms);
  46. key(use);
  47. }$$/home pescadd$${
  48. wait(%#riq_delay_inicial%);
  49.  
  50. ifmatches(%DIRECTION%,N);&riq_look_pig=NORTH;&riq_look_rep=EAST;&riq_look_trash=SOUTH;endif;wait(100ms);
  51. ifmatches(%DIRECTION%,S);&riq_look_pig=SOUTH;&riq_look_rep=WEST;&riq_look_trash=NORTH;endif;wait(100ms);
  52. ifmatches(%DIRECTION%,W);&riq_look_pig=WEST;&riq_look_rep=NORTH;&riq_look_trash=EAST;endif;wait(100ms);
  53. ifmatches(%DIRECTION%,E);&riq_look_pig=EAST;&riq_look_rep=SOUTH;&riq_look_trash=WEST;endif;wait(100ms);
  54. log(&8 -----> Config de Looks: );
  55. log(&8 -----> Look Mob:&f&l %&riq_look_pig%);
  56. log(&8 -----> Look Rep:&f&l %&riq_look_rep%);
  57. log(&8 -----> Look Lixo:&f&l %&riq_look_trash%);
  58.  
  59. wait(%#riq_delay_inicial%);
  60. look(%&riq_look_pig%);
  61. pick(fishing_rod);
  62. wait(%#riq_delay_inicial%);
  63. do;
  64. do(%#riq_delay_inv%);
  65.  
  66. look(%&riq_look_pig%);
  67. look(,%#riq_look_height%);
  68. slot(%#riq_slot_sword%)
  69. if(KEY_DELETE);
  70. if(&riq_autotell = "off");
  71. log(&fAUTO TELL &2&lLIGADO);
  72. &riq_autotell = "on";
  73. else;
  74. log(&fAUTO TELL &4&lDESLIGADO);
  75. &riq_autotell = "off";
  76. endif;
  77. endif;
  78. if(%&riq_account_status_rep% = "s");
  79. if(%DURABILITY%<%#riq_dur_rep%);
  80. look(%&riq_look_rep%);
  81. wait(80ms);
  82. do(3);
  83. key(use);
  84. loop;
  85. endif;
  86. else;
  87. if(%DURABILITY%<%#riq_dur_rep%);
  88. #riq_slot_sword = #riq_slot_sword + 1;
  89. if(%#riq_slot_sword% > 9);
  90. log(&8 -----> &6Voce nao tem mais espadas disponiveis, &4&ldesligando macro.);
  91. unset(riqpig);
  92. stop();
  93. endif;
  94. endif;
  95. endif;
  96. if(%HEALTH% < 10);
  97. slot(%#riq_apple_slot%);
  98. if(%ITEM% = golden_apple);
  99. do;
  100. key(use);
  101. while(%HEALTH%<20);
  102. else;
  103. slot(%#riq_slot_sword%);
  104. endif;
  105. endif;
  106. if(%&riq_autodisconnect%="on");
  107. if(%HEALTH% < 4);
  108. disconnect();
  109. endif;
  110. endif;
  111. wait(%#riq_hit_delay%ms);
  112. loop;
  113. gui(inventory);
  114. wait(200ms);
  115. getslotitem(35,&id,#s1);
  116. if(%#s1%=0);
  117. gui();
  118. else;
  119. look(%&riq_look_trash%);
  120. wait(500ms);
  121.  
  122. do(%#riq_trash_times_verify%);
  123. for(#slot,9,43);
  124. getslotitem(%#slot%,&id);
  125. wait(5ms);
  126. ifmatches(%&id%, "gold_nugget");else;
  127. ifmatches(%&id%, "gold_ingot");else;
  128. ifmatches(%&id%, "string");else;
  129. ifmatches(%&id%, "fishing_rod");else;
  130. ifmatches(%&id%, "golden_apple");else;
  131. slotclick(%#slot%);
  132. wait(90ms);
  133. slotclick(-999);
  134. wait(90ms);
  135. endif;
  136. endif;
  137. endif;
  138. endif;
  139. endif;
  140. next;
  141. loop;
  142. do;
  143. if(%#riq_bau%=1);}$$/home pigbau1$${endif;
  144. if(%#riq_bau%=2);}$$/home pigbau2$${endif;
  145. if(%#riq_bau%=3);}$$/home pigbau3$${endif;
  146. if(%#riq_bau%=4);}$$/home pigbau4$${endif;
  147. if(%#riq_bau%=5);}$$/home pigbau5$${endif;
  148. if(%#riq_bau%=6);}$$/home pigbau6$${endif;
  149. if(%#riq_bau%=7);}$$/home pigbau7$${endif;
  150. if(%#riq_bau%=8);}$$/home pigbau8$${endif;
  151. if(%#riq_bau%=9);}$$/home pigbau9$${endif;
  152. if(%#riq_bau%=10);}$$/home pigbau10$${endif;
  153. if(%#riq_bau%=11);}$$/home pigbau11$${endif;
  154. if(%#riq_bau%=12);}$$/home pigbau12$${endif;
  155. if(%#riq_bau%=13);}$$/home pigbau13$${endif;
  156. if(%#riq_bau%=14);}$$/home pigbau14$${endif;
  157. if(%#riq_bau%=15);}$$/home pigbau15$${endif;
  158. if(%#riq_bau%=16);}$$/home pigbau16$${endif;
  159. if(%#riq_bau%=17);}$$/home pigbau17$${endif;
  160. if(%#riq_bau%=18);}$$/home pigbau18$${endif;
  161. if(%#riq_bau%=19);}$$/home pigbau19$${endif;
  162. if(%#riq_bau%=20);}$$/home pigbau20$${endif;
  163. if(%#riq_bau%=21);}$$/home pigbau21$${endif;
  164. if(%#riq_bau%=22);}$$/home pigbau22$${endif;
  165. if(%#riq_bau%=23);}$$/home pigbau23$${endif;
  166. if(%#riq_bau%=24);}$$/home pigbau24$${endif;
  167. if(%#riq_bau%=25);}$$/home pigbau25$${endif;
  168. if(%#riq_bau%=26);}$$/home pigbau26$${endif;
  169. if(%#riq_bau%=27);}$$/home pigbau27$${endif;
  170. if(%#riq_bau%=28);}$$/home pigbau28$${endif;
  171. if(%#riq_bau%=29);}$$/home pigbau29$${endif;
  172. if(%#riq_bau%=30);}$$/home pigbau30$${endif;
  173.  
  174. wait(%#delay_store_chest%);
  175. keydown(jump);
  176. wait(%#riq_delay_inicial%);
  177. keyup(jump);
  178. wait(%#riq_delay_inicial%);
  179. key(use);
  180. wait(%#riq_delay_inicial%);
  181. #last_slot = 86;
  182. if(#riq_slot_sword = 9);
  183. #last_slot = 86;
  184. elseif(#riq_slot_sword = 8);
  185. #last_slot = 86;
  186. elseif(#riq_slot_sword = 7);
  187. #last_slot = 85;
  188. elseif(#riq_slot_sword = 6);
  189. #last_slot = 84;
  190. elseif(#riq_slot_sword = 5);
  191. #last_slot = 83;
  192. elseif(#riq_slot_sword = 4);
  193. #last_slot = 82;
  194. elseif(#riq_slot_sword = 3);
  195. #last_slot = 81;
  196. endif;
  197. endif;
  198. endif;
  199. endif;
  200. endif;
  201. endif;
  202. endif;
  203. do(1);
  204. for(#riq_slotn,54,%#last_slot%);
  205. getslotitem(%#riq_slotn%,&id,#s);
  206. if(%&id%="fishing_rod");
  207. elseif(%&id%="string");
  208. elseif(%&id%="golden_apple");
  209. else;
  210. slotclick(%#riq_slotn%,l,true);
  211. wait(70ms);
  212. slotclick(%#riq_slotn%,l,true);
  213. wait(70ms);
  214. endif;
  215. endif;
  216. endif;
  217. next;
  218. loop;
  219. wait(500ms);
  220. getslotitem(53,#id,#s2);
  221. wait(500ms);
  222. if(%#s2%!=0);
  223. inc(#riq_bau);
  224. gui();
  225. endif;
  226. gui();
  227.  
  228.  
  229. if(%#riq_bau%>%#riq_max_baus%);
  230. unset(riqpig);
  231. log(&a[&5PIGMAN &4&lExterminator&a] &f[&4&lOFF&f]);
  232. log(&8 Developer: &6SrRiqueza);
  233. stop();
  234. endif;
  235.  
  236. until(%#s2%=0);
  237. }$$/home pescadd$${
  238. wait(%#delay_store_chest%);
  239. keydown(jump);
  240. wait(%#riq_delay_inicial%);
  241. keyup(jump);
  242. wait(%#riq_delay_inicial%);
  243. wait(10ms);
  244. key(use);
  245. }$$/home pescadd$${
  246. wait(%#riq_delay_inicial%);
  247. endif;
  248. loop;
  249. endif;
  250.  
  251.  
  252. IFMATCHES(%CHAT%,"Limpando itens do chao em 5s");
  253. if(%&riq_autotell% = "on");
  254. wait(6000ms);
  255. key(use);
  256. wait(1000ms);
  257. key(use);
  258. endif;
  259. endif;
  260.  
  261. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement