02-18-2011, 11:52 AM -
It is very easy. Here is the code on C:
Code:
HWND wnd = FindWindow(L"STARTKILLER", NULL);
if(wnd)
{
SendMessage(wnd, WM_CLOSE, 0, 0);
}
The TORDEX Team
http://www.tordex.com
http://www.tordex.com