Type Any Sentence Continuously -:
1.Open Notepad
2.Copy the code given below
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “I’ll be typed again and again”
loop
3. Paste it in notepad and click on save
4. Now Click on save as type and select all files
5.File Name Message.vbs and save it
If there is any error please comment below
1.Open Notepad
2.Copy the code given below
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “I’ll be typed again and again”
loop
3. Paste it in notepad and click on save
4. Now Click on save as type and select all files
5.File Name Message.vbs and save it
If there is any error please comment below
Post a Comment
Please Don't enter any spam link in the comment box