Hacking VitaCheat/FinalCheat Database

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,648
Trophies
2
XP
4,339
Country
Germany
You should use both of them fuzzy and normal search.
Its not always easy to find invincible and often hardly to get.

Here my tutorial what im using,maybe it can help you.

1.Set the range between 81-85 Normal and/or Fuzzy.
2.search for Value 0 (not hit)
3.After searching zero go and get a hit by an enemy ,if your charackter is (blinking) search for Value 1 (hit).
4.Repead 2, and 3, as long as you get the right code. But in most cases you will get many codes so you have to try all of them.

You can try this methode on fuzzy but instead of Values 0 and 1 you have to use more or less.
If you didnt get a result try to set the range on
81-8F.
 
  • Like
Reactions: protoye76

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
You're welcome proyote.

That's a bit more complicated because it varies for each game. It depends on how the programmers made the game. It's usually just easier to hack the HP bar, even if the numbers aren't visible.

If you're wanting a true invincible code, where you just never get hit, you're probably going to want to use the invincibility frames that most games give just after being hit. It's sometimes as simple as finding a 0/1 somewhere, but some games use a timer so you'll want to find an address that's a 0 normally, but a certain number when you get hit that just quickly counts down to 0.
 

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
Started getting some idea of HP in Toukaiden: Kiwami. The game uses some RNG to edit the pointers for HP, but it looks like that RNG is SET at the beginning of the game, right when you choose your character. So, we always know where HP is RIGHT at the start of the game, useful later on.

After making a few dumps, I've found a simple pointer that hits HP. This is fine, except it doesn't always work... Not because the pointer is wrong, but because the game shifts by 0x00100000 sometimes when starting the game.... so sometimes the hp is at 0x845408E4 when starting the game, and other times it is at 0x846408E4. That's that weird DMA that I mentioned before at work. There isn't a pointer that shows which is being used, as far as vitacheat can tell. It's also well outside the memory segments, so nothing a b200 code can fix.

So, I loaded up the game several times and noted which HP location was being used (845 or 846) and took dumps after the location changed. Any dumps that I took from the 845 sets matched well and gave a few pointers, but mixing in ANY of the other set produced no pointers. And vice versa. I've gotten a pointer that looks correct for the 845 set, and adding 0x100000 to it gives a matching pointer that works for the other set. So, here's a code that SHOULD work for both sets. I haven't done a LOT of testing with it yet, but here it is for now.

Code:
_V0 Inf HP [test]
$D204 8437A308 2E676552
$3201 843DC090 0000007C
$3300 00000000 44FA0000
$3201 843DC090 00000084
$3300 00000000 44FA0000
$D204 8447A308 2E676552
$3201 844DC090 0000007C
$3300 00000000 44FA0000
$3201 844DC090 00000084
$3300 00000000 44FA0000

_V0 Inf Focus [test]
$D202 8437A308 2E676552
$3201 843DC090 0000008C
$3300 00000000 44FA0000
$D202 8447A308 2E676552
$3201 844DC090 0000008C
$3300 00000000 44FA0000

_V0 Inf Weapon Art [test]
$D202 8437A308 2E676552
$3201 843DC090 00000094
$3300 00000000 447A0000
$D202 8447A308 2E676552
$3201 844DC090 00000094
$3300 00000000 447A0000

Edit:
Added a few more codes. I'm only missing the Inf Skill and Skill modifier codes from the original code list.

@WonkyDickery , can you give these a shot? Let me know if anything happens while using them... Crashes, cheats randomly stop working, etc.
 
Last edited by Yohoki,

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,648
Trophies
2
XP
4,339
Country
Germany
# Title: Ys: Memories of Celceta
# ID: PCSB00497
# Region: EUR
# Version: 1.00
# Type: NoNpDrm
# Created by tomberyx

_V0 Inf.Money
$3201 811E44B0 0001120C
$3300 00000000 0098967F

_V0 Inf.Mp
$3201 811E44B0 00011210
$3300 00000000 0000FFFF

_V0 Play Time 0
$3201 811E44B0 00011214
$3300 00000000 00000000

_V0 Best Equipment for Adol
$3201 811E44B0 00011236 # weapon
$3300 00000000 00000001
$3201 811E44B0 0001132E # Armor
$3300 00000000 00000001

_V0 Best Equipment for Duren
$3201 811E44B0 0001125E # weapon
$3300 00000000 00000001
$3201 811E44B0 0001132E # Armor
$3300 00000000 00000001

_V0 Best Accessory
$3201 811E44B0 0001134C
$3300 00000000 00000008
$3201 811E44B0 00011354
$3300 00000000 00000008
$3201 811E44B0 0001135C
$3300 00000000 00000008
$3201 811E44B0 00011364
$3300 00000000 00000008
$3201 811E44B0 0001139A
$3300 00000000 00000008
$3201 811E44B0 0001139C
$3300 00000000 00000008
$3201 811E44B0 000113A4
$3300 00000000 00000008
$3201 811E44B0 000113AA
$3300 00000000 00000008

_V0 Drunk affects
$3201 811E44B0 0001121C
$3300 00000000 00000100
 
Last edited by tomberyx,
  • Like
Reactions: protoye76

hanseo

Well-Known Member
Member
Joined
May 29, 2015
Messages
455
Trophies
0
Age
35
XP
1,310
Country
United States
# Title: Ys: Memories of Celceta
# ID: PCSB00497
# Region: EUR
# Version: 1.00
# Type: NoNpDrm
# Created by tomberyx

_V0 Inf.Money
$3201 811E44B0 0001120C
$3300 00000000 0098967F

_V0 Inf.Mp
$3201 811E44B0 00011210
$3300 00000000 0000FFFF

_V0 Play Time 0
$3201 811E44B0 00011214
$3300 00000000 00000000

_V0 Best Equipment for Adol
$3201 811E44B0 00011236 # weapon
$3300 00000000 00000001
$3201 811E44B0 0001132E # Armor
$3300 00000000 00000001

_V0 Best Equipment for Duren
$3201 811E44B0 0001125E # weapon
$3300 00000000 00000001
$3201 811E44B0 0001132E # Armor
$3300 00000000 00000001

_V0 Best Accessory
$3201 811E44B0 0001134C
$3300 00000000 00000008
$3201 811E44B0 00011354
$3300 00000000 00000008
$3201 811E44B0 0001135C
$3300 00000000 00000008
$3201 811E44B0 00011364
$3300 00000000 00000008
$3201 811E44B0 0001139A
$3300 00000000 00000008
$3201 811E44B0 0001139C
$3300 00000000 00000008
$3201 811E44B0 000113A4
$3300 00000000 00000008
$3201 811E44B0 000113AA
$3300 00000000 00000008

_V0 Drunk affects
$3201 811E44B0 0001121C
$3300 00000000 00000100

would this work on the us version?
 

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
Is anyone able to get vitacheat to work on God of War (PCSA00126)? I can't seem to get HP to work. Was able to find the address using fuzzy search but it doesn't freeze. Cheat in DB also can usually find the HP address, but doesn't freeze it.
 

Smoker1

Well-Known Member
Member
Joined
Feb 17, 2015
Messages
5,003
Trophies
1
Location
California
XP
5,992
Country
United States
Is anyone able to get vitacheat to work on God of War (PCSA00126)? I can't seem to get HP to work. Was able to find the address using fuzzy search but it doesn't freeze. Cheat in DB also can usually find the HP address, but doesn't freeze it.

# PCSA00126 GoW Collection

_V1 Inf HP
$D504 8230CB50 00000000
$8201 8230CEB8 00000164
$8800 00000000 00000000
$8601 8230CEB8 00000168
$8900 00000000 00000000
$D504 82CC4FE8 00000000
$8201 820C3F28 00000170
$8800 00000000 00000000
$8601 820C3F28 00000174
$8900 00000000 00000000

_V1 Rage of God Max
$D502 8230CB50 00000000
$3201 8236C908 00005344
$3300 00000000 42C80000
$D502 82CC4FE8 00000000
$3201 8213FD94 00006FE0
$3300 00000000 42C80000

_V1 Inf Skill Bar
$D504 8230CB50 00000000
$8201 8236C908 00005340
$8800 00000000 00000000
$8601 8236C908 FFFE9B44
$8900 00000000 00000000
$D504 82CC4FE8 00000000
$8201 8213FD94 00006FD8
$8800 00000000 00000000
$8601 8213FD94 FFFE6900
$8900 00000000 00000000

_V0 Orbs Max
$D502 8230CB50 00000000
$3201 8236FD0C 00000B08
$3300 00000000 0000EA60
$D502 82CC4FE8 00000000
$3201 821442C4 00000B70
$3300 00000000 000F423E
 

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
# PCSA00126 GoW Collection

_V1 Inf HP
$D504 8230CB50 00000000
$8201 8230CEB8 00000164
$8800 00000000 00000000
$8601 8230CEB8 00000168
$8900 00000000 00000000
$D504 82CC4FE8 00000000
$8201 820C3F28 00000170
$8800 00000000 00000000
$8601 820C3F28 00000174
$8900 00000000 00000000

_V1 Rage of God Max
$D502 8230CB50 00000000
$3201 8236C908 00005344
$3300 00000000 42C80000
$D502 82CC4FE8 00000000
$3201 8213FD94 00006FE0
$3300 00000000 42C80000

_V1 Inf Skill Bar
$D504 8230CB50 00000000
$8201 8236C908 00005340
$8800 00000000 00000000
$8601 8236C908 FFFE9B44
$8900 00000000 00000000
$D504 82CC4FE8 00000000
$8201 8213FD94 00006FD8
$8800 00000000 00000000
$8601 8213FD94 FFFE6900
$8900 00000000 00000000

_V0 Orbs Max
$D502 8230CB50 00000000
$3201 8236FD0C 00000B08
$3300 00000000 0000EA60
$D502 82CC4FE8 00000000
$3201 821442C4 00000B70
$3300 00000000 000F423E
.... i'm freaking tired, man.... nvm.... I copied the "Rage of God" code, but titled it "Inf HP".... I been freezing the rage thingy and looking at HP for like 3 hours.... Thanks bro. I'm going to bed. XD
 
  • Like
Reactions: Smoker1

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
Also, I know you were asking about this a while back @Smoker1... so here you go.
Code:
# ID: PCSA00126
# Title: God of War Collection
# Region: USA
# Version: 1.00

_V0 Hold X to Fly
$D502 8230CB50 00000000
$C201 00000001 00004000
$0200 8239F6BC 41F00000

_V0 Inf Rage of Gods
$D502 8230CB50 00000000
$3201 8236C908 00005340 $3300 00000000 42C80000

The codes don't always work... I'm using the $D5xx part from speedfly, and it's crap and doesn't always work. Needs a better one. I assume it's a safeguard to check if GoW1 or GoW2 is loaded, but since it's not accurate, sometimes it thinks neither is loaded. Both of these are only for GoW1, I think. Haven't tested 2 yet.

And the Inf Rage of God code on the DB is off by 4bytes. Not really any need to fix it, though... the pointer they used is crap and needs replaced anyway. I found a better one earlier but my vita crashed and I didn't save the code... so I'll have to do it again later.
 
Last edited by Yohoki,

CrossOut

