baraklevy20 / SCP-Unpacker

An unpacker for Supercell's new packer - SCP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCP-Unpacker

An unpacker for Supercell's new packer - SCP.

Installation

Usage

Extract a list of files - node index.js --file assets/font.osm --file assets/ui.osm

Extract a directory - node index.js --folder assets

You can also combine them - node index.js --folder assets --file assets2/font.osm

Some files are using xsalsa20 encryption. To unpack them, you must provide a key and a nonce. You can then extract the encrypted scp file using: node index.js --file assets/encrypted.scp --key [key] --nonce [nonce] where [key] is a string of 32 hex bytes and [nonce] is a string of 24 hex bytes.

About

An unpacker for Supercell's new packer - SCP


Languages

Language:JavaScript 100.0%