1
0
mirror of synced 2025-02-21 12:29:31 +01:00
CriTools/win_decrypt_acb.bat

6 lines
141 B
Batchfile
Raw Normal View History

2019-11-14 11:40:43 +08:00
@echo off
set /P key=Please input key and press Enter:
if "%key%"=="" set key=0
node.exe "%~dp0index.js" decrypt_acb -k %key% %*
pause