Advertisement
xruans

Untitled

May 26th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. Espadas:
  2. ---------------------------------------------------------------------------------------
  3. $${
  4. if(machado);
  5. log("&1[%PLAYER%]&6Trocar de machado &4OFF.");
  6. unset(machado);
  7. stop();
  8. else;
  9. log("&1[%PLAYER%]&6Trocar de machado &2ON);
  10. log("&9&lMacro editado by xRuans")
  11. set(machado);
  12. do;
  13. look(,0);
  14. look(,-15);
  15. do;
  16. key(attack);
  17. wait(150ms);
  18. if(%DURABILITY% < 40);
  19. log("&1[%PLAYER%] &3Trocando de machado.");
  20. slot(1);
  21. wait(3);
  22. endif;
  23. if(%DURABILITY% <40)
  24. log("&1[%PLAYER%] &3Trocando de machado.");
  25. slot(2);
  26. wait(120ms);
  27. endif;
  28. if(%DURABILITY% < 40);
  29. log("&1[%PLAYER%] &3Trocando de machado.");
  30. slot(3);
  31. wait(120ms);
  32. endif;
  33. if(%DURABILITY% < 40);
  34. log("&1[%PLAYER%] &3Trocando de machado.");
  35. slot(4);
  36. wait(120ms);
  37. endif;
  38. if(%DURABILITY% < 40);
  39. log("&1[%PLAYER%] &3Trocando de machado.");
  40. slot(5);
  41. wait(120ms);
  42. endif;
  43. if(%DURABILITY% < 40);
  44. log("&1[%PLAYER%] &3Trocando de machado.");
  45. slot(6);
  46. wait(120ms);
  47. endif;
  48. if(%DURABILITY% < 40);
  49. log("&1[%PLAYER%] &3Trocando de machado.");
  50. slot(7);
  51. wait(120ms);
  52. endif;
  53. if(%DURABILITY% < 40);
  54. log("&1[%PLAYER%] &3Trocando de machado.");
  55. slot(120ms);
  56. wait(2);
  57. endif;
  58. if(%DURABILITY% < 40);
  59. unset(espada);
  60. stop();
  61. else;
  62. endif;
  63. loop;
  64. }$$
  65. --------------------------------------------------------------------------------------------------------------------------
  66. Auto food:
  67. $${if(erik);log("&a&l[xRuansMacros] &fAutoEat 0FF");unset(erik);stop();else;log("&6&l[xRuansMacros] &fAutoEat0N");set(erik);}$$$${do;if(%HUNGER%<16);pick(cooked_beef);key(use);wait(0ms);endif;if(%HUNGER%<16);pick(cooked_beef);key(use);wait(0ms);else;key();pick(diamond_sword);wait(0ms);endif;endif;loop;endif;}$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement