..:: PCSX2 Forums ::..

Full Version: Can't decrypt cheat codes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I was looking to put some cheats on SLPM-66073, and I ran into a problem... 
I just can't decrypt those cheats above:

Accessory effect activation
The accessory name is attached for reference only, but effects (status changes, etc.) other than those written in the code name will not be activated.

No reduction in hand-held weapon usage (Infinite Grindstone)
9C8D1460 143FD7C0

Turrets and vehicles do not lose ammo (infinite ammo)
9C8E07B4 09B6E79B

Do not drop handheld weapons when attacked (grip gloves)
9C82730C 09B6E7B1

Autojust Attack (Just Glasses)
9C8F0A40 E456E67D
9C90A1A8 E456E67D

100% instant death trigger rate for Japanese swords (Samurai Heart)
9C8FEC90 E456E67D
9C8F7390 E456E67D

Sword attribute attack always triggers instant death (Swordsman's Heart)
9C826234 E456E67D

Any attack activates the instant death effect of "Swordsman's Heart"
9C826258 E456E67D
It will be activated by any attack, including turrets.
However, if you use this, you will not be able to do much damage to tanks, so it is recommended to disable it during tag battles.

Instant death effect will pass to the boss
9C826290 09B6E7A3
Instant death effects from Japanese swords and swordsman's heart will now be activated against bosses.

Automatic counter activation when guarding (black eyepatch)
9C8D1F34 09B6E7A8

Always Max Charge (Stone Rose)
9C8F196C E456E67D
9C90B20C E456E67D

Nullifies the slowing effect of accessories
9C8D33E4 09B6E7A7
You will be able to run even if you are equipped with a bone helm etc.

Automatic resurrection on death (resurrection amulet)
9C8FA428 09B6E79C
9C8FD030 E456E67D
9C8F4EDC E456E67D
Consumes well when equipped with the Amulet of Resurrection/Saint's Ankh

Always item drop (lucky clover)
9C8273E4 E456E67D

I tried find out what was the format, but no success. Help!
They all go like this:
 
[Cheats/Autojust Attack (Just Glasses)]
patch=1,EE,A0188918,extended,70000168
patch=1,EE,A0191E80,extended,70000168 

And don't work. I'm gonna put the PNACH file of my cheats that work here, I count on you guys!
You have to set the input encryption to something else. This one is Action Replay v1/v2 or Gameshark v1/v2.
It is using encryption that omniconvert don't support
use this
http://raid.s500.xrea.com/tool/ps2par2pnach.html
(07-16-2023, 09:58 PM)vsub Wrote: [ -> ]It is using encryption that omniconvert don't support
use this
http://raid.s500.xrea.com/tool/ps2par2pnach.html

It should basically look like this?

[Cheats/Autojust Attack (Just Glasses)]
patch=0,EE,00188918,word,70000168
patch=0,EE,00191E80,word,70000168

PCSX2 Still isn't recognizing.
(07-17-2023, 12:48 AM)usagi03 Wrote: [ -> ]It should basically look like this?

[Cheats/Autojust Attack (Just Glasses)]
patch=0,EE,00188918,word,70000168
patch=0,EE,00191E80,word,70000168

PCSX2 Still isn't recognizing.

Try replace every addresses that starts with "0" with "2" and change the type "word" to "extended"

Code:
[Cheats/Autojust Attack (Just Glasses)]
patch=0,EE,20188918,extended,70000168
patch=0,EE,20191E80,extended,70000168
(07-17-2023, 01:09 AM)BloodRaynare Wrote: [ -> ]Try replace every addresses that starts with "0" with "2" and change the type "word" to "extended"

Code:
[Cheats/Autojust Attack (Just Glasses)]
patch=0,EE,20188918,extended,70000168
patch=0,EE,20191E80,extended,70000168

No results, man. I think maybe these codes are screwed or smt, that's so weird.
Where did you get the codes?
(07-17-2023, 02:14 AM)BloodRaynare Wrote: [ -> ]Where did you get the codes?

Here: http://raid.s500.xrea.com/code/ps2/SLPM66073/
What is weird is that the codes I've got from these other sites works with no problem: 
https://blog.goo.ne.jp/touffu/e/a5dbd648...c3e39eed4d
http://bbs.chinaemu.org/read-htm-tid-32755.html
But they doesn't have that lines of codes that are on my post.
(07-17-2023, 02:21 AM)usagi03 Wrote: [ -> ]Here: http://raid.s500.xrea.com/code/ps2/SLPM66073/
What is weird is that the codes I've got from these other sites works with no problem: 
https://blog.goo.ne.jp/touffu/e/a5dbd648...c3e39eed4d
http://bbs.chinaemu.org/read-htm-tid-32755.html
But they doesn't have that lines of codes that are on my post.

Did whoever posted that code even tested it?
Looks like the code may be bogus.

The last thing you can try is maybe replace the

Code:
patch=0

with

Code:
patch=1
(07-17-2023, 02:25 AM)BloodRaynare Wrote: [ -> ]Did whoever posted that code even tested it?
Looks like the code may be bogus.

The last thing you can try is maybe replace the

Code:
patch=0

with

Code:
patch=1

I've already tried that. That's so weird, I've converted many times with all the softwares and PCSX2 doesn't recognize any.

[Cheats/Autojust Attack (Just Glasses)]
A0188918 70000168
A0191E80 70000168

[Cheats/Autojust Attack (Just Glasses)]
patch=0,EE,00188918,word,70000168
patch=0,EE,00191E80,word,70000168