Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title Extractor
- color 0A
- echo WORKING.....
- copy /b models.pck+models.pkx models.pck
- @GOTO :NEXT
- :next
- unpacker.exe -pw -x models.pck
- ECHO Done!
- @GOTO :EXIT
- :EXIT
- pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement