Start Killer exit.
Started by Krafter


Rate this topic
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5


2 posts in this topic
Yuri Kobets
Posting Freak
*****


10
6,208 posts 429 threads Joined: Jan 2002
02-18-2011, 11:52 AM -
#2
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


Messages In This Thread
Start Killer exit. - by Krafter - 02-16-2011, 09:53 AM
Re: Start Killer exit. - by Yuri Kobets - 02-18-2011, 11:52 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)