Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 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=2;
  9. #s2=2;
  10. #s3=2;
  11. #s4=2;
  12. #s5=2;
  13.  
  14. //Escreva o nick corretamente, respeitando letra maiuscula e minuscula
  15. //Basta substituir a palavra abaixo 'Nick' pelo seu nickname
  16. @&player1=nick;
  17. @&player2=nick;
  18. @&player3=nick;
  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(500ms);key(use);wait(1);
  26. if(%PLAYER%=%@&player1%);if(%#s1%=1);slotclick(13,l,true);endif;if(%#s1%=2);slotclick(10,l,true);endif;endif;
  27. if(%PLAYER%=%@&player2%);if(%#s2%=1);slotclick(13,l,true);endif;if(%#s2%=2);slotclick(10,l,true);endif;endif;
  28. if(%PLAYER%=%@&player3%);if(%#s3%=1);slotclick(13,l,true);endif;if(%#s3%=2);slotclick(10,l,true);endif;endif;
  29. if(%PLAYER%=%@&player4%);if(%#s4%=1);slotclick(13,l,true);endif;if(%#s4%=2);slotclick(10,l,true);endif;endif;
  30. if(%PLAYER%=%@&player5%);if(%#s5%=1);slotclick(13,l,true);endif;if(%#s5%=2);slotclick(10,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;
  33. endif;
  34. setlabel(visao2,"pitch="%PITCH%);
  35. @#visao1=%YAW%+180;
  36. if(@#visao1>360);
  37. @#visao1=%YAW%-180;
  38. endif;
  39. setlabel(visao1,"real yaw="%@#visao1%);
  40.  
  41.  
  42. #capa=(%HELMDURABILITY%/(363/100))
  43. #peito=(%CHESTPLATEDURABILITY%/(528/100))
  44. #calca=(%LEGGINGSDURABILITY%/(495/100))
  45. #bota=(%BOOTSDURABILITY%/(429/100))
  46.  
  47.  
  48.  
  49.  
  50. setlabel(capa,capacete = %&cor%%#capa% %);
  51. setlabel(peito,peitoral = %&cor%%#peito% %);
  52. setlabel(calca,calça = %&cor%%#calca% %);
  53. setlabel(bota,bota = %&cor%%#bota% %);
  54.  
  55. if((#capa<45)||(#peito<45))||(#calca<45)||(#bota<45))
  56. &cor="&l&4";
  57. else;
  58. &cor="&1";
  59. endif;
  60.  
  61.  
  62. if(%HIT%="PLAYER");
  63. &logview=%HITNAME%;
  64. setlabel(playerv,Ultimo na mira=%&logview%);
  65. endif;
  66. loop;
  67. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement