Cara Membuat Notepad Mengetik Tulisan Sendiri

Notepad itu adalah sebuah program pengedit teks ( teks editor ) yang digunakan untuk membuat file text, file notepad biasanya berexstensi (format) .txt, file notepad juga bisa digunakan untuk membuat file configuration setting berexstensi .ini, atau file setup information (berexstensi .inf), dan file-file lainnya.File yang dihasilkan juga berupa file sederhana.Notepad dapat digunakan juga untuk membuat script yang unik dan bahkan sekarang sudah berkembang menjadi notepad++ yang biasanya sering dipakai oleh para hacker.Nah,uniknya ada satu script yang bisa membuat notepad mengetik sendiri,jadi ketika dibuka tulisannya akan muncul seperti ketika kita sedang mengetik biasa.



Cara membuatnya :
1. Buka notepad
2. masukkan script ini lalu simpan :

set wshshell = wscript.CreateObject("wscript.shell")
        wshshell.run "Notepad"
        wscript.sleep 2000
        wshshell.AppActivate "Notepad"
        WshShell.SendKeys "F"
        WScript.Sleep 500
        WshShell.SendKeys "R"
        WScript.Sleep 500
        WshShell.SendKeys "I"
        WScript.Sleep 500
        WshShell.SendKeys "Z"
        WScript.Sleep 500
        WshShell.SendKeys "A"
        WScript.Sleep 500
        WshShell.SendKeys "N"
        WScript.Sleep 500
        WshShell.SendKeys "I"
        WScript.Sleep 500
        WshShell.SendKeys "Z"
        WScript.Sleep 500
        WshShell.SendKeys "A"
        WScript.Sleep 500
WshShell.SendKeys "T"
        WScript.Sleep 500
        WshShell.SendKeys "I"
        WScript.Sleep 500
        WshShell.SendKeys "O"
        WScript.Sleep 500
        WshShell.SendKeys "N"
        WScript.Sleep 500
        WshShell.SendKeys "."

3. Tambahkan.vbs pada bagian belakang file name
4. Ubah save as type menjadi all files
5. Klik save

Comments

Popular posts from this blog

Java Emulator (KEmulator Lite 0.9.8)

Cara mendownload file PowerPoint Online di Blog

Genymotion 2.6.0