Hacking VitaCheat/FinalCheat Database

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
3,027
Trophies
1
XP
8,080
Country
Italy
Hi guys,i've a problem:i find this code 81DB3408 in any mission(Gundam Breaker),if modified this code to have max AP(99999999),is only displayed during mission,at end obtaneid only the true AP not Max displayed.
I tried to find pointer but without result,how to fix it?
 

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,673
Trophies
2
XP
4,415
Country
Germany
Hi guys,i've a problem:i find this code 81DB3408 in any mission(Gundam Breaker),if modified this code to have max AP(99999999),is only displayed during mission,at end obtaneid only the true AP not Max displayed.
I tried to find pointer but without result,how to fix it?

In this Case ,you got the fake address for Ap.
You have to search again for the true Address.
I recomend to use fuzzy, because it helps to find the right one. Use only "more"and "less" function, do not type any numbers.

Last solution, i think it is:
For example:
If you have 777 Ap ,try to looking for 776 or 778.
Always the first Value up or down.
I know it makes less sense but sometimes it helps:-)
 
Last edited by tomberyx, , Reason: Another solution
  • Like
Reactions: NeoGranzon

eighthdayregret

fnerrrrrrrrrr!
Member
Joined
Sep 27, 2017
Messages
493
Trophies
0
Age
43
Website
eighthsregrets.blogspot.com
XP
837
Country
United States
I dunno if I previously shared these or not...
Code:
# PCSE00958
# Title: Garou: Mark of the Wolves
# Region: USA
# Version: 1.03
# Type: PSN/NoNpDrm
# Code Author: eighthdayregret
# Source: https://eighthsregrets.blogspot.com/2020/05/pcse00958-garou-mark-of-wolves.html
# NOTE: Codes require z05/z06beta and 3.65+ firmware due to B200 codes.


_V0 Inf Time
$B200 00000001 00000000
$0000 00EDC9A9 00000090

_V0 Stage Select 0-D
$B200 00000001 00000000
$0000 00EDC94C 00000000

_V0 Current Match is Final
$B200 00000001 00000000
$0000 00EDC950 00000008

_V0 P1 - Char Select 0-D
$B200 00000001 00000000
$0000 00EDC942 00000000

_V0 P1 - Color Select 0-3
$B200 00000001 00000000
$0000 00EDC94B 00000000

_V0 P1 - Inf Energy
$B200 00000001 00000000
$0000 00ED59A7 00000078

_V0 P1 - Inf Power
$B200 00000001 00000000
$0000 00ED59D7 00000080

_V0 P1 - Rounds Won
$B200 00000001 00000000
$0000 00EDC98D 00000000

_V0 CPU - No Energy
$B200 00000001 00000000
$0000 00ED5AA7 00000000

_V0 UP+START to Drain CPU Energy
$C202 00000000 00000018
$B200 00000001 00000000
$0000 00ED5AA7 00000000

_V0 CPU - No Power
$B200 00000001 00000000
$0000 00ED5AD7 00000000

_V0 LEFT+START to Win Round
$C203 00000000 00000088
$B200 00000001 00000000
$0000 00EDC9A9 00000000
$0000 00ED5AA7 00000000

_V0 RIGHT+START to Win Match
$C204 00000000 00000028
$B200 00000001 00000000
$0000 00EDC9A9 00000000
$0000 00ED5AA7 00000000
$0000 00EDC98D 00000002

_V0 DOWN+START to Finish Game
$C204 00000000 00000048
$B200 00000001 00000000
$0000 00EDC9A9 00000000
$0000 00ED5AA7 00000000
$0000 00EDC98D 00000002
$0000 00EDC950 00000008

Hi guys,i've a problem:i find athis code 81DB3408 in any mission(Gundam Breaker),if modified this code to have max AP(99999999),is only displayed during mission,at end obtaneid only the true AP not Max displayed.
I tried to find pointer but without result,how to fix it?
Sounds like you accidentally found a pointer. For what, I dunno, but make a note of it and the address it points to. Might help later on.

Also, look for reversed addresses as values. Like in your case, 81DB3408 would be 8043BD18 (I believe). Those are negative pointers.
 
Last edited by eighthdayregret,

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
3,027
Trophies
1
XP
8,080
Country
Italy
In this Case ,you got the fake address for Ap.
You have to search again for the true Address.
I recomend to use fuzzy, because it helps to find the right one. Use only "more"and "less" function, do not type any numbers.

Last solution, i think it is:
For example:
If you have 777 Ap ,try to looking for 776 or 778.
Always the first Value up or down.
I know it makes less sense but sometimes it helps:-)

Sorry @tomberyx ,but how do i find the codes with Fuzzysearch,if i don't have a starting point what search?
I tried as you suggested,but i didn't find anything!
 
Last edited by NeoGranzon,

eighthdayregret

fnerrrrrrrrrr!
Member
Joined
Sep 27, 2017
Messages
493
Trophies
0
Age
43
Website
eighthsregrets.blogspot.com
XP
837
Country
United States
Hi guys,i've a problem:i find this code 81DB3408 in any mission(Gundam Breaker),if modified this code to have max AP(99999999),is only displayed during mission,at end obtaneid only the true AP not Max displayed.
I tried to find pointer but without result,how to fix it?
Sorry @ tomberyx,but how do i find the codes with Fuzzysearch,if i don't have a starting point what search?
I tried as you suggested,but i didn't find anything!
When you go to the "Go Search" area in Vitacheat, press R, and it will take you to the fuzzy search screen.
 
  • Like
Reactions: NeoGranzon

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
3,027
Trophies
1
XP
8,080
Country
Italy
When you go to the "Go Search" area in Vitacheat, press R, and it will take you to the fuzzy search screen.

I know perfectly this method @eighthdayregret ,but my doubt is find the code,if don't have at starting point.
I follow the suggested of @tomberyx ,but i find 19 codes and don't correspond at the code i was looking for!
 
Last edited by NeoGranzon,

tomberyx

Well-Known Member
Member
Joined
Jan 9, 2020
Messages
1,673
Trophies
2
XP
4,415
Country
Germany
I know perfectly this method @eighthdayregret,but my doubt is find the code,if don't have at starting point.
I follow the suggested of @tomberyx,but i find 19 codes and don't correspond at the code i was looking for!
I know perfectly this method @eighthdayregret,but my doubt is find the code,if don't have at starting point.
I follow the suggested of @tomberyx,but i find 19 codes and don't correspond at the code i was looking for!

Im not sure if Ap is for flying but if you like to modifiy fly-Fuel lets look for the value 42A00000 only if the Bar is full. Or check this test code $0200 8251B688 42A00000

Edit
Wrong solution , my bad
 
Last edited by tomberyx,

eighthdayregret

fnerrrrrrrrrr!
Member
Joined
Sep 27, 2017
Messages
493
Trophies
0
Age
43
Website
eighthsregrets.blogspot.com
XP
837
Country
United States
I know perfectly this method @eighthdayregret,but my doubt is find the code,if don't have at starting point.
I follow the suggested of @tomberyx,but i find 19 codes and don't correspond at the code i was looking for!
Change the range on your search. I believe default is 81000000-89000000. When I get frustrated making codes, I'll raise the end of the range as high as 9A000000. Some games go really high, like Dead Nation and Salt and Sanctuary. I've seen addresses in the 91000000 range for Dead Nation, and as high as the 8B000000 range for Salt and Sanctuary.
 
  • Like
Reactions: NeoGranzon

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
3,027
Trophies
1
XP
8,080
Country
Italy
Im not sure if Ap is for flying but if you like to modifiy fly-Fuel lets look for the value 42A00000 only if the Bar is full. Or check this test code $0200 8251B688 42A00000

Edit
Wrong solution , my bad

Sorry @tomberyx ,the AP isn't fuel bar for flying or move fast,but AP is Ace Point,is gained during mission when destroyed the enemies!
 

eighthdayregret

fnerrrrrrrrrr!
Member
Joined
Sep 27, 2017
Messages
493
Trophies
0
Age
43
Website
eighthsregrets.blogspot.com
XP
837
Country
United States
Code:
# PCSE01400
# Title: Cybarian: The Time Traveling Warrior
# Region: USA
# Version: 1.00
# Type: PSN/NoNpDrm
# Code Author: eighthdayregret
# Source: https://eighthsregrets.blogspot.com/2020/05/pcse00958-psce01400-cybarian-time-traveling.html
# NOTE - Codes created and tested on 3.68 h-encore2 using Vitacheat z06beta



_V0 Infinite Money
$0200 835FFEA4 408F3800

_V0 Infinite Health
$5200 835FFFF4 835FFFB4

_V0 Max Health Modifier
$0200 835FFFB4 40240000

Max Health Modifier is currently set to 10 hearts. Should you wish to change that, please remember that, despite how they're written, all codes are actually 64-bit values, not 32.
 

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
3,027
Trophies
1
XP
8,080
Country
Italy
Change the range on your search. I believe default is 81000000-89000000. When I get frustrated making codes, I'll raise the end of the range as high as 9A000000. Some games go really high, like Dead Nation and Salt and Sanctuary. I've seen addresses in the 91000000 range for Dead Nation, and as high as the 8B000000 range for Salt and Sanctuary.

Sorry @eighthdayregret ,i've do set in normal or in fuzzysearch adresses your posted?
Another question:how come your codes(at the lasted post)start with 42 and not 00?
 

eighthdayregret

fnerrrrrrrrrr!
Member
Joined
Sep 27, 2017
Messages
493
Trophies
0
Age
43
Website
eighthsregrets.blogspot.com
XP
837
Country
United States
Sorry @eighthdayregret ,i've do set in normal or in fuzzysearch adresses your posted?
Another question:how come your codes(at the lasted post)start with 42 and not 00?
If you're talking talking about my Cybarian cheats, it's because they're float values. They allow for more precise numbers. So instead of having an address only be able to do whole numbers, like 997, you can have a value like 996.60.
 
  • Like
Reactions: NeoGranzon

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
3,027
Trophies
1
XP
8,080
Country
Italy
If you're talking talking about my Cybarian cheats, it's because they're float values. They allow for more precise numbers. So instead of having an address only be able to do whole numbers, like 997, you can have a value like 996.60.

Thank you @eighthdayregret for reply,i've tried to search codes with float,but without any result.
I've to enter a value or leave it blank,on the float search?
 

TzzJokerzzT

New Member
Newbie
Joined
Aug 29, 2017
Messages
1
Trophies
0
Age
31
XP
62
Country
Colombia
Hi i need some help with getting cheats to work for odinsphere. So far i've tried to get the cheats to show up on both vitas, one on fw 3.60 on vita cheat 04z beta and a vita on 3.65 using vita cheat 05z. plugins are located in ur0 ( i have added the line ur0:vitacheat/vitacheat.skprx under Kernal), and vitacheat folder is located in ux0. the cheat.psv file is for the corresponding version for the game PCSE00899 US Odin Sphere (nonpdrm)


*edit solved

Hi how did you make work those cheat? ´Cause I´m try to us this cheat
# PCSE00899 Odin Sphere Leifthrasir NonpDRM
_V0 Gold
$200 828D5EF0 00EEFF74
_V0 Phozons
$200 828D5E80 00020F81

But is doesn´t show up and I put 0 front of it like this
_V0 Gold
$0200 828D5EF0 00EEFF74
_V0 Phozons
$0200 828D5E80 00020F81
And it doesn´t work if you can tell me how can fix it pls
 

Herald

Well-Known Member
Member
Joined
Feb 27, 2016
Messages
142
Trophies
0
Location
Plegia
XP
442
Country
United States
Hi how did you make work those cheat? ´Cause I´m try to us this cheat
# PCSE00899 Odin Sphere Leifthrasir NonpDRM
_V0 Gold
$200 828D5EF0 00EEFF74
_V0 Phozons
$200 828D5E80 00020F81

But is doesn´t show up and I put 0 front of it like this
_V0 Gold
$0200 828D5EF0 00EEFF74
_V0 Phozons
$0200 828D5E80 00020F81
And it doesn´t work if you can tell me how can fix it pls

