Keyboard types Automatically

Open Notepad > Paste the Following code > Replace "Modernhackerss.blogspot.com" with Any Text > Save it as Trick.VBS

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "Modernhackerss.blogspot.com."
loop