AHK runs slow in win10

Ask gaming related questions (AHK v1.1 and older)
just43go
Posts: 10
Joined: 09 Jul 2016, 13:12

AHK runs slow in win10

11 Aug 2017, 22:08

I just recently upgrade my OS from win7 to win10, and my ahk run speed drop dramatically.

My script was just using PixelGetColor and if color matches, then click on mouse.

pixelgetcolor, X5, 170, 1025
if X5 = 0x73DFD6
{
sendinput, {0}
sleep, 150
}


When I was using win7, I disable the desktop composition, which helps a lot. However, I wasn't allowed to disable desktop composition in Win10.
it was excuting the script every 150ms in Win7, and now it's like every second in Win10 which causing a big problem.
Does anyone knows how to increase the speed?
Thanks

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 53 guests