Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. sub presouvej()
  2. var vyrobek = ''
  3. var cil = ''
  4.  
  5. while not uo.dead()
  6. uo.findtype(vyrobek, -1, 'backpack')
  7. if uo.findcount() > 0 then
  8. uo.movetype('finditem', -1, cil)
  9. end if
  10. wait(500)
  11. wend
  12. end sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement