Hacking VitaCheat/FinalCheat Database

dbzgts

Active Member
Newcomer
Joined
Sep 21, 2016
Messages
41
Trophies
0
Age
43
XP
187
Country
Indonesia
Halo guys, any games like ragnarok odyssey ace that require us to finish the quest? Really enjoy with killing the tought monster. Wondering how to finish the boss without cheat.
 

LucasKun

New Member
Newbie
Joined
Jun 22, 2020
Messages
4
Trophies
0
Age
40
XP
53
Country
United States
Hi,

This cheat was working fine (despite the max lvl and grapple lines never worked for the second character who comes later in history).

But when I installed an DLC the x99 items code stopped working. I tried to do it myself but no luck!

Can you help me to find how to or update the code?

I have put these together, I originally did these on rincheat through hex editing the save.

Shinobido 2 Revenge of Zen

Edit: Updated it to have less lines and corrected money

# PCSB00049 # PCSB00049

_V0 9,999,999 Money
$0200 8153C964 0098967F

_V0 99x Items (1st 100 slots)
$4001 81545E1A 00000063
$0064 000000C0 00000000

_V0 Max Lvl / Sp / Stamina
$0000 8153C974 00000063
$0000 8153C97C 000000FF
$0000 8153C980 00000064

_V0 Max Strength / Defense / Grapple
$4001 8153C984 00000032
$0002 00000004 00000000
$0000 8153C98C 00000048

_V0 99x Thrifty Ninja (Slot 1) (No Name Change)
$0200 81545E18 0063001B

_V0 99x Revive Scroll (Slot 2) (No Name Change)
$0200 81545ED8 00630019


Edit 2: I have made a code for unlocking the Alchemical Genius trophy

_V0 Alchemical Genius Material
$0200 81545E18 0001013E
$0000 81545E1C 00000005
$0200 81545E20 070003E7
$0200 81545E24 080003E7
$0200 81545E28 090003E7
$0200 81545E2C 0A0003E7
$0200 81545E30 0B0003E7

I haven't added this to the psv for obvious reasons, anyways enjoy :)
 

monodevil

Well-Known Member
Member
Joined
Apr 2, 2013
Messages
288
Trophies
1
XP
1,050
Country
United States
Hi,

This cheat was working fine (despite the max lvl and grapple lines never worked for the second character who comes later in history).

But when I installed an DLC the x99 items code stopped working. I tried to do it myself but no luck!

Can you help me to find how to or update the code?
Most likely need to find a pointer, the addresses in vita games are almost always changing so when you make codes for the vita, you need to be sure they work by closing out of the game and restarting the game(sometimes a couple more times just to be sure). Biggest issue when it comes to vita codes though is sometimes restarting a game doesn't always change the address like it should and addresses will stay the same no matter how many times you restart the game and will only change randomly from something else. Vita code hacking is really messy.

Also, were the codes working for you even when you restarted the game before you used the DLC? Adding DLC can be enough to change the addresses by a lot. This is why its best to make codes using the fully updated version of the game + all the DLC.

As for your codes, you'll have to start over and look them again through vitacheat and check to see if they are changing every time you restart the game. If they are then you'll have to make a pointer code so if you need help making pointers, just follow this guide

https://github.com/r0ah/vitacheat/wiki/Finding-Pointers-With-TempAR

Its a bit old since a much better version of TempAR exist so the only thing different you need to do is to make 6 dumps instead of 2 but you should confirm all the other stuff I mentioned before dealing with pointers.
 

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,657
Trophies
2
XP
4,377
Country
Germany
# Title: Shinobido 2 Revenge of Zen
# ID: PCSB00049
# Region: USA
# Version: 1.02
# Type: NoNpDrm
# Vita-Language: German
# Reset Game: 30+
# Created by tomberyx

_V0 Mega Jump
$3201 814688C8 000000B0
$3300 00000000 00000020

_V0 Hover-Walk [hold L]
$C202 00000000 00000100
$3201 814688C8 000000A4
$3300 00000000 00000001

_V0 Walk through Walls [turn on-off]
$3201 814688C8 000000AF
$3300 00000000 0000000D

_V0 Change Fighting Style 0-F
$3201 814688C8 00000064
$3300 00000000 00000000

_V0 Inf. Skill-Points #not stable at the moment turn only on in FP menu and off.
$3201 81A40580 00000047
$3300 00000000 00000063

