Advertisement
Sanwi

GearDown

Aug 17th, 2014
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $${
  2.  
  3. // Places inventory, in order, into the top 4 rows of a double chest
  4. // Face the chest, then activate the macro
  5.  
  6. #wait = 500
  7.  
  8. key(use);
  9. wait(1000ms);
  10.  
  11. for(#invslot,54,89);
  12. slotclick(%#invslot%,1,true);
  13. wait(%#wait%ms);
  14. next;
  15.  
  16. gui();
  17.  
  18. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement