Go Back  
Reply
 
Thread Tools
Old 02-10-2013   #1071
gingerbread
Senior Member
 
gingerbread's Avatar
 
Join Date: Mar 2012
Posts: 1,405
Likes: 284
Liked 812 Times in 418 Posts
Mentioned: 302 Post(s)
Tagged: 0 Thread(s)
I have updated the repository.

PHP Code:
Version 0.94 (Feb 112013) - 520
Added Resident Evil The Darkside Chronicles HD // xtatu from CMP
Set Status (Not WorkingFrom Dust US 
Originally Posted by aldostools View Post
Red, Blue... makes me remember The Matrix
Haha! You have no idea how die-hard fan I am of the matrix trilogy! IMO, The Matrix Trilogy (universe) is one of the best sci-fi film ever made in the history of mankind. It is not for the cgi-sfx. (Those were just icing on the cake). There entire premise, universe, lore, philosophy and homage to other sci-fi writing and jap anime is just mindblowing! Just sharing my love!

Last edited by gingerbread; 02-10-2013 at 08:23 PM.
gingerbread is offline   Reply With Quote
Likes: (2)
Old 02-10-2013   #1072
Daveyshambles
Member
 
Daveyshambles's Avatar
 
Join Date: Aug 2012
Location: Reading , england
Posts: 182
Likes: 8
Liked 66 Times in 40 Posts
Mentioned: 23 Post(s)
Tagged: 0 Thread(s)
any chance of Aliens colonial marines getting some cheats ?
Daveyshambles is online now   Reply With Quote
Old 02-10-2013   #1073
SkillerCMP
Member
 
Join Date: Dec 2011
Posts: 90
Likes: 1
Liked 53 Times in 29 Posts
Mentioned: 35 Post(s)
Tagged: 0 Thread(s)
Originally Posted by gingerbread View Post
@aldostools Thanks for the update! Thanks for fixing the tool tip line error! I also notice that the tool tip is displayed with the frame of the application. If the user moves the mouse towards the last words of the text, the tool tip is cut off. Will it be possible for the tool tip appears on top of the application? Thank you!

In you next updated will it be possible to also allow the resizing of the vertical center frame. Some cheat titles/info are kinda long and there are cut off.

No problem. I understand. Removing a feature may mess up the code. We can ignore it for now.

To provide explanation of code. I believe @SkillerCMP could enlighten us.

@SkillerCMP Could you share some knowledge on the meaning of the codes Aldo has pointed out.

The conversation on this topic starts from page 104.

Code:
http://www.ps3hax.net/showthread.php?t=42249&page=104
Thank you.


Well I will give u a hit .. the actual code types on CU are only 16 bits 0000

so example
0000 = 8 bit XXXXXXXX 000000VV
1000 = 16 Bit XXXXXXXX 0000VVVV
2000 = 32 bit XXXXXXXX VVVVVVVV

3000 = Pointer type <--- on codefreak this code type is different its not pointer
4000 = Multiwrite
C000 = Conditional (Joker/Activation type)

Do not that the CU dababase/Octos stuff uses 0000 infront of the code type so in theres it be 00001000 and so on ..

this has been posted to the CMP for a wile BTW

FYI so ppl know the Master codes or so called MCODE is just the game ID in hex/Acsii with a control flag

Last edited by SkillerCMP; 02-10-2013 at 09:08 PM.
SkillerCMP is offline   Reply With Quote
Likes: (3)
Old 02-10-2013   #1074
haxxxen
Member
 
Join Date: Oct 2010
Posts: 469
Likes: 91
Liked 145 Times in 104 Posts
Mentioned: 94 Post(s)
Tagged: 0 Thread(s)
so i only have confused the bit and bytes...thanks for confirmation
haxxxen is offline   Reply With Quote
Old 02-10-2013   #1075
SkillerCMP
Member
 
Join Date: Dec 2011
Posts: 90
Likes: 1
Liked 53 Times in 29 Posts
Mentioned: 35 Post(s)
Tagged: 0 Thread(s)
ya there is other code types as well I believe on Codefreak if I remember right that code type 3 is a Increment code like how it is on codebreaker ..
SkillerCMP is offline   Reply With Quote
Old 02-10-2013   #1076
gingerbread
Senior Member
 
gingerbread's Avatar
 
Join Date: Mar 2012
Posts: 1,405
Likes: 284
Liked 812 Times in 418 Posts
Mentioned: 302 Post(s)
Tagged: 0 Thread(s)
Originally Posted by SkillerCMP View Post
ya there is other code types as well I believe on Codefreak if I remember right that code type 3 is a Increment code like how it is on codebreaker ..
Thanks for your information Skiller!

How about 00005000?

Thanks.
gingerbread is offline   Reply With Quote
Old 02-10-2013   #1077
SkillerCMP
Member
 
Join Date: Dec 2011
Posts: 90
Likes: 1
Liked 53 Times in 29 Posts
Mentioned: 35 Post(s)
Tagged: 0 Thread(s)
Originally Posted by gingerbread View Post
Thanks for your information Skiller!

How about 00005000?

Thanks.
should be copy bytes
Copy addresses value to another address .

5000 XXXXXXXX VVVVVVVV
5000 XXXXXXXX XXXXXXXX

I cant remember the full format right at this moment but it should be set up simler to that of Codebreakers ..


here is my code type post from CMP

Note this is based off Codefreak . most code types are still the same out side of them changing to using 3000 as a pointer type on UC

Master Code
VVVV GGGGGGGG NNNNNUUU

V = Version Number
G = Letter Half of Game ID (In Hex)
N = Number part of Game ID (In Dec)
U = ??? Always seems to be 018 or 008

Example of Master Code
$0104 424C4A4D 67005018
--------------------------
8BIT Write
$0T00 XXXXXXXX PPPP00YY
--------------------------
16BIT Write
$1T00 XXXXXXXX PPPPYYYY
--------------------------
32BIT write
$2T00 XXXXXXXX YYYYYYYY

T =
0 = No Extra Options =
1 = Set only Y Bites |
2 = Only Set Matching Parts &
3 = Only Set non Matching Parts ^

X = Address
P = offset (If set X will act as a Pointer)
Y = Value

--------------------------
Copy bytes
$5T00 XXXXXXXX YYYYYYYY
$5000 000000nn 00000000

T = Byte type 0 = 32bits, 1 = 16bits, 2 = 8Bits
X = Write Copyed Bytes to Starting from Address Put here
Y = Copy Values Starting from the Address
N = Tells Y the amount to be Copyed ..
--------------------------
Serial code
$4T00 XXXXXXXX VVVVVVVV
$4ZZZ 0000WWWW IIIIIIII

T = Byte type 0-32bit, 1-16bit, 2-8bit
X = Address
V = Starting Value
W = How Much To Skip By
Z= How many to write ..
I = Incrament Value (increase Value by V each Write)
Note W might use the full 32bits and Z might use the 0 as well ..

Example:
GALLERY 全開
$4000 00937428 01010101
$4028 00000004 00000000
$1000 009374C8 00000101

Is the same as:

GALLERY 全開
$2000 00937428 01010101
$2000 00937450 01010101
$2000 00937478 01010101
$2000 009374A0 01010101
$1000 009374C8 00000101
--------------------------
JOKER
$C0nn 0000PPPP DDDDDDDD
Note: there is something that Sets what controller we are looking for this
Note 2: there will be another one for the type of skip to

N = Amount of Skips
0 = Unknown (Type of skip Greater then = to and also there should be contoller) right now we know 0 is Equal to
D = Button Activation
P = Controller (1 threw 6)

Code:
00000001 = L2TRIGGER
00000002 = R2TRIGGER
00000004 = L1TRIGGER
00000008 = R1TRIGGER
00000010 = Triangle
00000020 = O
00000040 = X
00000080 = Square
00010000 = SELECT
00080000 = START
00100000 = DPAD_UP
00200000 = DPAD_RIGHT
00400000 = DPAD_LEFT
00800000 = DPAD_DOWN 

humm
0x00800000 LEFT
0x00400000 DOWN
0x00200000 RIGHT
0x00100000 UP
0x00080000 START
0x00040000 R3
0x00020000 L3
0x00010000 SELECT
0x00000080 SQUARE
0x00000040 CROSS
0x00000020 CIRCLE
0x00000010 TRIANGLE
0x00000008 R1
0x00000004 L1
0x00000002 R2
0x00000001 L2

Conditions Compare
$DTLL AAAAAAAA VVVVVVVV

T = Base
0 = 32-bit
4 = 16-bit
8 = 8-bit

T = Add to the Base value
+0 = Not Equal
+1 = Equal to
+2 = Greater then
+3 = Less then

L = How many to Skip
A = Address
V = Value

Conditions Compare [Pointer version]
$E000 00000000 00000000
$E000 00000000 00000000

Last edited by SkillerCMP; 02-10-2013 at 09:38 PM.
SkillerCMP is offline   Reply With Quote
Likes: (3)
Old 02-11-2013   #1078
kik4444
Member
 
Join Date: Jun 2012
Location: Space
Posts: 171
Likes: 9
Liked 7 Times in 7 Posts
Mentioned: 13 Post(s)
Tagged: 0 Thread(s)
What I mean is that I don't know what to do when I get to the part where I have to put in the codes I want in the MCodes file. I'm stuck on this part (SET OGP=13BCC5F60033000000350001
SET COP=13BCC5F60033000000340001) does that mean that I have to write half the code in the OGP and the other half in the COP? This part really confuses me and I haven't seen anyone saying where to put the code
************* [ - Post Merged - ] *************
Oh and since This way is too hard for me I tried the tutorial on the first page where you only need to use the ps3 cheats editor but it says that it couldn't decrypt the eboot and when I convert it to an ELF file it can't find it. I also tried that SCETOOL but it says that the dll can't be found so I tried putting it in the folder of the scetool but then when I start it it closes immediately, I also tried installing the dll file in the computer but the scetool still closes immediately even if I start it as an admin. So my question is how else can I decrypt it to use it with the ps3 cheats editor?

Last edited by kik4444; 02-11-2013 at 02:20 AM.
kik4444 is online now   Reply With Quote
Old 02-11-2013   #1079
haxxxen
Member
 
Join Date: Oct 2010
Posts: 469
Likes: 91
Liked 145 Times in 104 Posts
Mentioned: 94 Post(s)
Tagged: 0 Thread(s)
sorry dude, but i really don't get it what you want to do. maybe some language barrier by my side, as i am only german.
wtf is a MCodes file???

i am not using the cheat pkg function from the editor, so i cannot help you there...

if you want to patch an eboot yourself, you first decrypt it to an elf and then you open it in a hexeditor.
you use the common search&replace function, which supports hex or string search. of course you have to use hex search!
then you put for search the exact ogp=original game pattern and for replace tab you use the exact cop=code pattern and click replace. the hexeditor will replace the chosen value for you. then you only have to reencrypt it and you are fine.

about the program not working i have no clue. maybe you have a faulty windows installation or missing drivers. try to open windows event viewer and look for the last error after opened the cheat editor. it will tell you some info about the things happened.

try to download scetool and the gui for it. have to search yourself for it. the keys you can take from the editor.

edit
looking on your other posts, it looks to me you like trolling

Last edited by haxxxen; 02-11-2013 at 09:28 AM.
haxxxen is offline   Reply With Quote
Old 02-11-2013   #1080
gingerbread
Senior Member
 
gingerbread's Avatar
 
Join Date: Mar 2012
Posts: 1,405
Likes: 284
Liked 812 Times in 418 Posts
Mentioned: 302 Post(s)
Tagged: 0 Thread(s)
I have updated the repository.

PHP Code:
Version 0.95 (Feb 122013) - 520
Updated Aliens vsPredator US(1)(2)/EU // bungholio from CMP 
gingerbread is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 01:50 PM.