Hacking VitaCheat/FinalCheat Database

  • Thread starter Thread starter Shumno
  • Start date Start date
  • Views Views 3,400,131
  • Replies Replies 9,546
  • Likes Likes 41
Untitled.jpg
 
Thanks for the help, now i got some green results showing up. I'll try the newest version of it.
Thanks! I just released the newest version a few minutes ago. I'd love feedback. :D

It's got a lot more "Memory Dump" spaces... You only need to use 2, but it is more accurate the more you use.
 
Well unfortunately i can't hack it. I only got 4 memory dumps, because everytime i changed the value it only showing those 4 addresses. And when i try to find the pointers on TempAr, i got some green results. But none of those codes working when i put them on the vitacheat. Maybe the game is unhackable.

Game (ID) : Attack on Titan 2 (PCSG01102)
Version : 1.05
Type : NoNpDrm
 
Last edited by SkywalkerZero,
Well unfortunately i can't hack it. I only got 4 memory dumps, because everytime i changed the value it only showing those 4 addresses. And when i try to find the pointers on TempAr, i got some green results. But none of those codes working when i put them on the vitacheat. Maybe the game is unhackable.

Game (ID) : Attack on Titan 2 (PCSG01102)
Version : 1.05
Type : NoNpDrm
Try increasing the dump size, I was told some games can get pretty high in the search range. Something like 81000000 - 95000000 or higher. Game updates can also move the memory up pretty high as well. r0ah's wiki also mentions expanding the base address if your green results aren't working but I'm using the new TemAP Vita edition v3.0 and it doesn't seem to let you do that or at least I haven't figured out how to.
 
  • Like
Reactions: zacknova
Try increasing the dump size, I was told some games can get pretty high in the search range. Something like 81000000 - 95000000 or higher. Game updates can also move the memory up pretty high as well. r0ah's wiki also mentions expanding the base address if your green results aren't working but I'm using the new TemAP Vita edition v3.0 and it doesn't seem to let you do that or at least I haven't figured out how to.
He's already got the base address set right. It should be set to 0x81000000 in TempAR. And the dump range is also correct. His issue is that he needs either a higher offset or needs to check for 2nd level pointers or more.

TempAR -Vita does not let you set the base address for vita mode because it takes care of that for you. You no longer need to set it yourself. Simply put your dumps and addresses and you're instantly ready to go for most pointers. I've got a tutorial for it all planned, but I'm having some issues irl right now, so it will be a bit before I can make it.
 
TempAR -Vita does not let you set the base address for vita mode because it takes care of that for you. You no longer need to set it yourself. Simply put your dumps and addresses and you're instantly ready to go for most pointers. I've got a tutorial for it all planned, but I'm having some issues irl right now, so it will be a bit before I can make it.
Oh that's nice to know then. Guess I'm doing everything right then even though I still can't seem to find this one pointer for Freedom Wars US version.
 
Oh that's nice to know then. Guess I'm doing everything right then even though I still can't seem to find this one pointer for Freedom Wars US version.
Have you tried putting more dumps in, now that I've added 6 slots? Most of the games I've tried it on, i simply went down the list and opened every address to the second level and usually there was only a few orange addresses.
 
Have you tried putting more dumps in, now that I've added 6 slots? Most of the games I've tried it on, i simply went down the list and opened every address to the second level and usually there was only a few orange addresses.
Yeah the thing about the code I'm looking for is that there seems to be only 2 addresses that the game is changing it to. So 2 dumps seems to be all I can do. What I'm looking for is Entitlement Points which is this games currency. Each time I restart the game and do a search for it, I'll either get 83D75A44 or 83C75A44 as my code. The difference between addresses are really small too so I'm wondering if both are my code.

I recently took a look at the Korean version of the code(which didn't work for me) and it seems to be pretty similar in that both addresses are very similar.

Code:
_V0 Entitlement Points 9,999,999 KO
$A100 8323F0C4 0000BF00
$A100 8323F0E4 0000BF00

So I'm thinking maybe I should do the same and just replace the addresses with the ones I found.

Code:
[CODE]_V0 Entitlement Points 9,999,999 US Version 1.22
$A100 83C75A44 0000BF00
$A100 83D75A44 0000BF00
[/CODE]
 
Yeah the thing about the code I'm looking for is that there seems to be only 2 addresses that the game is changing it to. So 2 dumps seems to be all I can do. What I'm looking for is Entitlement Points which is this games currency. Each time I restart the game and do a search for it, I'll either get 83D75A44 or 83C75A44 as my code. The difference between addresses are really small too so I'm wondering if both are my code.

I recently took a look at the Korean version of the code(which didn't work for me) and it seems to be pretty similar in that both addresses are very similar.

Code:
_V0 Entitlement Points 9,999,999 KO
$A100 8323F0C4 0000BF00
$A100 8323F0E4 0000BF00

So I'm thinking maybe I should do the same and just replace the addresses with the ones I found.

Code:
[CODE]_V0 Entitlement Points 9,999,999 US Version 1.22
$A100 83C75A44 0000BF00
$A100 83D75A44 0000BF00
[/CODE]
Ah. That happened to me on a few games. What do the addresses say when they aren't in use? ie, what does 83D... say when the code should be at 83C... and what does 83C... say when the code should be at 83D...

If you can set them both ON at the same time without crashing the game, that's fine. But if having both on at once crashes it, you may need to set up a condition.

Also, I don't think replacing the addresses you have for the a100 codes will work. They aren't changing the values like you are, they're editing the game's programming. It isn't something that just easily swaps over like that.
 
Last edited by Yohoki,
Ah. That happened to me on a few games. What do the addresses say when they aren't in use? ie, what does 83D... say when the code should be at 83C... and what does 83C... say when the code should be at 83D...

If you can set them both ON at the same time without crashing the game, that's fine. But if having both on at once crashes it, you may need to set up a condition.

Also, I don't think replacing the addresses you have for the a100 codes will work. They aren't changing the values like you are, they're editing the game's programming. It isn't something that just easily swaps over like that.
When I take a peak at the memory for the code that doesn't work anymore, its just a bunch of 0's, I don't notice any issues when leaving it on so far but I just don't like leaving codes on I know isn't working or doing anything episodically if I can't merge them. The thing about Freedom Wars is, it auto saves an awful lot(after a mission, buying and selling stuff, advancing the story. etc.) with no option to turn it off and you only get 1 save file. So I have to back up my save regularly if I really want to mess around with codes.

On the plus side though the new code I made by replacing the Korean address sort of works, it doesn't give me 9,999,999 points thought and instead just gives me 48,896 so I'm guessing this has something to do with it being 16bit. I'm not really all too familiar with this or how they even got 9million out of that code.
 
try this then.
Code:
_V0 Entitlement Points 9,999,999 US Version 1.22
$0200 83C75A44 0098967F
$0200 83D75A44 0098967F

It's because, as I already said, the a100 code isn't changing the values, it's changing the programming.
 
Last edited by Yohoki,
try this then.
Code:
_V0 Entitlement Points 9,999,999 US Version 1.22
$0200 83C75A44 0098967F
$0200 83D75A44 0098967F

It's because, as I already said, the a100 code isn't changing the values, it's changing the programming.
Oh didn't see that part but yeah that works, just hope the address doesn't mysteriously change on me.
 
Try increasing the dump size, I was told some games can get pretty high in the search range. Something like 81000000 - 95000000 or higher. Game updates can also move the memory up pretty high as well. r0ah's wiki also mentions expanding the base address if your green results aren't working but I'm using the new TemAP Vita edition v3.0 and it doesn't seem to let you do that or at least I haven't figured out how to.
It's working! I found it! After i increase the search range to 0x81000000 - 0x95000000 i got the fifth address, which is the right one. From there i just change the value to 99999999 without dumping the memory to TempAR. And even i restart the game, the code is still working. Thanks for the info, and thanks to YOHOKI as well for helping me earlier.

--------------------- MERGED ---------------------------

2019-05-19-125335.jpg
2019-05-19-125617.jpg
 
  • Like
Reactions: Yohoki
It's working! I found it! After i increase the search range to 0x81000000 - 0x95000000 i got the fifth address, which is the right one. From there i just change the value to 99999999 without dumping the memory to TempAR. And even i restart the game, the code is still working. Thanks for the info, and thanks to YOHOKI as well for helping me earlier.

--------------------- MERGED ---------------------------

View attachment 167423View attachment 167424
Dude, awesome! Glad it wasn't a pointer! Those things are tough enough. :P

If you notice it changing while you're playing, that's signs of a pointer. If it does that, give TempAR a try again. ;P Come back again if you need more help!
 
  • Like
Reactions: SkywalkerZero
I wonder if the experts here would be able to help. I'm playing through ffx hd the US version (PCSE00293) and applying the x99 items cheat but i'm finding that it only gives a few items x99, and then scrolling through the inventory I found like 50 x99 potions. I just really want x99 of all the spheres tbh, any help would be appreciated. The cheat is one from the database. Thanks in advance.
 
I wonder if the experts here would be able to help. I'm playing through ffx hd the US version (PCSE00293) and applying the x99 items cheat but i'm finding that it only gives a few items x99, and then scrolling through the inventory I found like 50 x99 potions. I just really want x99 of all the spheres tbh, any help would be appreciated. The cheat is one from the database. Thanks in advance.
This is an issue with the way the game handles items. The game uses the same number for empty slots as potions. The code gives you infinite of any items you have in your inventory, not all items. Please use FFXED to edit your inventory and THEN use the infinite items cheat.

https://wololo.net/talk/viewtopic.php?t=47856
 
  • Like
Reactions: randyputin
Some actual codes made this time! Finally got to make some codes for Warriors Orochi 3 Ultimate and Shin Gundam Musou (Asia Version). Doing some editing for the meantime and they're ready.
Very interested in the shin gundam musou, Hope I'm not being rude but will you publish them when finished ?
 
Joe Danger (US) PCSE00478
_V0 Inf Boost
$3202 84AC646C 00000098
$3200 00000000 FFFFFF8C
$3300 00000000 3F800000

Was FINALLY able to find this Code thanks to the hard work of @Yohoki and his TempAR Vita Edition. So far, Code works perfectly. Can leave the Code Active In-Menu, and on different Race Levels/Events. Now time for other Games that have been a MAJOR pain. Such Games include Spy-Hunter, Sonic Transformed, Table Top Racing, Jet Car Stunts, 2013-Infected Wars, Alien Shooter, some LEGO Games, and possibly more
 

Site & Scene News

Popular threads in this forum