reply

Discussion on Helbreath Hacks. New ones Released. and how to work them.
Post Reply
jsas
Regular
Posts: 52
Joined: Sat Mar 20, 2004 1:10 am

Post by jsas »

yo charlie, srry for the dumb thread, but i tried puttin in ip, the ip is too short and its all wierd, so i was jw, cuz i changed it, but it just freezes up hb :angry:
"I'd smack u, but shit splatters" <i>-Jsas</i>
Zabuza
Member
Posts: 160
Joined: Thu Jan 22, 2004 11:05 pm

Post by Zabuza »

it's a C String, so just put 00 in hex ath the end of ur IP, like...

Code: Select all

5A 61 62 75 7A 6F 6E 00 00 00    Zabuzon...
and u want to put something shorter...
then write it like this

Code: Select all

5A 61 62 75 7A 61 6E 00 00 00    Zabuzan...
but we only want "Zabuza" instead of Zabuzan... so we put 00 instead of the last 6E ("n")

Code: Select all

5A 61 62 75 7A 61 00 00 00 00    Zabuza....
hope this will aid ya
Post Reply