vicki123456 10 Posted January 18, 2015 So every time I try to use color picker it zooms in my whole screen (initially changing the reslolution from 1920x1080 to 1366x768) I'm afraid that this also happens when I run any script so all the coordinates that are set to auto detect are detected wrongly, and even if I manual define them they'll be set incorrectly. Is there a way around this? I'm runing windows 8.1 Thank you Quote Share this post Link to post Share on other sites
SpyderByte 10 Posted September 14, 2015 (edited) Hey All, I am having this same problem, is there a known solutions for this? If I open up mspaint and place one red dot on the canvas and run the below script with scar, it moves my mouse below and to the right of the color exactly x + 60 and y + 32 from where it should be. My Resolution is set to 1536 X 864. Any attempts to capture coordinates using the color picker causes the screen to zoom in substantially and is resulting in inaccurate coordinates. var x, y: integer; begin if FindColor(x, y, clRed, 0, 0, 500, 500) then MoveMouse(x, y); end. **EDIT: I wanted to add that using color picker and scar on a different PC with the resolution set the same does not reproduce this problem. It has been a problem on windows 8.1 and windows 10, but not on a pc that is running windows 7 ** Edited September 14, 2015 by SpyderByte Quote Share this post Link to post Share on other sites
SpyderByte 10 Posted September 26, 2015 Bump, really need a fix for this please... cant script at all on my main PC Quote Share this post Link to post Share on other sites