Hacking VitaCheat/FinalCheat Database

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
Yea thats what i noticed at the start when vita cheat first came out, but these guys in china make these tools so also make their own like vosman.

Ive only done 2 games since dusting my vita off and luckily they didnt require pointers.

One game id love to do is mgs2 but it never gives anything of use.

So i guess this game needs something else.
I had that on PC a long time ago. If I remember right, it also used a few Double floating points. Since VitaCheat only allows up to 32bit float, it's a bit hard to find a 64bit Double... but not impossible.
https://gregstoll.com/~gregstoll/floattohex/
 

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
Finally got the first code for Don't Starve: Giant's Edition. Took a long time and I still need to make a conditional to keep from messing with bits in the wrong area, but it looks like it works, at least.

Code:
# PCSE00450

_V0 Inf Hunger
$3201 818023A8 FFFFE978
$3300 00000000 00004063
$3201 818023A8 FFFFF654
$3300 00000000 00004063

Edit: Don't try using it yet. There's two codes there, and they can't be used together. I need to find a conditional first.
 
Last edited by Yohoki,
  • Like
Reactions: CrossOut

ninjacheat89

Active Member
Newcomer
Joined
Aug 16, 2018
Messages
37
Trophies
0
Age
35
XP
110
Country
United States
Finally got the first code for Don't Starve: Giant's Edition. Took a long time and I still need to make a conditional to keep from messing with bits in the wrong area, but it looks like it works, at least.

Code:
# PCSE00450

_V0 Inf Hunger
$3201 818023A8 FFFFE978
$3300 00000000 00004063
$3201 818023A8 FFFFF654
$3300 00000000 00004063

Edit: Don't try using it yet. There's two codes there, and they can't be used together. I need to find a conditional first.
I almost Fainted when i saw your post, I said "Sweet lord Jesus he did it!" LOL
 

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
I almost Fainted when i saw your post, I said "Sweet lord Jesus he did it!" LOL
Lol. Thanks. It's been fun to hack it. I've got half the HP code set, but still need conditionals and the other HP code. I'll probably make a couple codes for Sanity, in case people want to force high or low sanity bars. What else would be useful?
 

gunfort

Well-Known Member
Member
Joined
Oct 31, 2016
Messages
200
Trophies
0
Age
29
XP
835
Country
Indonesia
for anyone playing toukiden 2, does activating all item cheat resulted on you unable to unlock more weapon and armor craft?
I'm currently in a stage to unlock +12 fortify and still cant reforge anything
 

Haloarbiter117

Member
Newcomer
Joined
May 4, 2017
Messages
8
Trophies
0
Age
28
XP
61
Country
Bulgaria
Is there by chance any working codes for both disgaea 3 and 4 usa region? I tried the disgaea 3 codes from the database but they don't do anything. No idea if it's because i updated them to theyre latest version or something.
 
Last edited by Haloarbiter117,

Placebo00

Member
Newcomer
Joined
Aug 28, 2019
Messages
10
Trophies
0
Age
32
XP
89
Country
Indonesia
Hello, new member here.

Can i ask cheats for PCSH00195 version 1.4? (Mobile Suit Gundam: Extreme VS-Force)
I cant seem to find one anywhere. The ones i find is for the Asian version of the game.

Would love for just HP cheat.

Soooo.....i guess noone has code for this game?

I really want to play it, but im not terribly good at it
 
Last edited by Placebo00,

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
Found that if you switch the suprx it works fine the one that fixes issues is the z06 but all the text is scrambled like lines and non readable
So you're using z06, but with z05's suprx file? And it's working fine?

Without a period anywhere in your post, it's a little .... annoying to read...
 

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
*Drops Mic*

I'mma do some testing to make sure they're working good, but I think that's got it for Don't Starve. I haven't tested them very good yet, though... windows decided to update today and froze mid-update, so I'm busy trying to fix that crap again... But feel free to try them, I'm pretty confident they work.

The codes may not immediately show a change to HP or whatever. For instance, if I set Hunger to 0, it may still say 150, but the health bar will start lowering because of hunger.

Edit: Wow. I totally posted broken codes. XD I edited them in notepad and forgot to copy them back. Hold on.
Edit2: NVM. Edited codes here, just not on my vita. They all should work fine. Testing now, but so far so good.
Code:
# PCSE00450
# Version: 1.00
# Dump: NND

