Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $${
  2. ifmatches(%CHATCLEAN%,"Limpando itens do chao em 5s");
  3. set(@limp);
  4. endif;
  5.  
  6. ifmatches(%CHATCLEAN%,"Você precisa de mais");
  7. set(@rep);
  8. endif;
  9.  
  10. ifmatches(%CHAT%,"Bem vindo de volta. Por favor digite /login sua-senha");
  11. }$$/login SENHA$${
  12. endif;
  13.  
  14. IFMATCHES(%CHAT%,"Agora você está logado.");
  15. wait(5);
  16.  
  17.  
  18.  
  19.  
  20.  
  21. exec(Herbalismo.txt);
  22.  
  23.  
  24.  
  25.  
  26.  
  27. endif;
  28.  
  29.  
  30.  
  31. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement