Bermain Dengan 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.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Simpan dengan format *.vbs.
Lalu Buka File Tersebut
2. Menulis otomatis di notepad
Copy script dibawah ini dan paste di notepad anda.
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “Tulisan ini akan menulis sendiri di notepad anda”
loop
Simpan dengan format *.vbs.
Lalu Buka File Tersebut
3. Membuat Pesan muncul berulang – ulang
Copy script dibawah ini dan paste di notepad anda.
@ECHO off
:Begin
msg * hahahhaa
msg * santai boss
msg * ini hanya main-main
msg * jangan marah ya
msg * hanya bercanda
GOTO 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 off
msg * Hahahahhaha
shutdown -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”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Simpan dengan format *.vbs.
Lalu Buka File Tersebu
t
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”)
do
wscript.sleep 100
wshshell.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
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Simpan dengan format *.bat.
Lalu Buka File Tersebut

Shortcut keyboard facebook untuk Mozilla Firefox
shift + alt + 0 = Pusat bantuan
shift + alt + 1 = Home
shift + alt + 2 = Profile
shift + alt + 3 = Permintaan pertemanan
shift + alt + 4 = Pesan
shift + alt + 5 = Pemberitahuan
shift + alt + 6 = Edit account
shift + alt + 7 = Settings privasi
shift + alt + 8 = Penggemar facebook
shift + alt + 9 = Statement of rights and responsibilities
shift + alt + m = Membuat pesan baru
shift + alt + ? atau shift + Alt+ /  = Kursor berada pada kolom pencarian

Shortcut keyboard facebook untuk Internet Explorer
alt + 0 lalu Enter = Pusat bantuan
alt + 1 lalu Enter = Home
alt + 2 lalu Enter = Profile
alt + 3 lalu Enter = Permintaan pertemanan
alt + 4 lalu Enter = Pesan
alt + 5 lalu Enter = Pemberitahuan
alt + 6 lalu Enter = Edit account
alt + 7 lalu Enter = Settings privasi
alt + 8 lalu Enter = Penggemar facebook
alt + 9 lalu Enter = Statement of rights and responsibilities
alt + m lalu Enter = Membuat pesan baru
alt + ? lalu Enter atau alt+ / lalu Enter = Kursor berada pada kolom pencarian
Shortcut keyboard facebook untuk Google Chrome
alt + 0 = Pusat bantuan
alt + 1 = Home
alt + 2 = Profile
alt + 3 = Permintaan pertemanan
alt + 4 = Pesan
alt + 5 = Pemberitahuan
alt + 6 = Edit account
alt + 7 = Settings privasi
alt + 8 = Penggemar facebook
alt + 9 = Statement of rights and responsibilities
alt + m = Membuat pesan baru
alt + ? atau alt+ / = Kursor berada pada kolom pencarian
            25 Add-ons Firefox Terbaik
1. Adblock Plus.
(https://addons.mozilla.org/id/firefox/addon/1865?collection_uuid=c867f4e3-1031-72c6-d68a-6d8593691b6b)
Add-ons untuk mengeblok iklan dan banner pada halaman web yang dibuka.
2. Personas Plus.
(https://addons.mozilla.org/id/firefox/addon/10900?collection_uuid=c867f4e3-1031-72c6-d68a-6d8593691b6b)
Merupakan skins untuk firefox dan mempunyai 60,000 design yang tersedia.
3. NoScript.
(https://addons.mozilla.org/id/firefox/addon/722?collection_uuid=c867f4e3-1031-72c6-d68a-6d8593691b6b)
Add-ons keamanan untuk firefox, melindungi diri terhadap serangan XSS dan Clickjacking.
4. Firebug.
(https://addons.mozilla.org/id/firefox/addon/1843?collection_uuid=c867f4e3-1031-72c6-d68a-6d8593691b6b)
Add-ons untuk mengedit, debug, dan memonitor CSS, HTML, dan JavaScript dalam setiap halaman web.
5. Greasemonkey.
(https://addons.mozilla.org/id/firefox/addon/748?collection_uuid=c867f4e3-1031-72c6-d68a-6d8593691b6b)
Memungkinkan Anda untuk menyesuaikan cara menampilkan halaman web dengan menggunakan JavaScript.
6. ImTranslator.
(https://addons.mozilla.org/id/firefox/addon/2257?collection_uuid=c867f4e3-1031-72c6-d68a-6d8593691b6b)
Online Translator dengan 1640 dukungan bahasa.

0 komentar:

Posting Komentar