_V0 Inf HP
$0200 81800100 81800100 # Initialize code
$8201 81800100 00000010 #
$8800 00000000 00000000 #
$3201 818023A8 FFFFC35C #
$3300 00000000 00000000 #
$D202 81800110 00000000 # Check if Init is 0
$3201 818023A8 FFFFC324 #...Use pointer 1
$3300 00000000 40630000#
$D502 81800110 00000000 # Check if Init is not 0
$3201 818023A8 FFFFC354 #...Use pointer 2
$3300 00000000 40630000 #

_V0 Inf Hunger
$0200 81800100 81800100 # Init
$8201 81800100 00000014 #
$8800 00000000 00000000 #
$8601 818023A8 FFFFE980 #
$8900 00000000 00000000 #
$D202 81800114 00000000 # Check if Init is 0
$3201 818023A8 FFFFF654 #...Use pointer 1
$3300 00000000 40630000 #
$D502 81800114 00000000 # Check if Init is not 0
$3201 818023A8 FFFFE978 #...Use pointer 2
$3300 00000000 40630000 #

_V0 Full Sanity [use only 1]
$3201 818023A8 FFFFFA9C
$3300 00000000 40690000

_V0 No Sanity [use only 1]
$3201 818023A8 FFFFFA9C
$3300 00000000 00000000
 
Last edited by Yohoki,

Sicsuicide

Console Zombie
Member
Joined
Nov 15, 2008
Messages
139
Trophies
0
Age
38
XP
469
Country
United States
So you're using z06, but with z05's suprx file? And it's working fine?

Without a period anywhere in your post, it's a little .... annoying to read...


I apologise it was a rushed post.
I am using 3.60 enso and the 3.60 z04 prx.
If you switch out the suprx for any suprx it will load them.
Suprx 05 does not fix the off set cheat screen the 06 suprx does but is unreadable.

I'm still looking for a way to update enso to 3.65 but all guide links are broken.
 

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
I apologise it was a rushed post.
I am using 3.60 enso and the 3.60 z04 prx.
If you switch out the suprx for any suprx it will load them.
Suprx 05 does not fix the off set cheat screen the 06 suprx does but is unreadable.

I'm still looking for a way to update enso to 3.65 but all guide links are broken.
Ah. Ya, that's because you need the font file. Without the Skprx telling it to use the new font, it doesn't know what to do.
 

Sicsuicide

Console Zombie
Member
Joined
Nov 15, 2008
Messages
139
Trophies
0
Age
38
XP
469
Country
United States
Ah. Ya, that's because you need the font file. Without the Skprx telling it to use the new font, it doesn't know what to do.

Ahh,so big changes where made to 06.
I may try and change the font folder as well. See if that makes a difference or continue to find a definitive guide to upgrade to 3.65

I apologise again I'm late to this show

Edit:changing the font file will not correct the issue with 06 release.
As of right now 05 is best bet for 3.60 users
 
Last edited by Sicsuicide,
  • Like
Reactions: Yohoki

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
Infinite courage and coins works, but I don't think Rage is working.
Might have found addresses for upgrade items, but I'll need to check if they need pointers.
The issue with rage might be that the bar doesn't update unless there's a new value. Since it's stuck at 100 it doesn't add a new value and doesn't update, but the items that require rage as usable and the machinegun (unlocks at 100 rage) becomes available. If you use an item that requires rage, it should update and show 100 rage meter.

If this doesn't work for you, let me know and I'll take a closer look. But as far as I can tell, it's working 100% on my end.
 

Placebo00

Member
Newcomer
Joined
Aug 28, 2019
Messages
10
Trophies
0
Age
32
XP
89
Country
Indonesia
Hello, new member here.

Can i ask cheats for PCSH00195 version 1.4? (Mobile Suit Gundam: Extreme VS-Force)
I cant seem to find one anywhere. The ones i find is for the Asian version of the game.

Would love for just HP cheat.

Soo....i guess no one wanna help? Its been days...
 

Placebo00

Member
Newcomer
Joined
Aug 28, 2019
Messages
10
Trophies
0
Age
32
XP
89
Country
Indonesia
I'm sorry. I completely missed your post.... All 3 times.... Your codes can be found here:


Well, since youre here, i also have the problem of the game not pausing when i open up vitacheat. As well as messed up resolution

That doesnt help at all. Thats why i just ended up asking for straight code than a guide. But at least im not fully ignored i guess
 
Last edited by Placebo00,

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
Well, since youre here, i also have the problem of the game not pausing when i open up vitacheat. As well as messed up resolution

That doesnt help at all. Thats why i just ended up asking for straight code than a guide. But at least im not fully ignored i guess
You're probably using z05 of Vitacheat. Z06 Fixes that issue for most games.
https://github.com/r0ah/vitacheat/tree/master/plugin/v365-z06beta

You'll need to be running firmware 3.65 on your vita to upgrade.

And you weren't being ignored for asking for codes. No one had an answer, so no one answered. Being annoying is what got you ignored.
 
Last edited by Yohoki,
  • Like
Reactions: CrossOut

Placebo00

Member
Newcomer
Joined
Aug 28, 2019
Messages
10
Trophies
0
Age
32
XP
89
Country
Indonesia
You're probably using z05 of Vitacheat. Z06 Fixes that issue for most games.
https://github.com/r0ah/vitacheat/tree/master/plugin/v365-z06beta

You'll need to be running firmware 3.65 on your vita to upgrade.

And you weren't being ignored for asking for codes. No one had an answer, so no one answered. Being annoying is what got you ignored.

Ni*ga ive been waiting for days with my browser open. A straight up no than silence wouldnt make me keep spamming now would i?

Btw....ill pass. Im not sure how to upgarde my firmware since im new to ps vita, the one i bought is modded.
Im sure imma mess stuff up as i update
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    They're made with left over pancake/wafle batter, that's been sitting out all day.
  • BigOnYa @ BigOnYa:
    3 hours on a riding lawn mower, my butt is numb and my whole body is still vibrating. Gonna be a long summer. :cry: I just need to buy some goats.
    +1
  • SylverReZ @ SylverReZ:
    @BigOnYa, Did you leave your buttplug in?
    +2
  • BigOnYa @ BigOnYa:
    I feel like I spent the night with Ancientboi
    +3
  • Flame @ Flame:
    Ancientboi at it again.
    +2
  • Flame @ Flame:
    is it a bird is it a plane... no its Ancientboi banging your ass away !
    +3
  • K3Nv2 @ K3Nv2:
    Took along time to fit it in?
  • K3Nv2 @ K3Nv2:
    Snow days $25 on steam may grab it
  • SylverReZ @ SylverReZ:
    Measuring sizes with AncientBoi, I see.
  • K3Nv2 @ K3Nv2:
    I guess Ancientboi would be Peter
    +2
  • SylverReZ @ SylverReZ:
    Loooooool :rofl2:
  • SylverReZ @ SylverReZ:
    So true
  • BigOnYa @ BigOnYa:
    @K3Nv2 Snow Day is pretty fun. My only bitch would be the camera controls, when you move around, say down, you have to move the right stick left or right to get camera to turn and get your view, other than that I like it so far.
  • K3Nv2 @ K3Nv2:
    From what people say pvp isn't even worth it
  • BigOnYa @ BigOnYa:
    I just been playing offline, and they give you a few bots here n there on your team to help battle. I don't think it's as funny as the other games tho, more battle oriented than humor, which kinda sucks, but I'm still early in it
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, doesnt the game have a campaign mode?
  • BigOnYa @ BigOnYa:
    Yea, and co-op, but you can also start a pvp session and battle just with friends. You get special skill cards (powers) the more you play. And higher value cards, but you can only enable so many cards at a time.
  • K3Nv2 @ K3Nv2:
    If you can find enough for it
  • BigOnYa @ BigOnYa:
    Toilet paper is considered the money, you collect and buy stuff with TP, kinda funny. Graphics are def better than the other games tho, I think they used Unity 5 engine.
  • Psionic Roshambo @ Psionic Roshambo:
    Look if I zoom in enough I can see the herpes!!!
    +1
  • BigOnYa @ BigOnYa:
    In fact I'm gonna go make a drink, roll a fatty n play some, good night to all!
    +2
    Xdqwerty @ Xdqwerty: