Dark_Mage-
Member!
Well, this is the new anti-hacking detection system Blizzard has implemented into Diablo II and WoW.
I've known about it for a while now, but haven't really said anything about it.
All discussion of it (for Diablo II) will go in this thread please.
It is constantly updated server-side and will put a hurting on hackers of Diablo II.
It searches for DLLs loaded in memory used by common hacks.
So, they can pretty much update when new hacks come out and detect/ban hackers uber fast now (over night)...
This is what happened to Netter's Maphack..
Anyone interested in researching it, open up D2Client.dll ...
It's not like ub3rhard to find or anything... :\
Some info:
I think the server sends 0xAE with a list of DLLs to look for in memory and then the client returns 0x66 which declares wether they were found or not and flags you for bannage.
I think it also sends 0xB0 and drops you from the game if you don't return 0x66 (I think this is why people with 2 d2s were getting dropped)...
I'm not confirming this though.
Actually, I think I'm just going to stop researching this as I probably will never play D2 again.
So, if anyone out there wants to research this, please do.
I currently have Netter looking into it.
I've known about it for a while now, but haven't really said anything about it.
All discussion of it (for Diablo II) will go in this thread please.
It is constantly updated server-side and will put a hurting on hackers of Diablo II.
It searches for DLLs loaded in memory used by common hacks.
So, they can pretty much update when new hacks come out and detect/ban hackers uber fast now (over night)...
This is what happened to Netter's Maphack..
Anyone interested in researching it, open up D2Client.dll ...
Code:
Text strings referenced in D2Client:.text, item 627
Address=6FB0261E
Disassembly=PUSH D2Client.6FB86160
Text string=ASCII "..\Source\D2Client\WARDEN\WardenClient.cpp"
Some info:
I think the server sends 0xAE with a list of DLLs to look for in memory and then the client returns 0x66 which declares wether they were found or not and flags you for bannage.
I think it also sends 0xB0 and drops you from the game if you don't return 0x66 (I think this is why people with 2 d2s were getting dropped)...
I'm not confirming this though.
Actually, I think I'm just going to stop researching this as I probably will never play D2 again.
So, if anyone out there wants to research this, please do.
I currently have Netter looking into it.