Hacking VitaCheat/FinalCheat Database

behumblemore

Member
Newcomer
Joined
May 12, 2019
Messages
18
Trophies
0
Age
44
XP
70
Country
United States
Sure no prob, and you tested the code and it worked before you dumped? You should have saved the addresses by pressing up on the left analog stick,
In vitacheat, and entered them into tempar as well as the value of what your changing.

If all you get is black results it might be that it's a higher level pointer code, in that case you need to keep double clicking the black results and hope you find a green or higher colored result, if not it could be even higher level so you would have to double click the second results and so on until you find it.

As for the dumps i make them as small as possible so i don't have to search through so many results, say you find the cheat at 83xxxxxx just dumping 81xxxxxx-84xxxxxx should be enough.


Idk about the time never noticed that lol
I deleted all my old dumps and will start from scratch. So follow the above steps like I did, when narrowed down to 1 press up on the left analog stick then dump. So the value of what I am changing will be the new inventory item correct?
 

kaymynd

Well-Known Member
Member
Joined
Sep 19, 2018
Messages
644
Trophies
0
Age
31
XP
1,140
Country
United States
I deleted all my old dumps and will start from scratch. So follow the above steps like I did, when narrowed down to 1 press up on the left analog stick then dump. So the value of what I am changing will be the new inventory item correct?
You can dump as soon as you activate the cheat and it works, pressing up just saves the address of the cheat or you can write it down somewhere. This way you know first saved address is from dump 1, once you have that address and dump saved, you exit the game. Then you repeat the process for a second saved address (should be different than the first address, if it is not, it is not a pointer and should always work even on exit and restarting the game as is) and dump 2 and so on up to 6 dumps.
The address should be 8xxxxxxx and you put all the addresses along with their dumps in tempar as well as the one value you want the pointer to result in. Say you want 999 hp, str, def, etc. 999 would be your value. Or in your case whatever the value is that represents the item in your inventory.
If you do this correctly you should at least get a green if not higher color result.
 
Last edited by kaymynd,

behumblemore

Member
Newcomer
Joined
May 12, 2019
Messages
18
Trophies
0
Age
44
XP
70
Country
United States
You can dump as soon as you activate the cheat and it works, pressing up just saves the address of the cheat or you can write it down somewhere. This way you know first saved address is from dump 1, once you have that address and dump saved, you exit the game. Then you repeat the process for a second saved address (should be different than the first address, if it is not, it is not a pointer and should always work even on exit and restarting the game as is) and dump 2 and so on up to 6 dumps.
The address should be 8xxxxxxx and you put all the addresses along with their dumps in tempar as well as the one value you want the pointer to result in. Say you want 999 hp, str, def, etc. 999 would be your value. Or in your case whatever the value is that represents the item in your inventory.
If you do this correctly you should at least get a green if not higher color result.
Thanks again I will test this and report back.
 
  • Like
Reactions: kaymynd

behumblemore

Member
Newcomer
Joined
May 12, 2019
Messages
18
Trophies
0
Age
44
XP
70
Country
United States
Thanks again I will test this and report back.
Sorry I just watched the video on Youtube on how to search pointers and read the PSVITACHEATUSERMANUAL. How do you add the code to a cheat right away and test? His says "You have SUCCESSFULLY added a New Address to CHEAT LIST!" The options below are: D-pad move modify value, Triangle Browse Memory, L1/R1 Page Up/Down, & Start Add new address. Is Start what I use to add it to cheat list and test it?
 

kaymynd

Well-Known Member
Member
Joined
Sep 19, 2018
Messages
644
Trophies
0
Age
31
XP
1,140
Country
United States
Sorry I just watched the video on Youtube on how to search pointers and read the PSVITACHEATUSERMANUAL. How do you add the code to a cheat right away and test? His says "You have SUCCESSFULLY added a New Address to CHEAT LIST!" The options below are: D-pad move modify value, Triangle Browse Memory, L1/R1 Page Up/Down, & Start Add new address. Is Start what I use to add it to cheat list and test it?
Oh no those are for other things to activate you just press square button and it should turn blue to let you know it's activated. Then just go back to game and see if it works.

Start adds a new empty code that you can modify if you want to add codes manually or adding a pointer code from tempar.

Triangle browses the surrounding memory of the address, sometime you can find one code, browse the memory and find other working codes for other stuff a few bytes away, just depends on the game.

Left analog stick up saves the cheats you've added to the db folder, if you don't do this, on restarting the game they'll be gone.

And L/R scrolls throughout lists in the menu
 
Last edited by kaymynd,

behumblemore

Member
Newcomer
Joined
May 12, 2019
Messages
18
Trophies
0
Age
44
XP
70
Country
United States
So I am doing the fuzzy search as recommended, but when I get down to 1 result the cheat doesn't work. I hit Start and add it to my cheats and hit square to active, but it won't work. Tried 3-4 times with different fuzzy searches and nothing. Do I need to change it to be more of a write code, $0200? Something else? Do I add my new inventory item at the end or beginning of the 00000000? I can post more details when I get home from work.
 

kaymynd

Well-Known Member
Member
Joined
Sep 19, 2018
Messages
644
Trophies
0
Age
31
XP
1,140
Country
United States
So I am doing the fuzzy search as recommended, but when I get down to 1 result the cheat doesn't work. I hit Start and add it to my cheats and hit square to active, but it won't work. Tried 3-4 times with different fuzzy searches and nothing. Do I need to change it to be more of a write code, $0200? Something else? Do I add my new inventory item at the end or beginning of the 00000000? I can post more details when I get home from work.

Gotcha what game is it? And if you can once you get down to the one result can you browse memory and post it on here? Save that result and change items and then browse the memory on that same one result and post it as well.

Do you understand the 3 value types? Hex, Dec, and Float already? You press square to switch between them.

Heres a basic example of dec/hex value

The value is the second set of 8 numbers after the address, so if you're looking to set the value to 999 the cheat should be $0200 8xxxxxxx 00000999 Dec or 000003E7 Hex


As for Floats a quick example would be

00000999.00 Float would be 4479C000 Hex and 1148829696 Dec

where the 999.00 Float is the value you're looking for


With fuzzy search it looks for all three values and once you get down to that one switch between then to see if any of them match your current value of what you're trying to change and then increase or decrease to your liking.
 
Last edited by kaymynd,
  • Like
Reactions: behumblemore

Suiseiseki

Well-Known Member
Member
Joined
May 20, 2008
Messages
230
Trophies
1
XP
667
Country
Got curious about Attack on Titan 2 so tried looking for codes annnnnnnnnnnnnd...

Found both Infinite Durability and Infinite Gas Pressure. I'm guessing this game is dynamic address so I'll let other take care of the pointers but if you want a starting point.

Attack on Titan 2 PCSG01102

Infinite Gas Pressure
$0200 87D01AD4 48492C00
$0200 880F0CB4 48492C00

Infinite Durability
$0200 87D01ABC 45020000
$0200 880F0C9C 45020000

NOTE: Game is a dynamic address. The address location changes every new stage similar to Samurai Warriors 4/4-2/Empires. Pointers are needed.
 
Last edited by Suiseiseki,

behumblemore

Member
Newcomer
Joined
May 12, 2019
Messages
18
Trophies
0
Age
44
XP
70
Country
United States
Gotcha what game is it? And if you can once you get down to the one result can you browse memory and post it on here? Save that result and change items and then browse the memory on that same one result and post it as well.

Do you understand the 3 value types? Hex, Dec, and Float already? You press square to switch between them.

Heres a basic example of dec/hex value

The value is the second set of 8 numbers after the address, so if you're looking to set the value to 999 the cheat should be $0200 8xxxxxxx 00000999 Dec or 000003E7 Hex


As for Floats a quick example would be

00000999.00 Float would be 4479C000 Hex and 1148829696 Dec

where the 999.00 Float is the value you're looking for


With fuzzy search it looks for all three values and once you get down to that one switch between then to see if any of them match your current value of what you're trying to change and then increase or decrease to your liking.
Finally found a code that works, sort of.

Thanks for explaining Hex, Dec, & Float. So much to learn and progress is slow. Game is Ragnarok Odyssey Ace (PCSE00300). I have been trying to find Card Slot 1 in Inventory. The cheat works, but it only changes the name of the card not what the card does:

$0200 83C96BE0 0001389F

389F is the MoiMoi 1 card (see below). Tried to change to 3895 (another card, see below) and it changes the image and the name, but not what the card does. I will upload photos here in a bit. At least I am sort of making progress!

ROA Cards (Found these on another website, not sure if I can link here):

[38] Values
95 High Orc 1
96 High Orc 2
97 High Orc 3
98 High Orc 4
99 High Orc 5
9A High Orc 6
9B High Orc 7
9C High Orc 8
9D High Orc 9
9E High Orc 10
9F MoiMoi 1
A0 MoiMoi 2
A1 MoiMoi 3
A2 MoiMoi 4
A3 MoiMoi 5
A4 MoiMoi 6
A5 MoiMoi 7
A6 MoiMoi 8
A7 MoiMoi 9
A8 MoiMoi 10
 
Last edited by behumblemore,

behumblemore

Member
Newcomer
Joined
May 12, 2019
Messages
18
Trophies
0
Age
44
XP
70
Country
United States
Here are my screenshots. I am assuming card skills is a different thing I will have to locate? I was hoping they would be tied to the card, but since I am changing the ID and all it changes is the image and the name, but not the skill associated with the card.

*UPDATE* I found the skills too! CF AD = AP Up 1. Here are the skills:

[AD] Values
B1 Attack Up 1
B2 Attack Up 2
B3 Attack Up 3
B4 Attack Up 4
B5 Attack Up 5....
CA HP Down 1
CB HP Down 2
CC HP Down 3
CD HP Down 4
CE HP Down 5
CF AP Up 1
 

Attachments

  • ROA 4 Results.png
    ROA 4 Results.png
    696.1 KB · Views: 396
  • Vita Cheat.png
    Vita Cheat.png
    464.5 KB · Views: 319
  • Browse Memory 9F.png
    Browse Memory 9F.png
    711.5 KB · Views: 360
  • Browse Memory 38.png
    Browse Memory 38.png
    505.2 KB · Views: 350
Last edited by behumblemore,

behumblemore

Member
Newcomer
Joined
May 12, 2019
Messages
18
Trophies
0
Age
44
XP
70
Country
United States
Here is the code, just change the bold to whatever Card ID or Skill(s) you want:

# ID: PCSE00300

# Title: Ragnarok Odyssey ACE
# Region: USA
# Version: 1.11
# Type: NoNpDrm

_V0 1st Card Slot
$0200 83C96BE0 00014438
$0200 83C96BEC 0001B160
$0200 83C96BF0 0001B160

*Update* Here is another code I found that adds Muramasa w/ Brandish to your weapon slot #1. I can't seem to find how to write a code for skill #1 for weapons. You can easily browse the memory and add something else there. I added Crit Attack Up 10 (B1 7E) by first having a weapon in Slot #1 with 2 skills and then applying the below code:

_V0 1st Weapon Muramasa w/ Brandish as 2nd Skill
$0200 83C46E60 000027C4
$0200 83C46E70 0001B05F

Let me know if it works for you! Thanks kaymynd for all the help and guidance. It is greatly appreciated.
 
Last edited by behumblemore,

kaymynd

Well-Known Member
Member
Joined
Sep 19, 2018
Messages
644
Trophies
0
Age
31
XP
1,140
Country
United States
Here is the code, just change the bold to whatever Card ID or Skill(s) you want:

# ID: PCSE00300

# Title: Ragnarok Odyssey ACE
# Region: USA
# Version: 1.11
# Type: NoNpDrm

_V0 1st Card Slot
$0200 83C96BE0 00014438
$0200 83C96BEC 0001B160
$0200 83C96BF0 0001B160

Let me know if it works for you! Thanks kaymynd for all the help and guidance. It is greatly appreciated.
Very nice! I will test in a few hours when i get some time! Great job!
 
Last edited by kaymynd,
  • Like
Reactions: behumblemore

behumblemore

Member
Newcomer
Joined
May 12, 2019
Messages
18
Trophies
0
Age
44
XP
70
Country
United States
And ROA keeps breaking Vitacheat's code limit. kek

