|
|
#1071 | |
|
Senior Member
![]() 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:
Last edited by gingerbread; 02-10-2013 at 08:23 PM. |
|
|
|
|
|
Likes: (2) |
|
|
#1072 |
|
Member
![]() 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 ?
|
|
|
|
|
|
#1073 | |
|
Member
![]() Join Date: Dec 2011
Posts: 90
Likes: 1
Liked 53 Times in 29 Posts
Mentioned: 35 Post(s)
Tagged: 0 Thread(s)
|
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. |
|
|
|
|
|
Likes: (3) |
|
|
#1074 |
|
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
|
|
|
|
|
|
#1075 |
|
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 ..
|
|
|
|
|
|
#1076 | |
|
Senior Member
![]() Join Date: Mar 2012
Posts: 1,405
Likes: 284
Liked 812 Times in 418 Posts
Mentioned: 302 Post(s)
Tagged: 0 Thread(s)
|
![]() How about 00005000? Thanks. |
|
|
|
|
|
|
#1077 |
|
Member
![]() Join Date: Dec 2011
Posts: 90
Likes: 1
Liked 53 Times in 29 Posts
Mentioned: 35 Post(s)
Tagged: 0 Thread(s)
|
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. |
|
|
|
|
Likes: (3) |
|
|
#1078 |
|
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. |
|
|
|
|
|
#1079 |
|
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. |
|
|
|
|
|
#1080 |
|
Senior Member
![]() 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:
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|