Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit b106d9b

Browse files
authored
NullRAT IX
1 parent 0d4a93e commit b106d9b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

AIO.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ if %errorlevel%==2 (
6464
:vars
6565
mode con: cols=90 lines=30
6666
@title NullRAT AIO (Variables Setter)
67+
cd "%~dp0NullRAT"
6768
cls & echo.
6869
echo ██████╗ ██╗ ██╗ ██╗ █████╗ ██████╗ ██╗ █████╗ ██████╗ ██╗ ███████╗███████╗
6970
echo ╚════██╗╚██╗ ██║ ██║██╔══██╗██╔══██╗██║██╔══██╗██╔══██╗██║ ██╔════╝██╔════╝
@@ -127,7 +128,7 @@ if %errorlevel%==2 (
127128
goto a
128129
)
129130
if %errorlevel%==1 (
130-
echo. & echo The following information is correct.
131+
echo. & echo [38;2;0;120;255mThe following information is correct.[38;2;255;255;255m
131132
timeout /t 2 & goto compiler
132133
)
133134

@@ -143,6 +144,7 @@ if "%notification%"=="" (cls & echo [ERROR] Notification cannot be empty! & goto
143144
set /p "server=Enter Server ID: "
144145
if "%server%"=="" (cls & echo [ERROR] Server cannot be empty! & goto createF)
145146

147+
cd "%~dp0NullRAT"
146148
echo ^# This file was auto-generated by NullRAT Variables^. DO NOT SHARE^! > Variables.py
147149
echo bot_token = ^"%token%^" >> Variables.py
148150
echo notification_channel = %notification% >> Variables.py

0 commit comments

Comments
 (0)