FastFind
FastFind copied to clipboard
There is a problem with the SnapShot function
SnapShot( MONITOR_CENTER_X - m_User->Aimbot.fov / 2, MONITOR_CENTER_Y - m_User->Aimbot.fov / 2, MONITOR_CENTER_X + m_User->Aimbot.fov / 2, MONITOR_CENTER_Y + m_User->Aimbot.fov / 2, 1, HWND);
I'm trying to pass in the handle of the window,But this function still takes a screenshot of the full screen。I've experimented with using the Win32 API to be able to take a screenshot of the image I pass in a handle。