Cheat does not work even tough it's detected
#11
(05-22-2024, 11:46 AM)Maniaki Wrote: Thank you. i didn't notice but after you said it i realized i could have found it alone ^^. sorry about that.

When i use omni converter i don't have a change in my code when putting input : Action replay V1 and Output : Raw/Unencrypted.
Is that normal?

Remove the preceeding "patch=1,EE," and replace ",extended," with spaces.
[Image: cGzK8nC.gif]
Reply

Sponsored links

#12
(05-22-2024, 11:57 AM)BloodRaynare Wrote: Remove the preceeding "patch=1,EE," and replace ",extended," with spaces.

I have some problem with some of my code.
[code]
Code contains an invalid
number of 8-digit values,
or general crypt error.  Check your input.
[\code]

otherwise i got something like that

[code]
[(M) Must Be On]
author=Codejunkies
description=
EE3A79AA 10D32DFC
FC8A416E C4A1E45E

[Enable Characters\All Items]
author=Codejunkies
description=
5CBD92B4 C4A11341
FEBD92BE CCA11341
FEBD92BA CCA11341
FEBD92C6 CCA11341
FEBD92C2 CCA11341
FEBD92CE CCA11341
FEBD92CA CCA11341
FEBD92D6 CCA11341
FEBD92D2 CCA11341
[\code]

Is this ok?
Reply
#13
(05-22-2024, 12:09 PM)Maniaki Wrote: I have some problem with some of my code.
Code:
Code contains an invalid
number of 8-digit values,
or general crypt error.  Check your input.

otherwise i got something like that

Code:
[(M) Must Be On]
author=Codejunkies
description=
EE3A79AA 10D32DFC
FC8A416E C4A1E45E

[Enable Characters\All Items]
author=Codejunkies
description=
5CBD92B4 C4A11341
FEBD92BE CCA11341
FEBD92BA CCA11341
FEBD92C6 CCA11341
FEBD92C2 CCA11341
FEBD92CE CCA11341
FEBD92CA CCA11341
FEBD92D6 CCA11341
FEBD92D2 CCA11341

Is this ok?

Try remove some fields, like this

Code:
(M) Must Be On
EE3A79AA 10D32DFC
FC8A416E C4A1E45E

Enable Characters
All Items
5CBD92B4 C4A11341
FEBD92BE CCA11341
FEBD92BA CCA11341
FEBD92C6 CCA11341
FEBD92C2 CCA11341
FEBD92CE CCA11341
FEBD92CA CCA11341
FEBD92D6 CCA11341
FEBD92D2 CCA11341

If ARv1 fails, change to ARv2.
[Image: cGzK8nC.gif]
Reply
#14
(05-22-2024, 12:12 PM)BloodRaynare Wrote: Try remove some fields, like this

If ARv1 fails, change to ARv2.

Ok.
I did ARv2 because even with deleting the field there was some code that bugged.
So i have something like this now.
[code]
[(M) Must Be On]
02A1341C 9C0C30E8

[Enable Characters\All Items]
62B2E9DE 9C0C39E3
F0B2E9EC 940C39E3
F0B2E9E0 940C39E3
F0B2E9F4 940C39E3
F0B2E9E8 940C39E3
F0B2E9FC 940C39E3
F0B2E9F0 940C39E3
F0B2E904 940C39E3
F0B2E9F8 940C39E3
12B2E9FD 9C0C39E3
[\code]

should i pass that to PCSXCE.exe?
Reply
#15
(05-22-2024, 12:23 PM)Maniaki Wrote: Ok.
I did ARv2 because even with deleting the field there was some code that bugged.
So i have something like this now.
Code:
[(M) Must Be On]
02A1341C 9C0C30E8

[Enable Characters\All Items]
62B2E9DE 9C0C39E3
F0B2E9EC 940C39E3
F0B2E9E0 940C39E3
F0B2E9F4 940C39E3
F0B2E9E8 940C39E3
F0B2E9FC 940C39E3
F0B2E9F0 940C39E3
F0B2E904 940C39E3
F0B2E9F8 940C39E3
12B2E9FD 9C0C39E3

