You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
987123879113 3d35fc129e
Update README.md
3 years ago
.gitignore Add code for website 3 years ago
LICENSE Initial commit 3 years ago
README.md Update README.md 3 years ago
index.html Add link to source code 3 years ago
keygen.py Refactor to make it easier to use pscript.script2js to convert code to JS 3 years ago
rtcpass.js Add code for website 3 years ago
rtcpass.py Add a way to verify password after encoding (for JS) 3 years ago

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')"