Advertisement
Sanwi

GearUp

Aug 17th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $${
  2.  
  3. #wait = 500
  4.  
  5. key(use);
  6. wait(1000ms);
  7.  
  8.  
  9.  
  10. for(#chestslot,0,35);
  11. #clickslot = (35) - (%#chestslot%)
  12. slotclick(%#clickslot%,1,true);
  13. wait(%#wait%ms);
  14. next;
  15.  
  16. gui();
  17.  
  18. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement