Go to file
987123879113 3d35fc129e
Update README.md
2020-11-28 22:18:28 +09:00
.gitignore Add code for website 2020-11-28 19:12:15 +09:00
LICENSE Initial commit 2020-11-28 16:41:04 +09:00
README.md Update README.md 2020-11-28 22:18:28 +09:00
index.html Add link to source code 2020-11-28 19:16:31 +09:00
keygen.py Refactor to make it easier to use pscript.script2js to convert code to JS 2020-11-28 17:45:25 +09:00
rtcpass.js Add code for website 2020-11-28 19:12:15 +09:00
rtcpass.py Add a way to verify password after encoding (for JS) 2020-11-28 19:08:37 +09:00

README.md

firebeatrtc

Code to unlock Firebeat (pop'n music) RTC recovery.

Web version: https://987123879113.github.io/firebeatrtc/

Usage

usage: keygen.py [-h] (--verify VERIFY | --serial SERIAL) [--keycode KEYCODE] [--retries RETRIES]

optional arguments:
  -h, --help         show this help message and exit
  --verify VERIFY    Verify password
  --serial SERIAL    Serial/license number
  --keycode KEYCODE  Key code
  --retries RETRIES  Retry count

Building Javascript

Note: pscript is required to build the rtcpass.js file required for the webpage.

python3 -c "import pscript; pscript.script2js('rtcpass.py')"