Advertisement
RafaelloMC

Untitled

Mar 4th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. $${
  2.  
  3. #item=276
  4.  
  5. IF(ra);
  6. UNSET(ra);
  7. LOG("&4&l[UP] &b&l[DESLIGADO]");
  8. STOP;
  9. ELSE;
  10. SET(ra);
  11. LOG("");
  12. LOG("&6[Macro] &cUpar Machado/Espadas");
  13. LOG("&6[Macro] &cDesenvolvida pelo");
  14. LOG("&6[Macro] RafaelloMC &4");
  15. LOG("");
  16. echo(/home teste1);
  17. ENDIF;
  18.  
  19. do;
  20. if(%DURABILITY%<100);
  21. look(,90);
  22. wait(11ms);
  23. key(use);
  24. wait(11ms);
  25. key(use);
  26. look(North);
  27. endif;
  28.  
  29. Pick(279);
  30. LOOK(North);
  31. keydown(jump);
  32. KEY(ATTACK);
  33. wait(1ms);
  34. LOOP;
  35. ENDIF;
  36.  
  37.  
  38.  
  39.  
  40.  
  41. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement