Code:
void STWOn()
{
if(GetAsyncKeyState(VK_NUMPAD8) &1)
{

*(double*)ADR_STW = 0;
}
}

void STWOff()
{
if(GetAsyncKeyState(VK_NUMPAD9) &1)
{
*(double*)ADR_STW = 0.5;
}
}
if i turn stw hack on my pc screen is just black
pls help