Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- color a
- :Menu
- cls
- echo/
- ::: ______________________________
- ::: | |
- ::: | Overrider Toolkit |
- ::: |______________________________|
- for /f "delims=: tokens=*" %%A in ('findstr /b ::: "%~f0"') do @echo(%%A
- echo [1] - Override System
- echo [2] - Deactivate Firewall
- echo [3] - Cmd login
- echo [4] - Exit Toolkit
- echo/
- choice /C 1234 /N /M "Your choice: "
- echo/
- if errorlevel 4 goto :EOF
- if errorlevel 3 goto ClearLog
- if errorlevel 2 goto ReadLog
- rem User has taken first choice as being the only remaining choice.
- cls
- color a
- title Overrider v2.01
- ::: ______________________________
- ::: | |
- ::: | Overrider v2.01 |
- ::: |______________________________|
- for /f "delims=: tokens=*" %%A in ('findstr /b ::: "%~f0"') do @echo(%%A
- :choice
- set /P c=Are you sure you want to Override system Z[Y/N]?
- if /I "%c%" EQU "Y" goto :somewhere
- if /I "%c%" EQU "N" goto :somewhere_else
- goto :choice
- :somewhere
- arp -a
- ping -n 10 8.8.4.4
- echo Overrider v2.01:Overiding system... please wait…
- timeout /t 5 >nul
- echo Overrider v2.01:Successfully overid system. booting into login in screen....
- timeout /t 1 >nul
- set /p id=Enter Username:
- @echo off
- set "psCommand=powershell -Command "$pword = read-host 'Enter Password' -AsSecureString ; ^
- $BSTR=[System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($pword); ^
- [System.Runtime.InteropServices.Marshal]::PtrToStringAuto($BSTR)""
- for /f "usebackq delims=" %%p in (`%psCommand%`) do set password=%%p
- timeout /t 3 >nul
- echo system@64:Welcome root@user..
- echo booting into system.....
- timeout /t 5 >nul
- set /p id=root@user:
- echo system@64:Uploading all files to Cloudserverv2 ... this may take a while.
- timeout /t 5 >nul
- dir /s "C:\Program Files"
- echo root@user:All files succsessfully uploaded to Cloudserverv2!
- timeout /t 1 >nul
- set /p id=root@user:
- timeout /t 2 >nul
- set /p id=root@user:
- echo system@64:Pc state: offline
- timeout /t 1 >nul
- echo system@64:turning off pc...
- timeout /t 5 >nul
- PAUSE >nul
- echo/
- goto Menu
- :somewhere_else
- goto Menu
- :ReadLog
- title Firewalldisablerv.12.0
- ::: ______________________________
- ::: | |
- ::: | Firewalldisablerv.12.0 |
- ::: |______________________________|
- for /f "delims=: tokens=*" %%A in ('findstr /b ::: "%~f0"') do @echo(%%A
- :choice_1
- set /P c=Are you sure you want to disable firewall of system Z?[Y/N]
- if /I "%c%" EQU "Y" goto :disablefirerwall
- if /I "%c%" EQU "N" goto ::somewhere_else
- goto :choice_1
- echo/
- goto Menu
- :disablefirerwall
- color a
- echo Firewalldisabler_v.12.0:Disabling Firewall.... this command may take a moment.......
- timeout /t 5 >nul
- tree \
- :choice_2
- set /P c=echo Firewalldisabler_v.12.0:Firewall has been disabled... Run Pc malware infector across network?[Y/N]
- if /I "%c%" EQU "Y" goto :Network_infector_v1.2
- if /I "%c%" EQU "N" goto ::somewhere_else
- goto :choice_2
- echo/
- goto Menu
- :Network_infector_v1.2
- ping -n 10 1.1.1.1
- timeout /t 5 >nul
- echo Network_infector_v1.2:Network succsessfully Infected! All data transferd over network (ex.g:Passwords,session_tokens,emails) will transfer to folder:1542428
- timeout /t 4 >nul
- set /p id=type any button to exit back to menu..........
- goto Menu
- :ClearLog
- @echo off
- :home
- title Log in to CMD
- color a
- cls
- echo.
- echo Cmd Accounts
- echo =============
- echo.
- echo [1] Log In
- echo [2] Sign Up
- echo [3] Exit
- echo.
- set /p op=
- if %op%==1 goto 1
- if %op%==2 goto 2
- if %op%==3 goto 3
- goto error
- :2
- cls
- echo Sign Up
- echo ======================================
- echo.
- set /p newname="Enter new username:"
- if "%newname%"=="%newname%" goto inputname
- :inputname
- cd "%userprofile%\documents"
- if exist "cmdacoBin" goto skip
- if not exist "cmdacoBin" goto noskip
- :noskip
- md "cmdacoBin"
- goto skip
- :skip
- cd "%userprofile%\documents\cmdacoBin"
- if exist "%newname%.bat" goto namexist
- if not exist "%newname%.bat" goto skip2
- :skip2
- echo set realusername=%newname%> "%newname%.bat"
- goto next
- :next
- echo.
- set /p pswd=Enter new Password:
- if "%pswd%"=="%pswd%" goto inputpass
- :inputpass
- cd "%userprofile%\documents\cmdacoBin"
- echo set password=%pswd%>> "%newname%.bat"
- goto next1
- :namexist
- echo.
- echo The entered username already exists.
- echo Press any key to return. . .
- pause >nul
- goto 2
- :next1
- cls
- echo Cmd Accounts
- echo ============
- echo.
- echo Your account has been successfully created!
- echo.
- pause
- goto home
- :1
- color 07
- cls
- echo Cmd Accounts Log In
- echo ================================
- echo.
- Set /p logname=Username:
- if "%logname%"=="%logname%" goto 2.1
- :2.1
- echo.
- set /p logpass="Password:"
- if "%logpass%"=="%logpass%" goto login
- :login
- cd "%userprofile%\documents\cmdacoBin"
- if exist "%logname%.bat" goto call
- if not exist "%logname%.bat" goto errorlog
- :call
- call "%logname%.bat"
- if "%password%"=="%logpass%" goto logdone
- goto errorlog
- :errorlog
- color 0c
- echo.
- echo Username or Password incorrect.
- echo Access denied.
- pause >nul
- goto home
- :logdone
- cls
- echo Command Prompt
- echo ==============
- echo.
- echo Successfully logged in!
- echo.
- pause
- goto account
- :account
- cls
- cd "%userprofile%\documents\cmdacoBin"
- call "%realusername%color.bat"
- call "%realusername%.bat"
- color %colorcode%
- cls
- echo.
- echo -------------------------------------------------------------------------------
- echo %realusername%
- echo -------------------------------------------------------------------------------
- @echo off
- break off
- Title Command Prompt
- color 0a
- cls
- echo Type "home" any time to go to the current user profile directory.
- echo Type "desktop" any time to go to the current user desktop.
- echo.
- echo Type help to see list of common commands like cd, rd, md, del,
- echo ren, replace, copy, xcopy, move, attrib, tree, edit, and cls.
- echo Type [command]/? for detailed info.
- echo.
- pause
- cls
- :cmd
- echo Directory: %CD%
- set /P CMD=Command:
- if "%CMD%" == "cls" goto cls
- if "%CMD%" == "home" goto home2
- if "%CMD%" == "desktop" goto desktop
- if "%CMD%" == "red" goto red
- if "%CMD%" == "green" goto green
- if "%CMD%" == "normal" goto normal
- %CMD%
- cd C:\
- goto cmd
- :cls
- cls
- goto cmd
- :home2
- cd /d %USERPROFILE%
- cls
- goto cmd
- :desktop
- cd /d %SystemDrive%\Users\%USERNAME%\Desktop
- cls
- goto cmd
- :red
- color 0c
- cls
- goto cmd
- :green
- color 0a
- cls
- goto cmd
- :normal
- color 07
- cls
- goto cmd
Advertisement
Add Comment
Please, Sign In to add comment