SendMessage Help never used itI need to know how to use SendMessage function in this SendMessage function (Windows) it's very confusing to me can someone narrow it down please thanks.
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
Originally Posted by Biesi 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.