Advertisement
Guest User

CustomAuto

a guest
Oct 26th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $${
  2. if(Guardianattack);
  3. log("&2[Macro] &fAutoAttack Stopped.");
  4. unset(Guardianattack);
  5. stop();
  6. else;
  7. log("&2[Macro] &fAutoAttack Started.");
  8. set(Guardianattack);
  9. TOGGLEKEY(forward);
  10. do;
  11. SLOTCLICK(1);
  12. wait(2000ms);
  13. key(attack);
  14. loop;
  15. TOGGLEKEY(forward);
  16. endif;
  17. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement