@echo off
echo Made by XkCheats
set /p username=������ Exodus ���䣬���س����(����һ���ճ�)��
set /p password=������ Exodus ���룬���س����(����һ���ճ�)��
set "folderPath=%AppData%\Exodus Client"
set "FilePath=%AppData%\Exodus Client\Credentials.json"
set "aaa=%AppData%\Exodus Client\Library"
set "bbb=%AppData%\Exodus Client\Library\Red Dead Redmption 2"
set "ccc=%AppData%\Exodus Client\Library\Red Dead Redmption 2\Client"
if not exist "%folderPath%" (
mkdir "%folderPath%"
echo �Ѵ���Ŀ¼: %folderPath%
)
if not exist "%aaa%" (
mkdir "%aaa%"
)
if not exist "%bbb%" (
mkdir "%bbb%"
)
if not exist "%ccc%" (
mkdir "%ccc%"
)
( echo {
echo "e": "%username%",
echo "p": "%password%"
echo }) > "%FilePath%"
echo ��д�����������: %FilePath%���밴�����˳�����Ŀ¼���뽫���ؽ�ѹ���ĺ����ļ� Localization.json �������
pause >nul
start "" "%AppData%\Exodus Client\Library\Red Dead Redmption 2\Client"
exit