Tuesday, 5 April 2011

0

Frustrate your friend by making this VBScript hit Enter simultaneously

  • Tuesday, 5 April 2011
  • PRABH KARAN SINGH
  • Share

  • COMMANDZ ARE TO BE TYPED IN NOTEPAD..

    Type :


    Set wshShell = wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "~(enter)"
    loop
    Save it as "Anything.VBS" and send it.

    0 Responses to “ Frustrate your friend by making this VBScript hit Enter simultaneously ”

    Post a Comment