Naruto Shippuden: Clash of Ninja Revolution 3 [RNEEDA]

Started by patz, November 14, 2009, 06:31:39 PM

Previous topic - Next topic

Codyk

theres only one person i know of who is into naruto on here other then me thats a great hacker and thats Zit but i doubt she would make any right this minute she might come out with some u never know :P her codes normaly work for usa also
for updates of codes ive released or am going to release follow my twitter http://twitter.com/12201



Master-King

Quote from: Codyk on November 25, 2009, 11:26:02 AM
theres only one person i know of who is into naruto on here other then me thats a great hacker and thats Zit but i doubt she would make any right this minute she might come out with some u never know :P her codes normaly work for usa also


thanks ill wait for them something tells me that she's gonna do some good codes so everyone be patient  ::)

HellReborn

Quote from: wiiztec on November 22, 2009, 05:03:33 AM
I don't have hacker status yet (I just got my Gecko yesterday) But I made this

Always have 999,999 ryo [wiiztec]
42000000 90000000
04027144 000F423F
E0000000 80008000

i just want to say that this code works flawlessly thanks!

papitoortiz

waiting, waiting for more codes?

aaaah infinity skill? anyone?

wiiztec

I made this for a friend that doesn't like the new final valley music

Final valley music switcher [wiiztec]
  057E96E0 62676D5F
  057E96E4 7374675F
  057E96E8 7368756D
  057E96EC 61747375
  057E96F0 5F67635F
  057E96F4 6763342E
  057E96F8 62727374
  057E96FC 6D006267
  057E9700 6D5F7374
  057E9704 675F7368
  057E9708 756D6174
  057E970C 73755F65
  057E9710 785F6578
  057E9714 312E6272
  057E9718 73746D00
  E0000000 80008000
switches the music that normally plays in the final valley stage for the music that plays when the match is Naruto vs Sasuke
If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen

papitoortiz

Quote from: wiiztec on November 22, 2009, 05:03:33 AM
I don't have hacker status yet (I just got my Gecko yesterday) But I made this

Always have 999,999 ryo [wiiztec]
42000000 90000000
04027144 000F423F
E0000000 80008000

this code freeze the game?, i used wiiflow and code freeze the game

Romaap

Quote from: wiiztec on November 27, 2009, 10:59:20 PM
I made this for a friend that doesn't like the new final valley music

Final valley music switcher [wiiztec]
  057E96E0 62676D5F
  057E96E4 7374675F
  057E96E8 7368756D
  057E96EC 61747375
  057E96F0 5F67635F
  057E96F4 6763342E
  057E96F8 62727374
  057E96FC 6D006267
  057E9700 6D5F7374
  057E9704 675F7368
  057E9708 756D6174
  057E970C 73755F65
  057E9710 785F6578
  057E9714 312E6272
  057E9718 73746D00
  E0000000 80008000
switches the music that normally plays in the final valley stage for the music that plays when the match is Naruto vs Sasuke

You can shorten that code with the String Code codetype.

06______ YYYYYYYY : Patch code (ba) d1d2d3d4 d5d6d7d8... writes d1d2d3d4 d5d6d7d8... at ba+address. YYYYYYYY is the number of bytes to write
07______ YYYYYYYY : Patch code (ba) d1d2d3d4 d5d6d7d8... writes d1d2d3d4 d5d6d7d8... at ba+address+0x10000000. YYYYYYYY is the number of bytes to write


Because you write just "a block of hex" to 817E96E0.
YYYYYYYY is 15*4 (you write 15 times a 32-bits(4bytes) value) which is 0x3C,so you should have something like this:
077E96E0 0000003C
62676D5F 7374675F
7368...... .............
...
..
..
..

I hope you understand what I mean.

wiiztec

077E96E0 0000003C
62676D5F 7374675F
7368756D 61747375
5F67635F 6763342E
62727374 6D006267
6D5F7374 675F7368
756D6174 73755F65
785F6578 312E6272
73746D00 00000000 <--- ?
E0000000 80008000

It writes 15 4 byte lines which is 60 or 3C in hex so 0000003C and 07 instead of 06 because it's writing to the 81000000 range but what do I do with the extra 32 bits at the end? 0's?
If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen

lway

Quote from: HellReborn on November 27, 2009, 05:44:36 PM
Quote from: wiiztec on November 22, 2009, 05:03:33 AM
I don't have hacker status yet (I just got my Gecko yesterday) But I made this

Always have 999,999 ryo [wiiztec]
42000000 90000000
04027144 000F423F
E0000000 80008000

i just want to say that this code works flawlessly thanks!

for some reason when i try to generate the cheat  the cheat manager it says RNEEDA.gct can not  open.any suggestions

wiiztec

The code manager doesn't open .gct files it creates them so I'm not sure what your problem is

If it's the .txt that it says you can't open make sure the first 3 lines are

RNEEDA
Naruto Shippuden Clash of Ninja Revolution 3
(                        space                         )

If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen

Romaap

Quote from: wiiztec on November 28, 2009, 02:38:54 AM
It writes 15 4 byte lines which is 60 or 3C in hex so 0000003C and 07 instead of 06 because it's writing to the 81000000 range but what do I do with the extra 32 bits at the end? 0's?
yep, just put some extra zero's there.

lway

Quote from: wiiztec on November 28, 2009, 06:14:56 AM
The code manager doesn't open .gct files it creates them so I'm not sure what your problem is

If it's the .txt that it says you can't open make sure the first 3 lines are

RNEEDA
Naruto Shippuden Clash of Ninja Revolution 3
(                        space                         )



Ok in  my txt file it says:
RNEEDA   
Naruto Clash Of Ninja Revolution 3

Always have 999,999 ryo [wiiztec]
42000000 90000000
04027144 000F423F
E0000000 80008000   

and when i press +  to activate the  cheat  and then 1 to generate .gct in  cheat manager it  says /codes/RNEEDA.gct can not open! press any key to exit.

Please tell me what i did wrong

Romaap

Did you save it as an .gct file?
You should just as an .txt file.

wiiztec

Quote from: lway on November 29, 2009, 09:03:12 PM

Ok in  my txt file it says:
RNEEDA   
Naruto Clash Of Ninja Revolution 3

Always have 999,999 ryo [wiiztec]
42000000 90000000
04027144 000F423F
E0000000 80008000   

and when i press +  to activate the  cheat  and then 1 to generate .gct in  cheat manager it  says /codes/RNEEDA.gct can not open! press any key to exit.

Please tell me what i did wrong

I think that must have something to do with cheat manager try using code manager the PC app
If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen