Guest User

Untitled

a guest
Jan 22nd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. local items = {'chain armor', 'scale armor', 'brass armor', 'plate armor', 'plate legs', 'brass legs'}
  2. local rusty = {8895, 8896, 8898, 8899}
  3.  
  4.  
  5. if maround(5) == 0 then
  6. for i,j in ipairs(rusty) do
  7. if UnRusty and itemcount(j) > 0 and itemcount("flask of rust remover") > 0 then
  8. useitemon("flask of rust remover",j,LootBPname)
  9. wait(2000)
  10. end
  11. end
  12.  
  13. for _, v in ipairs(items) do
  14. if itemcount( v ) > 0 then
  15. moveitems(v, LootBPname, 'ground', 1)
  16. wait(1000, 2000)
  17. break
  18. end
  19. end
  20. end
Add Comment
Please, Sign In to add comment