Well-Known Member
Member
Joined
Aug 12, 2018
Messages
404
Trophies
0
Age
34
XP
1,262
Country
United Kingdom
Is anyone able to get vitacheat to work on God of War (PCSA00126)? I can't seem to get HP to work. Was able to find the address using fuzzy search but it doesn't freeze. Cheat in DB also can usually find the HP address, but doesn't freeze it.
That is odd. The code worked for me but it glitches that last boss fight and you get a white screen if you beat the boss with the code active. I just disabled it and beat the boss and it was fine. Also I notice that according to the cheat file there are different codes for each game type, mai,nonpdrm. Did you use the wrong code on the wrong version?

Nonpdrm code
$8201 8230CEB8 00000164
$8800 00000000 00000000
$8601 8230CEB8 00000168
$8900 00000000 00000000
$D504 82CC4FE8 00000000
$8201 820C3F28 00000170
$8800 00000000 00000000
$8601 820C3F28 00000174
$8900 00000000 00000000
$D504 8230CB50 00000000


Mai code

$8201 8230CEB8 00000164
$8800 00000000 00000000
$8601 8230CEB8 00000168
$8900 00000000 00000000
$D504 82CC4FE8 00000000
$8201 820C3F28 00000170
$8800 00000000 00000000
$8601 820C3F28 00000174
$8900 00000000 00000000
$D504 8230CB50 00000000
 
Last edited by CrossOut,

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
That is odd. The code worked for me but it glitches that last boss fight and you get a white screen if you beat the boss with the code active. I just disabled it and beat the boss and it was fine. Also I notice that according to the cheat file there are different codes for each game type, mai,nonpdrm. Did you use the wrong code on the wrong version?

Nonpdrm code
$8201 8230CEB8 00000164
$8800 00000000 00000000
$8601 8230CEB8 00000168
$8900 00000000 00000000
$D504 82CC4FE8 00000000
$8201 820C3F28 00000170
$8800 00000000 00000000
$8601 820C3F28 00000174
$8900 00000000 00000000
$D504 8230CB50 00000000


Mai code

$8201 8230CEB8 00000164
$8800 00000000 00000000
$8601 8230CEB8 00000168
$8900 00000000 00000000
$D504 82CC4FE8 00000000
$8201 820C3F28 00000170
$8800 00000000 00000000
$8601 820C3F28 00000174
$8900 00000000 00000000
$D504 8230CB50 00000000

The Mai and NND codes are the same in this case. Vitamin codes are different. I'm not sure it's worth it to do separate codes for vitamin or mai anymore, anyway. NND seems to just be the way to go for games since it's un-modified code. The only reason I could see Mai being used is in the case of modded games, like the English patch of Catherine Full Body by froid_san.

Some of the codes don't work all the time because the pointers are just not very good. I found one for Inf rage that only has a 0x1300 offset instead of that 5000+ one. Plus the codes use a $D5xx code to check which game is running, but it's not accurate and sometimes it just doesn't work, loading neither code or both at once. This game could use some retouching.
 

CrossOut

Well-Known Member
Member
Joined
Aug 12, 2018
Messages
404
Trophies
0
Age
34
XP
1,262
Country
United Kingdom
The Mai and NND codes are the same in this case. Vitamin codes are different. I'm not sure it's worth it to do separate codes for vitamin or mai anymore, anyway. NND seems to just be the way to go for games since it's un-modified code. The only reason I could see Mai being used is in the case of modded games, like the English patch of Catherine Full Body by froid_san.

Some of the codes don't work all the time because the pointers are just not very good. I found one for Inf rage that only has a 0x1300 offset instead of that 5000+ one. Plus the codes use a $D5xx code to check which game is running, but it's not accurate and sometimes it just doesn't work, loading neither code or both at once. This game could use some retouching.
With your skill maybe you can redo the codes and get them to work right? I hope you can. I will redownload the game in a day or so and see if the codes still work for me.
 
Last edited by CrossOut,

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
With your skill maybe you can redo the codes and get them to work right? I hope you can. I will redownload the game in a day or so and see if the codes still work for me.
I dunno why you say "with your skill" like I'm awesome at this. XD But I appreciate the compliment.