should i pass that to PCSXCE.exe?

Don't. The codes are still decrypted wrong
It should start with 0, 1, or 2 at the address (the first part of the codes).

To save you some effort figuring that out, here's how the correctly encrypted code look like:

Code:
(M) Must Be On
0E3C7DF2 1853E59E
EE8C45B6 BCA99C80

Enable Characters
All Items
CEBB9604 BCA99B83
DEBB9606 BCA99B83
DEBB9602 BCA99B83
DEBB960E BCA99B83
DEBB960A BCA99B83
DEBB9616 BCA99B83
DEBB9612 BCA99B83
DEBB961E BCA99B83
DEBB961A BCA99B83
FEBB9625 BCA99B83

And here's how it should be decrypted:

Code:
(M) Must Be On
F012B938 000001FD

Enable Characters
All Items
10436886 00000000
20436888 00000000
2043688C 00000000
20436890 00000000
20436894 00000000
20436898 00000000
2043689C 00000000
204368A0 00000000
204368A4 00000000
004368A5 00000000

Basically, you need a correct encryption seeds to decrypt it properly.
[Image: cGzK8nC.gif]
Reply
#16
(05-22-2024, 01:13 PM)BloodRaynare Wrote: Don't. The codes are still decrypted wrong
It should start with 0, 1, or 2 at the address (the first part of the codes).

To save you some effort figuring that out, here's how the correctly encrypted code look like:

Code:
(M) Must Be On
0E3C7DF2 1853E59E
EE8C45B6 BCA99C80

Enable Characters
All Items
CEBB9604 BCA99B83
DEBB9606 BCA99B83
DEBB9602 BCA99B83
DEBB960E BCA99B83
DEBB960A BCA99B83
DEBB9616 BCA99B83
DEBB9612 BCA99B83
DEBB961E BCA99B83
DEBB961A BCA99B83
FEBB9625 BCA99B83

And here's how it should be decrypted:

Code:
(M) Must Be On
F012B938 000001FD

Enable Characters
All Items
10436886 00000000
20436888 00000000
2043688C 00000000
20436890 00000000
20436894 00000000
20436898 00000000
2043689C 00000000
204368A0 00000000
204368A4 00000000
004368A5 00000000

I'm sorry but i don't understand.

i have tried every Input possible and i can't find a result with output Unencrypted Standard like the one you provide.

So i don't know what to do.
Reply
#17
(05-22-2024, 01:24 PM)Maniaki Wrote: I'm sorry but i don't understand.

i have tried every Input possible and i can't find a result with output Unencrypted Standard like the one you provide.

So i don't know what to do.

You need a correct encryption seeds to decrypt it properly.
In this case, it was:
Code:
0E3C7DF2 1853E59E
EE8C45B6 BCA99C80
[Image: cGzK8nC.gif]
Reply
#18
(05-22-2024, 01:25 PM)BloodRaynare Wrote: You need a correct encryption seeds to decrypt it properly.
In this case, it was:
Code:
0E3C7DF2 1853E59E
EE8C45B6 BCA99C80

correct encryption seeds?
i didn't have to put something like that in omniconvert.

where do you put that?
Reply
#19
(05-22-2024, 01:41 PM)Maniaki Wrote: correct encryption seeds?
i didn't have to put something like that in omniconvert.

where do you put that?

The encrypted " (M) Must Be On" codes contains the encryption seeds.
Must be always put first before other codes.
[Image: cGzK8nC.gif]
Reply
#20
(05-22-2024, 02:22 PM)BloodRaynare Wrote: The encrypted " (M) Must Be On" codes contains the encryption seeds.
Must be always put first before other codes.

Hello .

Sorry for the delay i had a meeting that i couldn't miss.

so i tried with the seed that you gave me but i still can't arrive to the correct result.

Do you see something that i do wrong?


Attached Files Thumbnail(s)
   
Reply




Users browsing this thread: 5 Guest(s)