_V0 Freeze CAM [hold L]
$C202 00000000 00000100
$3201 814688C8 000000A8
$3300 00000000 0000F000
 
Last edited by tomberyx,
  • Like
Reactions: DemoN_AleX

monodevil

Well-Known Member
Member
Joined
Apr 2, 2013
Messages
288
Trophies
1
XP
1,050
Country
United States
Can you reuse a game's pointer offsets for other codes? Like if I found a pointer for Gold, could I use that same offset for say HP? I remember someone mentioned something like this to me once before but wasn't sure what they meant. Also anyone worked on Odin Sphere before? I just happened to stumble on by chance, some posts mentioning how the current codes in the database can corrupt saves if you don't activate them at a certain time and was wondering what the deal is with that game and if I should bother going balls deep in that game.
 

eighthdayregret

fnerrrrrrrrrr!
Member
Joined
Sep 27, 2017
Messages
493
Trophies
0
Age
43
Website
eighthsregrets.blogspot.com
XP
836
Country
United States
Can you reuse a game's pointer offsets for other codes? Like if I found a pointer for Gold, could I use that same offset for say HP? I remember someone mentioned something like this to me once before but wasn't sure what they meant. Also anyone worked on Odin Sphere before? I just happened to stumble on by chance, some posts mentioning how the current codes in the database can corrupt saves if you don't activate them at a certain time and was wondering what the deal is with that game and if I should bother going balls deep in that game.
Yeah, it's possible. Especially when it comes to certain types of games. A lot of the time, a pointer points to an entire data segment. In a whole lot of RPGs, for instance, you'll usually find your current health, max health, current MP, current HP, ATK, DEF, etc, all in the same block of memory. And you'll see similar setups in different games, where you'll only have one pointer that goes anywhere near that area.
So yeah, give it a shot. It'll probably work fine, especially if you can't find any other good results.
You just added the new distance to your existing code.

Example:
_V0 Inf HP
$3201 814378AC 0000001C
$3300 00000000 42C80000

leads to 881A98C4

While poking around, you see that MP happens to be at 881A98C8.

So then your code changes to this:
_V0 Inf HP
$3201 814378AC 0000001C
$3300 00000000 42C80000

_V0 Inf MP
$3201 814378AC 00000020
$3300 00000000 42C80000

Assuming they have the same type of value. A floating value was used in the example, but once in a while, you'll find a game where the results are stupid. Health will be a float, but MP will be a dec value.
But you know what I mean.

So long answer long, yep. Try it out.
 
Last edited by eighthdayregret,

monodevil

Well-Known Member
Member
Joined
Apr 2, 2013
Messages
288
Trophies
1
XP
1,050
Country
United States
Yeah, it's possible. Especially when it comes to certain types of games. A lot of the time, a pointer points to an entire data segment. In a whole lot of RPGs, for instance, you'll usually find your current health, max health, current MP, current HP, ATK, DEF, etc, all in the same block of memory. And you'll see similar setups in different games, where you'll only have one pointer that goes anywhere near that area.
So yeah, give it a shot. It'll probably work fine, especially if you can't find any other good results.
You just added the new distance to your existing code.

Example:
_V0 Inf HP
$3201 814378AC 0000001C
$3300 00000000 42C80000

leads to 881A98C4

While poking around, you see that MP happens to be at 881A98C8.

So then your code changes to this:
_V0 Inf HP
$3201 814378AC 0000001C
$3300 00000000 42C80000

_V0 Inf MP
$3201 814378AC 00000020
$3300 00000000 42C80000

Assuming they have the same type of value. A floating value was used in the example, but once in a while, you'll find a game where the results are stupid. Health will be a float, but MP will be a dec value.
But you know what I mean.

So long answer long, yep. Try it out.
Even level 2, 3, or higher pointers it still stay the same?
 

eighthdayregret

fnerrrrrrrrrr!
Member
Joined
Sep 27, 2017
Messages
493
Trophies
0
Age
43
Website
eighthsregrets.blogspot.com
XP
836
Country
United States
I had to luck trying it with Dragon's Crown using the Arrow pointer I found awhile back for Amazon HP. Oh well back to the drawing board.
That might be a different story.
So games like Dragon's Crown, you're probably going to have a segment with character stats, ability points, ability levels, character levels, etc. Stuff like you're talking about, like ammo, might be in a different spot. It might be a safe bet to perhaps think that the arrows, cooldowns, and things like that might be in a separate section.
Cladun Returns, for kind of an example, has your character's perm stats in one place, temp stats in another place, and things like status effects somewhere else entirely.
 
