I have a plan for make a simple trainer console with C++ but first step I\'ve got problem with FindWindow()
#include #include
HWND Find = ::FindWindowEx(0, 0, "MozillaUIWindowClass", 0);