Advertisement
Guest User

Macro de auto-login!

a guest
Sep 11th, 2016
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. $${
  2. ifmatches(%CHATCLEAN%,"Para se logar");
  3. &player1=Player1;
  4. &senha1=SenhaDoPlayer1;
  5.  
  6. &player2=Player2;
  7. &senha2=SenhaDoPlayer2;
  8.  
  9. &player3=Player3;
  10. &senha3=SenhaDoPlayer3;
  11.  
  12. &player4=Player4;
  13. &senha4=SenhaDoPlayer4;
  14. do;
  15. wait(1);
  16. if(%PLAYER%=%&player1%);
  17. echo(/login %&senha1%);
  18. endif;
  19. if(%PLAYER%=%&player2%);
  20. echo(/login %&senha2%);
  21. endif;
  22. if(%PLAYER%=%&player3%);
  23. echo(/login %&senha3%);
  24. endif;
  25. if(%PLAYER%=%&player4%);
  26. echo(/login %&senha4%);
  27. endif;
  28. wait(2);
  29. pick(399);
  30. wait(1);
  31. key(use);
  32. wait(500ms);
  33. slotclick(29);
  34. wait(3);
  35. echo(/g loguei com a macro do IxiGhostBR! <3);
  36. wait(10);
  37. loop;
  38. endif;
  39. ifmatches(%CHATCLEAN%,"/login <Senha>");
  40. wait(500ms);
  41. if(%PLAYER%=%&player1%);
  42. echo(/login %&senha1%);
  43. endif;
  44. if(%PLAYER%=%&player2%);
  45. echo(/login %&senha2%);
  46. endif;
  47. if(%PLAYER%=%&player3%);
  48. echo(/login %&senha3%);
  49. endif;
  50. if(%PLAYER%=%&player4%);
  51. echo(/login %&senha4%);
  52. endif;
  53. endif;
  54. ifmatches(%CHATCLEAN%,"Voce marcou o jogador IxiGhostBR no chat!");
  55. wait(500ms);
  56. stop();
  57. endif;
  58. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement