Sabtu, 27 Desember 2008

Hack Sekolah

Kesel dengan Lambatnya Akses Internet Di Sekolah Kamu??
Kesel banget kan?? aq Jga kesal nich dengn Speednya di sekalah Aq Nich
Nich ad sedikit tutorial mungkin bermanfaat hehe (O____@)


Pertama2 download Program IP Scanner Yaitu ETHERDETECT

Gunakan Program Ini untuk Scan IP Anda di jaringan

Tunggu sampai Anda mendapatkan beberapa IP yang 3 angka Dibelakangnya 200..

Kemudian hanya mengubah 3 angka terakhir IP Anda dengan Alamat IP yang Anda dapatkan Ketika scanner!

CATATAN: Harap menyimpan IP suatu tempat, sehingga untuk mendapatkan kembali ke IP asli!

Ia akan berkata "Ip konflik" kesalahan, terus mencoba dengan IP lain sampai Anda berhasil.

Kadang-kadang bila Anda akan mengubah Anda IP Anda akan mendapatkan kecepatan yang sama ... dalam kasus yang lain .. coba IP!


I'v mencoba ini dengan Reliance mendapatkan kecepatan hingga 4mbps walaupun saya adalah rencana dari 600kbps




..: ~ ~ Download Link: ..
KODE
http://rapidshare.com/files/46070425/EtherDetect_setup.exe


..: ~ ~ Serial: ..
KODE
YW38X6HKWYT4CTK

Rahasia Google

--------------------------------------------------------------------------------

method 1
www.google.com
Masukan String dibawah ini ke google search:

"parent directory " /appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

"parent directory " DVDRip -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

"parent directory "Xvid -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

"parent directory " Gamez -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

"parent directory " MP3 -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

"parent directory " Name of Singer or album -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

Kamu hanya bisa merubah kata setelah "Parent directory" Ubah Sesuai dengan apa yang anda inginkan dan anda akan mendapatkan Banyak stuff.

Yeah!

method 2
www.google.com

Masukan String dibawah ke google search:

?intitle:index.of? mp3

Kamu hanya perlu mengubah Lagu/artist/singer.

COntoh: ?intitle:index.of? mp3 jackson

Jumat, 26 Desember 2008

Logindown komputer dengan Mudah

1. Right click di desktop
2. Pilih New
3. Select Shortcut
4. Ketik rundll32.exe user32.dll,LockWorkStation
5. Click Next
6. Namai SHortcut, terserah deh..
7. Click Finish

Program Untuk Menebak umur dengan Bahasa Pemprograman C

#include

int main()
{
using std::cout;
using std::cin;

int Grid1;
int Grid2;
int Grid3;
int Grid4;
int Grid5;
int Grid6;
int Age;
int Check = 2;

while(Check == 2)
{
cout << "Is your age here?\n\n"; //Grid 1 cout << " 1 3 5 7 9 11 13 15\n"; cout << "17 19 21 23 25 27 29 31\n"; cout << "33 35 37 39 41 43 45 47\n"; cout << "49 51 53 55 57 59 61 63\n\n"; cout << "1.Yes\n2.No\n"; cin >> Grid1;

switch (Grid1)
{
case 1: Grid1 = 1;
break;
case 2: Grid1 = 0;
break;
default: cout << "Please enter a number 1 or 2.\n"; break; } cout << "\nIs your age here?\n\n"; //Grid 2 cout << " 2 3 6 7 10 11 14 15\n"; cout << "18 19 22 23 26 27 30 31\n"; cout << "34 35 38 39 42 43 46 47\n"; cout << "50 51 54 55 58 59 62 63\n\n"; cout << "1.Yes\n2.No\n"; cin >> Grid2;

switch (Grid2)
{
case 1: Grid2 = 2;
break;
case 2: Grid2 = 0;
break;
default: cout << "Please enter a number 1 or 2.\n"; break; } cout << "\nIs your age here?\n\n"; //Grid 3 cout << " 4 5 6 7 12 13 14 15\n"; cout << "20 21 22 23 28 29 30 31\n"; cout << "36 37 38 39 44 45 46 47\n"; cout << "52 53 54 55 60 61 62 63\n\n"; cout << "1.Yes\n2.No\n"; cin >> Grid3;

switch (Grid3)
{
case 1: Grid3 = 4;
break;
case 2: Grid3 = 0;
break;
default: cout << "Please enter a number 1 or 2.\n"; break; } cout << "\nIs your age here?\n\n"; //Grid 4 cout << " 8 9 10 11 12 13 14 15\n"; cout << "24 25 26 27 28 29 30 31\n"; cout << "40 41 42 43 44 45 46 47\n"; cout << "56 57 58 59 60 61 62 63\n\n"; cout << "1.Yes\n2.No\n"; cin >> Grid4;

switch (Grid4)
{
case 1: Grid4 = 8;
break;
case 2: Grid4 = 0;
break;
default: cout << "Please enter a number 1 or 2.\n"; break; } cout << "\nIs your age here?\n\n"; //Grid 5 cout << "16 17 18 19 20 21 22 23\n"; cout << "24 25 26 27 28 29 30 31\n"; cout << "48 49 50 51 52 53 54 55\n"; cout << "56 57 58 59 60 61 62 63\n\n"; cout << "1.Yes\n2.No\n"; cin >> Grid5;

switch (Grid5)
{
case 1: Grid5 = 16;
break;
case 2: Grid5 = 0;
break;
default: cout << "Please enter a number 1 or 2.\n"; break; } cout << "\nIs your age here?\n\n"; //Grid 6 cout << "32 33 34 35 36 37 38 39\n"; cout << "40 41 42 43 44 45 46 47\n"; cout << "48 49 50 51 52 53 54 55\n"; cout << "56 57 58 59 60 61 62 63\n\n"; cout << "1.Yes\n2.No\n"; cin >> Grid6;

switch (Grid6)
{
case 1: Grid6 = 32;
break;
case 2: Grid6 = 0;
break;
default: cout << "Please enter a number 1 or 2.\n"; break; } Age = Grid1 + Grid2 + Grid3 + Grid4 + Grid5 + Grid6; cout << "\nYou are " <<>> Check;
}

return 0;

}

Beberapa WIndows CD Key

-------------------------------------------
Windows 95 CD Key
--- >>> 00100-0123456-00100
-------------------------------------------
Windows 98 Second Edition CD Key
--- >>> K4HVD-Q9TJ9-6CRX9-C9G68-RQ2D3
-------------------------------------------
Windows 98 SECOND EDITION CD Key
---- >>> HQ6K2-QPC42-3HWDM-BF4KJ-W4XWJ
-------------------------------------------
Windows ME CD Key
--- >>> JFWP3-NG104-06821-K57JY-JGRMG
-------------------------------------------
Windows 2000 CD key
--- >>> RBDC9-VTRC8-D7972-J97JY-PRVMG
-------------------------------------------
Office 2000 prof. CD key
--- >>> FGT4H-HHGVP-P8889-BH7X6-KK3M8 OR B
-------------------------------------------
Windows XP PROF. CD key
--- >>> FCKGW-RHQQ2-YXRKT-BTG6W-2B7Q8

Beberapa hal yang tersembunyi Di windows

1. INSTALLER MUSIC :Start>run>"c:\\windows\system32\oobe\images\title.wma">
Tekan ENTER

2. HIBERNATE :Start>turn off computer>TEkan "shift" untuk mengubah Tombol
"Stand By" Menjadi hibernate

3. HIDDEN DEVICES :Control pannel >system>hardware>device manager>pilih "view" and show hidden device

4. CHARACTER MAP :Start>run>"charmap.exe">ok

5. CLIPBOARD VIEWERS :Start>run>"clipbrd.exe">ok

6. Dr. WATSON :Start>run>"drwtsn32.exe">ok

7. IEXPREE WIZARD :Start>run>"iexpress.exe">ok

8. WINDOW MEDIA PLAYER 5.1 :Start>run>"mplay32.exe">ok

9. ODBC DATA SOURCE ADMINIS. :Start>run>"odbcad32.exe">ok

10.OBJECT PACKAGER :Start>run>"packager.exe">ok

11.SYATEM MONITOR :Start>run>"perfmon.exe">ok

12.NTW SHARE FOLDER WIZARD :Start>run>"shrpuwb.exe:>ok

13.FILE SIGNATURE VERI. TOOL :Start>run>"sigverif.exe">ok

14.SYS CONFIGURATION EDITOR :Start>run>"sysedit.exe">ok

15.DRIVER VERIFIER MANAGER :Start>run>"verifier.exe">ok

16.WINDOWS 4 WORKGROUP CHAT :Start>run>"winchat.exe">ok

17.PRIVAET CHRACTER OR GRAPHIC EDITOR :Start>run>:eudcedit">ok

Melihat Beberapa Kamera keamanan Di berbagai Server

inurl:indexFrame.shtml Axis
inurl:"ViewerFrame?Mode="
intitle:snc-rz30 inurl:home/
inurl:/view/index.shtml
inurl:"ViewerFrame?Mode="
inurl:netw_tcp.shtml
intitle:"supervisioncam protocol"
inurl:CgiStart?page=Single
inurl:indexFrame.shtml?newstyle=Quad
intitle:liveapplet inurl:LvAppl
inurl:/showcam.php?camid
inurl:video.cgi?resolution=
inurl:image?cachebust=
intitle:"Live View / - AXIS"
inurl:view/view.shtml
intext:"MOBOTIX M1"
intext:"Open Menu"
intitle:snc-rz30
inurl:home/
inurl:"MultiCameraFrame?Mode="
intitle:"EvoCam" inurl:"webcam.html"
intitle:"Live NetSnap Cam-Server feed"
intitle:"Live View / - AXIS 206M"
intitle:"Live View / - AXIS 206W"
intitle:"Live View / - AXIS 210"
inurl:indexFrame.shtml Axis
inurl:"ViewerFrame?Mode="
inurl:"MultiCameraFrame?Mode=Motion"
intitle:start inurl:cgistart
intitle:"WJ-NT104 Main Page"
intext:"MOBOTIX M1" intext:"Open Menu"
intext:"MOBOTIX M10" intext:"Open Menu"
intext:"MOBOTIX D10" intext:"Open Menu"
intitle:snc-z20 inurl:home/
intitle:snc-cs3 inurl:home/
intitle:snc-rz30 inurl:home/
intitle:"sony network camera snc-p1"
intitle:"sony network camera snc-m1"

site:.viewnetcam.com -www.viewnetcam.com

intitle:"Toshiba Network Camera" user login
intitle:"netcam live image"
intitle:"i-Catcher Console - Web Monitor"
inurl:/home/home
"Kamerainformationen anzeigen"
intitle:"AXIS 2100 Network Camera Axis 2100 Network Camera 2.02"
intitle:"Linksys Web Camera" "ver"