Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. $${
  2.  
  3. &p1=GonzalesCARECA ;
  4. &p2=gonzales ;
  5. &p3=XisPeke ;
  6. &p4=Shanngz ;
  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 aaa);wait(10ms);endif;
  14. if(%PLAYER%=%&p2%);wait(500ms);echo(/login aa);wait(10ms);endif;
  15. if(%PLAYER%=%&p3%);wait(500ms);echo(/login aaa);wait(10ms);endif;
  16. if(%PLAYER%=%&p4%);wait(500ms);echo(/login aaa);wait(10ms);endif;
  17. ENDIF;ENDIF;
  18. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement