sochkeal/README.md
2023-06-28 22:26:25 +02:00

1.1 KiB

Sock Chat Keep Alive

shitty tool i always forget to use to keep yourself logged into chat lol be creative and use this for reference or don't i don't really care

Files

Two files are dropped in your Personal folder (Documents on Windows, ~ on everything else)

AuthToken.txt

Contains your authentication data and what server to connect to, copy this template exactly for Flashii (but do actually swap in your cookie).

Misuzu
Your msz_auth cookie goes here
https://futami.flashii.net/common.json

Persist.dat

Binary file that contains information that should persist between sessions, you're not meant to edit this yourself.

First 10 bytes are the header information, next 8 bytes are the uptime counter, next 14 bytes contain your current AFK string, next byte indicates whether the last disconnect was graceful or not.

The uptime counter is pretty much unused but I left it in because it's unintrusive lol.

If the graceful flag is unset and the last AFK string is not null, an /afk command will be run with the value of the stored AFK string upon connect.