Hi friends,
Here is the code by which your system can get affected.But be careful, after doing this you will need to either end some processes or restart your computer. To do it, just copy the below code and paste it in notepad and save it as anyname.vbs
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys("Your message")
wshshell.sendkeys("Your message")
wshshell.sendkeys("Your message")
loop
Wow !!!
ReplyDelete