anyone elses ground hacks not working? I turn them on and press 3 and it doesnt do anything.
try
WriteMem("0x506F89",2,0xeb7a) --Wallhack on
WriteMem("0x53bccf",1,0xeb) --LOSHack on
Groundhack on
WriteMem("0x50fb14",2,0x9090)
WriteMem("0x50fb16",1,0x90)
The Address expression need to be a string and please don't put whitespaces between the parameters. Also you can't write 3 Bytes with one call. Either 1, 2 or 4 (Byte,Word,Dword). So you need to make two calls to patch the groundhack thing. (whoever needs that when you can just fly down ?)
I tried and it crashes the client twice in a row now.
Edit:
Wallhack crashes
LOSHack works!
NFD crashes
Lazarus works!
Last edited by rockman319; 05-24-2009 at 01:14 PM.
Is there any way you can make a hack so its possible to solo dungeons and stuff :b?.. Like Unlimited dmg, or unlimited speed with ur attack (so ur autoattack attack 1000000 each second) or anything..
I won't get it.. Is there anything i can do to get it :b?.. would be SO sweet![]()
nice nice![]()
You want money for it :b?
Can you tell if its speedhack for your weapon or just unlimited damage?
If its speed, so you make 10000000 the game will crash or something :b?
Can you tell WHY you don't public it?, so mythic don't patch it?
Btw, a little edit.. Is it so possible to do it so you don't get Battle faguire (the -10% life debuff), when u die.. Kind of annoying you get it when you use lazarus, and just that you need to go to a healer :B
Ok I'll try patching 1 byte at a time, it's going to be a pain for nfd and lazarus.
What's with the byte order?
Edit: wallhack works now
Edit: but nfd is
WriteMem("0x50fc42",3,0x90909090)
WriteMem("0x50fc46",1,0x90)
there shouldn't be anything wrong with the byte order, right? it still crashes... maybe I have the wrong address?
(this is s4lly's nfd, 2nd version)
Last edited by rockman319; 05-24-2009 at 11:55 PM.
The easiest way would be to be allowed to write ASM code
i don't think so. If you can write asm code, you should have no problems to translate to the opcodes yourself. Integrating an assembler ( or at least a simple parser ) will not help anybody and is way to much work. I'am, however, thinking about another function that takes a string with the bytes to write. So you can just patch in one call.
That would be sweet if not much work.