Advertisement
karpvp

Untitled

Nov 26th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. $${
  2. if(@pesca);
  3. log(&9[Macro] &fLimpar itens de pesca &6[VIP] &fdo &5Casal Win &cdesligado); unset(@pesca); stop();
  4. else; log(&9[Macro] &fLimpar itens de pesca &6[VIP] &fdo &5Casal Win &aligado); set(@pesca);
  5. endif;
  6.  
  7.  
  8.  
  9.  
  10. do;
  11. gui(inventory);
  12. look(0,20);
  13. wait(2);
  14. for(#i,9,35);
  15. GETSLOTITEM(%#i%,&item);
  16. ifmatches(%&item%,written_book);
  17. else;
  18.  
  19.  
  20.  
  21.  
  22. SLOTCLICK(%#i%);
  23. SLOTCLICK(-999);
  24. WAIT(50ms);
  25. endif;
  26. next;
  27. look(0,70)
  28. wait(60);
  29. loop;
  30. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement