how can I find this kind of codes
you know how to find or not
Can you explain it a little more please?
I don´t understand who should hit whom and what "anywhere" stays for (in this context).
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
You mean invulnerability?
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.
I'm assuming he's asking for disabling Hit Detection or something.