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.
|
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
index.html | 3 years ago | |
keygen.py | 3 years ago | |
rtcpass.js | 3 years ago | |
rtcpass.py | 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')"