Wednesday, 24 April 2013

Hit enter key cotinuously

Leave a Comment


    • Open Notepad.
    • Paste the following code in the notepad file:
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
    • Save the file with any name and .vbs extension and close it.
    • Now open the newly created file and see how the enter key behaves!
Click here to Find your love percentage
If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment