Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. $${
  2. &m1="Para jogar use: .*";
  3. &m2="Logue-se usando .*";
  4. &m3="Logue-se usando: .*";
  5. &m4=".* seja bem vindo ao mysticcraft.*";
  6. &mc="(%&m1%)|(%&m2%)|(%&m3%)|(%&m4%)";
  7.  
  8. IFMATCHES(%CHATCLEAN%,%&mc%);
  9. if(%PLAYER%=%@&p1%);wait(500ms);echo(/login );wait(100ms);endif;
  10. if(%PLAYER%=%@&p2%);wait(500ms);echo(/login );wait(100ms);endif;
  11. if(%PLAYER%=%@&p3%);wait(500ms);echo(/login );wait(100ms);endif;
  12. if(%PLAYER%=%@&p4%);wait(500ms);echo(/login );wait(100ms);endif;
  13. if(%PLAYER%=%@&p5%);wait(500ms);echo(/login );wait(100ms);endif;
  14. if(%PLAYER%=%@&p6%);wait(500ms);echo(/login );wait(100ms);endif;
  15. ENDIF;
  16. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement