hackmap是用这个函数劫持了服务器发过来的确认动作数据,如果是ULC上的火风暴则替换为普通攻击效果实现的屏蔽:
void __declspec(naked) ULCPatch_ASM()
{
__asm {
cmp [tToggleULCMask.flag],0
je org_code
movzx ecx,byte ptr [edi+6]
cmp ecx,197
jne org_code
mov byte ptr [edi+6],0 ; modify the firestorm effect to normal attack effect
org_code:
movzx edx, byte ptr [edi+8]
xor ecx, ecx
ret;
}
}
建议使用marsgod(死神之王)的hackmap加强最终版