Advertisement
Guest User

Untitled

a guest
May 14th, 2015
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @echo off
  2. title Extractor
  3. color 0A
  4. echo WORKING.....
  5. copy /b models.pck+models.pkx models.pck
  6. @GOTO :NEXT
  7. :next
  8. unpacker.exe -pw -x models.pck
  9. ECHO Done!
  10. @GOTO :EXIT
  11. :EXIT
  12. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement