Advertisement
Guest User

Untitled

a guest
May 19th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. $${
  2. ifmatches(%CHATCLEAN%,"^»Bem vindo de volta\. Por favor digite \/login sua-senha\.$");
  3. &player1=Moisa;
  4. &player2=;
  5. &player3=;
  6. &player4=;
  7. wait(1);
  8. if(%PLAYER%=%&player1%);
  9. }$$/login SUA-SENHA!!!!$${
  10. endif;
  11. if(%PLAYER%=%&player2%);
  12. }$$/login $${
  13. endif;
  14. if(%PLAYER%=%&player3%);
  15. }$$/login $${
  16. endif;
  17. if(%PLAYER%=%&player4%);
  18. }$$/login $${
  19. endif;
  20. wait(6);
  21.  
  22.  
  23. if(@hometoupeira);
  24. @#homelessmacros=1;
  25. unset(@hometoupeira);
  26. wait(1);
  27. do;
  28. if(@hometoupeira);
  29. else;
  30. log("&a&l[Macro]&f Reiniciando a HomeToupeira_v3. &1- [By: Homeless Macros]");
  31. press(P);
  32. wait(1);
  33. endif;
  34. until(@hometoupeira);
  35. endif;
  36.  
  37.  
  38.  
  39. endif;
  40.  
  41. if(@sweeping);
  42. ifmatches(%CHATCLEAN%,"Limpando itens do chao em 5s");
  43. set(@gimmeabreak);
  44. wait(7);
  45. unset(@gimmeabreak);
  46. endif;
  47. endif;
  48.  
  49. if(@tellhomeless);
  50. ifmatches(%CHATCLEAN%,"\(Mensagem de ([a-zA-Z0-9\-_]{2,16})\): .*");
  51. &homeless_auxname=%&homeless_name%;
  52. ifmatches(%CHATCLEAN%,"^\(Mensagem de (.+)\): .*$",&homeless_name,1,none);
  53. match(%CHATCLEAN%,"^\(Mensagem de .+\): (.*)$",&homeless_message,1,none);
  54. logto("HomeTells_log.txt","%&homeless_name%: %&homeless_message%");
  55. if(%&homeless_auxname%!=%&homeless_name%);
  56. if(%@#tellhomeless_ctrl%=1);
  57. }$$/r [AFK] No momento nao posso te responder,upando aqui. Sua mensagem será gravada =)$${
  58. else;
  59. }$$/r [ON] No momento nao posso responder - To ocupado! $${
  60. endif;
  61. endif;
  62. endif;
  63. endif;
  64. endif;
  65.  
  66.  
  67. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement