Which offset for nofalldmg?
Which offset for nofalldmg?
you need to email mythic for that. just write a mail to [email protected]. They will go through the sourcecode and find it for you. Please don't forget to include your account name AND password.
Its cool with HansW. Without him we wouldn't have much of anything, so he is entitled to a lot of rope. I just hope he doesn't hang us with it.![]()
NoFall Damage 0x508A68
on { 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 }
off { 0xF3, 0x0F, 0x11, 0x8F, 0x98, 0x00, 0x00, 0x00 }
Work for me
How come mine crashes the client...
?Code:if (nofalldmg_on == false) { byte[] NOPS = { 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 }; this.Player.PatchMemory(nofalldmg_1, NOPS); this.b_nofalldmg.BackColor = Color.FromName("GradientInactiveCaption"); nofalldmg_on = true; } else { byte[] YES1 = { 0xF3, 0x0F, 0x11, 0x8F, 0x98, 0x00, 0x00, 0x00 }; this.Player.PatchMemory(nofalldmg_1, YES1); this.b_nofalldmg.BackColor = Color.FromName("Window"); nofalldmg_on = false; }
Lazarus is also found again.. will be in the dll i think >D
Lazarus ON
0x4FDCA4 9090909090
0x4FDC9A 9090909090
0x4FDCB3 9090909090
Lazarus OFF
0x4FDCA4 F30F11580C
0x4FDC9A F30F115808
0x4FDCB3 F30F115810
Last edited by s4lly; 06-25-2009 at 02:02 AM.
Good job =) +rep
Nice job! Thank you.
tested, but not working for me
[EDIT] that's work T_T
Last edited by gundir; 06-25-2009 at 01:19 PM.
what dosnt work?? gundir?
I have missed an offset, my bad ... sorry, that's works fine
2x Height Jump On
0x500c45 c7 87 88 01 00 00 04 00 00 00
2x Height Jump Off
0x500c45 c7 87 88 01 00 00 03 00 00 00
Might be bugged a bit...
Last edited by s4lly; 06-25-2009 at 02:15 PM.
1.3.0.470 updated