Last edited by eighthdayregret,

sage3k

Well-Known Member
Newcomer
Joined
Mar 15, 2009
Messages
52
Trophies
1
XP
181
Country
United States
Made some more codes for Grand Kingdom. Added exp, Grimoires, and Pyroxene. Grimoires come in different type or colors yellow, green, red, and blue. The code only added green, red, and blue. Yellow seems to be somewhere else and didn't feel like finding them(kind of complicated to explain) and there's a crap ton of them too. I wasn't going to bother but I saw the Pyroxene addresses right next to the Grimoires so I decided why not. Pyroxene was by far the worse, those addresses were all over the place with no pattern what so ever. Took me a day to get it right and I still think I'm missing a couple but its not that big of a deal. I did noticed the TP and Action count pointer change on me a bit right after beating the game and doing a side mission. I didn't make a dump but restarting the game seems to have fixed this and haven't had this problem since.
Code:
# ID: PCSE00879
# Title: Grand Kingdom
# Region: US
# Version:1.00
# Type:NoNpDrm
# Code Author:monodevil

_V0 Gold
$0200 8475A074 0098967F

_V0 Royal
$0200 8475A078 000F4240

_V0 Max Assist Gauge Down+Select
$C201 00000001 00000041
$0200 85B0C9D8 00001857

_V0 Triangle+up/down = high/low Action Count
$C201 00000001 00001010
$3201 85B02660 000001F0
$3300 00000000 000003E7
$C201 00000001 00001040
$3201 85B02660 000001F0
$3300 00000000 00000005

_V0 99 TP Square + down
$C201 00000001 00008040
$3201 85B02660 000000C0
$3300 00000000 00000050

_V0 x99 All Ore
$4001 8473B4A4 00000063
$0011 00000001 00000000

_V0 x99 All Wood
$4001 8473B56C 00000063
$0011 00000001 00000000

_V0 x99 All Scrap
$4001 8473B634 00000063
$0011 00000001 00000000

_V0 x99 All Raw Materials
$4001 8473B6FC 00000063
$0011 00000001 00000000

_V0 x99 All Field items
$4001 84738E58 00000063
$0005 00000001 00000000

_V0 x99 All Scrolls
$4001 84738E6C 00000050
$0013 00000001 00000000

_V0 x99 Orb of Training
$0000 84738E62 00000063

_V0 Green/Red/Blue Grimoires
$4001 8473A004 00000063
$002B 00000001 00000000
$4001 8473A3EC 00000063
$002B 00000001 00000000
$4001 8473A7D4 00000063
$0018 00000001 00000000
$4001 8473A7EE 00000063
$0004 00000001 00000000

_V0 Pyroxene
$4001 8473A810 00000063
$0051 00000001 00000000
$4001 8473B1D4 00000063
$0051 00000001 00000000
$4001 8473B238 00000063
$001C 00000001 00000000
$4001 8473B256 00000063
$0006 00000001 00000000
$4001 8473B260 00000063
$0004 00000001 00000000
$4001 8473B26A 00000063
$0004 00000001 00000000
$4001 8473B274 00000063
$0004 00000001 00000000
$4001 8473B27E 00000063
$0004 00000001 00000000
$4001 8473B289 00000063
$0003 00000001 00000000
$4001 8473B29C 00000063
$0009 00000001 00000000
$4001 8473B2A6 00000063
$0009 00000001 00000000
$4001 8473B2B2 00000063
$001B 00000001 00000000
$4001 8473B2CE 00000063
$0009 00000001 00000000
$4001 8473B2D8 00000063
$0009 00000001 00000000
$4001 8473B2E2 00000063
$0009 00000001 00000000

_V0 Exp Mod 1st Character slot
$0200 8475A13C 00000000

_V0 Exp Mod 2nd Character slot
$0200 8475AA5C 00000000

_V0 Exp Mod 3rd Character slot
$0200 8475B37C 00000000

_V0 Exp Mod 4th Character slot
$0200 8475BC9C 00000000

_V0 Exp Mod 5th Character slot
$0200 8475C5BC 00000000

