Notepad Secret Power: Komputer nulis sendiri

Nah, Agan pasti tau notepad kan. Aplikasi ini biasanya sih digunakan buat nyatat tulisan penting atau kode-kode kaya serial, readme atau lain-lain. Selain itu aplikasi ini dapat digunakan untuk membuat script juga fleksibel karena di program windows pasti ada. Kali ini ane mau ngasih trick bikin script pada notepad yang bisa membuat komputer menulis sendiri dengan notepad. Langsung kelangkahnya saja.
1.Buka notepad, buat yang belum tahu buka Start > All Programs > Accesoris > Notepad.
2.Lalu ketik script berikut

WScript.Sleep 180
WScript.Sleep 100
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "notepad"
WScript.Sleep 100
WshShell.SendKeys "H"
WScript.Sleep 100
WshShell.SendKeys "E"
WScript.Sleep 100
WshShell.SendKeys "L"
WScript.Sleep 100
WshShell.SendKeys "L"
WScript.Sleep 100
WshShell.SendKeys "O"
WScript.Sleep 100
WshShell.SendKeys "."
WScript.Sleep 100
WshShell.SendKeys "."
WScript.Sleep 100
WshShell.SendKeys "."
WshShell.SendKeys "{ENTER}"
WScript.Sleep 100
WshShell.SendKeys "A"
WScript.Sleep 100
WshShell.SendKeys "P"
WScript.Sleep 100
WshShell.SendKeys "A "
WScript.Sleep 100
WshShell.SendKeys "KA"
WScript.Sleep 100
WshShell.SendKeys "BAR"
WScript.Sleep 100
WshShell.SendKeys "?"
WScript.Sleep 100
WshShell.SendKeys "."
WScript.Sleep 100
WshShell.SendKeys "."
WScript.Sleep 100
WshShell.SendKeys "."
WshShell.SendKeys "{ENTER}"
WScript.Sleep 100
WshShell.SendKeys "K"
WScript.Sleep 100
WshShell.SendKeys "O"
WScript.Sleep 100
WshShell.SendKeys "M"
WScript.Sleep 100
WshShell.SendKeys "P"
WScript.Sleep 100
WshShell.SendKeys "U"
WScript.Sleep 100
WshShell.SendKeys "T"
WScript.Sleep 100
WshShell.SendKeys "E"
WScript.Sleep 100
WshShell.SendKeys "R "
WScript.Sleep 100
WshShell.SendKeys "I"
WScript.Sleep 100
WshShell.SendKeys "N"
WScript.Sleep 100
WshShell.SendKeys "I "
WScript.Sleep 300
WshShell.SendKeys "TELAH "
WScript.Sleep 300
WshShell.SendKeys "DI HACK "
WScript.Sleep 300
WshShell.SendKeys "OLEH "
WScript.Sleep 300
WshShell.SendKeys "FIRE.MAN25"
WshShell.SendKeys "{ENTER}"
WScript.Sleep 100

3.Lalu klik File > Save As simpan dengan format Vbscript (.vbs) nama yang anda inginkan contohnya Ghost Writer.vbs ganti Save as type menjadi All files, lalu bisa anda save.
4.Jika sudah selesai bisa anda coba buka klik 2 kali pada file tadi. Hasilnya sebuah jendela notepad akan terbuka sendiri lalu menulis kalimat diatas tadi.
5.Untuk mengerjai komputer teman Agan Copy file tadi ke disk C: teman Agan. Lalu klik kanan pilih Create Shortcut file tadi, lalu Cut file Shortcut tadi.
6.Kemudian buka Start > All programs > Startup lalu klik kanan pada menu Startup dan pilih Explorer lalu paste file shortcut tadi biar aman dan nggak ketahuan kita hidden file tadi, caranya klik kanan pilih Properties lalu pada bagian Attributes beri centang pada Hidden. Lakukan hal yang sama pada file asli yang agan simpan di disk C: tadi.
7.Untuk mengganti aplikasi yang menulis sendiri dari notepad menjadi comand promt (cmd), bisa agan ganti pada bagian
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "notepad"
Pada bagian notepad diganti menjadi cmd
8.Tulisan Fire.man25 bisa agan ganti

Kalo udah selesai tinggal kita lihat bagaimana reaksi teman agan saat melihat hasil kerja Agan tadi.

Trying to pass the limit

0 comments: