Berikut ini beberapa script sederhana yang mungkin bisa anda coba2 saat bermain notepad:
1. Membuka dan menutup CD/DVD Komputer
Copy script dibawah ini dan paste di notepad anda.
Set oWMP = CreateObject(“WMPlayer.OCX.7″)Set colCDROMs = oWMP.cdromCollectiondoif colCDROMs.Count >= 1 thenFor i = 0 to colCDROMs.Count – 1colCDROMs.Item(i).EjectNextFor i = 0 to colCDROMs.Count – 1colCDROMs.Item(i).EjectNextEnd Ifwscript.sleep 5000loop
Simpan dengan format *.vbs.
Lalu Buka File Tersebut
2. Menulis otomatis di notepad
Copy script dibawah ini dan paste di notepad anda.
@ECHO off:Beginmsg * hahahhaamsg * santai bossmsg * ini hanya main-mainmsg * jangan marah yamsg * hanya bercandaGOTO BEGIN
Simpan dengan format *.bat.
Lalu Buka File Tersebut
4. Membuat Komputer Shutdown dengan muncul pesan.
Copy script dibawah ini dan paste di notepad anda.
@echo offmsg * Hahahahhahashutdown -s -c “Komputer anda mati”
Simpan dengan format *.bat.
Lalu Buka File Tersebut
5. Membuat Tombol Capslock terus menyala
Copy script dibawah ini dan paste di notepad anda.
Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{CAPSLOCK}”loop
Simpan dengan format *.vbs.
Lalu Buka File Tersebut
6. Membuat terus – menerus menekan tombol “backspace”
Copy script dibawah ini dan paste di notepad anda.
MsgBox “Kembali ke menu sebelumnya”Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{bs}”loop
Simpan dengan format *.vbs.
Lalu Buka File Tersebut
7. Membuka notepad Terus – menerus
Copy script dibawah ini dan paste di notepad anda.
@ECHO off:topSTART %SystemRoot%\system32\notepad.exeGOTO top
Simpan dengan format *.bat.
Lalu Buka File Tersebut
8. Bikin vbscript nongol mlulu
Copy script dibawah ini dan paste di notepad anda.
@ECHO off:topSTART %SystemRoot%\system32\notepad.exeGOTO top
Simpan dengan format *.bat.
Lalu Buka File Tersebut
9. Otomatis ngetik "lu jelek banget sih" di notepad/word
Copy script dibawah ini dan paste di notepad anda.
Set wshShell = wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "Lu jelek banget sih!!!"loop
Simpan dengan format *.vbs
Lalu Buka File Tersebut
10. Sama dengan trik nomor sembilan, tapi berbeda khascopy:
Copy script dibawah ini dan paste di notepad anda.
WScript.Sleep 1800WScript.Sleep 100Set WshShell = WScript.CreateObject(“WScript.Shell”)WshShell.Run “notepad”WScript.Sleep 10WshShell.AppActivate “Notepad”WScript.Sleep 50WshShell.SendKeys “ka”WScript.Sleep 50WshShell.SendKeys “mu “WScript.Sleep 50WshShell.SendKeys “je”WScript.Sleep 50WshShell.SendKeys “le”WScript.Sleep 50WshShell.SendKeys “k “WScript.Sleep 50WshShell.SendKeys ” se”WScript.Sleep 50WshShell.SendKeys “ka”WScript.Sleep 50WshShell.SendKeys “li”WScript.Sleep 50WshShell.SendKeys ” y”WScript.Sleep 50WshShell.SendKeys “a”WScript.Sleep 50WshShell.SendKeys ” h”WScript.Sleep 50WshShell.SendKeys “!”WScript.Sleep 50WshShell.SendKeys “!! “
Simpan dengan format *.vbs
Lalu Buka File Tersebut
Semoga berhasil Xixixixixi.....
Tidak ada komentar:
Posting Komentar
Ayo Komentarnya jangan lupa...
kalau ada link yang mati laporkan juga disini ya...