Gran Turismo 4 Cheats
#1
So, I used the following gameshark codes to max out my money so I coul buy some cars for split screen.

//Max Cash
patch=1,EE,20A31928,extended,44B14400
patch=1,EE,20A3192C,extended,44B14400


The problem is that this code gave me too much money.

How would I edit this code so it removes all of my money ingame? Is it possible?

Thanks!
Reply

Sponsored links

#2
(01-05-2020, 09:11 PM)TioRalph Wrote: So, I used the following gameshark codes to max out my money so I coul buy some cars for split screen.

//Max Cash
patch=1,EE,20A31928,extended,44B14400
patch=1,EE,20A3192C,extended,44B14400


The problem is that this code gave me too much money.

How would I edit this code so it removes all of my money ingame? Is it possible?

Thanks!

This is a blind guess so do this at your own risk.

My guess is it's setting your money to 44b14400. That's in what we call "hexadecimal", if I convert that to plain old decimal (numbers that we normally use), it comes out to 1,152,467,968. If you change that to 00000000, then that might set your money back to 0. Could try that?
Reply
#3
Hi, thanks for the fast response.

Unfortunetly it doesn't work. Instead of removing the money it doubled it. Also, the number you pointed out was 1,152,467,968, but the money I got the first time I used the code was over 4,000,000,000,000,000.

Thanks again for the rapid response. If you uave any other solution I'll be happy to try out asap.
Reply
#4
Hi folks! So I managed to make it work. Sorry if my explanation is not clear, I figured out just last night.

So, to reset the credits, or give more, if you like, you will have to calculate the XOR numbers for the money you want. There is a google play app called Bit Calculator which will help you do that.

To calculate this value you need two informations, the base credits HEX code and the HEX code of the amount you want.

I'll give an example with my case. I had a value of 4.522.506.211.400.486.202 and I wanted to revert it back to 10.000, so I could continue playing the game as normal. The codes were:

Base Credits HEX code: 7A726F706C6C525E
(This code never changes. You'll always use it.)

Money HEX code: 2710
(Refering to 10.000)

Now, after inputing these two values in the XOR calculator we'll have the HEX code 7A726F706C6C754E.

This is the code to reset the credits back to 10.000.

Now we must understand the structure of the code itself.

Let's separate the code like this:

7A726F70                   6C6C754E
(Second Part)            (First Part)

Now, when we change the values in the cheat file with these you'll have something like this.

gametitle=Gran Turismo 4 (NTSC-U) [SCUS-97328]

//Reset Credits
patch=1,EE,20A1FCA8,extended,6C6C754E
patch=1,EE,20A1FCAC,extended,7A726F70

With this cheat the credits will reset back to 10.000.

You can make this process to find any value. Here goes my previous credits for instance:

Money HEX code: 3EC32B7021060D3A
(Regering to 4.522.506.211.400.486.202)

That's it folks. I hope this can help anyone with the same problem. I was really worried that I would lose my save with that much credits(would be really boring), but now it's fixed.

Again, if my explanation is too confusing, feel free to ask me and I'll be happy to help.

So long.
Reply




Users browsing this thread: 1 Guest(s)