#include #include #include #include #include #include Global Const $iW = 304, $iH = 180 Global $aAnim[38], $i For $i = 1 To 37 $aAnim[$i] = Call("_PixelCoordinates" & $i) ;create an array with arrays as values Next Global $hGUI = GUICreate("Felix", $iW, $iH) GUISetBkColor(0x003388) Global $iBtnX = GUICtrlCreateButton("Exit", $iW - 40, $iH - 40, 30, 30) GUISetState() GUIRegisterMsg($WM_TIMER, "PlayAnim") ;$WM_TIMER = 0x0113 DllCall("User32.dll", "int", "SetTimer", "hwnd", $hGUI, "int", 0, "int", 100, "int", 0) Do Switch GUIGetMsg() Case $GUI_EVENT_CLOSE, $iBtnX GUIRegisterMsg($WM_TIMER, "") GUIDelete() Exit EndSwitch Until False Func PlayAnim() $a3Array =_PixelCoordinates1() $aSize = StringSplit($a3Array[0], ",", 2) Local Static $f = 1 Local Static $fi = -1 _WinAPI_DeleteObject(_WinAPI_GuiImageHole($hGUI, $aAnim[$f], 2, 2, $aSize[0]*3, $aSize[1]/2)) $f += 1 If $f > 37 Then $f = 1 If $fi > 280 Then $fi = -50 EndFunc ;Code below was generated by Perforator v1.0 build 2013-04-07 beta Func _WinAPI_GuiImageHole($hWnd, $aPixelArray, $iX, $iY, $iWidth, $iHeight, $fScale = 1, $bCorrection = True) Local $size = WinGetPos(HWnd($hWnd)) Local $iHwndWidth = $size[2] Local $iHwndHeight = $size[3] If $bCorrection Then $iX += _WinAPI_GetSystemMetrics($SM_CXDLGFRAME) $iY += _WinAPI_GetSystemMetrics(8) + _WinAPI_GetSystemMetrics($SM_CYSIZE) + 1 EndIf Local $aRegion, $aRegionMask, $hDll = DllOpen("gdi32.dll") $aRegion = DllCall($hDll, "int", "CreateRectRgn", "int", 0, "int", 0, "int", 0, "int", 0) $aRegionMask = DllCall($hDll, "int", "CreateRectRgn", "int", 0, "int", 0, "int", $iX, "int", $iHwndHeight) DllCall($hDll, "int", "CombineRgn", "handle", $aRegion[0], "handle", $aRegionMask[0], "handle", $aRegion[0], "int", 2) $aRegionMask = DllCall($hDll, "int", "CreateRectRgn", "int", 0, "int", 0, "int", $iHwndWidth, "int", $iY) DllCall($hDll, "int", "CombineRgn", "handle", $aRegion[0], "handle", $aRegionMask[0], "handle", $aRegion[0], "int", 2) $aRegionMask = DllCall($hDll, "int", "CreateRectRgn", "int", $iX + $iWidth, "int", 0, "int", $iHwndWidth, "int", $iHwndHeight) DllCall($hDll, "int", "CombineRgn", "handle", $aRegion[0], "handle", $aRegionMask[0], "handle", $aRegion[0], "int", 2) $aRegionMask = DllCall($hDll, "int", "CreateRectRgn", "int", 0, "int", $iY + $iHeight, "int", $iHwndWidth, "int", $iHwndHeight) DllCall($hDll, "int", "CombineRgn", "handle", $aRegion[0], "handle", $aRegionMask[0], "handle", $aRegion[0], "int", 2) Local $i, $aBlock, $aRet For $i = 1 To UBound($aPixelArray) - 1 $aBlock = StringSplit($aPixelArray[$i], ",", 2) $aRegionMask = DllCall($hDll, "int", "CreateRectRgn", "int", $iX + $aBlock[0] * $fScale, "int", $iY + $aBlock[1] * $fScale, "int", $iX + $aBlock[2] * $fScale, "int", $iY + $aBlock[3] * $fScale) DllCall($hDll, "int", "CombineRgn", "handle", $aRegion[0], "handle", $aRegionMask[0], "handle", $aRegion[0], "int", 2) _WinAPI_DeleteObject($aRegionMask[0]) Next DllClose($hDLL) DllCall("user32.dll", "int", "SetWindowRgn", "hwnd", $hWnd, "handle", $aRegion[0], "bool", 1) Return $aRegion[0] EndFunc ;==>_WinAPI_GuiImageHole Func _PixelCoordinates0() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;36,21,54,36;42,16,45,21;42,15,44,16;45,18,49,21;45,17,47,18;36,18,37,21;37,19,39,21;49,19,51,21;39,20,40,21;54,20,58,23;51,20,54,21;58,20,59,22;54,23,56,24;58,23,59,24;54,24,55,25;59,24,60,25;60,25,61,26;33,33,36,41;35,26,36,33;61,26,62,27;61,29,63,34;62,28,63,29;54,32,56,37;54,29,55,32;60,29,61,32;34,30,35,33;63,31,64,36;56,35,58,38;56,34,57,35;64,34,68,38;31,37,33,40;32,35,33,37;68,35,69,37;37,36,43,46;36,36,37,45;43,36,45,38;45,36,46,37;52,36,54,37;58,36,59,38;61,36,62,37;55,37,56,38;59,37,61,38;43,38,44,39;63,38,64,40;30,39,31,40;32,40,33,41;62,40,63,42;34,41,36,42;61,42,62,43;60,43,61,44;35,44,36,45;59,44,60,45;42,49,51,53;42,46,44,48;43,45,44,46;54,45,56,46;57,45,59,46;40,46,42,47;57,46,58,47;44,47,46,49;55,47,57,48;43,48,44,49;46,48,48,49;51,48,55,49;39,51,42,57;41,50,42,51;46,53,53,60;51,51,52,53;35,61,41,71;36,55,39,61;37,53,39,55;38,52,39,53;42,53,44,55;44,53,45,54;42,60,48,64;43,56,46,60;44,55,46,56;45,54,46,55;42,55,43,56;53,55,54,58;39,57,41,61;42,57,43,60;41,60,42,63;49,62,51,69;48,60,50,62;50,60,51,61;52,62,55,64;52,60,54,62;48,63,49,64;50,69,55,82;51,65,53,69;51,63,52,65;54,64,58,67;55,63,56,64;41,65,44,70;41,64,42,65;45,64,48,68;44,64,45,66;43,64,44,65;53,64,54,66;58,66,60,73;58,65,59,66;33,69,35,75;34,66,35,69;44,67,45,72;47,72,49,77;47,68,49,70;48,67,49,68;53,67,56,68;57,67,58,68;46,68,47,69;53,68,54,69;56,68,57,74;55,68,56,70;60,68,61,71;39,77,48,92;42,73,47,77;45,70,47,72;45,69,46,70;43,70,44,71;48,70,49,72;57,70,58,71;32,71,33,75;36,71,42,75;42,71,43,73;43,72,44,73;45,72,46,73;57,72,58,74;35,73,36,74;49,73,50,82;53,82,62,84;55,73,56,82;30,78,36,83;33,75,34,78;36,77,38,81;37,75,38,77;36,75,37,76;39,75,41,77;41,75,42,76;34,76,36,78;32,77,33,78;38,77,39,78;24,80,30,88;28,79,30,80;37,83,39,92;38,80,39,83;56,80,59,82;19,82,24,89;20,81,24,82;36,81,37,82;59,81,61,82;17,83,19,87;18,82,19,83;52,82,53,83;30,83,34,85;34,83,35,84;48,85,54,91;48,83,52,85;55,84,63,88;62,83,63,84;52,84,53,85;54,84,55,85;30,85,32,87;32,85,33,86;36,86,37,91;" $sPixelRect &= "18,87,19,88;24,88,27,89;55,88,61,90;61,88,62,89;54,90,59,91;48,91,52,93;52,91,53,92;40,92,48,93;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;" $sPixelRect &= "48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates0() Func _PixelCoordinates1() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;46,22,60,39;54,18,57,22;55,16,56,18;47,18,49,22;47,17,48,18;49,19,50,22;57,19,58,22;46,20,47,22;50,20,51,22;53,20,54,22;51,21,52,22;58,21,59,22;41,30,46,45;44,25,46,30;45,23,46,25;60,23,62,42;62,25,65,29;62,24,64,25;65,26,67,29;43,27,44,30;67,27,69,28;67,28,68,30;42,29,43,30;62,29,63,30;68,30,69,32;38,34,41,39;39,33,41,34;40,32,41,33;67,36,70,40;69,33,70,36;67,35,68,36;37,36,38,38;36,36,37,37;62,38,63,43;40,39,41,41;39,39,40,40;46,39,49,41;49,39,50,40;57,39,60,40;59,40,60,41;63,40,64,43;69,41,73,45;69,40,70,41;46,41,48,53;64,41,65,43;68,41,69,42;65,42,67,43;73,42,74,45;39,43,41,44;68,43,69,45;44,45,46,47;42,45,44,46;67,45,68,46;66,46,67,47;45,47,46,48;65,47,66,48;44,56,49,81;48,50,52,56;48,48,49,50;64,48,65,49;43,50,46,55;45,49,46,50;59,49,60,52;58,49,59,50;62,49,64,50;60,50,62,51;39,53,43,59;40,52,43,53;42,51,43,52;52,51,59,52;52,52,54,53;46,53,47,54;49,67,54,69;49,56,54,62;52,53,53,56;35,64,43,72;37,56,39,64;38,54,39,56;46,55,48,56;47,54,48,55;43,55,45,56;53,55,54,56;43,58,44,65;39,59,42,64;42,60,43,61;36,62,37,64;50,63,53,66;49,62,51,63;53,62,54,65;52,62,53,63;54,64,55,67;49,65,50,67;32,68,35,71;34,66,35,68;43,66,44,69;51,66,54,67;51,74,56,83;52,69,57,74;55,66,56,69;56,67,57,69;54,68,55,69;31,69,32,72;49,69,51,76;43,70,44,73;32,76,37,81;32,72,36,75;32,71,34,72;51,71,52,72;36,72,37,74;38,79,44,90;37,74,40,78;38,72,40,74;40,72,41,73;41,74,44,79;42,72,43,74;33,75,34,76;35,75,37,76;40,75,41,79;49,76,50,78;25,79,32,85;29,78,32,79;31,77,32,78;49,79,51,82;50,77,51,79;37,78,38,79;39,78,40,79;19,81,25,89;21,80,25,81;32,81,35,83;35,81,36,82;35,84,38,88;36,82,38,84;37,81,38,82;44,82,50,92;44,81,48,82;54,83,62,90;56,81,59,83;17,83,19,87;18,82,19,83;59,82,61,83;32,83,33,84;50,85,53,91;50,83,51,85;53,83,54,85;51,84,52,85;25,85,29,87;29,85,31,86;62,85,63,89;53,86,54,89;18,87,19,88;25,87,28,88;37,88,38,90;36,88,37,89;39,90,44,91;53,90,60,91;42,91,44,92;50,91,52,92;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;" $sPixelRect &= "52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;" $sPixelRect &= "141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates1() Func _PixelCoordinates2() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;63,25,78,38;67,19,70,25;68,18,69,19;75,21,77,25;76,20,77,21;65,23,67,25;66,21,67,23;70,22,71,25;73,23,75,25;74,22,75,23;77,22,78,25;64,24,65,25;71,24,73,25;78,28,80,35;78,25,79,28;58,30,63,43;61,28,63,30;62,26,63,28;60,29,61,30;80,30,82,35;80,29,81,30;55,33,58,41;56,32,58,33;57,31,58,32;82,31,83,36;53,34,55,37;54,33,55,34;83,34,85,37;83,33,84,34;52,34,53,35;78,35,79,36;81,35,82,36;85,35,87,36;85,36,86,37;54,37,55,39;84,37,85,43;69,38,77,42;63,38,69,41;56,43,62,46;56,41,58,43;63,41,65,42;82,42,84,52;82,41,83,42;53,42,56,43;73,42,77,45;72,42,73,44;71,42,72,43;55,43,56,44;81,43,82,46;75,45,78,47;74,45,75,46;54,57,63,63;57,49,62,54;58,46,61,48;57,46,58,47;77,47,80,48;59,48,61,49;84,49,87,51;84,48,86,49;80,50,82,51;81,49,82,50;53,51,57,55;55,50,57,51;58,54,65,57;62,51,63,54;68,51,69,52;78,51,80,52;84,51,86,52;48,55,54,57;51,52,53,55;63,52,65,54;76,52,78,53;49,54,51,55;50,53,51,54;65,53,68,54;71,53,76,54;68,54,72,55;54,55,55,56;55,56,58,57;57,55,58,56;47,58,52,69;48,57,53,58;63,57,65,60;52,58,53,61;53,59,54,62;63,60,64,62;44,69,49,72;44,64,47,68;45,63,47,64;46,62,47,63;42,63,44,65;47,74,58,87;52,64,54,71;52,63,53,64;55,65,61,74;54,63,60,65;61,64,64,66;61,63,63,64;41,65,43,68;41,64,42,65;54,65,55,67;43,66,44,68;63,66,65,70;61,67,63,68;62,66,63,67;42,68,43,70;45,68,47,69;61,69,63,74;61,68,62,69;64,70,67,75;65,68,66,70;43,69,44,71;49,69,51,70;49,70,50,71;51,71,53,74;50,71,51,72;38,74,46,79;44,72,47,74;49,72,50,73;53,73,55,74;54,72,55,73;63,72,64,73;41,73,44,74;47,73,49,74;50,73,51,74;46,74,47,78;58,74,61,77;61,74,62,75;62,75,65,91;63,74,64,75;32,77,38,85;35,75,38,77;65,75,66,77;33,76,35,77;58,77,60,78;60,78,62,82;61,77,62,78;28,81,32,88;30,79,32,81;31,78,32,79;58,78,59,80;38,79,42,81;42,79,43,80;45,79,47,85;59,79,60,81;29,80,30,81;44,80,45,83;38,81,40,83;40,81,41,82;58,82,61,91;58,81,59,82;65,82,69,90;65,81,67,82;27,83,28,87;38,83,39,84;69,84,71,88;69,83,70,84;61,84,62,88;32,85,36,87;36,85,37,86;46,85,47,86;32,87,34,88;52,87,58,90;50,87,52,89;48,87,50,88;" $sPixelRect &= "69,88,70,89;61,89,62,91;54,90,58,91;65,90,66,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;" $sPixelRect &= "72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates2() Func _PixelCoordinates3() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;74,39,101,51;94,32,98,39;96,31,98,32;97,30,98,31;90,34,94,39;92,33,94,34;84,36,90,39;87,35,90,36;81,37,84,39;77,38,81,39;101,38,103,41;99,38,101,39;103,38,104,39;73,39,74,40;101,41,102,43;72,46,74,49;71,46,72,47;98,51,102,55;101,46,102,51;70,67,76,72;66,52,76,61;73,49,74,52;76,51,77,56;74,51,76,52;77,51,79,52;88,51,92,58;86,51,88,53;84,51,86,52;92,51,94,53;94,51,95,52;97,51,98,54;77,52,78,53;61,54,66,58;63,53,66,54;87,53,88,55;92,53,93,55;59,61,63,65;59,56,61,59;60,55,61,56;99,55,102,57;53,58,57,62;54,57,57,58;76,57,77,60;100,57,103,58;57,58,59,60;61,58,64,60;63,65,69,75;64,59,66,65;65,58,66,59;90,58,92,62;89,58,90,60;95,59,98,62;96,58,98,59;99,58,100,59;60,59,61,61;52,60,53,63;58,60,59,61;61,60,63,61;77,60,78,62;80,60,81,61;98,60,99,61;66,61,74,65;74,61,75,64;94,61,95,62;53,63,58,65;53,62,55,63;56,62,57,63;91,62,93,63;95,62,97,63;78,63,79,64;93,65,97,68;94,63,96,65;57,65,61,68;58,64,59,65;79,64,84,65;91,64,93,66;93,64,94,65;54,65,57,66;61,65,62,67;69,65,74,66;84,65,91,66;56,66,57,67;72,66,74,67;92,66,93,67;60,68,62,69;73,72,80,89;76,69,78,72;76,68,77,69;94,68,96,69;59,69,61,72;60,73,63,81;61,71,63,73;62,69,63,71;57,71,59,73;58,70,59,71;69,70,70,72;78,70,79,72;50,78,60,88;56,72,57,78;53,73,56,75;55,72,56,73;59,72,60,73;72,72,73,75;71,72,72,73;57,73,58,74;48,75,53,77;51,74,53,75;57,75,60,78;58,74,60,75;53,75,54,76;63,75,67,78;67,75,68,77;42,77,49,85;45,76,48,77;54,76,56,78;80,79,86,89;80,76,81,79;49,77,51,78;52,77,54,78;38,80,42,88;40,78,42,80;63,78,65,80;65,78,66,79;71,82,73,88;72,78,73,82;83,78,87,79;39,79,40,80;49,79,50,86;86,80,89,86;86,79,88,80;63,80,64,81;36,83,38,86;37,81,38,83;60,83,64,89;60,81,62,83;62,82,63,83;89,82,90,85;42,85,46,87;46,85,48,86;37,86,38,87;86,86,88,87;42,87,44,88;86,87,87,88;53,88,60,91;52,88,53,90;51,88,52,89;72,88,73,89;60,89,62,91;62,89,63,90;74,89,84,90;55,91,61,92;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;" $sPixelRect &= "105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;" $sPixelRect &= "166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates3() Func _PixelCoordinates4() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;84,39,111,51;104,33,108,39;105,32,108,33;107,31,108,32;100,35,104,39;102,34,104,35;97,36,100,39;93,37,97,39;89,38,93,39;111,39,113,41;111,41,112,44;111,46,112,55;81,47,84,49;74,58,85,65;78,52,86,57;83,49,84,52;82,49,83,50;86,51,88,53;84,51,86,52;88,51,90,52;97,51,102,56;94,51,97,53;92,51,94,52;102,51,104,53;104,51,105,52;107,51,111,55;106,51,107,53;73,54,78,57;75,53,78,54;86,53,87,55;96,53,97,54;102,53,103,55;71,66,77,72;70,57,74,61;71,55,73,57;108,55,111,57;70,56,71,57;99,56,101,62;98,56,99,58;101,56,102,58;110,57,112,59;111,56,112,57;65,58,70,60;69,57,70,58;74,57,77,58;81,57,86,58;109,57,110,58;85,58,87,61;105,59,109,61;106,58,108,59;112,58,113,59;63,60,67,61;64,59,65,60;109,59,110,60;90,60,91,62;102,65,106,68;104,61,106,64;104,60,105,61;62,62,65,64;62,61,64,62;68,63,73,65;71,61,73,63;70,61,71,62;87,61,88,63;100,62,102,63;101,61,102,62;106,61,108,62;65,64,67,66;66,62,67,64;65,62,66,63;68,62,70,63;106,62,107,63;88,63,89,65;89,64,92,65;91,63,92,64;102,63,103,64;63,64,64,66;62,64,63,65;72,65,84,66;73,64,74,65;104,64,105,65;64,65,65,68;69,65,71,68;91,65,94,66;101,65,102,66;65,66,66,68;54,72,74,79;68,68,70,72;67,66,69,68;77,66,82,67;82,68,88,74;83,66,85,68;95,66,101,67;106,66,107,69;66,67,67,69;77,67,78,70;82,67,83,68;85,67,86,68;67,68,68,69;79,68,82,71;78,68,79,70;104,68,106,70;103,68,104,69;70,69,71,72;85,74,94,79;88,70,90,74;88,69,89,70;55,71,59,72;81,71,82,73;80,71,81,72;90,71,91,74;74,72,76,75;91,72,92,74;92,73,93,74;49,79,63,82;53,74,54,79;84,74,85,77;83,74,84,75;96,76,105,83;99,74,104,76;74,75,75,77;97,75,99,76;104,75,105,76;89,79,96,88;94,76,95,79;105,76,106,81;95,77,96,79;63,79,70,81;70,79,73,80;87,79,89,82;86,79,87,80;46,82,54,86;47,80,49,82;46,81,47,82;45,82,46,85;57,82,66,90;54,84,57,86;55,82,57,84;88,82,89,84;66,84,68,88;66,83,67,84;96,83,102,86;102,83,104,84;102,84,103,85;49,86,55,88;47,86,49,87;55,87,57,88;56,86,57,87;96,86,99,88;99,86,100,87;56,88,57,89;66,88,67,89;90,88,97,89;59,90,64,91;46,96,52,99;100,96,105,99;176,97,179,108;" $sPixelRect &= "177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;" $sPixelRect &= "114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates4() Func _PixelCoordinates5() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;95,38,122,51;115,32,119,38;117,31,119,32;118,30,119,31;110,34,115,38;113,33,115,34;108,35,110,38;105,36,108,38;101,37,105,38;122,38,124,40;122,40,123,43;93,46,94,49;122,46,123,54;91,52,95,64;94,47,95,52;95,51,98,53;98,51,99,52;109,51,112,59;106,51,109,53;105,51,106,52;112,51,114,54;114,51,115,52;118,51,122,55;117,51,118,53;87,52,91,56;83,53,87,58;95,55,97,60;96,53,97,55;108,53,109,56;107,53,108,54;78,57,83,65;81,54,83,57;112,54,113,56;80,55,81,57;120,55,122,57;119,55,120,56;87,56,89,57;121,57,123,58;122,56,123,57;73,58,76,64;74,57,77,58;86,58,91,66;89,57,91,58;76,58,78,60;83,58,84,59;97,58,98,60;117,58,119,61;120,58,121,59;83,66,89,76;84,59,86,66;110,59,112,61;115,60,117,63;116,59,117,60;119,59,120,60;72,60,73,63;76,60,77,61;95,60,96,62;98,60,99,63;101,61,102,62;112,61,113,63;111,61,112,62;117,61,118,62;75,64,78,66;77,62,78,64;76,62,77,63;113,62,114,63;99,63,100,64;113,64,117,68;114,63,116,64;74,64,75,65;92,70,98,87;91,64,94,70;100,64,104,65;80,65,82,71;78,65,80,68;105,65,113,66;117,65,118,68;76,66,78,67;82,66,83,69;89,66,90,67;89,69,91,72;90,67,91,69;94,67,95,70;95,68,96,70;114,68,117,69;68,73,83,81;78,70,80,73;79,69,80,70;96,69,97,70;82,70,83,73;90,72,92,73;91,70,92,72;69,71,73,73;73,72,78,73;77,71,78,72;80,71,81,72;98,78,102,91;98,73,100,78;98,71,99,73;68,72,69,73;81,72,82,73;91,73,92,75;63,77,68,85;65,76,68,77;67,75,68,76;100,75,101,78;83,76,87,79;87,76,88,78;59,80,63,88;61,78,63,80;60,79,61,80;83,79,86,80;83,80,84,81;102,81,108,90;102,80,103,81;57,83,59,86;58,81,59,83;70,81,79,88;68,81,70,85;79,84,81,89;79,82,80,84;108,83,111,88;108,82,110,83;63,85,66,87;66,85,67,86;69,85,70,86;58,86,59,87;63,87,64,88;94,87,98,90;93,87,94,89;74,88,78,91;72,88,74,90;71,88,72,89;78,88,79,90;108,88,110,89;79,89,80,90;97,90,98,91;102,90,106,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;" $sPixelRect &= "66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;" $sPixelRect &= "210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates5() Func _PixelCoordinates6() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;105,38,132,50;124,32,129,38;127,30,129,32;126,31,127,32;120,34,124,38;122,33,124,34;117,35,120,38;113,36,117,38;105,37,113,38;132,37,134,40;132,40,133,42;129,50,133,55;132,45,133,50;103,46,105,48;102,46,103,47;99,53,107,60;104,48,105,53;106,50,108,53;105,50,106,52;108,50,109,51;119,50,122,58;116,50,119,52;115,50,116,51;122,50,125,52;128,50,129,54;127,50,128,52;97,51,104,53;92,53,99,56;94,52,97,53;118,52,119,55;117,52,118,53;122,52,124,53;122,53,123,56;90,56,93,64;90,54,92,56;88,56,90,59;89,55,90,56;131,55,133,57;130,55,131,56;84,56,88,58;93,56,97,57;133,56,134,57;83,58,85,62;83,57,84,58;93,57,95,58;94,63,101,77;95,58,99,63;96,57,99,58;107,57,108,59;130,57,131,58;120,58,122,60;126,58,130,60;85,59,88,61;88,59,89,60;93,59,94,61;108,59,109,63;124,63,126,68;125,60,127,63;125,59,126,60;87,62,90,66;89,60,90,62;94,60,95,61;102,60,104,73;99,60,102,63;104,60,106,63;111,60,112,64;122,60,123,62;121,60,122,61;127,60,129,61;85,61,87,62;123,61,124,62;127,61,128,62;84,62,86,64;109,62,110,63;92,65,94,70;93,63,94,65;101,63,102,65;104,63,105,64;110,63,111,64;112,63,114,64;85,64,87,65;90,64,92,65;114,64,124,65;126,65,128,67;126,64,127,65;83,71,94,85;89,67,92,71;90,65,91,67;123,65,124,67;91,66,92,67;126,67,127,68;86,69,89,71;88,68,89,69;101,68,102,76;100,77,107,91;104,70,106,77;104,68,105,70;84,70,86,71;92,70,93,71;82,71,83,83;78,72,82,74;81,71,82,72;106,72,107,77;72,75,79,82;75,73,78,75;102,75,104,77;103,73,104,75;73,74,75,75;79,74,81,80;78,74,79,75;68,79,72,86;70,77,72,79;71,76,72,77;94,77,99,79;69,78,70,79;81,78,82,80;97,82,100,89;98,79,100,82;99,78,100,79;94,79,96,80;79,80,80,81;67,81,68,85;94,81,95,87;107,82,113,90;107,81,111,82;72,82,77,85;77,82,78,84;113,84,115,88;113,83,114,84;96,84,97,88;72,85,75,87;75,85,76,86;87,85,93,89;85,85,87,87;84,85,85,86;93,85,94,88;69,86,72,87;86,87,87,88;113,88,114,89;89,89,92,90;98,89,100,90;107,90,111,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;" $sPixelRect &= "98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;" $sPixelRect &= "159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates6() Func _PixelCoordinates7() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;123,38,142,50;135,31,139,38;137,30,139,31;138,29,139,30;131,33,135,38;133,32,135,33;126,35,131,38;129,34,131,35;122,36,126,38;115,38,123,49;115,37,122,38;139,37,140,38;142,37,144,40;142,40,143,42;113,45,115,48;112,45,113,46;139,50,143,55;142,45,143,50;112,52,117,60;111,50,119,51;114,48,115,50;115,49,122,50;129,50,132,58;127,50,129,52;125,50,127,51;132,50,135,52;137,50,139,52;106,51,112,55;112,51,115,52;117,51,118,53;116,51,117,52;101,53,106,56;104,52,106,53;128,52,129,54;132,52,134,53;138,52,139,53;132,53,133,56;100,56,103,65;99,55,101,56;100,54,101,55;94,56,97,58;95,55,98,56;106,55,109,56;141,55,144,57;140,55,141,56;98,56,100,59;97,56,98,57;103,56,105,57;106,57,112,63;108,56,112,57;93,58,95,62;93,57,94,58;103,57,104,60;117,57,118,59;137,57,139,59;140,57,141,59;96,58,98,60;104,58,106,64;130,58,132,60;135,62,137,68;135,59,138,61;136,58,137,59;95,59,96,60;118,59,119,62;139,59,140,60;99,60,100,62;112,60,116,63;121,60,122,61;131,60,133,61;138,60,139,61;95,62,99,65;95,61,97,62;133,61,134,62;136,61,138,62;94,62,95,64;101,65,105,69;103,62,104,65;119,62,123,63;99,63,100,66;107,64,111,68;106,63,110,64;111,68,116,76;111,65,114,68;113,63,114,65;112,63,113,64;114,63,115,64;123,63,125,64;133,63,135,67;104,64,105,65;106,64,107,66;125,64,133,65;137,64,138,67;97,65,99,66;105,66,106,67;97,74,108,82;86,69,103,73;99,67,101,69;105,70,107,74;106,67,107,70;114,67,115,68;134,67,135,68;96,68,99,69;107,71,111,74;108,68,111,70;103,69,104,70;107,69,108,70;116,71,118,74;116,69,117,71;80,74,88,82;83,71,86,74;84,70,86,71;109,70,110,71;103,71,105,74;81,73,83,74;82,72,83,73;88,73,95,75;86,73,88,74;96,73,97,79;95,73,96,74;98,73,103,74;108,74,111,77;116,74,117,75;88,75,91,77;91,75,92,76;77,81,80,86;78,78,80,81;79,76,80,78;111,81,116,90;110,78,113,81;112,76,114,78;111,76,112,77;88,77,90,78;108,77,109,78;88,78,89,80;109,78,110,80;100,82,110,87;108,80,109,82;110,81,111,82;80,82,85,87;85,82,87,84;98,82,100,84;116,83,118,90;116,82,117,83;85,84,86,86;99,84,100,85;107,87,111,91;110,84,111,87;" $sPixelRect &= "118,85,119,89;79,86,80,88;78,86,79,87;99,86,100,89;80,87,84,88;101,87,106,91;100,87,101,90;106,88,107,91;111,90,114,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;" $sPixelRect &= "200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates7() Func _PixelCoordinates8() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;134,38,152,51;143,32,148,38;145,31,148,32;147,30,148,31;139,34,143,38;141,33,143,34;137,35,139,38;134,36,137,38;125,38,134,50;129,37,134,38;152,37,153,41;124,38,125,42;121,51,126,60;123,46,125,50;124,45,125,46;122,46,123,47;152,46,153,51;126,50,128,52;124,50,126,51;128,50,130,51;116,52,121,56;120,51,121,52;139,51,142,58;137,51,139,54;135,51,137,52;142,51,144,53;144,51,145,52;148,51,152,54;147,51,148,53;126,52,127,55;111,54,116,58;113,53,116,54;142,53,143,55;138,54,139,56;150,54,153,57;149,54,150,55;110,64,113,71;108,59,112,61;108,56,111,58;110,55,111,56;153,55,154,56;116,56,119,57;126,56,127,60;106,57,107,61;104,58,106,59;105,57,106,58;107,57,108,59;114,59,121,64;115,58,121,59;116,57,117,58;118,57,121,58;146,58,150,59;147,57,148,58;150,57,151,58;108,58,109,59;110,58,113,59;140,58,142,60;104,60,106,64;104,59,105,60;145,59,147,61;147,59,148,60;149,59,150,60;107,60,108,61;112,60,114,62;120,67,126,78;121,60,125,64;127,60,128,62;131,60,132,64;141,60,142,61;148,60,149,61;109,61,112,64;142,61,143,62;147,61,148,62;106,64,110,66;107,62,108,64;106,62,107,63;128,62,129,63;145,62,147,63;108,63,109,64;113,63,114,68;129,63,131,64;132,63,133,64;143,64,147,67;144,63,146,64;105,64,106,65;117,64,120,68;116,64,117,67;115,64,116,65;120,64,121,67;122,64,124,67;133,64,143,65;121,65,122,67;142,65,143,66;108,66,110,67;113,70,118,74;114,67,116,70;114,66,115,67;124,66,125,67;143,67,146,68;107,78,111,80;101,71,112,76;108,69,110,71;109,68,110,69;116,68,117,70;119,68,120,71;118,68,119,69;126,69,128,74;126,68,127,69;117,69,118,70;106,70,108,71;128,70,129,73;118,71,119,72;95,73,101,80;98,72,101,73;112,74,114,77;112,72,113,74;114,78,125,86;118,73,120,78;119,72,120,73;90,77,95,87;93,74,95,77;114,74,116,75;126,74,127,76;91,76,93,77;92,75,93,76;114,75,115,76;116,75,118,78;101,76,105,78;105,76,107,77;109,76,112,78;114,77,116,78;115,76,116,77;108,77,109,78;112,77,113,78;87,81,90,86;88,79,90,81;89,78,90,79;101,78,103,79;111,78,112,79;111,80,114,84;112,79,114,80;113,78,114,79;101,79,102,80;" $sPixelRect &= "103,82,110,89;105,80,110,82;106,79,107,80;125,80,128,88;125,79,126,80;95,80,98,84;98,80,100,81;98,81,99,82;104,81,105,82;128,82,130,86;128,81,129,82;101,84,103,87;102,83,103,84;110,85,112,91;110,83,111,85;95,84,97,85;112,84,114,85;95,85,96,86;89,86,90,88;88,86,89,87;112,87,116,91;112,86,114,87;117,86,125,89;115,86,117,87;128,86,129,87;90,87,93,88;102,87,103,88;116,88,117,91;107,89,110,91;104,89,107,90;117,89,121,90;117,90,118,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;" $sPixelRect &= "44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates8() Func _PixelCoordinates9() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;134,39,161,51;154,32,158,39;156,31,158,32;150,34,154,39;152,33,154,34;146,36,150,39;148,35,150,36;143,37,146,39;140,38,143,39;161,39,163,41;163,39,164,40;161,41,162,44;132,47,133,50;131,47,132,48;156,51,163,53;161,47,162,51;130,67,136,74;130,53,134,67;133,48,134,53;162,49,163,51;134,51,138,53;138,51,140,52;148,51,152,58;145,51,148,53;143,51,145,52;152,51,154,53;154,51,155,52;126,53,130,58;134,57,136,61;135,53,136,57;134,53,135,54;136,53,137,55;147,53,148,56;146,53,147,54;152,53,153,55;158,53,162,56;157,53,158,54;124,54,125,66;121,55,124,60;123,54,124,55;125,54,126,59;116,64,122,68;118,58,121,62;119,57,121,58;120,56,121,57;160,56,163,58;113,59,117,64;114,58,118,59;125,60,130,72;126,58,128,60;149,58,151,61;148,58,149,59;155,59,158,62;157,58,158,59;159,58,160,60;117,59,118,60;128,59,130,60;136,59,137,61;121,60,123,61;140,60,141,61;150,61,152,62;151,60,152,61;158,60,159,61;119,62,124,63;121,61,122,62;123,61,124,62;134,61,135,63;137,61,138,63;154,61,155,62;117,62,118,63;151,62,152,63;155,62,157,63;119,63,122,64;122,65,124,70;123,63,124,65;138,63,139,64;139,64,142,65;140,63,141,64;154,63,156,64;114,64,116,66;152,65,156,68;153,64,155,65;142,65,152,66;115,66,116,67;156,66,157,69;119,70,123,72;120,68,122,70;123,72,127,76;124,68,125,72;131,74,141,89;136,69,138,74;136,68,137,69;153,68,156,69;138,71,140,74;138,70,139,71;116,73,121,76;117,72,122,73;118,71,119,72;123,71,124,72;127,72,128,74;121,76,125,79;122,73,123,76;121,73,122,74;140,73,141,74;110,76,118,79;113,75,116,76;115,74,116,75;121,75,122,76;141,75,142,79;118,76,120,77;125,76,126,78;101,78,110,86;105,77,110,78;118,77,119,78;119,78,121,82;120,77,121,78;97,80,101,87;98,79,101,80;112,83,122,90;110,79,115,82;115,79,117,80;117,80,119,82;118,79,119,80;121,79,123,81;123,79,124,80;115,80,116,81;141,81,148,89;142,80,146,81;115,82,117,83;116,81,117,82;96,82,97,86;110,82,114,83;118,82,120,83;148,83,150,87;148,82,149,83;110,83,112,84;109,86,112,88;110,84,111,86;122,85,124,89;122,84,123,85;111,85,112,86;101,86,107,87;" $sPixelRect &= "148,87,149,88;111,88,112,90;110,88,111,89;122,89,123,90;133,89,144,91;132,89,133,90;144,89,147,90;113,90,122,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;" $sPixelRect &= "201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates9() Func _PixelCoordinates10() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;145,39,169,52;161,33,165,39;162,32,165,33;164,31,165,32;157,35,161,39;159,34,161,35;155,36,157,39;152,37,155,39;150,38,152,39;169,38,170,44;168,38,169,39;170,38,171,40;142,40,145,54;164,52,171,53;169,46,170,52;140,48,142,50;139,48,140,49;170,49,171,52;141,50,142,52;145,52,147,53;156,52,160,59;154,52,156,54;152,52,154,53;160,52,162,54;138,57,144,62;138,53,142,57;145,53,146,54;166,53,170,56;165,53,166,55;133,54,138,58;143,54,145,57;155,54,156,56;160,54,161,55;129,57,133,61;131,55,133,57;130,56,131,57;168,56,171,58;167,56,168,57;171,57,172,58;123,58,129,60;133,58,137,59;144,58,145,62;164,59,167,62;165,58,166,59;168,58,169,59;122,60,124,66;122,59,123,60;133,59,134,60;133,62,140,68;135,60,138,62;137,59,138,60;157,59,160,61;167,59,168,61;124,60,127,61;128,60,129,61;162,63,164,69;163,60,164,63;132,61,135,62;145,61,146,64;148,61,149,62;159,61,160,63;158,61,159,62;125,62,126,66;124,62,125,64;128,69,131,74;128,62,130,67;127,62,128,65;132,62,133,66;130,63,132,64;131,62,132,63;140,66,145,74;140,62,143,65;149,62,150,66;160,62,161,63;164,62,166,63;146,63,147,65;161,63,162,64;164,63,165,64;123,66,125,68;124,65,125,66;141,65,143,66;147,65,149,66;150,65,152,66;160,65,162,67;164,66,166,68;164,65,165,66;125,67,129,69;126,66,128,67;130,66,132,69;152,66,160,67;132,67,133,68;144,74,153,79;145,68,148,74;145,67,147,68;161,67,162,68;132,70,135,75;133,68,134,70;136,68,140,71;135,68,136,69;164,68,165,69;127,69,128,70;131,69,132,71;134,69,135,70;148,70,150,74;148,69,149,70;135,70,136,73;127,71,128,72;139,71,140,73;138,71,139,72;150,71,151,74;115,72,124,77;124,72,127,74;151,72,152,74;109,79,115,88;113,74,115,79;114,73,115,74;126,75,129,78;127,73,128,75;124,74,126,75;129,74,130,76;128,74,129,75;130,75,133,79;131,74,132,75;142,74,144,76;141,74,142,75;157,75,164,83;159,74,163,75;124,75,125,76;133,75,134,77;147,79,157,89;153,75,154,79;116,79,126,85;123,77,126,79;125,76,126,77;143,76,144,77;154,77,157,79;156,76,157,77;164,76,165,81;115,77,119,79;119,77,122,78;122,78,123,79;" $sPixelRect &= "126,78,128,80;128,79,132,80;129,78,130,79;146,79,147,83;145,79,146,81;106,81,109,87;107,80,109,81;115,80,116,88;126,80,127,82;128,80,130,81;127,81,128,82;105,82,106,86;157,83,162,85;162,83,163,84;123,85,127,87;126,84,127,85;117,85,120,89;116,85,117,88;120,87,124,89;121,85,122,87;120,85,121,86;157,85,160,87;160,85,161,86;122,86,123,87;108,87,109,88;124,87,126,88;157,87,159,88;149,89,153,91;148,89,149,90;153,89,155,90;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;" $sPixelRect &= "46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates10() Func _PixelCoordinates11() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;157,38,180,51;173,32,176,38;175,31,176,32;168,34,173,38;171,33,173,34;166,35,168,38;163,36,166,38;161,37,163,38;180,38,182,40;182,38,183,39;153,46,157,53;154,39,157,46;153,39,154,42;152,39,153,40;180,40,181,43;175,51,182,52;180,45,181,51;151,47,153,49;150,47,151,48;181,48,182,51;152,49,153,51;157,51,158,52;167,51,171,58;165,51,167,53;163,51,165,52;171,51,173,54;173,51,174,52;146,59,152,69;147,52,153,57;177,52,181,55;176,52,177,54;143,60,146,65;141,54,147,59;144,53,147,54;153,56,155,61;153,53,156,55;166,53,167,55;171,54,172,56;139,56,141,66;140,55,141,56;154,55,156,56;179,55,182,57;178,55,179,56;134,57,139,58;138,56,139,57;182,56,183,57;147,57,148,58;149,57,153,59;155,57,156,60;179,57,180,58;133,58,137,62;138,58,139,59;148,58,149,59;168,58,171,60;174,59,177,62;175,58,177,59;178,58,179,60;141,59,143,60;145,59,146,60;152,59,153,64;137,60,139,67;156,60,157,61;159,60,160,61;170,60,171,62;169,60,170,61;177,60,178,61;140,69,146,78;142,61,143,69;153,61,154,63;160,61,161,65;171,61,172,62;134,63,136,66;133,62,135,63;136,62,137,64;157,62,158,64;172,62,173,63;174,62,176,63;133,63,134,64;172,64,175,68;173,63,175,64;158,64,160,65;161,64,162,65;144,65,146,67;164,65,170,66;171,65,172,67;175,65,176,68;133,69,138,72;135,66,136,69;139,66,140,67;141,66,142,69;143,66,144,69;151,72,159,89;148,69,156,72;152,66,153,69;136,67,137,69;145,67,146,68;153,67,154,69;134,68,135,69;138,68,139,71;137,68,138,69;139,68,140,69;144,68,145,69;154,68,155,69;147,69,148,70;146,71,148,76;146,70,147,71;156,70,157,72;130,73,135,77;131,72,137,73;132,71,133,72;134,78,141,89;137,73,140,78;139,71,140,73;157,71,158,72;150,72,151,76;149,72,150,74;135,73,137,74;159,79,162,92;159,73,160,79;123,77,132,81;127,75,130,77;129,74,130,75;135,74,136,75;135,76,137,78;136,75,137,76;125,76,127,77;146,76,147,77;160,76,161,79;132,77,134,78;118,81,126,87;120,79,123,81;122,78,123,79;132,78,133,80;141,78,145,79;131,82,134,87;133,79,134,82;141,79,142,80;119,80,120,81;126,81,130,84;130,81,131,82;132,81,133,82;" $sPixelRect &= "141,82,143,89;141,81,142,82;162,82,170,90;162,81,169,82;117,83,118,87;129,84,131,85;130,83,131,84;170,83,171,88;126,84,128,85;143,84,144,88;126,85,127,86;130,85,131,86;119,87,123,89;118,87,119,88;123,87,125,88;133,87,134,89;132,87,133,88;135,89,142,90;153,89,159,91;152,89,153,90;162,90,168,91;155,91,159,92;162,91,165,92;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;" $sPixelRect &= "168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates11() Func _PixelCoordinates12() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;172,38,191,51;182,32,187,38;184,31,187,32;186,30,187,31;178,34,182,38;180,33,182,34;175,35,178,38;172,36,175,38;164,38,172,50;168,37,172,38;191,38,193,40;192,37,193,38;191,40,192,42;162,46,164,50;161,46,162,48;188,51,192,55;191,47,192,51;165,50,167,54;163,50,165,53;167,50,169,51;158,68,164,73;157,57,164,62;154,52,163,56;158,51,163,52;167,51,168,52;178,51,182,58;176,51,178,54;174,51,176,52;182,51,184,53;184,51,185,52;187,51,188,54;186,51,187,52;150,54,154,58;151,53,154,54;163,54,166,57;163,53,164,54;182,53,183,54;177,54,178,55;149,58,151,65;144,56,150,57;149,55,150,56;189,55,193,57;154,56,157,57;159,56,163,57;143,57,148,58;149,57,150,58;153,59,157,64;154,57,155,59;164,57,166,59;185,58,188,59;186,57,187,58;189,57,190,59;143,59,147,62;143,58,144,59;151,58,152,59;155,58,157,59;166,58,167,61;179,58,182,60;147,59,148,60;151,60,153,62;152,59,153,60;164,59,165,60;184,59,186,61;186,59,187,60;188,59,189,60;170,60,171,64;181,60,182,62;180,60,181,61;187,60,188,61;147,61,149,62;167,61,168,63;186,61,187,62;144,62,146,64;146,62,147,63;151,62,152,64;157,62,161,68;161,62,163,64;184,62,186,63;147,63,149,66;168,63,170,64;171,63,173,64;182,64,186,67;183,63,185,64;142,72,154,83;142,67,149,71;146,64,147,67;145,64,146,65;151,65,153,68;152,64,153,65;155,64,157,68;154,64,155,66;161,64,162,65;173,64,182,65;149,65,150,66;186,65,187,68;144,66,146,67;149,67,151,70;150,66,151,67;153,66,154,67;161,66,162,68;154,71,157,78;154,67,155,71;162,67,163,68;183,67,186,68;137,70,142,76;140,68,142,70;151,68,152,69;157,68,158,71;156,68,157,69;139,69,140,70;155,69,156,71;159,73,167,91;164,70,166,73;164,69,165,70;150,71,154,72;153,70,154,71;132,76,139,83;135,72,137,76;136,71,137,72;142,71,147,72;166,72,167,73;133,74,135,76;134,73,135,74;154,82,159,90;157,76,159,82;157,73,158,76;139,76,141,78;129,80,132,87;130,78,132,80;131,77,132,78;139,78,140,80;154,78,156,79;154,80,155,82;167,81,173,90;168,80,171,81;155,81,156,82;128,82,129,86;173,83,175,88;173,82,174,83;132,83,137,86;137,83,138,85;" $sPixelRect &= "145,83,154,88;144,83,145,87;143,83,144,85;132,86,135,88;135,86,136,87;130,87,132,88;149,88,154,90;147,88,149,89;173,88,174,89;157,90,159,91;167,90,171,91;160,91,168,92;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;" $sPixelRect &= "98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates12() Func _PixelCoordinates13() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;194,30,198,33;196,29,198,30;174,37,201,49;187,33,197,37;192,31,194,33;190,32,192,33;184,34,187,37;181,35,184,37;174,36,181,37;201,36,203,40;200,36,201,37;203,36,204,37;201,40,202,43;172,44,174,48;171,44,172,46;198,49,202,54;201,45,202,49;168,54,177,58;164,50,174,54;173,48,174,50;166,49,172,50;175,49,177,54;174,49,175,51;177,49,178,51;188,49,192,57;185,49,188,51;184,49,185,50;192,49,194,52;194,49,195,50;197,49,198,52;196,49,197,50;161,52,164,56;162,51,164,52;187,51,188,54;186,51,187,52;192,52,193,54;159,53,161,57;155,54,159,55;158,53,159,54;164,54,168,55;200,54,203,56;199,54,200,55;155,55,157,59;153,56,155,57;154,55,155,56;157,55,158,57;163,58,169,64;164,55,166,58;203,55,204,56;161,56,163,57;166,56,168,58;195,56,198,58;199,56,200,58;153,58,155,60;153,57,154,58;159,59,163,61;160,57,162,59;163,57,164,58;179,57,180,58;189,57,192,59;194,57,195,60;157,58,158,59;171,58,173,67;169,58,171,63;173,58,175,59;177,58,178,62;180,58,181,59;195,58,197,59;198,58,199,59;155,60,157,61;156,59,157,60;173,59,174,62;191,59,192,61;190,59,191,60;195,59,196,60;197,59,198,60;153,60,154,61;192,60,193,61;196,60,197,61;154,61,156,63;157,62,161,65;157,61,159,62;161,61,162,63;160,61,161,62;178,62,184,63;181,61,182,62;192,63,197,66;193,61,196,63;156,62,157,64;170,63,171,64;184,63,192,64;160,65,164,67;161,64,163,65;165,74,173,90;166,66,171,74;164,64,170,66;147,67,161,70;159,66,160,67;165,66,166,68;173,67,175,70;173,66,174,67;193,66,196,67;161,67,163,68;172,67,173,68;142,71,149,78;145,68,147,71;161,68,162,69;171,70,173,74;171,68,172,70;143,70,145,71;144,69,145,70;174,70,176,72;175,69,176,70;149,70,158,72;147,70,149,71;158,70,160,71;164,70,166,73;158,72,164,76;160,71,164,72;173,73,175,75;173,71,174,73;138,78,146,84;140,74,142,78;141,72,142,74;149,72,152,74;152,72,154,73;175,72,176,74;157,73,158,78;164,73,165,74;149,74,151,75;149,75,150,77;173,75,174,77;139,76,140,78;159,83,165,89;158,76,162,80;162,76,163,78;163,78,165,83;164,76,165,78;146,78,148,80;146,80,147,82;159,80,161,82;" $sPixelRect &= "158,80,159,81;161,81,163,83;162,80,163,81;173,81,179,88;173,80,177,81;160,82,161,83;179,82,180,87;139,84,144,86;144,84,145,85;158,84,159,88;140,86,143,87;173,88,176,90;176,88,178,89;160,89,165,90;164,90,172,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;" $sPixelRect &= "113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates13() Func _PixelCoordinates14() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;205,31,208,34;206,30,208,31;194,38,211,51;198,34,207,38;203,32,205,34;201,33,203,34;195,35,198,38;184,38,194,50;192,36,195,38;188,37,192,38;211,37,213,41;213,37,214,38;183,38,184,39;211,41,212,43;181,45,182,47;181,51,184,64;182,46,184,49;208,51,212,55;211,46,212,51;183,49,184,51;185,50,187,54;184,50,185,52;187,50,189,51;177,51,181,56;187,51,188,52;198,51,202,58;196,51,198,53;195,51,196,52;202,51,204,53;207,51,208,53;172,53,177,56;174,52,177,53;184,53,185,54;197,53,198,56;202,53,203,54;170,56,173,63;170,54,172,56;184,55,186,59;185,54,186,55;168,56,170,59;169,55,170,56;210,55,212,57;209,55,210,56;164,56,168,58;173,56,176,57;212,56,213,57;162,59,165,62;163,57,164,59;173,57,174,58;174,58,179,77;176,57,181,58;209,57,210,59;165,58,166,61;164,58,165,59;166,58,167,59;179,58,181,65;186,58,187,59;199,58,202,60;204,59,208,61;205,58,208,59;167,59,169,60;173,59,174,65;184,59,185,62;187,59,188,63;208,59,209,60;164,62,168,65;166,60,167,62;169,63,171,73;169,60,170,63;190,60,191,64;201,60,202,62;200,60,201,61;204,61,206,63;206,61,207,62;163,62,164,64;202,64,206,67;203,62,204,64;167,65,169,67;168,63,169,65;171,63,172,65;188,63,190,64;191,63,193,64;204,63,205,64;180,75,186,79;181,67,185,75;181,64,183,67;193,64,202,65;166,65,167,66;171,66,173,71;172,65,173,66;206,65,207,67;180,66,181,69;183,66,184,67;203,67,206,68;166,69,169,75;168,68,169,69;179,68,180,76;185,69,187,75;185,68,186,69;161,71,166,77;164,70,166,71;168,76,174,90;172,72,174,76;173,70,174,72;171,71,172,72;187,71,188,74;155,73,161,80;158,72,161,73;169,73,170,74;170,74,172,76;171,73,172,74;150,77,155,86;153,74,155,77;151,76,153,77;152,75,153,76;166,75,168,76;169,75,170,76;186,75,187,77;161,77,164,78;164,80,168,88;166,78,168,80;167,77,168,78;174,77,178,79;178,79,185,82;179,77,180,79;147,80,150,87;148,79,150,80;149,78,150,79;161,78,162,79;165,79,166,80;174,79,176,81;176,79,177,80;155,80,159,82;159,80,160,81;177,80,178,81;182,82,190,89;185,80,187,82;162,82,164,86;163,81,164,82;187,81,189,82;146,82,147,86;" $sPixelRect &= "155,82,157,84;157,82,158,83;174,83,180,91;174,82,179,83;181,82,182,84;155,84,156,85;180,85,182,89;180,84,181,85;190,84,191,88;150,86,153,88;153,86,154,87;163,86,164,87;148,87,150,88;165,88,168,89;167,89,168,90;180,89,181,90;184,89,189,90;169,90,174,91;172,91,177,92;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;" $sPixelRect &= "100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates14() Func _PixelCoordinates15() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;194,39,221,51;214,32,218,39;216,31,218,32;217,30,218,31;210,34,214,39;212,33,214,34;204,36,210,39;207,35,210,36;201,37,204,39;197,38,201,39;221,38,223,41;219,38,221,39;223,38,224,39;193,39,194,40;221,41,222,43;192,46,194,49;191,46,192,47;218,51,222,55;221,46,222,51;190,67,196,72;186,52,196,61;193,49,194,52;196,51,197,56;194,51,196,52;197,51,199,52;208,51,212,58;206,51,208,53;204,51,206,52;212,51,214,53;214,51,215,52;217,51,218,54;197,52,198,53;181,54,186,58;183,53,186,54;207,53,208,55;212,53,213,55;179,61,183,65;179,56,181,59;180,55,181,56;219,55,222,57;173,58,177,62;174,57,177,58;196,57,197,60;220,57,223,58;177,58,179,60;181,58,184,60;183,65,189,75;184,59,186,65;185,58,186,59;210,58,212,62;209,58,210,60;215,59,218,62;216,58,218,59;219,58,220,59;180,59,181,61;172,60,173,63;178,60,179,61;181,60,183,61;197,60,198,62;200,60,201,61;218,60,219,61;186,61,194,65;194,61,195,64;214,61,215,62;173,63,178,65;173,62,175,63;176,62,177,63;211,62,213,63;215,62,217,63;198,63,199,64;213,65,217,68;214,63,216,65;177,65,181,68;178,64,179,65;199,64,204,65;211,64,213,66;213,64,214,65;174,65,177,66;181,65,182,67;189,65,194,66;204,65,211,66;176,66,177,67;192,66,194,67;212,66,213,67;180,68,182,69;193,72,200,89;196,69,198,72;196,68,197,69;214,68,216,69;179,69,181,72;180,73,183,81;181,71,183,73;182,69,183,71;177,71,179,73;178,70,179,71;189,70,190,72;198,70,199,72;170,78,180,88;176,72,177,78;173,73,176,75;175,72,176,73;179,72,180,73;192,72,193,75;191,72,192,73;177,73,178,74;168,75,173,77;171,74,173,75;177,75,180,78;178,74,180,75;173,75,174,76;183,75,187,78;187,75,188,77;162,77,169,85;165,76,168,77;174,76,176,78;200,79,206,89;200,76,201,79;169,77,171,78;172,77,174,78;158,80,162,88;160,78,162,80;183,78,185,80;185,78,186,79;191,82,193,88;192,78,193,82;203,78,207,79;159,79,160,80;169,79,170,86;206,80,209,86;206,79,208,80;183,80,184,81;156,83,158,86;157,81,158,83;180,83,184,89;180,81,182,83;182,82,183,83;209,82,210,85;162,85,166,87;166,85,168,86;157,86,158,87;206,86,208,87;" $sPixelRect &= "162,87,164,88;206,87,207,88;173,88,180,91;172,88,173,90;171,88,172,89;192,88,193,89;180,89,182,91;182,89,183,90;194,89,204,90;175,91,181,92;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;" $sPixelRect &= "189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates15() Func _PixelCoordinates16() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;203,25,218,38;207,19,210,25;208,18,209,19;215,21,217,25;216,20,217,21;205,23,207,25;206,21,207,23;210,22,211,25;213,23,215,25;214,22,215,23;217,22,218,25;204,24,205,25;211,24,213,25;218,28,220,35;218,25,219,28;198,30,203,43;201,28,203,30;202,26,203,28;200,29,201,30;220,30,222,35;220,29,221,30;195,33,198,41;196,32,198,33;197,31,198,32;222,31,223,36;193,34,195,37;194,33,195,34;223,34,225,37;223,33,224,34;192,34,193,35;218,35,219,36;221,35,222,36;225,35,227,36;225,36,226,37;194,37,195,39;224,37,225,43;209,38,217,42;203,38,209,41;196,43,202,46;196,41,198,43;203,41,205,42;222,42,224,52;222,41,223,42;193,42,196,43;213,42,217,45;212,42,213,44;211,42,212,43;195,43,196,44;221,43,222,46;215,45,218,47;214,45,215,46;194,57,203,63;197,49,202,54;198,46,201,48;197,46,198,47;217,47,220,48;199,48,201,49;224,49,227,51;224,48,226,49;220,50,222,51;221,49,222,50;193,51,197,55;195,50,197,51;198,54,205,57;202,51,203,54;208,51,209,52;218,51,220,52;224,51,226,52;188,55,194,57;191,52,193,55;203,52,205,54;216,52,218,53;189,54,191,55;190,53,191,54;205,53,208,54;211,53,216,54;208,54,212,55;194,55,195,56;195,56,198,57;197,55,198,56;187,58,192,69;188,57,193,58;203,57,205,60;192,58,193,61;193,59,194,62;203,60,204,62;184,69,189,72;184,64,187,68;185,63,187,64;186,62,187,63;182,63,184,65;187,74,198,87;192,64,194,71;192,63,193,64;195,65,201,74;194,63,200,65;201,64,204,66;201,63,203,64;181,65,183,68;181,64,182,65;194,65,195,67;183,66,184,68;203,66,205,70;201,67,203,68;202,66,203,67;182,68,183,70;185,68,187,69;201,69,203,74;201,68,202,69;204,70,207,75;205,68,206,70;183,69,184,71;189,69,191,70;189,70,190,71;191,71,193,74;190,71,191,72;178,74,186,79;184,72,187,74;189,72,190,73;193,73,195,74;194,72,195,73;203,72,204,73;181,73,184,74;187,73,189,74;190,73,191,74;186,74,187,78;198,74,201,77;201,74,202,75;202,75,205,91;203,74,204,75;172,77,178,85;175,75,178,77;205,75,206,77;173,76,175,77;198,77,200,78;200,78,202,82;201,77,202,78;168,81,172,88;170,79,172,81;171,78,172,79;198,78,199,80;" $sPixelRect &= "178,79,182,81;182,79,183,80;185,79,187,85;199,79,200,81;169,80,170,81;184,80,185,83;178,81,180,83;180,81,181,82;198,82,201,91;198,81,199,82;205,82,209,90;205,81,207,82;167,83,168,87;178,83,179,84;209,84,211,88;209,83,210,84;201,84,202,88;172,85,176,87;176,85,177,86;186,85,187,86;172,87,174,88;192,87,198,90;190,87,192,89;188,87,190,88;209,88,210,89;201,89,202,91;194,90,198,91;205,90,206,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;" $sPixelRect &= "78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates16() Func _PixelCoordinates17() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;196,22,210,39;204,18,207,22;205,16,206,18;197,18,199,22;197,17,198,18;199,19,200,22;207,19,208,22;196,20,197,22;200,20,201,22;203,20,204,22;201,21,202,22;208,21,209,22;191,30,196,45;194,25,196,30;195,23,196,25;210,23,212,42;212,25,215,29;212,24,214,25;215,26,217,29;193,27,194,30;217,27,219,28;217,28,218,30;192,29,193,30;212,29,213,30;218,30,219,32;188,34,191,39;189,33,191,34;190,32,191,33;217,36,220,40;219,33,220,36;217,35,218,36;187,36,188,38;186,36,187,37;212,38,213,43;190,39,191,41;189,39,190,40;196,39,199,41;199,39,200,40;207,39,210,40;209,40,210,41;213,40,214,43;219,41,223,45;219,40,220,41;196,41,198,53;214,41,215,43;218,41,219,42;215,42,217,43;223,42,224,45;189,43,191,44;218,43,219,45;194,45,196,47;192,45,194,46;217,45,218,46;216,46,217,47;195,47,196,48;215,47,216,48;194,56,199,81;198,50,202,56;198,48,199,50;214,48,215,49;193,50,196,55;195,49,196,50;209,49,210,52;208,49,209,50;212,49,214,50;210,50,212,51;189,53,193,59;190,52,193,53;192,51,193,52;202,51,209,52;202,52,204,53;196,53,197,54;199,67,204,69;199,56,204,62;202,53,203,56;185,64,193,72;187,56,189,64;188,54,189,56;196,55,198,56;197,54,198,55;193,55,195,56;203,55,204,56;193,58,194,65;189,59,192,64;192,60,193,61;186,62,187,64;200,63,203,66;199,62,201,63;203,62,204,65;202,62,203,63;204,64,205,67;199,65,200,67;182,68,185,71;184,66,185,68;193,66,194,69;201,66,204,67;201,74,206,83;202,69,207,74;205,66,206,69;206,67,207,69;204,68,205,69;181,69,182,72;199,69,201,76;193,70,194,73;182,76,187,81;182,72,186,75;182,71,184,72;201,71,202,72;186,72,187,74;188,79,194,90;187,74,190,78;188,72,190,74;190,72,191,73;191,74,194,79;192,72,193,74;183,75,184,76;185,75,187,76;190,75,191,79;199,76,200,78;175,79,182,85;179,78,182,79;181,77,182,78;199,79,201,82;200,77,201,79;187,78,188,79;189,78,190,79;169,81,175,89;171,80,175,81;182,81,185,83;185,81,186,82;185,84,188,88;186,82,188,84;187,81,188,82;194,82,200,92;194,81,198,82;204,83,212,90;206,81,209,83;167,83,169,87;168,82,169,83;209,82,211,83;182,83,183,84;" $sPixelRect &= "200,85,203,91;200,83,201,85;203,83,204,85;201,84,202,85;175,85,179,87;179,85,181,86;212,85,213,89;203,86,204,89;168,87,169,88;175,87,178,88;187,88,188,90;186,88,187,89;189,90,194,91;203,90,210,91;192,91,194,92;200,91,202,92;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;" $sPixelRect &= "113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates17() Func _PixelCoordinates18() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;186,21,204,36;192,16,195,21;192,15,194,16;195,18,199,21;195,17,197,18;186,18,187,21;187,19,189,21;199,19,201,21;189,20,190,21;204,20,208,23;201,20,204,21;208,20,209,22;204,23,206,24;208,23,209,24;204,24,205,25;209,24,210,25;210,25,211,26;183,33,186,41;185,26,186,33;211,26,212,27;211,29,213,34;212,28,213,29;204,32,206,37;204,29,205,32;210,29,211,32;184,30,185,33;213,31,214,36;206,35,208,38;206,34,207,35;214,34,218,38;181,37,183,40;182,35,183,37;218,35,219,37;187,36,193,46;186,36,187,45;193,36,195,38;195,36,196,37;202,36,204,37;208,36,209,38;211,36,212,37;205,37,206,38;209,37,211,38;193,38,194,39;213,38,214,40;180,39,181,40;182,40,183,41;212,40,213,42;184,41,186,42;211,42,212,43;210,43,211,44;185,44,186,45;209,44,210,45;192,49,201,53;192,46,194,48;193,45,194,46;204,45,206,46;207,45,209,46;190,46,192,47;207,46,208,47;194,47,196,49;205,47,207,48;193,48,194,49;196,48,198,49;201,48,205,49;189,51,192,57;191,50,192,51;196,53,203,60;201,51,202,53;185,61,191,71;186,55,189,61;187,53,189,55;188,52,189,53;192,53,194,55;194,53,195,54;192,60,198,64;193,56,196,60;194,55,196,56;195,54,196,55;192,55,193,56;203,55,204,58;189,57,191,61;192,57,193,60;191,60,192,63;199,62,201,69;198,60,200,62;200,60,201,61;202,62,205,64;202,60,204,62;198,63,199,64;200,69,205,82;201,65,203,69;201,63,202,65;204,64,208,67;205,63,206,64;191,65,194,70;191,64,192,65;195,64,198,68;194,64,195,66;193,64,194,65;203,64,204,66;208,66,210,73;208,65,209,66;183,69,185,75;184,66,185,69;194,67,195,72;197,72,199,77;197,68,199,70;198,67,199,68;203,67,206,68;207,67,208,68;196,68,197,69;203,68,204,69;206,68,207,74;205,68,206,70;210,68,211,71;189,77,198,92;192,73,197,77;195,70,197,72;195,69,196,70;193,70,194,71;198,70,199,72;207,70,208,71;182,71,183,75;186,71,192,75;192,71,193,73;193,72,194,73;195,72,196,73;207,72,208,74;185,73,186,74;199,73,200,82;203,82,212,84;205,73,206,82;180,78,186,83;183,75,184,78;186,77,188,81;187,75,188,77;186,75,187,76;189,75,191,77;191,75,192,76;184,76,186,78;182,77,183,78;" $sPixelRect &= "188,77,189,78;174,80,180,88;178,79,180,80;187,83,189,92;188,80,189,83;206,80,209,82;169,82,174,89;170,81,174,82;186,81,187,82;209,81,211,82;167,83,169,87;168,82,169,83;202,82,203,83;180,83,184,85;184,83,185,84;198,85,204,91;198,83,202,85;205,84,213,88;212,83,213,84;202,84,203,85;204,84,205,85;180,85,182,87;182,85,183,86;186,86,187,91;168,87,169,88;174,88,177,89;205,88,211,90;211,88,212,89;204,90,209,91;198,91,202,93;202,91,203,92;190,92,198,93;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;" $sPixelRect &= "113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates18() Func _PixelCoordinates19() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;196,21,214,36;205,16,208,21;206,15,208,16;201,18,205,21;203,17,205,18;211,19,214,21;213,18,214,19;199,19,201,21;194,20,196,24;191,20,194,22;196,20,199,21;210,20,211,21;192,22,194,23;191,23,192,24;190,24,191,25;195,24,196,25;189,25,190,26;188,26,189,27;214,30,216,42;214,26,215,30;186,31,189,34;187,28,188,31;188,29,190,31;194,32,196,37;195,29,196,32;189,31,190,32;216,35,218,41;216,33,217,35;182,34,186,38;186,34,187,36;192,35,194,38;193,34,194,35;181,35,182,37;188,36,189,37;189,37,192,38;191,36,192,37;196,36,198,37;207,36,214,45;205,36,207,38;204,36,205,37;194,37,195,38;218,37,219,40;186,38,187,40;206,38,207,39;219,39,220,40;187,40,188,42;188,42,189,43;189,43,190,44;190,44,191,45;214,44,215,45;192,45,193,47;191,45,192,46;194,45,196,46;206,45,210,47;210,45,213,46;193,47,195,48;199,49,208,53;204,47,207,49;207,47,208,48;195,48,199,49;202,48,204,49;206,53,213,55;208,50,209,53;197,53,204,60;198,51,199,53;209,51,211,53;211,52,212,53;205,53,206,54;202,60,208,64;204,55,206,60;204,54,205,55;196,55,197,58;207,71,214,75;209,55,214,71;208,55,209,57;207,55,208,56;206,57,208,60;206,56,207,57;196,60,198,64;198,63,201,69;200,60,202,62;199,60,200,61;208,60,209,63;214,61,215,71;192,64,197,66;194,63,196,64;195,62,196,63;199,62,201,63;201,63,202,64;202,64,205,68;205,67,209,70;205,64,207,66;207,65,209,67;208,64,209,65;189,68,192,71;190,66,193,68;191,65,192,66;195,69,200,82;196,67,198,69;197,65,198,67;193,68,195,70;194,66,196,68;193,66,194,67;206,66,207,67;215,69,217,75;215,66,216,69;201,67,202,77;202,68,204,69;202,69,203,70;202,77,211,92;202,73,207,77;203,70,206,72;204,69,205,70;192,72,194,74;193,70,194,72;192,70,193,71;206,70,207,71;190,71,192,73;217,71,218,75;202,72,203,73;204,72,205,73;206,72,207,73;191,80,195,91;194,73,195,80;200,73,201,82;214,73,215,74;209,75,211,77;207,75,209,76;212,75,214,76;214,78,220,83;214,76,217,78;216,75,217,76;207,76,208,77;212,77,214,81;212,76,213,77;211,77,212,78;217,77,218,78;220,80,226,88;220,79,222,80;211,83,213,92;211,80,212,83;" $sPixelRect &= "187,83,191,88;189,81,191,83;213,81,214,82;226,82,232,88;226,81,230,82;188,82,189,83;195,82,197,84;197,82,198,83;197,84,202,92;198,83,202,84;216,83,220,85;215,83,216,84;232,83,233,87;195,84,196,85;196,85,197,91;218,85,220,87;217,85,218,86;213,86,214,91;189,88,191,90;188,88,189,89;223,88,231,89;195,90,196,91;198,92,210,93;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;" $sPixelRect &= "168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates19() Func _PixelCoordinates20() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;188,23,205,39;193,18,196,23;194,16,195,18;200,19,203,23;201,18,203,19;202,17,203,18;191,21,193,23;192,19,193,21;196,20,197,23;198,21,200,23;199,20,200,21;203,20,204,23;190,22,191,23;197,22,198,23;185,25,188,29;186,24,188,25;205,32,210,41;205,27,207,32;205,25,206,27;183,26,185,29;182,27,183,30;181,27,182,28;187,29,188,30;207,29,208,32;181,30,182,32;208,30,209,32;180,36,183,40;180,33,181,36;210,34,212,39;210,33,211,34;182,35,183,36;212,36,214,37;212,37,213,38;186,40,190,42;187,38,188,40;190,39,191,41;188,39,190,40;191,39,193,40;202,39,205,48;201,39,202,41;200,39,201,40;210,39,211,40;177,41,181,45;180,40,181,41;181,41,182,42;183,42,188,43;185,41,186,42;205,41,209,45;176,42,177,45;181,43,182,45;209,43,211,44;182,45,183,46;205,45,208,46;183,46,184,47;205,46,206,47;184,47,185,48;185,48,186,49;201,48,204,53;186,49,188,50;190,49,192,50;204,50,207,55;204,49,205,50;188,50,191,51;196,55,204,62;197,51,201,55;198,50,201,51;190,51,197,52;205,55,212,56;207,52,210,55;207,51,208,52;196,52,197,53;201,53,202,55;203,53,204,54;210,53,211,55;202,54,203,55;211,54,212,55;201,62,206,81;204,58,207,62;204,56,206,58;210,56,212,78;207,64,210,72;207,60,210,61;207,56,210,59;212,62,214,72;212,56,213,62;208,59,210,60;208,61,210,64;194,68,198,83;197,63,199,68;196,62,198,63;199,62,201,63;206,62,207,65;195,64,197,65;196,63,197,64;199,63,200,66;213,72,218,74;214,66,216,71;214,64,215,66;194,66,197,67;195,65,196,66;199,67,201,76;200,65,201,67;206,66,207,69;193,67,195,68;196,67,197,68;193,68,194,74;198,68,199,69;216,69,219,72;216,68,218,69;206,70,207,73;198,71,199,72;214,71,215,72;202,81,213,90;206,74,209,81;207,72,208,74;209,72,210,73;198,77,200,82;198,74,199,77;212,75,215,79;212,74,213,75;215,76,218,83;216,74,217,76;214,74,216,75;217,74,218,75;209,75,210,81;200,76,201,78;218,78,221,85;218,77,219,78;210,78,211,81;198,84,202,92;200,79,201,84;211,79,212,81;213,79,215,81;221,80,229,87;221,79,225,80;188,83,196,90;191,81,194,83;214,81,215,82;229,83,233,87;229,81,231,83;189,82,191,83;" $sPixelRect &= "198,82,199,83;201,82,202,84;213,84,215,88;213,82,214,84;231,82,232,83;196,83,197,85;199,83,200,84;217,83,218,84;187,85,188,89;196,86,198,89;197,85,198,86;219,85,221,86;225,87,231,89;222,87,225,88;231,87,232,88;213,88,214,89;190,90,198,91;197,89,198,90;202,90,208,92;208,90,211,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;" $sPixelRect &= "99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates20() Func _PixelCoordinates21() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;182,24,196,38;190,19,193,24;191,18,192,19;182,22,186,24;183,20,184,22;184,21,185,22;193,21,194,24;189,22,190,24;186,23,187,24;194,23,195,24;179,29,182,35;181,25,182,29;196,29,200,42;196,26,198,29;196,25,197,26;180,28,181,29;198,28,199,29;177,31,179,36;178,30,179,31;200,32,204,46;200,30,202,32;202,31,203,32;175,34,177,37;176,33,177,34;204,34,207,37;204,33,206,34;207,34,208,35;174,35,175,37;173,35,174,36;181,35,182,36;175,37,176,43;204,37,206,39;183,38,191,42;191,38,196,41;204,39,205,41;176,42,178,52;177,41,178,42;195,41,196,42;183,42,188,44;188,42,189,43;198,42,200,46;197,42,198,43;204,42,207,43;178,43,179,46;204,43,205,44;183,44,186,46;186,44,187,45;182,45,183,48;183,46,185,47;199,46,202,48;202,46,203,47;180,47,182,48;174,48,176,52;200,56,205,78;198,49,203,54;199,48,201,49;173,49,174,51;178,49,179,51;179,50,180,51;203,51,207,55;203,50,205,51;180,51,182,52;191,51,192,52;196,54,200,62;195,52,198,54;197,51,198,52;182,52,184,53;205,59,213,61;207,53,210,59;207,52,209,53;184,53,189,54;192,53,195,54;188,54,192,55;195,54,196,60;200,54,202,56;210,55,212,59;210,54,211,55;202,55,203,56;206,55,207,57;205,55,206,56;205,57,206,59;212,58,213,59;205,61,207,62;207,63,215,69;208,61,213,63;197,62,199,66;199,62,200,63;205,62,206,67;213,62,214,63;215,66,219,68;216,63,218,65;195,66,198,68;196,64,197,66;206,64,207,71;215,64,216,66;217,65,219,66;218,64,219,65;197,69,200,74;198,67,200,69;199,65,200,67;195,75,198,91;193,70,196,75;194,68,197,70;209,69,218,70;217,68,218,69;205,74,213,87;207,69,208,74;213,70,216,78;211,70,213,72;210,70,211,71;216,70,217,71;208,71,210,72;196,72,197,73;205,72,206,74;208,72,209,74;210,72,211,73;206,73,207,74;209,73,210,74;211,73,213,74;216,74,222,79;216,73,219,74;196,74,197,75;199,74,200,77;198,74,199,75;194,75,195,77;220,79,230,83;222,75,225,79;225,76,227,79;198,78,200,82;198,77,199,78;227,77,228,79;199,82,205,91;202,78,205,82;200,79,202,80;201,78,202,79;214,78,216,79;228,78,229,79;213,80,216,83;213,79,215,80;218,79,220,81;217,79,218,80;" $sPixelRect &= "200,80,201,81;224,83,233,87;230,80,231,83;191,82,195,90;193,81,195,82;201,81,202,82;219,81,220,82;231,81,232,83;189,84,191,88;190,83,191,84;213,83,215,85;222,83,224,85;221,83,222,84;198,84,199,88;213,85,214,86;223,85,224,86;205,87,210,89;210,87,212,88;226,87,232,88;190,88,191,89;198,89,199,91;205,89,208,90;194,90,195,91;205,90,206,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;" $sPixelRect &= "157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates21() Func _PixelCoordinates22() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;159,39,186,51;162,32,166,39;162,30,163,32;163,31,164,32;166,34,170,39;166,33,168,34;170,35,173,39;173,36,176,39;176,37,179,39;157,38,159,41;156,38,157,39;159,38,161,39;179,38,183,39;186,39,187,40;158,41,159,43;158,51,162,55;158,46,159,51;186,46,188,49;188,46,189,47;184,67,190,72;184,52,194,61;186,49,187,52;162,51,163,54;168,51,172,58;166,51,168,53;165,51,166,52;172,51,176,52;183,51,184,56;182,51,183,53;181,51,182,52;184,51,186,52;172,52,174,53;167,53,168,55;172,53,173,55;194,53,197,58;197,55,200,65;197,54,199,55;158,55,161,57;200,56,201,59;157,57,160,58;183,57,184,60;203,57,206,62;160,58,161,59;162,59,165,62;162,58,164,59;168,58,170,62;170,58,171,60;191,65,197,75;186,61,196,65;194,58,195,61;195,59,197,60;196,58,197,59;201,58,203,60;206,60,208,63;206,58,207,60;161,60,162,61;179,60,180,61;182,60,183,62;195,60,196,61;201,60,202,61;165,61,166,62;185,61,186,64;200,61,201,68;163,65,167,68;164,62,165,65;163,62,164,63;167,62,169,63;202,63,206,66;203,62,204,63;205,62,206,63;165,63,166,65;181,63,182,64;206,63,207,65;167,64,169,66;166,64,167,65;176,64,181,65;201,64,202,68;169,65,176,66;186,65,191,66;198,68,200,69;198,65,200,67;167,66,168,67;186,66,188,67;202,66,204,67;199,67,200,68;202,67,203,68;164,68,166,69;179,76,187,89;181,70,184,76;182,69,184,70;183,68,184,69;194,75,204,79;197,71,199,75;197,69,198,71;199,70,202,72;199,69,201,70;190,70,191,72;200,72,205,73;202,71,203,72;180,72,181,76;184,72,188,75;188,72,189,73;199,73,200,75;203,73,207,75;202,73,203,74;200,74,202,75;207,74,209,77;184,75,187,76;192,75,194,77;206,75,207,76;209,75,212,78;198,79,210,88;204,76,206,79;210,79,221,85;212,76,215,79;193,77,194,78;206,77,208,79;215,77,218,79;172,79,179,87;173,78,177,79;187,82,189,88;187,78,188,82;208,78,210,79;211,78,212,79;218,78,220,79;196,79,198,81;195,79,196,80;170,82,172,85;171,80,172,82;221,81,223,87;221,80,222,81;196,83,198,89;197,82,198,83;223,83,224,86;171,85,172,86;210,85,211,86;214,85,221,87;212,85,214,86;174,87,179,89;173,87,174,88;216,87,222,88;" $sPixelRect &= "187,88,188,89;199,88,205,92;197,89,199,90;198,88,199,89;205,88,208,90;208,88,209,89;176,89,186,90;198,90,199,91;205,90,207,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;" $sPixelRect &= "200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates22() Func _PixelCoordinates23() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;149,38,166,51;153,32,157,38;152,30,154,32;154,31,155,32;152,32,153,34;157,34,162,38;157,33,159,34;162,35,165,38;166,37,172,50;165,36,168,37;147,37,149,41;146,37,147,38;165,37,166,38;172,46,177,52;172,38,176,46;176,38,177,39;148,41,149,43;177,46,179,47;178,45,179,46;148,46,149,57;177,47,178,49;171,50,172,51;149,51,152,55;152,51,153,53;158,51,162,58;156,51,158,53;162,51,164,53;164,51,165,52;177,51,183,56;174,52,175,59;173,52,174,54;175,56,179,62;176,52,177,56;183,52,186,56;157,53,158,54;162,53,163,56;175,53,176,54;187,54,190,63;186,53,188,54;184,56,187,57;186,54,187,56;149,55,151,56;175,55,176,56;190,56,192,59;190,55,191,56;147,56,148,57;149,56,150,57;193,56,196,59;192,56,193,58;150,57,151,59;181,58,186,77;179,57,184,58;186,57,187,58;195,59,198,62;196,57,197,59;152,58,155,61;158,58,161,60;173,58,174,59;179,58,181,65;151,59,152,60;155,62,157,68;155,59,156,62;172,59,173,63;186,59,187,65;191,59,193,60;193,60,195,61;194,59,195,60;158,60,160,61;169,60,170,64;187,66,191,71;188,63,196,65;190,60,191,63;154,61,155,63;153,61,154,62;158,61,159,62;192,62,197,63;193,61,194,62;174,68,179,79;177,62,179,68;176,62,177,64;167,63,169,64;170,63,172,64;196,63,197,64;153,65,155,67;154,64,155,65;157,64,167,65;157,65,158,67;187,65,188,66;191,65,193,67;189,65,191,66;193,65,194,66;175,67,177,68;176,66,177,67;179,66,180,69;154,67,155,68;180,68,181,76;189,71,199,73;191,68,192,71;172,71,174,74;173,69,174,71;192,69,194,71;186,76,192,90;186,72,188,76;186,70,187,72;194,70,196,71;188,71,189,72;198,73,205,79;199,72,202,73;188,73,189,76;192,73,198,76;191,73,192,75;190,73,191,74;173,74,174,77;189,74,190,76;203,79,212,84;205,75,208,79;205,74,207,75;179,77,181,82;179,75,180,77;190,75,191,76;196,76,198,78;194,76,196,77;208,76,209,79;183,77,186,80;182,77,183,79;192,80,196,88;192,77,193,80;209,77,210,79;193,78,194,80;210,78,211,79;173,80,178,89;175,79,179,80;179,84,186,90;181,79,182,84;194,79,195,80;200,79,203,81;199,79,200,80;178,80,179,84;182,80,183,81;184,80,186,81;212,82,214,86;" $sPixelRect &= "212,80,213,82;170,82,173,89;171,81,173,82;196,82,198,86;196,81,197,82;202,81,203,83;201,81,202,82;182,82,186,84;180,83,181,84;169,84,170,88;207,84,212,88;205,84,207,86;204,84,205,85;178,85,179,89;196,86,197,87;206,86,207,87;212,86,213,87;192,88,195,89;171,89,176,90;192,89,193,90;183,90,188,92;180,90,183,91;188,90,191,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;" $sPixelRect &= "168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates23() Func _PixelCoordinates24() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;139,37,166,49;143,30,146,37;142,29,144,30;142,30,143,33;146,32,150,37;146,31,148,32;150,33,153,37;153,34,156,37;156,35,159,37;137,36,139,40;136,36,137,37;139,36,140,37;159,36,166,37;138,40,139,43;166,44,168,48;168,44,169,46;138,49,142,54;138,45,139,49;163,54,172,58;166,50,176,54;162,49,167,50;166,48,167,49;142,49,144,50;148,49,152,57;146,49,148,52;145,49,146,50;152,49,155,51;155,49,156,50;168,49,174,50;142,50,143,52;163,50,165,54;162,50,163,51;165,50,166,51;152,51,154,52;176,52,179,56;176,51,178,52;147,52,148,54;152,52,153,54;179,53,181,57;181,53,182,55;137,54,140,56;140,54,141,55;171,58,177,64;172,56,176,58;174,54,176,56;172,54,174,55;183,54,185,59;182,54,183,57;136,55,137,56;185,55,186,57;140,56,141,58;142,56,145,58;177,59,181,61;178,56,179,59;177,56,178,57;185,58,187,60;186,56,187,58;144,58,146,60;145,57,146,58;148,57,151,59;160,57,161,58;176,57,177,58;179,57,180,59;141,58,142,59;143,58,144,59;159,58,160,59;162,58,163,62;167,58,170,64;166,58,167,62;165,58,166,59;170,58,171,63;182,58,183,59;142,59,143,60;148,59,150,60;183,59,184,61;143,60,144,61;147,60,149,61;184,60,185,63;186,60,187,61;143,63,148,66;144,61,147,63;156,62,162,63;158,61,159,62;177,64,180,68;178,61,180,63;180,62,184,64;181,61,183,62;185,61,186,63;148,63,156,64;179,63,180,64;167,64,169,67;167,74,175,90;169,66,174,74;170,64,176,66;180,64,183,65;176,65,177,67;144,66,147,67;165,67,167,70;166,66,167,67;174,66,175,68;179,68,195,70;180,66,181,68;167,67,168,68;181,67,193,68;167,70,169,74;168,68,169,70;178,68,179,69;164,70,166,72;164,69,165,70;192,72,199,80;182,70,197,72;195,69,196,70;174,71,180,73;174,70,176,71;180,70,182,71;165,73,167,75;166,71,167,73;197,71,198,72;164,72,165,74;177,73,183,78;180,72,182,73;188,72,192,74;186,72,188,73;176,73,177,76;175,73,176,74;190,74,192,77;189,74,190,75;194,80,202,84;199,76,201,80;199,74,200,76;166,75,167,77;175,80,178,90;175,76,176,80;191,77,192,78;176,78,177,80;179,78,182,81;178,78,179,80;201,78,202,80;162,81,167,89;163,80,167,81;193,80,194,82;" $sPixelRect &= "160,82,162,87;161,81,162,82;178,83,181,89;178,81,180,83;180,81,181,82;181,84,182,88;197,84,200,87;196,84,197,86;195,84,196,85;200,84,201,86;161,87,162,88;164,89,167,90;178,89,180,90;168,90,176,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;" $sPixelRect &= "184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates24() Func _PixelCoordinates25() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;129,38,148,51;133,31,136,38;133,30,134,31;136,33,140,38;136,32,138,33;140,35,145,38;140,34,142,35;145,36,148,38;127,37,128,40;148,38,156,50;148,37,152,38;128,38,129,42;156,46,158,50;158,46,159,48;128,51,132,55;128,47,129,51;154,50,155,59;152,50,154,52;151,50,152,51;155,54,161,60;155,51,162,53;155,50,157,51;132,51,134,52;138,51,142,58;136,51,138,53;135,51,136,52;142,51,146,52;132,52,133,54;142,52,144,54;153,52,154,54;162,52,166,56;137,53,138,54;156,53,162,54;166,53,169,58;142,54,143,55;161,54,162,56;169,55,171,65;169,54,170,55;127,55,131,57;163,56,166,57;172,56,176,58;171,56,172,57;130,57,131,59;132,58,135,59;133,57,134,58;159,60,165,68;161,57,163,60;165,59,167,64;163,58,166,59;165,57,166,58;173,59,177,62;176,57,177,59;138,58,141,60;153,58,154,61;168,58,169,59;131,59,132,60;134,59,136,61;133,59,134,60;163,59,165,60;167,59,168,62;172,59,173,60;132,60,133,61;138,60,140,61;149,60,150,64;157,60,159,64;156,60,157,62;168,60,169,64;133,61,134,62;138,61,139,62;152,61,153,63;171,61,173,62;134,64,138,67;135,62,136,64;134,62,135,63;174,62,176,64;173,62,174,63;136,63,137,64;147,63,149,64;150,63,152,64;171,63,173,66;138,64,147,65;158,64,159,65;165,64,166,66;166,66,170,67;167,64,168,66;173,64,175,65;133,65,134,68;168,65,169,66;170,65,171,66;166,72,178,83;171,67,178,71;173,65,174,67;153,76,163,91;155,69,161,76;157,67,159,69;158,66,159,67;174,66,176,67;134,67,137,68;163,71,166,78;164,69,166,71;165,67,166,69;168,67,171,69;167,67,168,68;156,68,157,69;161,68,163,71;159,68,161,69;163,68,164,69;178,70,183,76;178,68,180,70;169,69,171,70;180,69,181,70;153,72,155,76;154,70,155,72;166,70,167,72;161,71,162,73;167,71,170,72;173,71,178,72;181,76,188,83;183,72,185,76;183,71,184,72;162,73,163,76;185,73,186,76;186,74,187,76;180,76,181,80;179,76,180,78;188,80,191,87;188,77,189,80;164,78,166,79;189,78,190,80;146,82,153,89;149,80,152,82;163,83,171,90;164,81,166,83;165,80,166,81;147,81,149,82;152,81,153,82;163,82,164,83;191,82,192,86;145,83,146,88;171,83,176,87;176,83,177,85;" $sPixelRect &= "184,83,188,87;182,83,184,85;183,85,184,86;171,87,175,88;185,87,190,88;171,88,173,89;149,89,153,91;147,89,149,90;152,91,160,92;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;" $sPixelRect &= "200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates25() Func _PixelCoordinates26() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;120,38,143,51;124,32,127,38;124,31,125,32;127,34,132,38;127,33,129,34;132,35,134,38;134,36,137,38;137,37,139,38;118,38,120,40;117,38,118,39;143,46,147,53;143,39,146,46;146,39,148,40;119,40,120,43;146,40,147,42;118,48,120,52;119,45,120,48;147,47,149,49;149,47,150,48;147,49,148,51;120,51,124,54;124,51,125,52;129,51,133,58;127,51,129,54;126,51,127,52;133,51,137,52;142,51,143,52;119,52,120,57;133,52,135,53;148,59,155,68;147,52,153,57;133,53,134,55;144,57,148,60;144,53,146,56;146,53,147,55;153,54,159,59;153,53,156,54;120,54,122,56;122,54,123,55;128,54,129,56;117,56,119,57;118,55,119,56;159,56,161,66;159,55,160,56;120,56,121,58;145,56,147,57;161,56,162,59;148,57,151,59;152,57,153,58;163,57,166,62;162,57,163,58;121,58,122,60;123,59,126,62;123,58,125,59;129,58,132,60;151,58,152,59;166,58,167,64;157,59,159,60;122,60,123,61;129,60,131,61;140,60,141,61;143,60,144,61;146,60,148,63;145,60,146,61;155,61,158,65;155,60,157,61;161,62,164,64;161,60,163,62;128,61,130,62;139,61,140,65;124,65,128,68;125,62,126,65;124,62,125,63;127,62,128,63;142,62,143,64;164,63,166,66;165,62,166,63;126,63,127,65;147,63,148,64;127,64,128,65;138,64,139,65;140,64,142,65;161,64,163,67;128,65,129,67;130,65,136,66;155,65,156,67;154,69,160,78;156,66,159,69;157,65,158,66;141,72,149,89;145,68,152,72;146,67,148,68;147,66,148,67;160,66,161,67;162,68,166,72;163,67,165,68;164,66,165,67;152,68,154,69;155,68,156,69;161,68,162,71;160,68,161,69;143,70,145,72;144,69,145,70;152,69,153,70;164,72,169,75;166,69,167,72;152,71,154,76;153,70,154,71;142,71,143,72;159,78,166,89;160,73,163,78;160,71,161,73;167,71,168,72;149,72,151,74;163,72,164,74;138,79,141,92;139,76,141,79;140,73,141,76;167,75,173,80;169,73,170,75;149,74,150,76;170,74,171,75;163,75,164,78;165,75,167,77;153,76,154,77;164,76,165,78;170,80,181,84;173,77,177,80;173,76,175,77;166,77,167,78;155,78,159,79;177,78,178,80;158,79,159,80;166,82,169,87;166,79,167,82;178,79,180,80;169,80,170,82;168,80,169,81;130,82,138,90;131,81,138,82;156,84,159,88;" $sPixelRect &= "157,82,159,84;158,81,159,82;167,81,168,82;174,84,183,87;181,81,182,84;129,83,130,88;169,83,170,86;182,83,183,84;170,84,171,85;173,84,174,86;172,84,173,85;166,87,168,88;177,87,181,89;175,87,177,88;181,87,182,88;158,88,159,90;157,88,158,89;166,88,167,89;141,89,147,91;147,89,148,90;159,89,165,90;135,90,138,92;132,90,135,91;141,91,145,92;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;" $sPixelRect &= "157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates26() Func _PixelCoordinates27() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;101,39,125,52;105,32,108,39;105,31,106,32;108,34,111,39;108,33,109,34;111,36,115,39;111,35,113,36;115,37,118,39;100,38,101,44;99,38,100,40;101,38,102,39;118,38,120,39;125,40,128,54;99,49,101,53;100,46,101,49;128,48,130,50;130,48,131,49;128,50,129,52;101,52,105,55;105,52,106,53;110,52,115,56;108,52,110,54;115,52,118,53;124,52,125,54;123,52,124,53;100,53,101,58;115,53,116,54;127,60,135,65;128,54,137,58;128,53,132,54;109,54,110,55;125,58,132,60;125,54,127,57;101,55,103,57;103,55,104,56;137,56,140,61;137,55,139,56;98,57,100,58;99,56,100,57;110,56,114,59;101,57,102,59;126,57,128,58;140,58,142,61;140,57,141,58;103,59,106,62;104,58,105,59;133,58,137,59;143,58,147,61;142,58,143,60;102,59,103,61;110,59,113,61;132,59,133,60;136,59,137,60;146,61,148,66;147,59,148,61;106,63,108,69;106,60,107,63;125,60,127,62;110,61,112,62;121,61,122,62;124,61,125,64;135,69,137,75;135,61,138,66;105,62,106,64;104,62,105,63;109,62,111,63;120,62,121,66;138,62,139,64;139,69,142,74;140,62,142,67;142,62,143,65;144,62,146,64;108,63,109,64;123,63,124,65;139,63,140,64;144,64,145,66;104,66,106,68;105,65,106,66;108,65,110,67;118,65,120,66;121,65,123,66;123,67,131,73;127,65,129,67;131,65,134,71;129,66,131,67;130,65,131,66;134,66,137,68;134,65,135,66;145,65,146,68;110,66,118,67;125,66,127,67;138,66,140,69;142,66,144,69;146,66,147,68;108,67,109,68;137,67,138,68;141,67,142,69;144,67,145,69;105,68,106,69;117,74,125,81;120,70,123,74;121,69,123,70;122,68,123,69;134,68,135,69;136,68,137,69;137,70,139,71;138,69,139,70;142,69,143,70;134,70,135,73;118,72,120,74;119,71,120,72;131,71,132,72;136,75,140,77;137,71,138,75;142,71,143,72;146,72,155,77;143,72,146,74;125,73,128,76;123,73,125,74;128,73,130,74;141,75,144,78;140,74,143,75;142,73,143,74;148,80,163,86;155,74,157,80;155,73,156,74;106,76,114,83;107,74,111,76;128,74,129,75;138,74,139,75;145,74,146,76;144,74,145,75;106,75,107,76;111,75,113,76;114,81,123,89;114,77,117,81;116,75,117,77;140,75,141,76;105,76,106,81;125,76,127,77;144,78,148,85;144,76,145,78;" $sPixelRect &= "125,77,126,79;137,77,140,79;145,77,147,78;151,77,154,80;148,77,151,78;154,77,155,79;138,79,144,80;140,78,141,79;142,78,144,79;148,79,151,80;157,79,161,80;140,80,142,81;142,81,144,82;143,80,144,81;123,81,124,83;163,82,165,86;163,81,164,82;109,83,114,86;108,83,109,85;107,83,108,84;143,84,144,87;144,85,147,88;111,86,114,88;110,86,111,87;147,86,149,89;150,86,162,88;162,86,164,87;149,87,150,89;113,88,114,89;146,88,147,89;150,88,153,89;117,89,121,91;115,89,117,90;121,89,122,90;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;" $sPixelRect &= "52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates27() Func _PixelCoordinates28() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;99,39,126,51;102,32,106,39;102,31,104,32;106,34,110,39;106,33,108,34;110,36,114,39;110,35,112,36;114,37,117,39;117,38,120,39;97,39,99,41;96,39,97,40;98,41,99,44;97,51,104,53;97,49,99,51;98,47,99,49;127,47,129,48;126,48,128,50;123,68,130,74;124,57,130,61;123,51,127,54;126,50,127,51;108,51,113,56;106,51,108,53;105,51,106,52;113,51,117,52;120,51,123,52;113,52,115,53;122,52,123,53;98,53,102,56;102,53,103,54;107,53,108,55;113,53,114,54;127,53,134,57;124,54,125,57;123,54,124,55;126,54,127,57;130,60,136,66;134,55,139,59;134,54,137,55;97,56,100,58;109,56,112,59;108,56,109,58;136,65,144,68;138,59,142,62;139,56,140,59;132,57,134,60;130,57,132,58;140,57,141,59;100,58,101,60;101,60,105,61;102,58,103,60;143,58,146,65;142,58,143,60;141,58,142,59;103,59,105,60;109,59,111,61;123,59,124,61;130,59,132,60;135,59,138,60;146,59,147,64;108,60,109,63;119,60,120,61;137,60,138,61;103,61,105,63;102,61,103,62;105,61,106,62;109,61,110,62;122,61,123,63;126,61,130,68;125,61,126,63;136,61,137,65;138,62,141,65;137,62,138,63;142,62,143,63;104,65,108,68;105,63,106,65;104,63,105,64;118,64,121,65;119,63,120,64;121,63,122,64;106,64,107,65;141,64,143,65;108,65,118,66;144,65,146,66;103,66,104,69;130,66,135,72;144,66,145,67;124,67,126,68;104,68,107,69;137,68,140,72;135,68,137,70;119,74,129,89;121,70,123,74;122,69,123,70;133,72,137,76;135,70,136,72;139,72,143,76;140,70,141,72;120,71,121,74;136,71,137,72;141,71,142,72;132,72,133,74;137,73,139,74;138,72,139,73;119,73,120,74;141,76,150,78;143,73,144,76;135,76,139,79;137,74,138,76;144,74,145,76;118,75,119,79;138,75,139,76;145,75,147,76;134,76,135,78;140,76,141,77;137,79,142,81;139,77,140,79;149,78,159,86;150,77,155,78;140,78,141,79;144,78,149,81;143,78,144,80;142,78,143,79;136,79,137,80;159,80,163,87;159,79,162,80;112,81,119,89;114,80,118,81;139,81,144,82;142,80,143,81;138,83,148,90;146,81,149,83;145,81,146,82;110,83,112,87;111,82,112,83;140,82,142,83;143,82,145,83;163,82,164,86;148,83,149,84;136,85,138,89;137,84,138,85;148,86,150,89;" $sPixelRect &= "148,85,149,86;150,86,151,88;153,86,159,87;111,87,112,88;116,89,127,91;113,89,116,90;127,89,128,90;137,89,138,90;148,89,149,90;138,90,147,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;" $sPixelRect &= "189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates28() Func _PixelCoordinates29() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;88,38,106,51;92,31,95,38;92,30,93,31;95,33,99,38;95,32,97,33;99,35,103,38;99,34,101,35;103,36,106,38;87,37,88,41;106,38,115,50;106,37,111,38;115,38,116,42;114,51,119,60;115,46,117,50;115,45,116,46;87,46,88,51;117,46,118,47;113,50,114,55;110,50,113,51;114,50,116,51;88,51,92,54;92,51,93,53;98,51,102,56;96,51,98,53;95,51,96,52;102,51,105,52;112,51,113,52;119,52,124,56;119,51,120,52;102,52,103,54;97,53,98,55;124,53,127,58;87,54,90,57;90,54,91,55;126,64,130,68;128,55,130,64;127,54,129,55;86,55,87,56;127,55,128,59;98,56,100,60;100,56,101,58;113,56,114,60;121,56,124,57;131,57,135,59;130,56,132,57;89,57,90,58;90,58,94,59;92,57,93,58;119,58,124,67;119,57,122,58;123,57,124,58;130,57,131,58;124,59,126,64;124,58,125,59;134,60,136,64;135,58,136,60;90,59,91,60;93,59,95,61;92,59,93,60;130,59,132,61;132,60,134,61;133,59,134,60;91,60,92,61;98,60,99,61;108,60,109,64;112,60,113,62;114,67,120,78;115,60,119,64;126,60,128,62;92,61,93,62;97,61,98,62;130,63,133,66;130,61,131,63;93,64,97,67;94,62,95,64;93,62,94,63;111,62,112,63;132,62,134,63;95,63,96,64;107,63,108,64;109,63,111,64;126,63,127,64;97,64,107,65;116,64,118,67;124,64,125,65;133,64,135,65;97,65,98,66;118,65,119,67;133,65,134,66;115,66,116,67;122,70,127,74;124,67,126,70;125,66,126,67;130,66,132,67;94,67,97,68;120,67,122,69;122,67,123,68;112,69,114,74;113,68,114,69;122,69,124,70;123,68,124,69;127,72,142,76;128,68,131,72;127,68,128,71;120,69,121,71;131,69,132,72;111,70,112,73;132,70,134,72;121,71,122,72;134,71,139,72;115,78,126,86;120,73,122,78;120,72,121,73;141,76,149,82;142,73,145,76;113,74,114,76;125,74,127,76;124,74,125,75;145,74,147,76;122,75,124,78;147,75,148,76;124,76,125,78;127,76,131,78;126,76,127,77;135,76,141,78;133,76,135,77;125,77,126,78;129,83,137,89;130,78,133,83;131,77,132,78;144,82,153,86;149,78,151,82;149,77,150,78;126,79,128,85;126,78,127,79;129,78,130,80;128,78,129,79;138,78,141,80;137,78,138,79;111,81,115,87;112,80,115,81;114,79,115,80;133,80,135,83;133,79,134,80;151,79,152,82;128,80,129,84;" $sPixelRect &= "140,80,141,81;135,81,136,83;152,81,153,82;110,82,111,86;136,82,137,83;142,82,144,84;137,84,139,87;137,83,138,84;143,84,144,85;126,86,129,91;128,85,129,86;119,86,123,90;115,86,119,89;123,88,126,91;124,86,125,88;123,86,124,87;147,86,151,88;145,86,147,87;151,86,152,87;112,87,115,88;125,87,126,88;137,87,138,88;129,89,133,91;133,89,136,90;122,90,123,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;" $sPixelRect &= "157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates29() Func _PixelCoordinates30() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;78,38,97,50;81,31,85,38;81,29,82,31;82,30,83,31;85,33,89,38;85,32,87,33;89,35,94,38;89,34,91,35;94,36,98,38;76,37,78,40;80,37,81,38;97,38,105,49;98,37,105,38;77,40,78,42;77,50,81,55;77,45,78,50;105,45,107,48;107,45,108,46;103,52,108,60;101,49,106,51;105,48,106,49;98,49,101,50;81,50,83,52;88,50,91,58;85,50,88,52;91,50,95,51;106,50,109,52;91,51,93,52;102,51,104,52;105,51,106,52;108,57,114,63;108,52,116,55;109,51,114,52;81,52,82,53;87,52,88,56;86,52,87,53;91,52,92,54;102,52,103,53;111,71,122,78;115,62,120,65;116,54,120,60;116,53,119,54;76,55,79,57;79,55,80,56;111,55,116,56;120,56,122,59;120,55,121,56;123,55,125,58;122,55,123,57;108,56,112,57;115,56,116,57;125,57,127,62;125,56,126,57;79,57,80,59;82,58,84,62;81,57,83,58;102,57,103,59;81,58,82,59;88,58,90,60;114,58,116,62;122,58,124,60;80,59,81,60;84,59,85,61;101,59,102,62;124,59,125,60;81,60,82,61;87,60,89,61;98,60,99,61;104,68,109,76;106,60,107,68;104,60,106,63;107,60,108,64;117,60,121,62;86,61,87,62;121,62,126,64;123,61,125,62;82,64,87,67;83,62,85,64;97,62,101,63;110,63,115,64;114,62,115,63;85,63,87,64;95,63,97,64;105,63,106,64;120,63,121,66;87,64,95,65;107,65,113,68;109,64,114,65;121,64,125,65;113,65,114,66;116,65,119,70;115,65,116,69;121,65,123,66;114,66,115,67;83,67,86,68;105,67,106,68;109,69,114,70;113,67,114,69;119,68,124,71;119,67,121,68;109,68,112,69;102,71,104,74;103,69,104,71;125,69,134,75;122,71,125,73;124,69,125,71;109,71,111,77;110,70,111,71;113,70,115,71;117,70,119,71;132,75,140,82;134,71,137,75;134,70,136,71;137,72,138,75;123,73,125,74;138,73,139,75;103,74,104,75;122,74,124,79;139,74,140,75;129,75,132,77;128,75,129,76;104,81,109,90;107,76,108,81;106,76,107,78;108,76,109,77;134,82,143,86;140,78,142,82;140,76,141,78;131,77,132,80;130,77,131,78;108,78,110,81;110,78,111,80;114,78,120,90;111,80,114,87;112,78,114,80;120,79,123,82;120,78,122,79;109,81,110,82;142,81,143,82;101,85,104,89;102,83,104,85;103,82,104,83;109,84,111,91;110,82,111,84;120,82,122,84;133,82,134,84;120,84,121,85;120,86,121,89;" $sPixelRect &= "136,86,141,88;135,86,136,87;141,86,142,87;111,88,114,91;111,87,113,88;102,89,104,90;106,90,109,91;114,90,119,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;" $sPixelRect &= "201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates30() Func _PixelCoordinates31() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;68,38,95,50;71,32,76,38;71,30,73,32;73,31,74,32;76,34,80,38;76,33,78,34;80,35,83,38;83,36,87,38;66,37,68,40;87,37,95,38;67,40,68,42;67,50,71,55;67,45,68,50;95,46,97,48;97,46,98,47;93,53,101,60;92,50,96,52;95,48,96,50;71,50,73,52;77,50,82,55;75,50,77,52;82,50,84,52;84,50,85,51;91,50,92,51;96,51,103,53;71,52,72,54;76,52,77,53;82,52,83,53;92,52,94,53;95,52,96,53;101,53,108,56;103,52,106,53;107,69,114,88;107,60,111,64;107,56,112,59;108,54,110,56;67,55,69,57;69,55,70,56;78,55,81,58;77,55,78,56;110,55,111,56;66,56,67,57;105,56,107,58;103,56,105,57;112,56,116,58;69,57,70,58;92,57,93,59;99,63,106,77;101,58,105,63;101,57,104,58;115,58,117,62;116,57,117,58;71,58,74,61;70,58,71,60;78,58,80,60;74,59,75,68;91,59,92,63;106,59,110,60;112,59,115,61;111,59,112,60;77,60,79,61;88,60,89,64;96,60,98,73;94,60,96,63;98,60,101,63;105,60,107,61;73,61,74,63;72,61,73,62;76,61,78,62;114,62,116,64;113,61,115,62;90,62,91,63;111,62,113,66;75,64,77,67;75,63,76,64;86,63,88,64;89,63,90,64;95,63,96,64;98,63,99,65;106,65,108,69;106,63,107,65;72,65,74,67;73,64,74,65;77,64,86,65;108,66,110,69;109,64,111,66;108,64,109,65;113,64,115,65;73,67,74,68;75,67,76,68;110,67,111,69;93,75,98,91;94,70,96,75;95,68,96,70;98,68,99,76;111,68,112,69;106,69,107,70;114,71,118,83;114,70,116,71;104,77,107,80;106,71,107,77;118,71,119,74;93,72,94,75;119,73,125,80;119,72,122,73;96,73,97,75;125,77,130,87;125,74,127,77;127,75,128,77;128,76,129,77;98,78,102,90;98,77,100,78;102,77,104,79;101,77,102,78;118,78,119,80;130,79,132,86;130,78,131,79;105,81,107,87;106,80,107,81;122,80,125,84;121,80,122,82;120,80,121,81;87,82,93,90;89,81,93,82;132,81,133,85;102,84,104,88;102,82,103,84;85,84,87,88;86,83,87,84;114,83,117,85;124,84,125,86;123,84,124,85;114,85,116,86;114,86,115,87;130,86,131,87;106,87,107,88;86,88,87,89;102,88,103,89;108,88,111,90;107,88,108,89;111,88,113,89;89,90,93,91;98,90,100,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;" $sPixelRect &= "98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;" $sPixelRect &= "159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates31() Func _PixelCoordinates32() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;58,38,85,51;61,32,65,38;61,30,62,32;62,31,63,32;65,34,70,38;65,33,67,34;70,35,72,38;72,36,75,38;75,37,79,38;57,38,58,43;56,38,57,40;57,46,58,54;85,47,87,49;86,46,87,47;83,55,89,60;82,51,86,53;85,49,86,51;58,51,62,55;62,51,63,53;67,51,72,56;66,51,67,54;65,51,66,52;72,51,74,53;74,51,75,52;81,51,82,52;86,52,93,55;72,53,73,54;83,53,84,55;85,53,86,55;93,53,97,58;97,57,102,65;97,54,99,57;58,55,60,57;60,55,61,56;91,55,93,57;89,55,91,56;99,55,100,57;57,56,58,58;68,56,71,59;58,57,59,58;86,60,96,66;89,57,91,60;104,58,107,64;103,57,106,58;59,58,60,59;61,59,64,61;61,58,63,59;82,58,83,60;91,58,94,60;96,58,97,59;102,58,104,60;60,59,61,60;68,59,70,61;94,59,96,60;63,64,67,68;63,61,65,63;64,60,65,61;81,60,82,63;85,60,86,64;84,60,85,62;103,60,104,61;107,60,108,63;62,61,63,62;67,61,69,62;78,61,79,62;66,62,68,63;102,62,104,63;64,63,66,64;80,63,81,64;98,65,104,67;102,63,103,65;76,64,80,65;104,64,105,66;103,64,104,65;105,64,106,65;62,65,63,68;67,65,75,66;81,71,88,87;85,67,90,71;86,66,89,67;91,70,98,76;91,66,97,70;90,66,91,67;97,66,98,69;98,67,102,68;63,68,66,69;83,69,85,71;84,68,85,69;98,69,101,71;98,68,100,69;90,69,91,72;82,70,83,71;96,76,115,81;100,71,103,76;101,70,102,71;88,71,90,73;99,71,100,72;107,71,111,76;98,73,100,76;98,72,99,73;103,72,107,76;111,72,112,76;77,80,81,91;79,75,81,80;80,73,81,75;88,73,89,75;112,75,113,76;93,76,96,79;92,76,93,78;113,81,122,86;115,78,119,81;115,77,117,78;78,78,79,80;94,79,96,80;119,79,120,81;120,80,121,81;70,82,77,89;72,81,77,82;101,81,110,88;110,81,113,85;99,84,101,89;100,82,101,84;69,83,70,88;122,83,123,86;110,85,111,86;116,86,121,88;114,86,116,87;121,86,122,87;81,87,86,90;86,87,87,89;101,88,108,90;108,88,109,89;74,89,77,91;72,89,74,90;100,89,101,90;81,90,83,91;102,90,106,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;" $sPixelRect &= "86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;" $sPixelRect &= "211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates32() Func _PixelCoordinates33() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;49,39,76,51;52,32,55,39;52,31,53,32;55,34,58,39;55,33,56,34;58,36,63,39;58,35,60,36;63,37,67,39;67,38,71,39;48,39,49,44;47,39,48,41;48,46,49,55;76,47,79,49;76,49,78,50;75,58,86,65;74,52,82,57;70,51,77,52;76,50,77,51;49,51,53,55;53,51,54,53;58,51,63,56;56,51,58,53;55,51,56,52;63,51,66,53;66,51,68,52;73,52,74,55;72,52,73,53;57,53,58,55;63,53,64,54;82,53,85,57;85,55,89,58;85,54,87,55;49,55,52,57;48,56,49,59;59,56,61,62;58,56,59,58;61,56,62,58;86,58,95,60;89,56,90,58;49,57,51,58;74,57,79,58;83,57,85,58;90,57,91,58;47,58,48,59;49,58,50,59;52,59,55,62;52,58,54,59;73,58,75,61;51,59,52,61;50,59,51,60;93,60,97,61;95,59,96,60;54,65,58,68;54,62,56,64;55,60,56,62;69,60,70,62;87,60,89,65;86,60,87,61;89,60,90,62;58,61,59,63;72,61,73,63;96,61,98,65;53,62,54,63;59,62,60,63;90,62,92,65;93,62,96,63;57,63,58,64;68,63,69,66;69,64,72,65;71,63,72,64;89,63,90,68;93,63,94,66;95,63,96,64;55,64,56,65;84,66,89,75;76,65,88,66;86,64,87,65;94,65,96,68;94,64,95,65;58,65,59,66;66,65,68,66;89,69,92,80;90,66,93,69;90,65,91,66;96,65,97,66;53,66,54,69;59,66,65,67;72,68,79,73;75,66,77,68;78,66,84,67;74,67,75,68;77,67,78,68;79,68,84,70;82,67,84,68;93,67,94,69;54,68,56,70;56,68,57,69;67,73,75,79;70,70,72,73;71,69,72,70;79,70,81,71;83,70,84,72;68,72,70,73;69,71,70,72;79,71,80,72;97,74,107,82;101,71,105,74;92,72,97,81;97,72,101,74;105,72,106,74;75,73,77,75;77,73,78,74;55,75,63,83;56,74,61,75;63,79,71,88;65,76,67,79;66,74,67,76;75,75,76,77;86,75,89,79;85,75,86,77;54,76,55,81;63,76,64,79;64,77,65,79;71,79,73,82;73,79,74,80;87,79,89,80;107,80,113,87;107,79,111,80;90,80,92,81;113,82,115,85;113,81,114,82;71,82,72,84;94,82,103,90;103,82,105,86;105,84,107,88;106,82,107,84;58,83,63,86;57,83,58,85;56,83,57,84;92,84,94,88;93,83,94,84;113,85,114,86;61,86,63,88;60,86,61,87;103,86,104,89;104,87,105,88;107,87,111,88;63,88,70,89;93,88,94,89;96,90,101,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;" $sPixelRect &= "105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;" $sPixelRect &= "166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates33() Func _PixelCoordinates34() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;39,39,66,51;42,32,46,39;42,30,43,32;43,31,44,32;46,34,50,39;46,33,48,34;50,35,53,39;53,36,56,39;56,37,59,39;37,38,39,41;36,38,37,39;39,38,41,39;59,38,63,39;66,39,67,40;38,41,39,43;38,51,42,55;38,46,39,51;66,46,68,49;68,46,69,47;64,67,70,72;64,52,74,61;66,49,67,52;42,51,43,54;48,51,52,58;46,51,48,53;45,51,46,52;52,51,56,52;63,51,64,56;62,51,63,53;61,51,62,52;64,51,66,52;52,52,54,53;47,53,48,55;52,53,53,55;74,53,77,58;77,55,80,65;77,54,79,55;38,55,41,57;80,56,81,59;37,57,40,58;63,57,64,60;83,57,86,62;40,58,41,59;42,59,45,62;42,58,44,59;48,58,50,62;50,58,51,60;71,65,77,75;66,61,76,65;74,58,75,61;75,59,77,60;76,58,77,59;81,58,83,60;86,60,88,63;86,58,87,60;41,60,42,61;59,60,60,61;62,60,63,62;75,60,76,61;81,60,82,61;45,61,46,62;65,61,66,64;80,61,81,68;43,65,47,68;44,62,45,65;43,62,44,63;47,62,49,63;82,63,86,66;83,62,84,63;85,62,86,63;45,63,46,65;61,63,62,64;86,63,87,65;47,64,49,66;46,64,47,65;56,64,61,65;81,64,82,68;49,65,56,66;66,65,71,66;78,68,80,69;78,65,80,67;47,66,48,67;66,66,68,67;82,66,84,67;79,67,80,68;82,67,83,68;44,68,46,69;59,76,67,89;61,70,64,76;62,69,64,70;63,68,64,69;74,75,84,79;77,71,79,75;77,69,78,71;79,70,82,72;79,69,81,70;70,70,71,72;80,72,85,73;82,71,83,72;60,72,61,76;64,72,68,75;68,72,69,73;79,73,80,75;83,73,87,75;82,73,83,74;80,74,82,75;87,74,89,77;64,75,67,76;72,75,74,77;86,75,87,76;89,75,92,78;78,79,90,88;84,76,86,79;90,79,101,85;92,76,95,79;73,77,74,78;86,77,88,79;95,77,98,79;52,79,59,87;53,78,57,79;67,82,69,88;67,78,68,82;88,78,90,79;91,78,92,79;98,78,100,79;76,79,78,81;75,79,76,80;50,82,52,85;51,80,52,82;101,81,103,87;101,80,102,81;76,83,78,89;77,82,78,83;103,83,104,86;51,85,52,86;90,85,91,86;94,85,101,87;92,85,94,86;54,87,59,89;53,87,54,88;96,87,102,88;67,88,68,89;79,88,85,92;77,89,79,90;78,88,79,89;85,88,88,90;88,88,89,89;56,89,66,90;78,90,79,91;85,90,87,91;46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;" $sPixelRect &= "50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;" $sPixelRect &= "170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates34() Func _PixelCoordinates35() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;42,24,56,38;50,19,53,24;51,18,52,19;42,22,46,24;43,20,44,22;44,21,45,22;53,21,54,24;49,22,50,24;46,23,47,24;54,23,55,24;39,29,42,35;41,25,42,29;56,29,60,42;56,26,58,29;56,25,57,26;40,28,41,29;58,28,59,29;37,31,39,36;38,30,39,31;60,32,64,46;60,30,62,32;62,31,63,32;35,34,37,37;36,33,37,34;64,34,67,37;64,33,66,34;67,34,68,35;34,35,35,37;33,35,34,36;41,35,42,36;35,37,36,43;64,37,66,39;43,38,51,42;51,38,56,41;64,39,65,41;36,42,38,52;37,41,38,42;55,41,56,42;43,42,48,44;48,42,49,43;58,42,60,46;57,42,58,43;64,42,67,43;38,43,39,46;64,43,65,44;43,44,46,46;46,44,47,45;42,45,43,48;43,46,45,47;59,46,62,48;62,46,63,47;40,47,42,48;34,48,36,52;60,56,65,78;58,49,63,54;59,48,61,49;33,49,34,51;38,49,39,51;39,50,40,51;63,51,67,55;63,50,65,51;40,51,42,52;51,51,52,52;56,54,60,62;55,52,58,54;57,51,58,52;42,52,44,53;65,59,73,61;67,53,70,59;67,52,69,53;44,53,49,54;52,53,55,54;48,54,52,55;55,54,56,60;60,54,62,56;70,55,72,59;70,54,71,55;62,55,63,56;66,55,67,57;65,55,66,56;65,57,66,59;72,58,73,59;65,61,67,62;67,63,75,69;68,61,73,63;57,62,59,66;59,62,60,63;65,62,66,67;73,62,74,63;75,66,79,68;76,63,78,65;55,66,58,68;56,64,57,66;66,64,67,71;75,64,76,66;77,65,79,66;78,64,79,65;57,69,60,74;58,67,60,69;59,65,60,67;55,75,58,91;53,70,56,75;54,68,57,70;69,69,78,70;77,68,78,69;65,74,73,87;67,69,68,74;73,70,76,78;71,70,73,72;70,70,71,71;76,70,77,71;68,71,70,72;56,72,57,73;65,72,66,74;68,72,69,74;70,72,71,73;66,73,67,74;69,73,70,74;71,73,73,74;76,74,82,79;76,73,79,74;56,74,57,75;59,74,60,77;58,74,59,75;54,75,55,77;80,79,90,83;82,75,85,79;85,76,87,79;58,78,60,82;58,77,59,78;87,77,88,79;59,82,65,91;62,78,65,82;60,79,62,80;61,78,62,79;74,78,76,79;88,78,89,79;73,80,76,83;73,79,75,80;78,79,80,81;77,79,78,80;60,80,61,81;84,83,93,87;90,80,91,83;51,82,55,90;53,81,55,82;61,81,62,82;79,81,80,82;91,81,92,83;49,84,51,88;50,83,51,84;73,83,75,85;82,83,84,85;81,83,82,84;58,84,59,88;73,85,74,86;83,85,84,86;65,87,70,89;70,87,72,88;86,87,92,88;50,88,51,89;58,89,59,91;65,89,68,90;54,90,55,91;65,90,66,91;" $sPixelRect &= "46,96,52,99;100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;" $sPixelRect &= "83,106,84,107;102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates35() Func _PixelCoordinates36() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;38,23,55,39;43,18,46,23;44,16,45,18;50,19,53,23;51,18,53,19;52,17,53,18;41,21,43,23;42,19,43,21;46,20,47,23;48,21,50,23;49,20,50,21;53,20,54,23;40,22,41,23;47,22,48,23;35,25,38,29;36,24,38,25;55,32,60,41;55,27,57,32;55,25,56,27;33,26,35,29;32,27,33,30;31,27,32,28;37,29,38,30;57,29,58,32;31,30,32,32;58,30,59,32;30,36,33,40;30,33,31,36;60,34,62,39;60,33,61,34;32,35,33,36;62,36,64,37;62,37,63,38;36,40,40,42;37,38,38,40;40,39,41,41;38,39,40,40;41,39,43,40;52,39,55,48;51,39,52,41;50,39,51,40;60,39,61,40;27,41,31,45;30,40,31,41;31,41,32,42;33,42,38,43;35,41,36,42;55,41,59,45;26,42,27,45;31,43,32,45;59,43,61,44;32,45,33,46;55,45,58,46;33,46,34,47;55,46,56,47;34,47,35,48;35,48,36,49;51,48,54,53;36,49,38,50;40,49,42,50;54,50,57,55;54,49,55,50;38,50,41,51;46,55,54,62;47,51,51,55;48,50,51,51;40,51,47,52;55,55,62,56;57,52,60,55;57,51,58,52;46,52,47,53;51,53,52,55;53,53,54,54;60,53,61,55;52,54,53,55;61,54,62,55;51,62,56,81;54,58,57,62;54,56,56,58;60,56,62,78;57,64,60,72;57,60,60,61;57,56,60,59;62,62,64,72;62,56,63,62;58,59,60,60;58,61,60,64;44,68,48,83;47,63,49,68;46,62,48,63;49,62,51,63;56,62,57,65;45,64,47,65;46,63,47,64;49,63,50,66;63,72,68,74;64,66,66,71;64,64,65,66;44,66,47,67;45,65,46,66;49,67,51,76;50,65,51,67;56,66,57,69;43,67,45,68;46,67,47,68;43,68,44,74;48,68,49,69;66,69,69,72;66,68,68,69;56,70,57,73;48,71,49,72;64,71,65,72;52,81,63,90;56,74,59,81;57,72,58,74;59,72,60,73;48,77,50,82;48,74,49,77;62,75,65,79;62,74,63,75;65,76,68,83;66,74,67,76;64,74,66,75;67,74,68,75;59,75,60,81;50,76,51,78;68,78,71,85;68,77,69,78;60,78,61,81;48,84,52,92;50,79,51,84;61,79,62,81;63,79,65,81;71,80,79,87;71,79,75,80;38,83,46,90;41,81,44,83;64,81,65,82;79,83,83,87;79,81,81,83;39,82,41,83;48,82,49,83;51,82,52,84;63,84,65,88;63,82,64,84;81,82,82,83;46,83,47,85;49,83,50,84;67,83,68,84;37,85,38,89;46,86,48,89;47,85,48,86;69,85,71,86;75,87,81,89;72,87,75,88;81,87,82,88;63,88,64,89;40,90,48,91;47,89,48,90;52,90,58,92;58,90,61,91;46,96,52,99;100,96,105,99;176,97,179,108;" $sPixelRect &= "177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;102,106,104,109;113,107,115,109;" $sPixelRect &= "114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates36() Func _PixelCoordinates37() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,267x112;46,21,64,36;55,16,58,21;56,15,58,16;51,18,55,21;53,17,55,18;61,19,64,21;63,18,64,19;49,19,51,21;44,20,46,24;41,20,44,22;46,20,49,21;60,20,61,21;42,22,44,23;41,23,42,24;40,24,41,25;45,24,46,25;39,25,40,26;38,26,39,27;64,30,66,42;64,26,65,30;36,31,39,34;37,28,38,31;38,29,40,31;44,32,46,37;45,29,46,32;39,31,40,32;66,35,68,41;66,33,67,35;32,34,36,38;36,34,37,36;42,35,44,38;43,34,44,35;31,35,32,37;38,36,39,37;39,37,42,38;41,36,42,37;46,36,48,37;57,36,64,45;55,36,57,38;54,36,55,37;44,37,45,38;68,37,69,40;36,38,37,40;56,38,57,39;69,39,70,40;37,40,38,42;38,42,39,43;39,43,40,44;40,44,41,45;64,44,65,45;42,45,43,47;41,45,42,46;44,45,46,46;56,45,60,47;60,45,63,46;43,47,45,48;49,49,58,53;54,47,57,49;57,47,58,48;45,48,49,49;52,48,54,49;56,53,63,55;58,50,59,53;47,53,54,60;48,51,49,53;59,51,61,53;61,52,62,53;55,53,56,54;52,60,58,64;54,55,56,60;54,54,55,55;46,55,47,58;57,71,64,75;59,55,64,71;58,55,59,57;57,55,58,56;56,57,58,60;56,56,57,57;46,60,48,64;48,63,51,69;50,60,52,62;49,60,50,61;58,60,59,63;64,61,65,71;42,64,47,66;44,63,46,64;45,62,46,63;49,62,51,63;51,63,52,64;52,64,55,68;55,67,59,70;55,64,57,66;57,65,59,67;58,64,59,65;39,68,42,71;40,66,43,68;41,65,42,66;45,69,50,82;46,67,48,69;47,65,48,67;43,68,45,70;44,66,46,68;43,66,44,67;56,66,57,67;65,69,67,75;65,66,66,69;51,67,52,77;52,68,54,69;52,69,53,70;52,77,61,92;52,73,57,77;53,70,56,72;54,69,55,70;42,72,44,74;43,70,44,72;42,70,43,71;56,70,57,71;40,71,42,73;67,71,68,75;52,72,53,73;54,72,55,73;56,72,57,73;41,80,45,91;44,73,45,80;50,73,51,82;64,73,65,74;59,75,61,77;57,75,59,76;62,75,64,76;64,78,70,83;64,76,67,78;66,75,67,76;57,76,58,77;62,77,64,81;62,76,63,77;61,77,62,78;67,77,68,78;70,80,76,88;70,79,72,80;61,83,63,92;61,80,62,83;37,83,41,88;39,81,41,83;63,81,64,82;76,82,82,88;76,81,80,82;38,82,39,83;45,82,47,84;47,82,48,83;47,84,52,92;48,83,52,84;66,83,70,85;65,83,66,84;82,83,83,87;45,84,46,85;46,85,47,91;68,85,70,87;67,85,68,86;63,86,64,91;39,88,41,90;38,88,39,89;73,88,81,89;45,90,46,91;48,92,60,93;46,96,52,99;" $sPixelRect &= "100,96,105,99;176,97,179,108;177,96,179,97;43,100,46,105;44,98,46,100;45,97,46,98;52,97,54,101;97,99,100,105;98,98,100,99;99,97,100,98;105,97,107,101;46,99,48,100;50,99,52,100;54,99,55,100;57,99,60,109;61,99,63,101;66,99,71,101;77,99,82,101;86,99,89,109;92,100,95,109;90,99,94,100;100,99,102,100;104,99,105,100;107,99,108,100;112,99,117,101;120,99,123,109;126,100,129,109;124,99,128,100;138,99,141,101;142,99,145,111;147,99,150,109;151,99,153,101;156,99,161,101;167,99,172,101;175,99,176,101;179,99,181,101;183,99,189,101;197,99,199,103;196,99,197,101;204,99,206,104;206,99,207,101;210,99,215,101;219,99,222,108;225,99,228,109;46,100,47,101;60,100,61,102;64,101,67,106;65,100,66,101;70,101,73,105;71,100,72,101;75,101,78,106;76,100,77,101;81,101,84,105;82,100,83,101;89,100,92,101;100,100,101,101;110,101,113,102;111,100,112,101;115,101,118,108;117,100,118,101;123,100,126,101;136,101,139,107;137,100,138,101;141,100,142,102;150,100,151,102;154,101,157,106;155,100,156,101;160,101,163,105;161,100,162,101;165,101,168,106;166,100,167,101;171,101,174,105;172,100,173,101;182,100,183,103;187,101,190,102;189,100,190,101;208,101,211,107;209,100,210,101;214,101,217,107;215,100,216,101;67,101,68,102;69,101,70,102;78,101,79,102;80,101,81,102;89,101,90,102;91,101,92,102;123,101,124,102;125,101,126,102;139,101,140,102;157,101,158,102;159,101,160,102;168,101,169,102;170,101,171,102;183,102,186,104;183,101,185,102;198,103,201,106;199,101,200,103;202,103,204,108;203,101,204,103;211,101,212,102;213,101,214,102;52,102,55,107;49,102,52,105;113,102,115,104;44,105,48,107;46,103,47,105;67,103,70,105;78,103,81,105;110,104,113,108;112,103,113,104;157,103,160,105;168,103,171,105;187,104,189,109;186,103,188,104;99,105,102,108;100,104,101,105;104,105,108,107;105,104,107,105;113,104,114,105;184,104,187,105;204,104,205,106;98,105,99,107;186,105,187,106;189,105,190,107;200,106,202,112;201,105,202,106;48,106,52,109;65,106,68,108;69,106,72,108;72,106,73,107;76,106,79,108;80,106,83,108;83,106,84,107;" $sPixelRect &= "102,106,104,109;113,107,115,109;114,106,115,107;138,107,141,109;139,106,140,107;141,106,142,108;155,106,158,108;159,106,162,108;162,106,163,107;166,106,169,108;170,106,173,108;173,106,174,107;182,106,185,108;199,106,200,108;210,107,215,109;211,106,212,107;213,106,214,107;222,106,223,109;223,107,225,108;224,106,225,107;45,107,48,108;52,107,54,108;66,108,71,109;68,107,69,108;77,108,82,109;79,107,80,108;104,107,107,108;137,107,138,108;156,108,161,109;158,107,159,108;167,108,172,109;169,107,170,108;179,107,181,109;185,107,187,109;209,107,210,108;215,107,216,108;47,108,48,109;100,108,102,109;104,108,105,109;111,108,113,109;116,108,119,109;177,108,179,109;183,108,185,109;202,108,203,111;220,108,222,109;223,108,224,109;136,110,139,112;139,111,144,112;141,110,142,111;197,111,200,112;199,110,200,111" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates37()