Skip to content

Instantly share code, notes, and snippets.

@aqt
aqt / the_messenger_save_decoder.js
Last active May 22, 2025 17:50
Decode/encode save files used by the game The Messenger
#!/usr/bin/env node
/*
If you run the script on an encoded file it will output a decoded file and
vise versa, because the action used to encode/decode is identical. The save
file format when decoded is plaintext JSON, which you can edit with your
favorite text editor.
You can find the save file at the following path. Please make a backup of the