Advertisement
Sanwi

Macro Mod: end.txt

Aug 30th, 2015
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. $${
  2.  
  3. if(0 == @#volume);
  4. @#volume = %SOUND%;
  5. endif;
  6.  
  7. volume(0);
  8. volume(%@#volume%);
  9. @#volume = 0;
  10.  
  11. // Clear current playername from afk arrays
  12. do;
  13. #varpos = indexof(@&afk_key,,"%PLAYER%");
  14. if(%#varpos% != -1);
  15. @&afk_key[%#varpos%] = false;
  16. @afk_value[%#varpos%] = false;
  17. unset(@&afk_key[%#varpos%])
  18. unset(@afk_value[%#varpos%])
  19. else;
  20. break();
  21. endif;
  22. loop;
  23.  
  24. keyup(sneak);
  25. keyup(left);
  26. keyup(right);
  27. keyup(forward);
  28. keyup(back);
  29. keyup(attack);
  30. keyup(use);
  31.  
  32. unset(@&botting);
  33. unset(@tick_checker);
  34. unset(@botflag);
  35. unset(@powerdown);
  36. unset(@obbybotflag);
  37. unset(@vinebotflag);
  38. unset(attack);
  39.  
  40. stop(all);
  41. exec(sprint.txt,"sprint");
  42. exec(backgroundfastloop.txt,"backgroundfastloop");
  43. exec(bowHUD.txt,"bowHUD");
  44.  
  45. stop();
  46. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement