kr on 2026-06-22 10:41:
[Click to reveal]only 3 bytes matter: :3??M
ThePumpkinGod on 2026-06-23 17:55:
[Click to reveal]it looks for 3 bytes :3__M
which means you can make something like this
let s = Math.floor(Math.random() * 100);
let e = Math.floor(Math.random() * 10000);
console.log(`:3${s}M${e}`);
to generate keys ( the e var was added for style~ )