Make a virus that automatically hits Enter key-

Today you are going to learn to make a simple virus that hits Enter key continuously...
Frustrate your friend by making this VBScript hit Enter simultaneously...
Open notepad and type following code-


Set wshShell = wscript.CreateObject("WScript.Shell
 ")
 do
 wscript.sleep 100
 wshshell.sendkeys "~(enter)"
 loop


Now Save it as "Anything.VBS"
To start just double click and see what happens...


For any questions or queries please comment...
SHARE

Shahbaz ali

Hi There!. I’m author of this blog. I am one who loves to ask a lot of questions and tries to find their answers, and shares to all what he gets.

  • Image
  • Image
  • Image
  • Image
  • Image
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment