help, instant dc for patch 4356?

10/06/2007 19:11 cobotok#1
I want to program a instant dc tool for patch 4356, I have no idea on it now. Can someone help?

But I got a old instant dc code:(It can work on patch 4348, I think)

instant dc:
offset1:004889F4
offset2:004889FA
write to offset1:00516f7c0d8b
write to offset2:c300000e7de8

8b 0d 7c 6f 51 00 //mov ecx,[00516f7c]
e8 7d 0e 00 00 // Call ******** it is may be winsock close function
c3 // ret


do any action ingame that send something, instead of sending something it will be redirected to the winsock close function and you will be dced instant

to restore it for normal working

write to offset1:08b70f04418d
write to ofset2:516f68b95051

8d 41 04 // mov [ecx+04],eax
0f b7 08 // movzx ecx,word ptr [eax]
51 //push ecx
50 //push eax
b9 68 6f 51 (00) //mov ecx,00516f68