WiiRd forum

Wii & Gamecube Hacking => Wii Game hacking help => Topic started by: Codyk on January 18, 2009, 12:08:42 AM

Title: i need help making this code no matter how many times i try it frezes
Post by: Codyk on January 18, 2009, 12:08:42 AM
heres the info
pointers 802FAD10
pointer offset 7C716C
im trying to lock it at C2F7FFFF thats the health
and i add E0000000 80008000 at the end it frezes heres the full code i used
48000000 802Fad10
147C716C C2F7FFFF
E0000000 80008000
and i freze all the time
Title: Re: i need help making this code no matter how many times i try it frezes
Post by: Almas on January 18, 2009, 12:12:35 AM
That's an awfully large pointer offset. I would consider that maybe you had the wrong pointer when you did your search.
Title: Re: i need help making this code no matter how many times i try it frezes
Post by: Codyk on January 18, 2009, 12:18:49 AM
hmm ill try on a new level then
Title: Re: i need help making this code no matter how many times i try it frezes
Post by: Almas on January 18, 2009, 12:37:00 AM
Ah yes, of course. A couple more things I forgot to mention:

After finding a suspect value for where the pointer is stored, have a quick peek at it in memory viewer. With autorefresh on sometimes you'll see a value which fluctuates chaotically, but showed up by coincidence.

After the 4800 code, throw in a : DE000000 80008180, to ensure the PO is in a valid range. When the game is initializing etc. the memory where HP would usually be stored might be used for something else, and the code would otherwise try to write to protected/inaccessible locations (for example, if the value stored at the pointer is 00000000 while you are in the menu...).
Title: Re: i need help making this code no matter how many times i try it frezes
Post by: Codyk on January 18, 2009, 12:43:57 AM
no but the code i poked at worked in helth after the pointer i tested it >.<




p.s
[802FAD10]+7C716C
[802FB228]+7405AC
[802FC03C]+7C4BC4
[802FC0A8]+7C4B7C
[802FDA3C]+7C31B4
[802FFAF4]+74074C
[80387138]+6F6084
[803BCF68]+704EC4
thats wat i get in pointer serch
Title: Re: i need help making this code no matter how many times i try it frezes
Post by: Almas on January 18, 2009, 12:54:57 AM
Have you tried investigating the 90 range?
Title: Re: i need help making this code no matter how many times i try it frezes
Post by: Codyk on January 18, 2009, 12:55:57 AM
yes the 90 range has no health values i tried 4 times on it
Title: Re: i need help making this code no matter how many times i try it frezes
Post by: Codyk on January 18, 2009, 12:58:59 AM
this is how it looks for naruto clash of ninja 1 its basicly the same except
under is naruto clash of ninja 1
RNXEDA

Infinite HP
C2064DF4 00000004
89FE0003 2C0F000F
4182000C 907E0020
48000008 90DE0020
60000000 00000000

If Skill Increase, MAX
C20652FC 00000004
8AFE0003 2C17000F
4182000C 907E0034
48000008 90DE0034
60000000 00000000

Infinite Skill
C20654B8 00000004
89FF0003 2C0F000F
4182000C 907F0034
48000008 90DF0034
60000000 00000000

TIME STOP
0406CCB8 907F0038

naruto clash on ninja 2 is
RNYEDA
but Zit has the codes difrent and idk if i should make mine like Zit's or not
Title: Re: i need help making this code no matter how many times i try it frezes
Post by: Romaap on January 18, 2009, 10:32:26 AM
those codes are Asembly, they are a lot harder to understand but they can be more powerfull.
Title: Re: i need help making this code no matter how many times i try it frezes
Post by: paprika_killer on January 18, 2009, 06:14:53 PM
that's a hugeoffset, maybe it's a pointer in ponter
Title: Re: i need help making this code no matter how many times i try it frezes
Post by: Igglyboo on January 18, 2009, 06:45:56 PM
You are either doing something wrong or its a pointer in a pointer, there is no way the offset is that large.
Title: Re: i need help making this code no matter how many times i try it frezes
Post by: Codyk on January 18, 2009, 09:19:56 PM
so wat should i do then?