A small reverse-engineered POW solver for the latest version of discord.id.
They recently removed the WASM part, so this repository focuses on the reversed JavaScript POW logic.
If anyone has any complaints about this repository, feel free to contact me by email:
A quick sandbox-based solver.
Originally made with Claude. Not Goot, but it works. (rlly shitty)
The extracted POW JavaScript part.
In the real site, this code is stored and executed through a Blob worker.
The Python POW solver.
Fully reversed and reimplemented in Python.
Runs and verifies the solver output.
Run the Python version:
python test.pyRun the JavaScript version:
node run_pow.jsThis project was made for fun and learning purposes.
Do not judge the code too hard — it was mostly built to understand how the POW flow works.
Enjoy.