the offset (not static) is going to be different everytime you open your game, therefore those cheats won't work for your game. You're gonna have to use a normal search with Vitacheat and edit those values yourself.
 
Last edited by Herald,

CrossOut

Well-Known Member
Member
Joined
Aug 12, 2018
Messages
404
Trophies
0
Age
34
XP
1,262
Country
United Kingdom
the offset (not static) is going to be different everytime you open your game, therefore those cheats won't work for your game. You're gonna have to use a normal search with Vitacheat and edit those values yourself.
I wonder if this is part of the problem I am having for making Minecraft codes. I am able to find and edit the value, the problem with Minecraft is that that codes that I find for the item also seems to link to a lot of other things and thus if I try to edit them and then save the game it breaks the save file and will not let me reload it. It may require more than my skill level to make codes for it sadly.
 

16mpx

Member
Newcomer
Joined
Feb 15, 2020
Messages
10
Trophies
0
Age
34
XP
134
Country
Turkey
Hi,

for the game Unit 13, invincibility is a pointer value. For the first mission, with three dumps I managed to find it. But strange enough, this pointer is not working for the other levels. So, how should I understand this ? Do I really need to find a pointer for each level (which is a bit difficult) or can there be another solution, any suggestions ?
 

Yohoki

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

for the game Unit 13, invincibility is a pointer value. For the first mission, with three dumps I managed to find it. But strange enough, this pointer is not working for the other levels. So, how should I understand this ? Do I really need to find a pointer for each level (which is a bit difficult) or can there be another solution, any suggestions ?
1 pointer should be enough, but you need better data. Make dumps from a few different levels to add variety to the dumps, then find 1 pointer that works for all of the levels.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan @ BakerMan:
    IT'S LIKE THAT ALMOST EVERY FUCKING METEOR SHOWER TOO
  • BigOnYa @ BigOnYa:
    You need to setup a time lapse camera, be neat
  • BigOnYa @ BigOnYa:
    I actually use a pic of it on my pc desktop cause its cool looking
  • Xdqwerty @ Xdqwerty:
    Apparently the pro versión of pizza boy is back aswell
  • Xdqwerty @ Xdqwerty:
    Gonna download the update
  • Xdqwerty @ Xdqwerty:
    Only 2 antiviruses detected the APK as a virus on virustotal so it Must be safe
  • Xdqwerty @ Xdqwerty:
    Cuz false positive
  • Xdqwerty @ Xdqwerty:
    Wait
  • Xdqwerty @ Xdqwerty:
    Eh nvm
  • BakerMan @ BakerMan:
    sadly, the clouds are setting in now

    hey BigOnYa the clouds are coming from the south, maybe check again
  • Xdqwerty @ Xdqwerty:
    Good night it's 11 pm
  • BakerMan @ BakerMan:
    night
  • BigOnYa @ BigOnYa:
    @BakerMan Nuh I'm in for the night playing Fallout 4, ill look tomorrow night
  • BigOnYa @ BigOnYa:
    Ok had let dog out, and yea still can't see it, oh well. Maybe tom night.
  • K3Nv2 @ K3Nv2:
    Ballocks these drives aren't allowing raid
  • BigOnYa @ BigOnYa:
    That sucks, well you will get double the space then atleast.
  • K3Nv2 @ K3Nv2:
    @Sicklyboy needs to come back
  • BigOnYa @ BigOnYa:
    Did you try Raid 10?
  • K3Nv2 @ K3Nv2:
    I did raid69
  • K3Nv2 @ K3Nv2:
    The physical disk keeps disabling in bios
  • BakerMan @ BakerMan:
    hey ken did you see the aurora tonight?
  • BakerMan @ BakerMan:
    also sorry it was too cloudy, that sucks
  • SylverReZ @ SylverReZ:
    @K3Nv2, This chat is sponsored by Raid Shadow Legends.
  • K3Nv2 @ K3Nv2:
    So I guess raid0 doesn't allow mismatched storage oh well
    K3Nv2 @ K3Nv2: So I guess raid0 doesn't allow mismatched storage oh well