Making VBScript hit Enter simultaneously:
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.(TO SEND IT BY FAKE EMAILS, CLICK HERE!!)
Type :
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Save it as "Anything.VBS" and send it.(TO SEND IT BY FAKE EMAILS, CLICK HERE!!)
0 comments:
Post a Comment