Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. //Halygon's Auto-Lockpicker
  2. //Target object to unlock
  3. promptalias 'lockeditem'
  4. @clearjournal
  5. //Keep trying to unlock until successful
  6. while not @injournal 'The lock quickly yields' 'system'
  7. if @findtype 0x14fc 'any' 'backpack'
  8. useobject 'found'
  9. waitfortarget 1500
  10. target! 'lockeditem'
  11. pause 500
  12. endwhile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement