Advertisement
Guest User

Untitled

a guest
Dec 9th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. $${
  2. //Senha da conta1
  3. &swpasswordaccount1 = "";
  4.  
  5. //Senha da conta2
  6. &swpasswordaccount2 = "";
  7.  
  8. //Senha da conta3
  9. &swpasswordaccount3 = "";
  10.  
  11. //Senha da conta4
  12. &swpasswordaccount4 = "";
  13.  
  14. //Senha da conta5
  15. &swpasswordaccount5 = "";
  16.  
  17. &m1="Para jogar use: .*";
  18. &m2="Logue-se usando .*";
  19. &m3="Logue-se usando: .*";
  20. &m4=".* seja bem vindo ao mysticcraft.*";
  21.  
  22. &mc="(%&m1%)|(%&m2%)|(%&m3%)|(%&m4%)";
  23.  
  24.  
  25. if(%SERVER% == "ns532580.ip-149-56-29.net");
  26. ifmatches(%CHATCLEAN%,%&mc%);
  27. if(%PLAYER% == %@&p1%);wait(500ms);echo(/login %&swpasswordaccount1%);wait(100ms);endif;
  28. if(%PLAYER% == %@&p2%);wait(500ms);echo(/login %&swpasswordaccount2%);wait(100ms);endif;
  29. if(%PLAYER% == %@&p3%);wait(500ms);echo(/login %&swpasswordaccount3%);wait(100ms);endif;
  30. if(%PLAYER% == %@&p4%);wait(500ms);echo(/login %&swpasswordaccount4%);wait(100ms);endif;
  31. if(%PLAYER% == %@&p5%);wait(500ms);echo(/login %&swpasswordaccount5%);wait(100ms);endif;
  32. ENDIF;
  33. endif;
  34. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement