i'll check tomorow to fix Panic speed, just need to change Player's Life Offset
And need to Add the Low Gravity hack by netvortex =)
i'll check tomorow to fix Panic speed, just need to change Player's Life Offset
And need to Add the Low Gravity hack by netvortex =)
rockman, does m1-m4 r1-r4 has hot keys and is it working now?
Teleportation does not work on 1.3 atm, we could read Player position but not patch it.
I can't get LOShack to work... code is same as yours, gundir..
Code:0x5350bcAlso nofalldmg crashes client.Code:if (loshack_on == false) { //turn it on byte[] NOPS1 = { 0x90, 0xE9 }; this.Player.PatchMemory(loshack_1+0x09, NOPS1); this.b_loshack.BackColor = Color.FromArgb(0, 0xff, 0); loshack_on = true; } else { //turn it off byte[] YES1 = { 0x0F, 0x84 }; this.Player.PatchMemory(loshack_1+0x09, YES1); this.b_loshack.BackColor = Color.FromName("Window"); loshack_on = false; }
LOS is still buggy. It seems to turn off and wont come back on, not 100% sure though, sorry.
Also Teleport is possible, I use Warmate as well and the porting works in that app.
still in 1.3.0.468 ?, I only test on EU version and no crash or whatever else
my exe, if you want to test.
Filebeam - Free Fast File Hosting
I can send you src when I back home
Tried your exe, same thing. Wallhack works, LOS does not, nofalldmg crashes.
I'm on US latest patch (don't know the exact number, how do you find out?)
Probably US has different stuff?
properties of war.exe you could see version number. on EU v1.3.0.468
could you upload US war.Exe ?
EDIT: anyone else use my own version on EU and can confirm that works (or not) ?
EDIT2: EU server be updated today, war.exe evrsion change to v1.3.0.469...
S4lly's warper isn't up to date, that's your answer Rockman, US and EU server are now at same version.
I'll try to update offset later
Last edited by gundir; 06-24-2009 at 04:18 AM.
collision hack should still work.
the los hack function address changed:
LosCheckHack = 0x5350c0
Thanks HansW.
I have updated first post.
Can't test because server is down (trial server).
Tested. Los(0x5350c0)/Collision/Speed work. NoFall crash.