Trick to make a Virus which Hit Enter Simultaneously
This Trick can be used to annoy the Friends or Enemy. To make this Virus follow the simple steps :
1) Open Notepad.
2) Copy and Paste the following Code into Notepad :
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
3) Save it as EnterSimultaneous.vbs.
4) Now it is done.
So it is a simple Trick to make a Virus which Hit Enter Simultaneously.
This Trick can be used to annoy the Friends or Enemy. To make this Virus follow the simple steps :
1) Open Notepad.
2) Copy and Paste the following Code into Notepad :
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
3) Save it as EnterSimultaneous.vbs.
4) Now it is done.
So it is a simple Trick to make a Virus which Hit Enter Simultaneously.
Comments
0 comments to "Trick to make a Virus which Hit Enter Simultaneously"
Post a Comment