Nice findings @behumblemore. You should make a pull request on the repository so you can add your codes to it. Either that, or maybe some of the contributors here will add it later. >:P
Thank you, but I had a lot of help and a lot of luck. Here is the original source that found all the Card IDs, Skill IDs, and so much more. https://gbatemp.net/threads/ragnarok-odyssey-ace-gohanmem.447311/ Thank you Gorre for all those. Made my job a bit easier.

From my findings the code does not work 100% of the time. I just restart ROA and then it works. Hopefully someone with more knowledge can explain why that would be. I would estimate it works around 70% of the time. Below is some skill IDs I have used:

  • B05F = Brandish
  • B17E = Crit Attack Up 10
  • B14E = SP Release
  • B1DD = Hjahanir Blade
  • B194 = Berserk 10
  • B183 = Crit Power Up 10
  • B16A = HP Up 10
 
  • Like
Reactions: kaymynd

CTR640

Well-Known Member
Member
Joined
Nov 24, 2018
Messages
389
Trophies
0
XP
1,316
Country
Netherlands
Found something out about the EU versions of games. If you make codes for games that support multiple languages, you may run into codes that just don't work for some people. Well, here's why. Made 6 dumps in 6 Different languages (English, Spanish, French, Italian, Dutch and German) on DBZ:BoZ. Immediately I was met by a single pointer that they all shared. So, if you plan to make codes for games with Multiple languages, you might consider doing a pointer search if you don't want people asking "Why code no works???"

The code I was using isn't normally a pointer, but If you set the system language in Vita settings, The code suddenly no longer works. Turns out it was actually a pointer after all... It just only changes when the system language changes.

View attachment 167942
Oh boi, here we go again! Are working cheats for DBZ: BoZ dependable on the language?

Is it possible to make the 'ghost slot cards' finally working? And perhaps, every category on all slots cards?
 

monodevil

Well-Known Member
Member
Joined
Apr 2, 2013
Messages
288
Trophies
1
XP
1,050
Country
United States
Tried out the Freedom Wars codes posted earlier in this thread and strangely they don't work on my end.
Are you on the latest US version with all the DLC? I couldn't really decide if I should have made those codes with or without all the DLC so I just chose to use all, if that's the case. Also which codes have you used, I know me and Yohoki made some revisions.

Code:
# PCSA00147 Freedom Wars
# Region: US
# Version: 1.22 + All DLC

_V0 Inf Entitlement Points
$D203 83C75A30 FFFFFFFF
$0200 83C75A44 000F423F
$D203 83D75A30 FFFFFFFF
$0200 83D75A44 000F423F

_V0 Infinite HP
$D203 83C75A30 FFFFFFFF
$3202 839418B8 00000000
$3200 00000000 00000458
$3300 00000000 00320000
$D203 83D75A30 FFFFFFFF
$3202 83A418B8 00000000
$3200 00000000 00000458
$3300 00000000 00320000

_V0 Infinite Thorn
$D203 83C75A30 FFFFFFFF
$3202 839418B8 00000000
$3200 00000000 00000490
$3300 00000000 44960000
$D203 83D75A30 FFFFFFFF
$3202 83A418B8 00000000
$3200 00000000 00000490
$3300 00000000 44960000

_V0 Sentence Left 0 Years
$D203 83C75A30 FFFFFFFF
$0200 83C75A38 00000000
$D203 83D75A30 FFFFFFFF
$0200 83D75A38 00000000

I kind of took a short break from messing with Freedom Wars. I can take another look if any of this doesn't work.
 

RikuNoctis

Well-Known Member
Member
Joined
Jul 4, 2018
Messages
204
Trophies
0
Location
Millenium Castle Brunestud
XP
760
Country
Japan
Well tried that, still nothing. I am at 1.22 with all DLC by the way. Not sure what's wrong with it.
If it helps, I just tested it only with the free DLC, and then with all DLC and it doesn't work.

List of free DLC is:
  • Bonus Pack DLC
  • Combat Item Packs A, B, C, D, E, F, G, H & I
  • Eye Pack A
  • Female Hairstyle Pack A
  • Male Hairstyle Pack A
  • Warren Colors
This part shows my current EP on memory, but it doesn't seem to change anything.
Code:
$D203 83D75A30 FFFFFFFF
$0200 83D75A44 000F423F
 

Site & Scene News

Popular threads in this forum

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