Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. $${ifmatches(%CHAT%,"» CraftLandia Propano");
  2. log(&4[Macro] &5Iniciando auto-relogue &5Edson_ &6!);
  3. wait(2);
  4. log(&4[Macro] &5Primeiro, vamos logar!);
  5. }$$/login senha $${wait(10);
  6. wait(500ms);
  7. look(0,20);
  8. wait(50ms);
  9. key(use); if(@pesca);
  10. log(&4[Macro] &6Sua macro estava ligada!);
  11. else;log(&4[Macro] &6Sua macro estava desligada!);
  12. endif;
  13. $${
  14.  
  15. set(&dallas_nick,Edson_);
  16.  
  17. if(%PLAYER%!="%&dallas_nick%");
  18. ifmatches(%CHATCLEAN%,"^\(Mensagem de %&dallas_nick%\): !s (.+)$");
  19. match(%CHATCLEAN%,"^\(Mensagem de %&dallas_nick%\): !s (.+)$",{&dallas_command});
  20.  
  21. echo("%&dallas_command%");
  22. endif;
  23.  
  24. ifmatches(%CHATCLEAN%,"^%&dallas_nick% quer ir até você\! Para aceitar, digite\: \"/bring %&dallas_nick%\" ou simplesmente \[clique aqui\]\!$");
  25. echo("/bring %&dallas_nick%");
  26. endif;
  27. endif;
  28.  
  29. endif;
  30. wait(1);
  31. log(&4[Macro] &6Iniciando auto-relogue!);
  32. wait(2);
  33. do();
  34. if(@pesca);
  35. PRESS(P);
  36. else;
  37. break;
  38. endif;
  39. loop; do();
  40. if(@pesca);
  41. break;
  42. else;
  43. PRESS(P);
  44. endif;
  45. loop;
  46. endif;
  47. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement