void RemoveMsg(DWORD CShell)
{
DWORD MsgBoxCall = CShell + IngameMsg;
__asm
{
push 0
push 0
push 0
push 0
call MsgBoxCall;
add esp, 10;
}
}
OrthoOn

BUT i cant test it bcs i cant actualy get the hack tool message
CF crashes every time i try to start it with bypass 


