The color in the tooltip is the color it detected at the coordinates you setup in the scripts at that exact pixel. Try to replace the color with that.
To give you an idea if you have the right one. When you stat up the pixel it will state a color.. when the window pops it should be a different stable color. If that is what happens just put that color in and it should go on next launch.
That last line you would put the color in so that it kicks.
To give you an idea if you have the right one. When you stat up the pixel it will state a color.. when the window pops it should be a different stable color. If that is what happens just put that color in and it should go on next launch.
Code:
PixelGetColor, color, 1560, 510 <== COORDS FOR CHECKING COLOR
tooltip, Race Ready Color: %color%`n, 0, 50, 3 ;Create Window Tool Tip to show color at location
if color = 0xD6226B <==COLOR SHOULD MATCH THE TOOLTIP
That last line you would put the color in so that it kicks.