Advertisement
Guest User

blaoblaoa

a guest
Aug 20th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. $${
  2.  
  3. ////////////////////////////////////////
  4. ////////////////////////////////////////
  5. //// ////
  6. //// Capture macro - AFK - Lion ////
  7. //// 8.0 Oficial ////
  8. //// ////
  9. ////////////////////////////////////////
  10. ////////////////////////////////////////
  11.  
  12. // Parte toggle
  13.  
  14. &macroafk = capture;
  15. &namemacro = Capture;
  16. #versao = 8;
  17.  
  18. if(@lion_capture);
  19. unset(@lion_capture);
  20. achievementget(%&namemacro% Lion OFF,redstone_lamp);
  21. log(" ");
  22. log("&c» &6%&namemacro% macro");
  23. log("&c» &cOFFLINE");
  24. log("&c» &6%#versao%.0 Oficial - By Lion");
  25. log(" ");
  26. @#cptd = 0;
  27. @#cptw = 0;
  28. @#cptm = 0;
  29. @#cptm_acc = 0;
  30. setlabel(cpts,,cpts);
  31. setlabel(cptd,,cptd);
  32. setlabel(cptw,,cptw);
  33. setlabel(cptm,,cptm);
  34.  
  35. else;
  36. set(@lion_capture);
  37. achievementget(%&namemacro% Lion ON,glowstone);
  38. log(" ");
  39. log("&a» &6%&namemacro% macro");
  40. log("&a» &aONLINE");
  41. log("&a» &6%#versao%.0 Oficial - By Lion");
  42. log(" ");
  43. setlabel(cpts,&6Status da macro %&macroafk%:,cpts);
  44. setlabel(cptd, &cVocê não tem derrotas,cptd);
  45. setlabel(cptw, &aVocê não tem vitorias,cptw);
  46. setlabel(cptm, &eVocê não arrecadou nem um coins,cptm);
  47.  
  48. endif;
  49.  
  50. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement