WiiRd forum

Wii & Gamecube Hacking => Wii Game hacking help => Topic started by: Crapulecorp on June 19, 2011, 12:03:55 AM

Title: How can i make a Chain never break code ?
Post by: Crapulecorp on June 19, 2011, 12:03:55 AM
Hi everyone i'm glad wiird login issues are finished. :) :) :)

I'm trying to make a Chain never break code for Remington Super Slam Hunting: Africa [SS7URN].And i really don't know how to search this type of code.
If Anyone can help me it would be nice.Thx in advance.
Title: Re: How can i make a Chain never break code ?
Post by: savage on June 19, 2011, 03:03:31 AM
i think i made one for one of those games.. maybe you can back track what i did... because it slips my mind
Title: Re: How can i make a Chain never break code ?
Post by: Patedj on June 19, 2011, 03:51:57 AM
I would break on the number change. So search for the chain(x) and once you get your break point written then look for a li  (I would think probably li r3 or r0 with 0 so li r3,0.) It would follow a cmpwi. you can modify the cmpwi so that it looks something like:
[spoiler]cmpwi r31,1---> Comapre hit(success) registers
bge- COMBO LOAD ---> branch if there's a hit
bCANCEL
CANCEL:
li r3,0 --> Change this to lba r3, Chain(address)
li r1,0 --> Change this to li r1,1
b NEXT
COMBO LOAD address:
lba r3,Chain(address)
NEXT:
addi r3,r3,r1
[/spoiler]

In any case the chain code would have a volatile register; small register r0 perhaps r3, being modified once the chain has stopped. Stop that process and voila.

Search for chain x 1 where 0=1 too I would imagine. Skip the first couple and do a greater/ less than type of search. Start with unknown value. Is it for a VC? You've been like a machine on VCs.

Title: Re: How can i make a Chain never break code ?
Post by: savage on June 19, 2011, 07:46:14 AM
NVM looks like you figured it out ;D
Title: Re: How can i make a Chain never break code ?
Post by: Patedj on June 19, 2011, 11:49:56 AM
Would you add anything else savage?
Title: Re: How can i make a Chain never break code ?
Post by: Crapulecorp on June 19, 2011, 01:42:56 PM
Thx everyone i found it   :) :) :) :).
Patedj your instructions helped me a lot. And its not for VC its a Pal Wii Games.
Yes i made a lot of Pal VC codes, for a lot i just ported them.
And a big thanks to GMO and ZiT for their work.
Title: Re: How can i make a Chain never break code ?
Post by: savage on June 19, 2011, 05:58:20 PM
Crapulecorp do you think you can make chain never breaks for remington alaska, i had a request for it ... since my gecko is half KOed it could take me awhile, some times my search results are inaccurate
Title: Re: How can i make a Chain never break code ?
Post by: Crapulecorp on June 19, 2011, 07:00:28 PM
Hi savage, here is your request for Remington Super Slam Hunting: Alaska [SRKEFP]

Max Chain [Crapulecorp]
C201D03C 00000002
388003E7 908300C0
60000000 00000000

Chain Don't Break [Crapulecorp]
0401D074 60000000
Title: Re: How can i make a Chain never break code ?
Post by: Patedj on June 20, 2011, 04:27:01 AM
I'm so proud! Well done!
Title: Re: How can i make a Chain never break code ?
Post by: savage on June 20, 2011, 06:12:30 AM
thank you sir  ;D