Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. $${
  2. do;
  3.  
  4. //Escolha o servidor colocando o numero correspondente
  5. //Numero 1 é para o servidor FullPvP
  6. //Numero 2 é para o servidor P4-Free
  7. //Basta substituir o numero 0 pelo numero 1 ou 2
  8. #s1=1;
  9. #s2=1;
  10. #s3=1;
  11. #s4=1;
  12. #s5=1;
  13.  
  14. //Escreva o nick corretamente, respeitando letra maiuscula e minuscula
  15. //Basta substituir a palavra abaixo 'Nick' pelo seu nickname
  16. @&player1= Turron ;
  17. @&player2=iTurroMC;
  18. @&player3= Pernalonga_ ;
  19. @&player4=Nick;
  20. @&player5=Nick;
  21.  
  22.  
  23. getid(2,40,2,#g1); getid(0,40,2,#g2); getid(2,40,0,#g3); getid(0,40,0,#g4); IF((%#g1% == 4)&&(%#g2% == 4)&&(%#g3% == 4)&&(%#g4% == 4));
  24. if((%PLAYER%=%@&player1%)||(%PLAYER%=%@&player2%)||(%PLAYER%=%@&player3%)||(%PLAYER%=%@&player4%)||(%PLAYER%=%@&player5%));wait(1);
  25. pick(54);wait(1);key(use);wait(1);
  26. if(%PLAYER%=%@&player1%);if(%#s1%=1);slotclick(10,l,true);endif;if(%#s1%=2);slotclick(16,l,true);endif;endif;
  27. if(%PLAYER%=%@&player2%);if(%#s2%=1);slotclick(10,l,true);endif;if(%#s2%=2);slotclick(16,l,true);endif;endif;
  28. if(%PLAYER%=%@&player3%);if(%#s3%=1);slotclick(10,l,true);endif;if(%#s3%=2);slotclick(16,l,true);endif;endif;
  29. if(%PLAYER%=%@&player4%);if(%#s4%=1);slotclick(10,l,true);endif;if(%#s4%=2);slotclick(16,l,true);endif;endif;
  30. if(%PLAYER%=%@&player5%);if(%#s5%=1);slotclick(10,l,true);endif;if(%#s5%=2);slotclick(16,l,true);endif;endif;
  31. else;log(&7[!] &3&lMACRO &7[!]);log(&7[!] Voce &4&lNao &7está usando uma conta cadastrada no &3&lAuto-server &7[!]);
  32. log(&7[!] &3&lMACRO &7[!]);log(&7[!] Verifique seu &3&lCódigo &7[!]);endif;endif;loop;
  33. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement