Advertisement
Guest User

AutoLogin MysticCraft 23/01/2020

a guest
Jan 23rd, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. $${
  2.  
  3. &p1=Nick Da Conta 1;
  4. &p2=Nick Da Conta 2;
  5. &p3=Nick Da Conta 3;
  6. &p4=Nick Da Conta 4;
  7.  
  8. &m1="Para jogar use: .*";
  9. &m2="Logue-se usando .*";
  10. &mc="(%&m1%)|(%&m2%)";
  11. IFMATCHES(%SERVER%,"jogar.mysticcraft.com.br.");
  12. IFMATCHES(%CHATCLEAN%,%&mc%);
  13. if(%PLAYER%=%&p1%);wait(500ms);echo(/login SenhaAquiDoP1);wait(1);endif;
  14. if(%PLAYER%=%&p2%);wait(500ms);echo(/login SenhaAquiDoP2);wait(1);endif;
  15. if(%PLAYER%=%&p3%);wait(500ms);echo(/login SenhaAquiDoP3);wait(1);endif;
  16. if(%PLAYER%=%&p4%);wait(500ms);echo(/login SenhaAquiDoP4);wait(1);endif;
  17. ENDIF;ENDIF;
  18. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement