Tuesday 29 April 2014

How To Edit Your Money and Bounty in Need For Speed Mostwanted

Leave a Comment
Need For Speed Mostwanted is game that still interests people of all ages.It quality of graphics its gameplay and the cars are just awesome!.But As the dawn of expenses rises in our real world haven't you felt short of money in the game? or ever thought that why waste time collecting bounty for a stupid rival? Lets do it the geeky way...We're going to edit our money and bounty. So Now you feel like boss? isn't it?.Buy any car ,Parts Of Visual Add-Ons Mahn! The world is yours.People Say Money cannot buy happiness but money does buy NFSMW pleasure so lets get started to flood your bank account..!


What Exactly Are You Doing?

First you need to have a look at EA Games Algorithm that they use to alter your money and bounty as and when you proceed in the game.Don't worry If you're not getting it..This has nothing to do with your editing which is a a very easy task to perform
DDWORD EAcrc32(void *pData, DWORD cbData)
{
 DWORD crc32 = 0;
 BYTE *pbyData = (BYTE *)pData;
 
 if ( cbData < 4 )
  return 0;

 crc32 |= (*pbyData++)<<24;
 crc32 |= (*pbyData++)<<16;
 crc32 |= (*pbyData++)<<8;
 crc32 |= (*pbyData++);
 cbData -= 4;
 crc32 = ~crc32;

 while ( cbData-- )
  crc32 = ((crc32<<8)|(*pbyData++))^EAcrc32tab[crc32>>24];

 return ~crc32;
}

Well the piece of code that you see above is their algorithm which adds your bounty to the saved ones.Now what we're gonna do is just alter the caches of the save files and a few checksums which will enable us to alter our money and bounty.



Changing Your Money And Bounty

Now I guess you might be thinking its a herculean task but let me tell you that its a child's play because you're not going to sit and program lines of code because we live in a world were most of the work our computers do so why not this task?
We're gonna use a program called NFS Mostwanted SaveEditor which is made using SSL and MD5 hash so you just have to type and click.So Here are the Steps

Step 1:Downloading NFSMW SaveEditor

First you need to download our SaveEditor and extract it to your desired destination.
Download SaveEditor

After you have done run the program to proceed to the next step!


Step 2: Editing Money and Bounty



As you can see alongside is the preview of the program.It displays your alias..you can see mine loaded now it has two input boxes where you need to enter the money and bounty
remember to enter an integer.You can use my details for the first try run.

Now Hit Save And Voila That's it! You have successfully changed your bounty and money and now you can call yourself the Most Wanted Millionare!.

In My Next Tutorial I will show you how to add new cars to Need For Speed Mostwanted
But hey did you check how to play Need For Speed Over Lan with your Freinds? No? then what are you waiting for?

0 comments:

Post a Comment

Don't You Think this Awesome Post should be shared ??
| How To Edit Your Money and Bounty in Need For Speed Mostwanted |