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...
0 comments:
Post a Comment