..:: PCSX2 Forums ::..

Full Version: Please Help About Convert Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
From : http://forums.pcsx2.net/Thread-My-applie...s-not-work

I tried to use omniconverter to translated code but it wasn't worked.

(If it work 2A8B6359 should be 2061C440 but it's still be 2A8B6359)

[Image: codenot.jpg]

Ps. I tried select many inout/output but 2A8B6359 still always result as 2A8B6359 no matter what choice i picked
what's that code and what game?
Well of course it wont work...where is the other part.
The code is encrypted and it need the whole code(not only part of it)for any program to decrypt it.

2A8B6359 3B9AC9FF => 2061C440 3B9AC9FF
(10-18-2010, 11:34 AM)topboy Wrote: [ -> ]From : http://forums.pcsx2.net/Thread-My-applie...s-not-work

I tried to use omniconverter to translated code but it wasn't worked.

(If it work 2A8B6359 should be 2061C440 but it's still be 2A8B6359)

[Image: codenot.jpg]


Ps. I tried select many inout/output but 2A8B6359 still always result as 2A8B6359 no matter what choice i picked

you need to input the complete code like vsub provide....if you put only 2A8B6359 w/o the 2nd column one...then the code covert is invalid.
btw double check the "Input" and "Output"

example:

//money
patch=1,EE,2061C440,extended,3b9ac9ff (pcsx2's RAW code)

if you want to convert back to to CB
set input(RAW) and set output(Codebreaker V1+)
see screenshot