Hey i want to make a Codename CUBE cheat. But this cant find a window.
DWORD Procid;
HWND hwnd = FindWindowA(0, ("Codename CURE"));
GetWindowThreadProcessId(hwnd, &Procid);
HANDLE handle = OpenProcess(PROCESS_ALL_ACCESS, FALSE, Procid);
its something like this. Thanks for the help.