Advertisement
Sanwi

Macro Mod: AFK spin

Apr 28th, 2015
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. $${
  2. // This is by far the best AFK script I've used and/or made.
  3. // When activated, it spins your head in a circle until you left-click when you are NOT in a chat window
  4.  
  5. #i = 0;
  6. do;
  7. if(("True" = "%KEY_W%") && ("NONE" == %GUI%));
  8. break();
  9. else;
  10. #i = %#i% + 1;
  11. if(#i >= 20);
  12. look(+10,+0);
  13. #i = 0;
  14. wait(1t);
  15. endif;
  16. endif;
  17. loop;
  18. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement