how can i find out what coordinate my mouse is on?

I'm trying to make a script to autoclick some things, but i need to know exact mouse coordinates. is there a download that will make this easier on me?

enfalas2012-09-09T20:10:27Z

Favorite Answer

if you download autohotkey, it comes with a "spy" utility that tells you the in window coordinates and the monitor coordinates.

http://www.autohotkey.com/download/

Chris2012-09-10T03:01:02Z

Check this: http://docs.jquery.com/Tutorials:Mouse_Position

It may help.

Good luck.