Skip to content

Commit

Permalink
NullRAT IX
Browse files Browse the repository at this point in the history
  • Loading branch information
NullCode1337 authored Jul 12, 2022
1 parent 0d4a93e commit b106d9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AIO.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 ╚════██╗╚██╗ ██║ ██║██╔══██╗██╔══██╗██║██╔══██╗██╔══██╗██║ ██╔════╝██╔════╝
Expand Down Expand Up @@ -127,7 +128,7 @@ if %errorlevel%==2 (
goto a
)
if %errorlevel%==1 (
echo. & echo The following information is correct.
echo. & echo [38;2;0;120;255mThe following information is correct.[38;2;255;255;255m
timeout /t 2 & goto compiler
)

Expand All @@ -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
Expand Down

0 comments on commit b106d9b

Please sign in to comment.