Advertisement
Guest User

mateus nuds

a guest
Feb 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. $${
  2. //Informacao para usar o macro
  3. //Coloque seu nick entre as ""
  4. //Lembre-se, coloque o nick IDENTICO aqui!
  5. //Abaixo coloque o numero
  6. //1 para entrar no servidor HorusPvP
  7. //2 para entrar no servidor Factions
  8.  
  9. //Conta 1
  10. @&p1 = "PureRaidz";
  11. @#serverp1 = "2";
  12.  
  13. //Conta 2
  14. @&p2 = "zpowerdad";
  15. @#serverp2 ="2";
  16.  
  17. //Conta 3
  18. @&p3 = "Seu_Nick";
  19. @#serverp3 = "1";
  20.  
  21. //Conta 4
  22. @&p4 = "Seu_Nick";
  23. @#serverp4 = "1";
  24.  
  25. //Conta 5
  26. @&p5 = "Seu_Nick";
  27. @#serverp5 = "1";
  28.  
  29. //Conta 6
  30. @&p6 = "Seu_Nick";
  31. @#serverp6 = "1";
  32.  
  33. DO; getid(1213,76,577,#g1); getid(1211,76,579,#g2); getid(1209,76,577,#g3); getid(1211,76,575,#g4); IF((%#g1% == 17)&&(%#g2% == 17)&&(%#g3% == 17)&&(%#g4% == 17)); if((%PLAYER% == %@&p1%)||(%PLAYER% == %@&p2%)||(%PLAYER% == %@&p3%)||(%PLAYER% == %@&p4%)||(%PLAYER% == %@&p5%)||(%PLAYER% == %@&p6%)); pick(345); wait(80ms); key(use); #swcountlogin = 0; do; inc(#swcountlogin); until((%GUI% == "GUICHEST") || (%#swcountlogin% == 100)); if(%GUI% == "GUICHEST"); if(%PLAYER% == %@&p1%); if(%@#serverp1% == 1);slotclick(13,l,false);wait(1500ms); elseif(%@#serverp1% == 2);slotclick(22,l,false);wait(1500ms);endif; endif; if(%PLAYER% == %@&p2%); if(%@#serverp2% == 1);slotclick(13,l,false);wait(1500ms); elseif(%@#serverp2% == 2);slotclick(22,l,false);wait(1500ms);endif; endif; if(%PLAYER% == %@&p3%); if(%@#serverp3% == 1);slotclick(13,l,false);wait(1500ms); elseif(%@#serverp3% == 2);slotclick(22,l,false);wait(1500ms);endif; endif; if(%PLAYER% == %@&p4%); if(%@#serverp4% == 1);slotclick(13,l,false);wait(1500ms); elseif(%@#serverp4% == 2);slotclick(22,l,false);wait(1500ms);endif; endif; if(%PLAYER% == %@&p5%); if(%@#serverp5% == 1);slotclick(13,l,false);wait(1500ms); elseif(%@#serverp5% == 2);slotclick(22,l,false);wait(1500ms);endif; endif; if(%PLAYER% == %@&p6%); if(%@#serverp6% == 1);slotclick(13,l,false);wait(1500ms); elseif(%@#serverp6% == 2);slotclick(22,l,false);wait(1500ms);endif; endif; endif; endif; ENDIF; LOOP; }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement