Ok so i am making a bot that uses SetCursorPos() function to put the mouse at a coordinate and click. The problem is, i don't know how to find the EXACT coordinate. Is there a way to find coordinates other than gluing graph paper to my screen, lol.
nevermind, solved, i was so stupid.
Can you share your solution. Am interested, one way I think you can do is get hypercam, and when you select the screen area to record if shows your points.
POINT mP;
GetCursorPos(&mP);
I believe