Advertisement
karpvp

Untitled

Dec 6th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. $${
  2. //verificando se estava usando macro e ligando//
  3. ifmatches(%CHATCLEAN%,"Bem vindo de volta. Por favor digite /login sua-senha.");
  4. wait(500ms);
  5. log("&c[&3%PLAYER%&c]&aAlpaca-OnChat &4(By:elissonS2) &aON");
  6. wait(1);
  7. log("&c[&3%PLAYER%&c]&aAlpaca-OnChat &4(By:elissonS2) &aesperando senha");
  8. wait(6);
  9. if(@alpaca);
  10. log("&c[&3%PLAYER%&c]&6 macro de matar mobs &4(By:elissonS2) &aestava &aON");
  11. else;
  12. log("&c[&3%PLAYER%&c]&6 macro de matar mobs &4(By:elissonS2) &aestava &aOFF");
  13. stop;
  14. endif;
  15. wait(1);
  16. log("&c[&3%PLAYER%&c]&aAlpaca-Auto Relogue &4(By:elissonS2) &aON");
  17. wait(2);
  18. do();
  19. exec(%@&key%);
  20. wait(1);
  21. if(@alpaca);
  22. #login=3;
  23. else;
  24. #login=0;
  25. endif;
  26. until(%#login%=3);
  27. endif;
  28. //olhando as horas :)//
  29. ifmatches(%CHATCLEAN%,"Reiniciando mundo em: ([0-9]+):([0-9]+):([0-9]+)");
  30. match(%CHATCLEAN%,"Reiniciando mundo em: ([0-9]+):([0-9]+):([0-9]+)",{#tempo,#tempo1,#tempo2});
  31. if(%#tempo%=0);
  32. if(%#tempo1%=0);
  33. if(%#tempo2%<60);
  34. set(@pausa);
  35. endif;
  36. endif;
  37. endif;
  38. if(%#tempo%>0);
  39. if(%#tempo1%>0);
  40. unset(@pausa);
  41. endif;
  42. endif;
  43. endif;
  44. ifmatches(%CHATCLEAN%,"resetar cordenadas");
  45. @#xpos=0;
  46. @#zpos=0;
  47. log(Cordenadas apagadas com sucesso!!);
  48. endif;
  49. ifmatches(%CHATCLEAN%,"alterar nome");
  50. PROMPT(@&key,$$?,Qual nome voce colocou na macro?(exatamente iqual para funcionar ->exemplo: blaze3.txt));
  51. log(Nome alterado para %@&key%!!);
  52. endif;
  53. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement