1
0
mirror of synced 2024-11-12 01:00:51 +01:00
CriTools/decrypt_acb.bat

6 lines
140 B
Batchfile
Raw Normal View History

2020-03-12 03:35:30 +01:00
@echo off
set /P key=Please input key and press Enter:
if "%key%"=="" set key=0
node.exe "%~dp0src\index.js" decrypt_acb -k %key% %*
pause