Trik Rahasia Membuat tulisan berjalan di Notepad

Pernahkah kamu bikin tulisan jalan pada Notepad, kalau kamu pnasaran gimana caranya lagsung aja Begini caranya :
1. Buatlah new notepad ( .txt )
2. copy script berikut ke notepad :
Code:
set wshshell = wscript.CreateObject("wscript.shell")
        wshshell.run "Notepad"
        wscript.sleep 2000
        wshshell.AppActivate "Notepad"
        WshShell.SendKeys "C"
        WScript.Sleep 500
        WshShell.SendKeys "r"
        WScript.Sleep 500
        WshShell.SendKeys "e"
        WScript.Sleep 500
        WshShell.SendKeys "a"
        WScript.Sleep 500
        WshShell.SendKeys "t"
        WScript.Sleep 500
        WshShell.SendKeys "e"
        WScript.Sleep 500
        WshShell.SendKeys "d"
        WScript.Sleep 500
        WshShell.SendKeys " "
        WScript.Sleep 500
        WshShell.SendKeys "b"
        WScript.Sleep 500
        WshShell.SendKeys "y"
        WScript.Sleep 500
        WshShell.SendKeys " "
        WScript.Sleep 500
        WshShell.SendKeys "i"
        WScript.Sleep 500
        WshShell.SendKeys "d"
        WScript.Sleep 500
        WshShell.SendKeys "o"
        WScript.Sleep 500
        WshShell.SendKeys "e"
        WScript.Sleep 500
        WshShell.SendKeys "n"
        WScript.Sleep 500
3. lalu save as dgn ekstensi .vbs
4. klik file tsb, dan liat keajaiban pun terjadi...
Adbox