
Originally Posted by
dostrix
Then code for WTW look that:
Code:
if(CH_WTW==1)
{
MEMwrite((void *)ASM_WTW,(void*)(PBYTE)"\xC1\xF8\x02",3);
}
yep?
No that is for if(CH_WTW==0)
this is it(nop does nothing):
Code:
if(CH_WTW==1)
{
MEMwrite((void *)ASM_WTW,(void*)(PBYTE)"\x90\x90\x90",3);
}