hey crypt just an fyi, kingdomheartschaos is a girl not a boy, you may want to fix that in ur post in the kh2fm thread.=)
hey dude if ur gonna post a long post like that pot *code* tags around it, but without the Asterisks e.g. *code*example*code* but with these brackets [] [/]. btw guys anyone know how to port this code to ASM? Spoiler Code: <<< void RoxasKeyblades(unsigned char *memory) { Cheats.one=0x01; Cheats.zero=0x00; Cheats.heart_block = 0x01000000; Cheats.heart_block2; Cheats.check=0; Cheats.ID=0x180; Cheats.AIpointer=0x00; Cheats.drop=100000; if(UCMSlot2.ID==0x951 && UCMSlot3.ID==0x951) { for(Cheats.heart_block; Cheats.heart_block < 0x01FFFFFF; Cheats.heart_block++) { if(memory[Cheats.heart_block+0x17] == 0xFF && memory[Cheats.heart_block+0x16] == 0xFF && memory[Cheats.heart_block+0x15] == 0xFF && memory[Cheats.heart_block+0x14] == 0xFF) { memcpy_fast(&Cheats.check,&memory[Cheats.heart_block],0x02); if(Cheats.check==Cheats.ID) { Cheats.check=0; break; } } } memcpy_fast(&eeMem->Main[Cheats.RoxasKeyblades], &Cheats.one, 0x01); memcpy_fast(&eeMem->Main[UCMSlot2.transparency], &Cheats.zero, 0x04); memcpy_fast(&Cheats.AIpointer, &eeMem->Main[UCMSlot2.mdlx_pointer+0x48], 0x04); memcpy_fast(&eeMem->Main[Cheats.AIpointer+0x04], &Cheats.zero, 0x04); memcpy_fast(&eeMem->Main[UCMSlot2.XAddress], &Cheats.drop, 0x04); memcpy_fast(&eeMem->Main[UCMSlot2.YAddress], &Cheats.drop, 0x04); memcpy_fast(&eeMem->Main[UCMSlot2.ZAddress], &Cheats.drop, 0x04); Cheats.heart_block2=Cheats.heart_block + 0x04; for(Cheats.heart_block2; Cheats.heart_block2 < 0x01FFFFFF; Cheats.heart_block2++) { if(memory[Cheats.heart_block2+0x17] == 0xFF && memory[Cheats.heart_block2+0x16] == 0xFF && memory[Cheats.heart_block2+0x15] == 0xFF && memory[Cheats.heart_block2+0x14] == 0xFF) { memcpy_fast(&Cheats.check,&memory[Cheats.heart_block2],0x02); if(Cheats.check==Cheats.ID) { Cheats.check=0; break; } } } memcpy_fast(&eeMem->Main[Cheats.RoxasKeyblades], &Cheats.one, 0x01); memcpy_fast(&eeMem->Main[UCMSlot3.transparency], &Cheats.zero, 0x04); memcpy_fast(&Cheats.AIpointer, &eeMem->Main[UCMSlot3.mdlx_pointer+0x48], 0x04); memcpy_fast(&eeMem->Main[Cheats.AIpointer+0x04], &Cheats.zero, 0x04); memcpy_fast(&eeMem->Main[UCMSlot2.XAddress], &Cheats.drop, 0x04); memcpy_fast(&eeMem->Main[UCMSlot2.YAddress], &Cheats.drop, 0x04); memcpy_fast(&eeMem->Main[UCMSlot2.ZAddress], &Cheats.drop, 0x04); } return; } [DOUBLEPOST=1404708345][/DOUBLEPOST] you can probably get that effect with a A.I. Mod.^^ also another post that can use code tags js.
<<< void RoxasKeyblades(unsigned char *memory) { Cheats.one=0x01; Cheats.zero=0x00; Cheats.heart_block = 0x01000000; Cheats.heart_block2; Cheats.check=0; Cheats.ID=0x180; Cheats.AIpointer=0x00; Cheats.drop=100000; if(UCMSlot2.ID==0x951 && UCMSlot3.ID==0x951) { for(Cheats.heart_block; Cheats.heart_block < 0x01FFFFFF; Cheats.heart_block++) { if(memory[Cheats.heart_block+0x17] == 0xFF && memory[Cheats.heart_block+0x16] == 0xFF && memory[Cheats.heart_block+0x15] == 0xFF && memory[Cheats.heart_block+0x14] == 0xFF) { memcpy_fast(&Cheats.check,&memory[Cheats.heart_block],0x02); if(Cheats.check==Cheats.ID) { Cheats.check=0; break; } } } memcpy_fast(&eeMem->Main[Cheats.RoxasKeyblades], &Cheats.one, 0x01); memcpy_fast(&eeMem->Main[UCMSlot2.transparency], &Cheats.zero, 0x04); memcpy_fast(&Cheats.AIpointer, &eeMem->Main[UCMSlot2.mdlx_pointer+0x48], 0x04); memcpy_fast(&eeMem->Main[Cheats.AIpointer+0x04], &Cheats.zero, 0x04); memcpy_fast(&eeMem->Main[UCMSlot2.XAddress], &Cheats.drop, 0x04); memcpy_fast(&eeMem->Main[UCMSlot2.YAddress], &Cheats.drop, 0x04); memcpy_fast(&eeMem->Main[UCMSlot2.ZAddress], &Cheats.drop, 0x04); Cheats.heart_block2=Cheats.heart_block + 0x04; for(Cheats.heart_block2; Cheats.heart_block2 < 0x01FFFFFF; Cheats.heart_block2++) { if(memory[Cheats.heart_block2+0x17] == 0xFF && memory[Cheats.heart_block2+0x16] == 0xFF && memory[Cheats.heart_block2+0x15] == 0xFF && memory[Cheats.heart_block2+0x14] == 0xFF) { memcpy_fast(&Cheats.check,&memory[Cheats.heart_block2],0x02); if(Cheats.check==Cheats.ID) { Cheats.check=0; break; } } } memcpy_fast(&eeMem->Main[Cheats.RoxasKeyblades], &Cheats.one, 0x01); memcpy_fast(&eeMem->Main[UCMSlot3.transparency], &Cheats.zero, 0x04); memcpy_fast(&Cheats.AIpointer, &eeMem->Main[UCMSlot3.mdlx_pointer+0x48], 0x04); memcpy_fast(&eeMem->Main[Cheats.AIpointer+0x04], &Cheats.zero, 0x04); memcpy_fast(&eeMem->Main[UCMSlot2.XAddress], &Cheats.drop, 0x04); memcpy_fast(&eeMem->Main[UCMSlot2.YAddress], &Cheats.drop, 0x04); memcpy_fast(&eeMem->Main[UCMSlot2.ZAddress], &Cheats.drop, 0x04); } return; }
Hey guys is there a code that'll allow me to do fetal damage to dark riku? by fetal i mean damage that'll actually allow me to K.O. him. Reason I'm asking is because I remember seeing something like that in one of the older KH2FM Threads on here with my old account account before I had my old account merged with this account, so someone can help me I would be very appreciative.:) thanks guys ~Sean
well first of all master codes don't work with emuhaste because all you do is just copy and paste the codes and hit apply second use the version of emuhaste through thr link below if you don't already have it, instead. select mode change and select the mode that says Pcsx2_r5875.exe then select the engine which would be the one that says default, note this only applies if it asks you to select a engine if not leave it alone, then go into extra and replace the beginning of the real address code with the number 2 so it'll look like this. Code: 20000000 https://mega.co.nz/#!pINzAB6S!Yh0dC3yWKB2kVnThUYMp3IrVRQ6DX-H5JgpEr17zuec then press ok then hit snap process and apply your codes and they should work.^^ hope that helps ~Sean
20000000
well if your trying to use the mastercode then you don't need it with emuhaste, what version of pcsx2 are you using if I know that then I can help you a lot easier?
there's no viruses its a false reading, add a exclusion for it to ur anti virus, that will divert the false readings and fix the problems with your your antivirus thinking there is a virus within the program.;):)
it should yes, however if your on a emulator then you can just use a program called emuhaste, but if your using the ps2 then yes those codes should work with the master code in the OP.=)
well its basically a duel wielding version of riku plus if I were to add the animation I would have to know what animation is missing and frankly idk what animation that is. also guys is there a way to change mickeys Keyblade without him t-stancing, cus I wanna try to get him to wield oblivion if at all possible. edit: Nvm about the second question regarding mickeys keyblade guys someone already helped me on skype.^^
can someone tell me why this code still t-stances if I do too man ground attacks? Play As DW Riku (FIX) 11CE0B68 0000089B 01CB8C77 0000002E 21CB8C78 7465736D 21CB8C7C 00000000 01CB8C96 00000023 11CB8C9E 00000002 0032ED64 0000008A 2032F0AC 00020100 21CE267C 003200A3 21CB8C4C 01000000 21CB8C94 00050001 21CB8C9C 0A000000 1032E020 00000029 11CD4B08 00000068 21cd52a8 48455f57 21cd52ac 00303030 21cd52b0 00000000 21cd52b4 00000000 21cd52c8 58455f57 21cd52cc 00303130 21cd52d0 00000000 21cd52d4 00000000 11CD4390 00000317 11CD4394 00000069 it was originally made by Aurangzeb56 but riku still t-stances when I do too many ground attacks, any idea why? cus I thought it wasn't supposed to t-stance at all seeing as its one of his fixes.=/
nvm I though the code helps you complete all of them but looking more closely it only gets you mushroom 13. lemme take a look at my dump see if I can make one myself.
Sweet, thx for these man.^^
the max infinite drive I made keeps sora transformed already, it works everywhere not just a single room or world.=) also I'll have to see if the mushroom codes are already labeled in truths dump, cus frankly I dunno how to find them if their not in that dump, plus FYI there's already a code to finish the mushroom missions in the miscellaneous codes on the front page.=/ Also my dump lables the code below as a summon and play as mod code not a drive code. ->0032F054 0000000?<- just use my max infinite drive code it works better if you don't want sora to return to his normal form. Hey guys I decided to release all of my custom forms for who whoever wants to try them out. My complete list of custom forms... Spoiler Code: DW Timeless River Limit Form 11CE0B68 00000055 21C95550 58455F50 21C95554 5F303031 21C95558 4B5F4957 21C9555C 00463148 01CBD3D6 00000002 1032E020 0000002A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C Anti Gravity Space Paranoids Limit Form 11CE0B68 00000058 21C95670 58455F50 21C95674 5F303031 21C95678 4B5F5254 21C9567C 00463148 01CBD3D6 00000005 1032E020 0000002A 1032EF04 0000002B 11C6C750 0000003C 11C6C754 0000003C DW Space Paranoids Limit Form 11CE0B68 00000055 21C95550 58455F50 21C95554 5F303031 21C95558 4B5F5254 21C9555C 00463148 01CBD3D6 00000002 1032E020 0000002C 1032EE24 0000002C 11C6C750 0000003C 11C6C754 0000003C DW Halloween Town Limit Form 11CE0B68 00000055 21C95550 58455F50 21C95554 5F303031 21C95558 4B5F4D4E 21C9555C 00463148 01CBD3D6 00000002 1032E020 0000002A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C DW Christmas Town Limit Form 11CE0B68 00000055 21C95550 58455F50 21C95554 5F303031 21C95558 4B5F4D58 21C9555C 00463148 01CBD3D6 00000002 1032E020 0000002A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C Anti Gravity Limit Form 11CE0B68 00000058 21C95674 5F303031 21C95678 4631484B 01C956B6 00000005 1032EF04 0000002B 11C6C750 0000003C 11C6C754 0000003C Duel Weilding Limit Form 11CE0B68 00000055 21C95554 5F303031 21C95558 4631484B 01C956B6 00000005 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C DW Anti Form 11CE0B68 00000055 21C95554 5F303031 21C95558 464C5448 1032E020 0000002A 1032EE24 0000002B 01C95596 0000000A 11C6C750 0000003C 11C6C754 0000003C Anti Gravity Valor Form 11CE0B68 00000058 21C95674 5F303031 21C95678 464C5442 01C956B6 00000005 1032EF04 0000002B 11C6C750 0000003C 11C6C754 0000003C DW Master Form 11CE0B68 00000055 21C95554 5F303031 21C95558 46495254 01C956B6 0000000A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C DW Wisdom Form 11CE0B68 00000055 21C95554 5F303031 21C95558 4647414D 01C95596 0000000A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C Valor Final Form 11CE0B68 00000055 21C95554 5F303031 21C95558 46544C55 01C95596 0000000A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C Valor Sora--->has glide max and high jump max 11CE0B68 00000055 01CBD3D6 0000000A 1032E020 0000002A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C 21C6C8FC 01366436 11C6C900 0000FFFF 1032EE38 0000806D 1032EE3A 00008061 DW Sora. 11CE0B68 00000055 21c95554 00303031 21c95558 00000000 01C95596 0000000A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C Valor Halloween Sora 11CE0B68 00000956 01CBD076 0000000A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C
DW Timeless River Limit Form 11CE0B68 00000055 21C95550 58455F50 21C95554 5F303031 21C95558 4B5F4957 21C9555C 00463148 01CBD3D6 00000002 1032E020 0000002A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C Anti Gravity Space Paranoids Limit Form 11CE0B68 00000058 21C95670 58455F50 21C95674 5F303031 21C95678 4B5F5254 21C9567C 00463148 01CBD3D6 00000005 1032E020 0000002A 1032EF04 0000002B 11C6C750 0000003C 11C6C754 0000003C DW Space Paranoids Limit Form 11CE0B68 00000055 21C95550 58455F50 21C95554 5F303031 21C95558 4B5F5254 21C9555C 00463148 01CBD3D6 00000002 1032E020 0000002C 1032EE24 0000002C 11C6C750 0000003C 11C6C754 0000003C DW Halloween Town Limit Form 11CE0B68 00000055 21C95550 58455F50 21C95554 5F303031 21C95558 4B5F4D4E 21C9555C 00463148 01CBD3D6 00000002 1032E020 0000002A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C DW Christmas Town Limit Form 11CE0B68 00000055 21C95550 58455F50 21C95554 5F303031 21C95558 4B5F4D58 21C9555C 00463148 01CBD3D6 00000002 1032E020 0000002A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C Anti Gravity Limit Form 11CE0B68 00000058 21C95674 5F303031 21C95678 4631484B 01C956B6 00000005 1032EF04 0000002B 11C6C750 0000003C 11C6C754 0000003C Duel Weilding Limit Form 11CE0B68 00000055 21C95554 5F303031 21C95558 4631484B 01C956B6 00000005 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C DW Anti Form 11CE0B68 00000055 21C95554 5F303031 21C95558 464C5448 1032E020 0000002A 1032EE24 0000002B 01C95596 0000000A 11C6C750 0000003C 11C6C754 0000003C Anti Gravity Valor Form 11CE0B68 00000058 21C95674 5F303031 21C95678 464C5442 01C956B6 00000005 1032EF04 0000002B 11C6C750 0000003C 11C6C754 0000003C DW Master Form 11CE0B68 00000055 21C95554 5F303031 21C95558 46495254 01C956B6 0000000A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C DW Wisdom Form 11CE0B68 00000055 21C95554 5F303031 21C95558 4647414D 01C95596 0000000A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C Valor Final Form 11CE0B68 00000055 21C95554 5F303031 21C95558 46544C55 01C95596 0000000A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C Valor Sora--->has glide max and high jump max 11CE0B68 00000055 01CBD3D6 0000000A 1032E020 0000002A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C 21C6C8FC 01366436 11C6C900 0000FFFF 1032EE38 0000806D 1032EE3A 00008061 DW Sora. 11CE0B68 00000055 21c95554 00303031 21c95558 00000000 01C95596 0000000A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C Valor Halloween Sora 11CE0B68 00000956 01CBD076 0000000A 1032EE24 0000002B 11C6C750 0000003C 11C6C754 0000003C
Hey guys, sora6645 made a 19 drive bar code for this game, however it shows 9 but its really 19. heres the code.. Code: 00340C91 00000013 btw the drive gauge is a different color do to the hex value for the amount of drive bars.
00340C91 00000013
Download emuhaste here:http://download1475.mediafire.com/j6sf59j8cm9g/yv731lny7te9hn8/Emuhast v2.55.rar then just copy and paste this code which is a infinite hp code that works with pcsx2 into the white box in emuhaste and hit apply, dependiing on what version of pcsx2 you use you'll have to go up into mode change and switch to ur version. here's the code... Code: Inf HP 11C6C750 0000003C 11C6C754 0000003C if you have an anti virus it'll detect a threat within the file but its a false reading so just add a exclusion for emuhaste to your anti virus if you know how.
Inf HP 11C6C750 0000003C 11C6C754 0000003C
hey guys I made some codes if anyone wants them. Max/Inf Codes Spoiler Code: Max/Inf Drive Gauge Meter 21C6C8FC 01366436 11C6C900 0000FFFF Max/Inf MP 01c6c8d0 000000FF 01c6c8d4 000000FF Credit~ to KeyToTruth for giving me the dump I used to make these with.^^
Max/Inf Drive Gauge Meter 21C6C8FC 01366436 11C6C900 0000FFFF Max/Inf MP 01c6c8d0 000000FF 01c6c8d4 000000FF
lol dodges and *punches* bk
Ok now that just sounds kinky amaury.DX
because I forgot.
lol ur so goofy.:P
typo correction: tomorrow*