I was mainly looking at the pointers to check something out, but maybe. It's not like we don't have a ton of new tools since this code was made. Most of them shouldn't be hard to make, and it's a game I never was able to play when it was new, so I might just go ahead and make some codes for it while I'm playing it.
 

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
Looks like the reason why the God of War codes don't work sometimes is because of that weird shifted DMA thing again. Sometimes the game just loads at -0x00100000 from where it normally does. So we need 4 codes each cheat for this game. Should be easy enough to make the codes for the special case once the regular codes are made, since we just need to copy the code and sub the offset.
 

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,648
Trophies
2
XP
4,339
Country
Germany
I will give it a try today.
As you know,no guarantee of stable pointers.
I will send you some codes that you can test, after testing them , inform me how good/bad they work.

My results so far on this game:
I found nothing that can be used :-(
This game is a pain im the A ... if you are looking for stable pointers ,i tried 50 orange pointers just for inf. fuel but i always got a crash after a while (maybe Yohoki can help to find the right one).
Looking for inf. HP was also a pain because you only get fake values.

Money has only 3 different Addresses but i need 6 to make a good pointer ( have to go further).

In a nutshell ,im pretty sure i will get what i need next time. I think invincible is possible to make,that helps alot in this game.
Btw ,its really a nice game with a nice Soundtrack.
I like it.
 

Smoker1

Well-Known Member
Member
Joined
Feb 17, 2015
Messages
5,003
Trophies
1
Location
California
XP
5,992
Country
United States
Also, I know you were asking about this a while back @Smoker1... so here you go.
Code:
# ID: PCSA00126
# Title: God of War Collection
# Region: USA
# Version: 1.00

_V0 Hold X to Fly
$D502 8230CB50 00000000
$C201 00000001 0000400
$0200 8239F6BC 41F00000

_V0 Inf Rage of Gods
$D502 8230CB50 00000000
$3201 8236C908 00005340 $3300 00000000 42C80000

The codes don't always work... I'm using the $D5xx part from speedfly, and it's crap and doesn't always work. Needs a better one. I assume it's a safeguard to check if GoW1 or GoW2 is loaded, but since it's not accurate, sometimes it thinks neither is loaded. Both of these are only for GoW1, I think. Haven't tested 2 yet.

And the Inf Rage of God code on the DB is off by 4bytes. Not really any need to fix it, though... the pointer they used is crap and needs replaced anyway. I found a better one earlier but my vita crashed and I didn't save the code... so I'll have to do it again later.
Well, I noticed that sometimes, it was VitaCheat or something else somehow edit the File. But once it is changed to normal, it works perfectly.
From my Vita directly. Have had no Issues, except what I mentioned.
_V1 Inf HP-NND
$D504 8230CB50 00000000
$8201 8230CEB8 00000164
$8800 00000000 00000000
$8601 8230CEB8 00000168
$8900 00000000 00000000
$D504 82CC4FE8 00000000
$8201 820C3F28 00000170
$8800 00000000 00000000
$8601 820C3F28 00000174
$8900 00000000 00000000

_V1 Rage of God Max-NND
$D502 8230CB50 00000000
$3201 8236C908 00005344
$3300 00000000 42C80000
$D502 82CC4FE8 00000000
$3201 8213FD94 00006FE0
$3300 00000000 42C80000

_V1 Inf Skill Bar-NND
$D504 8230CB50 00000000
$8201 8236C908 00005340
$8800 00000000 00000000
$8601 8236C908 FFFE9B44
$8900 00000000 00000000
$D504 82CC4FE8 00000000
$8201 8213FD94 00006FD8
$8800 00000000 00000000
$8601 8213FD94 FFFE6900
$8900 00000000 00000000

_V0 Orbs Max-NND
$D502 8230CB50 00000000
$3201 8236FD0C 00000B08
$3300 00000000 00007530
$D502 82CC4FE8 00000000
$3201 821442C4 00000B70
$3300 00000000 000F423E
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: Shower done