WiiRd forum

Wii & Gamecube Hacking => Wii Game hacking help => Topic started by: robsontaty on July 10, 2012, 02:47:19 PM

Title: hit anywhere
Post by: robsontaty on July 10, 2012, 02:47:19 PM
how can I find this kind of codes
you know how to find or not
Title: Re: hit anywhere
Post by: Bully@Wiiplaza on July 11, 2012, 01:40:52 PM
Can you explain it a little more please?
I don´t understand who should hit whom and what "anywhere" stays for (in this context).
Title: Re: hit anywhere
Post by: robsontaty on July 11, 2012, 03:52:02 PM
Player 1 Cant Be Hit + Hit From Anywere
0407EE80 72030020
0407EE84 41820584
0404FC80 726E0020
0404FC88 41820220
*Minor Glitchs with Projectils ..

Player 1 Cant Be Hit (INF HP)
C207EE80 00000004
72030020 4082000C
2C000000 48000008
2C140000 60000000
60000000 00000000
C204FC80 00000004
726E0020 4082000C
2C040000 48000008
2C030000 60000000
60000000 00000000

by skiller

how to find codes
the killer
in other games
Title: Re: hit anywhere
Post by: Deathwolf on July 11, 2012, 04:56:11 PM
You mean invulnerability?
Title: Re: hit anywhere
Post by: CrimsoN@DC on July 19, 2012, 07:45:40 PM
For infinite health, like what you're showing, do an unknown search for the health, get hit, search less, repeat.

Messing around in the write (I'd imagine, possibly read) break point data of the correct address could result in finding things more... err... realistic?  Such as modifying the player angles to make it seem like you are never hit, when really you should be.  However, I believe the first part of my post was what you were looking for.

Also, if your health is displayed, you can find it by doing known, assuming the game doesn't use some unorthodox health storing method, such as your health is 100, search 64, get hit, search the next number in hex, etc. 
Title: Re: hit anywhere
Post by: Arudo on July 19, 2012, 07:57:14 PM
I'm assuming he's asking for disabling Hit Detection or something.