Advertisement
RafaelloMC

Untitled

Feb 14th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $${
  2.  
  3. IF(ra);
  4. UNSET(ra);
  5. LOG("&4&l[UP] &b&l[DESLIGADO]");
  6. STOP;
  7. ELSE;
  8. SET(ra);
  9. SET(rep);
  10. LOG("&4&l[UP] &b&l[LIGADO]");
  11. echo(/home teste1);
  12. ENDIF;
  13.  
  14.  
  15. if(ra);
  16. DO;
  17. LOOK(N);
  18. keydown(jump);
  19. KEY(ATTACK);
  20. wait(1ms);
  21. LOOP;
  22. ENDIF;
  23.  
  24. If(rep);
  25. DO;
  26. echo(/reparar);
  27. wait(1000);
  28. Loop;
  29. endif;
  30.  
  31.  
  32.  
  33. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement