Advertisement
bigibas123

autoeatcmd.txt

Feb 5th, 2015
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. toggle(autoeating);
  2.  
  3. if(autoeating);
  4.      log(&6[&5Macro&6]&rstarted autoeating);
  5.      do();
  6.           echo(/eat);
  7.           wait(60)
  8.      loop;
  9. else;
  10.      log(&6[&5Macro&6]&rstoped autoeating);
  11.      stop();
  12. endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement