SendMessage Help never used it

Posts 13 of 3 · Page 1 of 1
Code:
HWND handle = FindWindow(0, "lpWindowName");
SendMessage(handle, WM_CLOSE, 0, 0);
Sends the WM_CLOSE message to the application which will handle the message
Quote Originally Posted by Biesi View Post
Code:
HWND handle = FindWindow(0, "lpWindowName");
SendMessage(handle, WM_CLOSE, 0, 0);
Sends the WM_CLOSE message to the application which will handle the message
Is it patched with crossfire or will this be detected? I wanna use it for afk bots.
Posts 13 of 3 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?