_V0 Exp Mod 6th Character slot
$0200 8475CEDC 00000000

_V0 Exp Mod 7th Character slot
$0200 8475D7FC 00000000

_V0 Exp Mod 8th Character slot
$0200 8475E11C 00000000

_V0 Exp Mod 9th Character slot
$0200 8475EA3C 00000000

_V0 Exp Mod 10th Character slot
$0200 8475F35C 00000000

_V0 Exp Mod 11th Character slot
$0200 8475FC7C 00000000

_V0 Exp Mod 12th Character slot
$0200 8476059C 00000000
Character slots are ordered by creation date, no way to change them unless you delete them(I think). For exp mods just increase the address by 920 if you want more characters. Max exp to reach level 99 is like around 410,000exp so just add that if you want to get to lvl 99.

THANK YOU!
 
  • Like
Reactions: CrossOut

squall3031

Well-Known Member
Member
Joined
Jun 17, 2006
Messages
203
Trophies
1
Website
Visit site
XP
246
Country
Has anyone figured out the cheat for Mobile Suit Gundam: Extreme vs Force PCSH00195 Ver. 1.4?
I don't mind if it's just a cheat for unlimited GP or/and Force Point.

Edit: okay, i played around with Vitacheat search function. Not sure if this will work with yours.

9999999 GP
$0200 83880228 0098967F

I also searched for Force Point but i think it only works for original Gundam (Amuro Ray) only. It doesn't bring you to get to level 5 Force but you can spend force point on strategy screen during gameplay. Once again, I'm not sure if it'll work with yours.

Gundam 9200+ force point
$0200 84DA7638 0000270F

Then I went to search for unlimited HP for Gundam. I managed to find it but it's useless and not working if you're trying to get a haro medal for mission requirement: no damage to your machine. As soon as you're hit, you won't get the medal. I haven't made a .psv file to test the codes above. Maybe i'll do it tomorrow. You can probably compile it yourself.
 
Last edited by squall3031,

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,657
Trophies
2
XP
4,377
Country
Germany
Has anyone figured out the cheat for Mobile Suit Gundam: Extreme vs Force PCSH00195 Ver. 1.4?
I don't mind if it's just a cheat for unlimited GP or/and Force Point.

Edit: okay, i played around with Vitacheat search function. Not sure if this will work with yours.

9999999 GP
$0200 83880228 0098967F

I also searched for Force Point but i think it only works for original Gundam (Amuro Ray) only. It doesn't bring you to get to level 5 Force but you can spend force point on strategy screen during gameplay. Once again, I'm not sure if it'll work with yours.

Gundam 9200+ force point
$0200 84DA7638 0000270F

Then I went to search for unlimited HP for Gundam. I managed to find it but it's useless and not working if you're trying to get a haro medal for mission requirement: no damage to your machine. As soon as you're hit, you won't get the medal. I haven't made a .psv file to test the codes above. Maybe i'll do it tomorrow. You can probably compile it yourself.
I will check this out ,but i fear we will need pointers to get a stable code...
 

squall3031

Well-Known Member
Member
Joined
Jun 17, 2006
Messages
203
Trophies
1
Website
Visit site
XP
246
Country
H Tomberyx,

Scratch all that. When I enabled the cheat, it crashed the game. Sorry, looks like it's not stable.
Plus i made a mistake. It's actually for PCSE00915 and not PCSH00195,
But at least I got myself 9999999 GP in the game.
 

mgigdggd

Banned!
Banned
Joined
Jun 29, 2020
Messages
4
Trophies
0
Age
24
XP
12
Country
Azerbaijan
God Eater Resurrectionというゲームで、誰かがチートコードを調べてメインキャラクターの外観を別のNPCに変更してください
 

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
2,966
Trophies
1
XP
7,899
Country
Italy
Hi guys, i create code for Gundam Breaker 3 Break Edition(PCSG01035)
Code:
_V0 99,999,999 Ace Point
$0200 85472774 05F5E0FF

Note:For all those who have Gundam Breaker 3 Break Edition(PCSH10042),this codes work perfectly also for japan version(PCSG01035),it was only missing this code and rename psv file in vitacheat/db folder!
 
Last edited by NeoGranzon,
  • Like
Reactions: CrossOut

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    ButterScott101 @ ButterScott101: +1