Advertisement
Guest User

cu

a guest
Jul 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 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 SenhaPlayer1);wait(100ms);endif;
  10. if(%PLAYER%=%@&p2%);wait(500ms);echo(/login Senha Player2);wait(100ms);endif;
  11. if(%PLAYER%=%@&p3%);wait(500ms);echo(/login Senha Player3);wait(100ms);endif;
  12. if(%PLAYER%=%@&p4%);wait(500ms);echo(/login Senha Player4);wait(100ms);endif;
  13. if(%PLAYER%=%@&p5%);wait(500ms);echo(/login SenhaPlayer5);wait(100ms);endif;
  14. ENDIF;
  15. }$$
  16.  
  17.  
  18.  
  19. $${
  20. //COMO USAR O P1...P2...P3...
  21. //COLOQUE SEU NICK IDENTICO NO CONTA 1...E A FAKE NA CONTA2....
  22. //COMO USAR O @#serverp1....
  23. //Numero 1 = HorusPVP 1 //NUMERO 2 = UltraPvP
  24. @&p1=serverp1;@#serverp1=1;
  25. @&p2=serverp2;@#serverp2=1;
  26. @&p3=serverp3;@#serverp3=1;
  27. @&p4=@#serverp4;=1;
  28. @&p5=@#serverp5;=1;
  29.  
  30. DO;
  31. getid(-247,66,497,#g1);
  32. getid(-247,66,495,#g2);
  33. getid(-249,66,497,#g3);
  34. getid(-249,66,495,#g4);
  35.  
  36. IF((%#g1%=98)&&(%#g2%=98)&&(%#g3%=98)&&(%#g4%=98));
  37. if((%PLAYER%=%@&p1%)||(%PLAYER%=%@&p2%)||(%PLAYER%=%@&p3%)||(%PLAYER%=%@&p4%)||(%PLAYER%=%@&p5%));
  38. pick(345);
  39. wait(80ms);
  40. key(use);
  41. wait(800ms);
  42.  
  43. if(%PLAYER%=%@&p1%);
  44. if(%@#serverp1%=1);
  45. slotclick(13,l,false);
  46. wait(1500ms);
  47. elseif(%@#serverp1%=2);
  48. slotclick(4,l,false);
  49. wait(1500ms);
  50. endif;
  51. endif;
  52.  
  53. if(%PLAYER%=%@&p2%);
  54. if(%@#serverp2%=1);
  55. slotclick(13,l,false);
  56. wait(1500ms);
  57. elseif(%@#serverp2%=2);
  58. slotclick(4,l,false);
  59. wait(1500ms);
  60. endif;
  61. endif;
  62.  
  63.  
  64. if(%PLAYER%=%@&p3%);
  65. if(%@#serverp3%=1);
  66. slotclick(13,l,false);
  67. wait(1500ms);
  68. elseif(%@#serverp3%=2);
  69. slotclick(4,l,false);
  70. wait(1500ms);
  71. endif;
  72. endif;
  73.  
  74. if(%PLAYER%=%@&p4%);
  75. if(%@#serverp4%=1);
  76. slotclick(13,l,false);
  77. wait(1500ms);
  78. elseif(%@#serverp4%=2);
  79. slotclick(4,l,false);
  80. wait(1500ms);
  81. endif;
  82. endif;
  83.  
  84. if(%PLAYER%=%@&p5%);
  85. if(%@#serverp5%=1);
  86. slotclick(13,l,false);
  87. wait(1500ms);
  88. elseif(%@#serverp5%=2);
  89. slotclick(4,l,false);
  90. wait(1500ms);
  91. endif;
  92. endif;
  93. endif;
  94. ENDIF;
  95. LOOP;
  96. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement