I can also write a small program that can unpack WRS files. Here is it:

function main()
{
char* packed_name = "model.pak";
char* extracted_name = "extracted.mdl";
file_cpy(packed_name,extracted_name);
}

It works when the WRS file is in the same folder as the script.