@echo off
:: BatchGotAdmin (Run as Admin code starts)
REM --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
echo Requesting administrative privileges...
goto UACPrompt
) else ( goto gotAdmin )
:UACPrompt
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
"%temp%\getadmin.vbs"
exit /B
:gotAdmin
if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" )
pushd "%CD%"
CD /D "%~dp0"
:: BatchGotAdmin (Run as Admin code ends)
:: Your codes should start from the following line
start bin64\aion.bin -ip:127.0.0.1 -port:2106 -multithread -cc:5 -noauthgg -charnamemenu -loginex -pwd16 -megaphone -ingamebrowser -ncping作者: h0910973762 時間: 2022-5-3 04:38 AM
請問版大 等級要怎麼直接滿等 GM指令 //set level 等級 //levelup 等級 //set exp 經驗 會顯示
you don't have the authority to do this command 作者: h626323h 時間: 2022-10-14 10:53 PM