hacking help [Archive] - KH-Vids.Net Forum

PDA

View Full Version : hacking help


josephace
05-09-2008, 07:11 AM
ok this is the code i've been looking at for .hack gu vol 3
Max HP
40B46494 00230009
0001869F 00000000

why is this here:
0001869F 00000000

doesnt 1869f=99999?
so what is the value doing on the place of the address?why does it follow in 0's?could the 0's mean inf.?

Yukio
05-09-2008, 07:19 AM
If i'm correct, the 0's mean nothing, if you say max in HEX then its FF right?

05-09-2008, 09:23 AM
ok this is the code i've been looking at for .hack gu vol 3
Max HP
40B46494 00230009
0001869F 00000000

why is this here:
0001869F 00000000

doesnt 1869f=99999?
so what is the value doing on the place of the address?why does it follow in 0's?could the 0's mean inf.?

its condensed
the original version of the code would be 23 lines long

001869F is the health of the character n hex

00000000 is nothing but to fill in the rest of the code

Yukio
05-09-2008, 09:37 AM
Ooh, so thats it.

josephace
05-10-2008, 07:51 AM
well whats the 9 for?

Ioan
05-10-2008, 05:32 PM
well whats the 9 for?

It's just part of the code. When you condense it, it changes some parts obviously, so it should still work.