#include #include #include #include #include #include #Include Global Const $iW = 200, $iH = 250 Global $aAnim[10], $i For $i = 1 To 9 $aAnim[$i] = Call("_PixelCoordinates" & $i) ;create an array with arrays as values Next Global $hGUI = GUICreate("L&H", $iW, $iH) GUISetBkColor(0x003388) Global $iBtnX = GUICtrlCreateButton("Exit", $iW - 40, $iH - 40, 30, 30) GUISetState() Local $TuneFileName = @ScriptDir & "\LH_cucu.mp3" InetGet("http://nr1a.com/music/___LHcucu.mp3", $TuneFileName) Global $music = _SoundOpen($TuneFileName) _SoundPlay($music) 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 _SoundClose($music) FileDelete($TuneFileName) 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]-25)) $f += 1 If $f > 9 Then $f = 1 EndFunc ;Code below was generated by Perforator v1.0 build 2013-04-07 beta #include-once #include #include 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 &= "250,200x177;79,0,107,61;0,26,47,42;0,0,48,22;60,0,79,15;48,0,60,13;149,0,200,27;107,0,129,9;138,0,149,2;129,0,135,2;135,0,138,1;129,2,132,3;130,4,143,15;134,2,139,4;144,2,149,8;143,2,144,4;142,2,143,3;129,3,130,4;131,3,134,4;139,3,142,4;127,13,130,16;129,6,130,13;143,6,144,15;145,8,149,11;107,9,125,33;125,9,128,13;128,11,129,12;144,12,146,15;144,11,145,12;146,12,147,14;49,15,56,25;50,13,52,15;48,13,50,14;147,14,149,18;147,13,148,14;48,14,49,16;56,15,61,23;52,14,60,15;61,46,71,72;65,22,79,41;66,15,79,22;63,15,66,21;61,16,63,17;62,15,63,16;125,15,127,16;130,15,140,16;125,21,128,31;125,17,127,21;125,16,126,17;129,16,131,20;137,16,142,18;145,16,147,19;48,17,49,20;61,17,62,24;127,17,128,19;134,17,137,19;133,18,134,20;139,18,141,19;147,21,149,26;148,18,149,21;134,19,136,20;146,19,147,20;62,20,63,24;129,20,130,23;140,21,143,23;141,20,142,21;47,23,49,26;48,21,49,23;130,21,131,22;137,22,140,23;138,21,139,22;0,22,45,26;45,22,47,23;63,22,65,24;134,23,136,24;135,22,136,23;146,22,147,25;56,23,60,24;128,25,130,30;128,23,129,25;138,23,142,24;63,24,64,25;49,25,51,26;64,25,65,28;47,30,49,40;47,26,48,30;49,26,50,28;130,26,131,29;146,26,147,29;148,26,149,27;147,28,149,32;147,27,148,28;170,27,200,43;159,27,170,30;154,27,159,29;151,27,154,28;51,28,54,29;57,28,59,29;63,28,64,29;132,29,134,31;133,28,134,29;138,37,143,51;138,30,142,33;139,28,142,30;138,28,139,29;145,28,146,29;149,30,157,37;150,28,151,30;53,29,55,30;57,29,58,30;143,29,145,30;151,29,152,30;128,30,129,31;117,82,161,113;119,49,133,82;125,34,132,49;130,31,132,34;131,30,132,31;134,30,136,32;137,30,138,31;143,30,144,31;165,30,170,33;162,30,165,31;125,31,127,32;132,31,133,32;153,37,166,62;157,31,162,37;164,31,165,32;127,32,130,34;135,32,136,33;148,32,149,34;162,33,165,37;162,32,164,33;52,33,54,35;58,33,59,34;107,33,117,37;117,33,123,34;139,33,141,37;168,33,170,40;167,33,168,35;166,33,167,34;49,35,51,38;49,34,50,35;55,34,57,35;59,34,60,35;117,34,120,35;63,36,65,38;64,35,65,36;117,35,118,36;117,37,125,49;119,35,125,37;" $sPixelRect &= "141,35,142,37;166,43,170,59;166,35,167,43;165,35,166,37;118,36,119,37;142,36,143,37;107,37,114,47;114,37,116,39;151,37,153,42;150,37,151,39;167,37,168,39;49,38,50,39;64,38,65,40;143,41,146,57;143,38,144,41;39,78,70,117;40,55,55,78;42,44,54,49;50,39,52,44;60,39,61,40;114,39,115,43;112,49,119,63;115,42,117,49;116,39,117,42;144,39,145,41;47,40,48,41;55,40,59,42;54,40,55,41;59,40,60,41;62,41,65,46;63,40,64,41;167,40,168,43;169,40,170,41;48,41,50,44;52,41,53,43;70,41,79,46;67,41,70,44;66,41,67,42;168,41,169,43;0,42,30,69;30,42,40,46;40,42,43,44;43,42,45,43;45,43,48,44;47,42,48,43;53,42,54,44;56,42,57,43;60,42,62,43;65,42,66,46;137,42,138,51;152,42,153,49;59,43,61,44;181,43,200,56;174,43,181,48;172,43,174,45;171,43,172,44;40,44,41,45;54,44,60,47;66,44,67,46;69,44,70,45;166,107,200,177;168,67,179,100;170,50,176,63;170,45,172,50;170,44,171,45;37,49,53,55;39,46,42,49;41,45,42,46;61,45,62,46;67,45,69,46;114,45,115,49;146,50,149,59;146,45,147,50;173,45,174,46;30,46,36,51;36,46,38,47;71,57,78,74;71,48,76,57;73,46,79,48;72,46,73,47;172,47,174,50;172,46,173,47;36,47,37,48;37,48,39,49;38,47,39,48;57,47,59,48;71,47,72,48;107,47,111,51;111,47,113,49;55,57,61,78;59,50,61,57;60,48,61,50;76,52,79,56;76,48,79,51;113,48,114,49;136,48,137,50;147,48,148,50;176,55,181,65;178,48,181,53;176,48,178,50;175,48,176,49;174,49,175,50;34,55,40,68;30,52,37,54;36,50,37,52;53,50,54,55;108,57,112,72;110,53,112,57;111,50,112,53;177,50,178,51;30,51,35,52;77,51,79,52;107,51,110,53;138,51,140,52;142,51,143,56;176,52,178,55;176,51,177,52;57,53,59,57;58,52,59,53;152,52,153,53;107,53,109,54;149,53,150,57;178,53,179,55;180,53,181,54;30,54,34,59;35,54,37,55;107,54,108,57;109,54,110,57;179,54,180,55;56,55,57,57;133,65,136,82;133,55,134,65;76,56,77,57;78,56,79,58;134,56,135,57;189,56,200,64;184,56,189,59;183,56,184,58;182,56,183,57;145,57,146,59;144,57,145,58;181,60,185,69;181,57,182,60;182,58,183,60;30,59,33,63;167,63,173,67;167,60,170,63;166,59,168,60;169,59,170,60;183,59,184,60;186,59,189,61;185,59,186,60;" $sPixelRect &= "106,65,108,75;107,60,108,65;86,61,105,84;80,61,86,70;78,63,80,65;79,61,80,63;105,61,106,66;185,64,189,73;185,61,186,64;188,61,189,63;187,61,188,62;30,68,37,77;32,64,34,68;33,62,34,64;134,62,135,65;153,65,166,82;154,62,166,65;186,62,187,64;30,63,32,65;112,63,117,67;117,63,118,64;175,63,176,65;174,63,175,64;187,63,188,64;173,64,174,67;193,64,200,70;191,64,193,66;190,64,191,65;30,65,31,67;74,74,82,82;78,65,79,74;174,65,175,67;178,65,181,67;177,65,178,66;189,67,192,75;189,65,190,67;116,68,119,70;117,66,118,68;136,68,153,82;136,66,139,68;150,66,153,68;175,66,177,67;190,66,191,67;192,66,193,68;31,67,32,68;112,67,115,74;115,67,116,69;118,67,119,68;139,67,143,68;145,67,150,68;166,70,168,74;167,67,168,70;180,67,181,68;37,68,39,72;179,77,191,107;179,70,182,77;179,68,180,70;0,69,21,88;21,69,27,76;27,69,29,70;79,69,80,74;180,69,181,70;183,69,185,71;182,69,183,70;192,69,193,71;27,70,28,73;26,77,34,83;28,72,30,77;29,70,30,72;83,70,86,78;82,70,83,74;80,71,82,72;81,70,82,71;114,78,117,88;116,70,117,78;115,70,116,72;118,70,119,82;196,70,200,74;195,70,196,72;194,70,195,71;182,72,184,77;182,71,183,72;184,71,185,72;37,72,38,75;38,73,40,76;39,72,40,73;61,72,69,78;69,75,72,78;69,73,71,74;70,72,71,73;80,72,81,74;108,72,109,73;105,73,106,77;184,74,186,77;184,73,185,74;186,73,189,75;191,75,195,77;192,73,193,75;70,74,71,75;73,74,74,80;72,74,73,77;113,74,115,76;166,74,167,87;193,74,194,75;191,81,200,107;198,74,200,81;197,74,198,76;27,75,28,77;106,75,107,78;187,75,189,76;190,75,191,76;21,76,24,82;24,76,26,77;37,76,39,79;115,76,116,78;114,76,115,77;186,76,187,77;189,76,190,77;193,77,196,79;195,76,196,77;24,77,25,79;34,77,36,78;78,84,86,92;82,79,84,84;82,77,83,79;108,77,109,81;112,77,114,78;192,77,193,78;34,78,35,81;32,85,37,101;35,80,38,85;36,78,37,80;70,81,74,82;70,78,73,80;85,78,86,82;84,78,85,79;80,114,123,152;100,84,114,102;105,79,107,84;105,78,106,79;111,78,113,79;191,78,192,81;196,78,197,79;22,85,29,91;24,81,26,85;25,79,26,81;37,79,38,80;109,79,111,81;193,79,194,80;195,79,196,80;" $sPixelRect &= "196,80,198,81;197,79,198,80;71,80,73,81;109,82,114,84;112,80,114,82;111,80,112,81;192,80,193,81;84,81,85,84;21,82,23,83;34,82,35,85;72,83,75,91;71,82,74,83;75,82,82,84;107,82,108,84;161,93,166,107;161,82,166,90;21,83,22,85;23,83,24,85;29,83,31,88;26,83,29,85;31,83,33,84;70,84,72,85;71,83,72,84;108,83,109,84;31,84,32,86;33,84,34,85;75,86,78,88;76,84,78,86;91,84,100,92;88,84,91,87;87,84,88,86;37,85,38,89;70,99,74,122;70,89,72,99;70,85,71,89;85,92,87,114;86,87,88,92;86,86,87,87;166,89,168,96;167,86,168,89;0,124,43,143;0,101,36,124;26,92,32,101;30,89,32,92;31,87,32,89;90,87,91,91;88,88,90,89;89,87,90,88;0,88,13,96;13,88,20,91;20,89,22,94;21,88,22,89;29,88,30,89;36,104,39,112;38,88,39,104;74,95,81,102;73,91,78,94;75,88,76,91;76,89,78,90;77,88,78,89;114,88,116,98;87,92,90,95;88,89,89,92;29,90,30,92;76,90,77,91;161,90,165,93;13,91,16,94;16,91,17,92;17,92,20,93;19,91,20,92;22,91,26,95;26,91,28,92;89,91,90,92;81,92,85,96;80,92,81,94;79,92,80,93;90,92,91,94;95,92,100,96;92,92,95,94;16,93,17,94;19,93,20,94;72,93,73,99;74,94,80,95;78,93,79,94;91,93,92,94;13,94,15,95;94,94,95,95;22,96,26,101;22,95,25,96;73,95,74,96;87,95,89,97;115,102,117,113;116,95,117,102;0,96,8,101;8,96,11,98;11,96,12,97;21,96,22,97;83,96,85,98;82,96,83,97;97,96,100,97;166,97,168,98;167,96,168,97;14,97,15,98;13,99,22,101;19,97,20,99;75,102,85,113;81,98,83,102;81,97,82,98;87,97,88,98;91,97,93,101;89,97,91,100;93,97,95,98;98,98,100,100;99,97,100,98;8,98,9,99;15,98,17,99;20,98,22,99;37,98,38,104;84,98,85,99;93,98,94,99;114,98,115,104;166,99,168,103;166,98,167,99;83,99,84,102;11,100,13,101;84,100,85,102;87,100,88,101;93,100,96,103;99,100,100,101;169,100,179,107;91,102,93,104;92,101,93,102;96,102,99,104;96,101,98,102;87,105,91,114;87,102,88,105;90,102,91,103;101,102,114,114;167,104,169,107;168,102,169,104;88,103,90,105;93,103,94,106;98,106,101,114;100,103,101,106;166,103,167,105;97,104,99,105;91,107,94,114;92,105,93,107;94,105,95,107;99,105,100,106;95,106,97,107;94,108,98,114;95,107,96,108;97,107,98,108;" $sPixelRect &= "161,107,164,109;164,107,165,108;158,126,166,168;162,110,166,126;164,109,166,110;165,108,166,109;74,110,75,122;161,110,162,112;37,117,57,123;37,112,39,117;76,113,85,114;114,113,115,114;118,113,119,114;124,113,142,127;121,113,124,114;144,140,156,151;144,113,157,132;143,113,144,124;142,113,143,118;157,113,161,119;76,114,80,130;123,116,124,136;61,117,67,132;57,119,61,122;59,117,61,119;58,117,59,118;67,117,70,122;57,118,58,119;160,120,162,126;161,118,162,120;75,119,76,121;157,119,159,124;159,119,160,121;36,120,37,123;55,132,61,149;56,124,59,132;57,122,58,124;60,122,61,127;59,122,60,123;67,122,69,125;69,123,73,125;71,122,74,123;38,123,41,124;47,123,55,132;44,123,47,131;43,123,44,124;55,123,56,125;58,123,59,124;73,124,75,126;74,123,75,124;159,123,160,126;124,137,143,141;142,124,143,137;157,124,158,127;67,125,68,126;72,125,73,126;59,126,60,132;73,126,74,127;67,127,69,128;124,127,140,137;140,127,141,135;64,135,71,142;67,130,69,135;67,128,68,130;71,129,73,133;71,128,72,129;60,130,61,132;73,130,74,131;75,130,76,131;78,130,80,135;77,130,78,132;44,131,46,132;73,132,75,136;74,131,75,132;44,132,45,134;51,132,54,148;48,134,51,135;49,132,51,134;48,132,49,133;54,132,55,136;62,132,67,135;144,132,154,139;154,132,156,133;157,132,158,133;69,133,70,135;72,133,73,137;141,133,142,137;154,133,155,136;61,134,62,135;74,138,78,140;77,134,78,138;156,134,157,146;46,140,49,146;47,135,49,139;49,135,50,137;63,135,64,141;62,135,63,138;75,135,76,136;78,142,80,150;79,135,80,142;73,136,74,139;45,137,46,139;74,137,75,138;43,138,44,140;46,138,47,140;49,138,50,144;57,149,64,161;61,140,63,149;61,138,62,140;140,141,144,148;143,138,144,141;154,139,156,140;155,138,156,139;48,139,49,140;69,150,77,164;67,142,73,147;71,139,72,142;144,139,153,140;73,143,77,150;74,140,75,143;76,140,78,143;72,141,73,142;75,141,76,143;124,141,135,158;135,141,139,148;50,142,51,145;63,143,66,149;63,142,64,143;66,142,67,145;65,142,66,143;156,150,158,165;157,142,158,150;0,143,42,177;43,143,44,144;123,143,124,149;42,155,46,163;" $sPixelRect &= "42,148,44,155;42,144,43,148;47,146,49,151;50,146,51,148;135,158,144,165;138,149,142,155;139,146,140,149;44,147,45,148;67,147,69,150;69,147,70,148;71,147,73,150;53,148,54,150;52,148,53,149;70,148,71,150;135,148,137,157;137,148,138,150;140,148,143,149;53,151,55,152;54,149,55,151;64,149,66,158;143,151,154,157;142,149,144,151;55,150,56,151;67,150,68,151;77,151,79,154;77,150,78,151;79,150,80,151;48,151,49,153;66,151,67,152;79,154,124,155;123,151,124,154;137,151,138,153;142,151,143,153;154,151,155,155;44,152,45,155;52,152,53,153;53,153,55,154;54,152,55,153;56,152,57,160;67,153,69,156;68,152,69,153;80,152,122,154;79,152,80,153;49,153,50,158;53,154,54,157;77,154,78,157;137,154,138,156;155,154,156,159;79,155,122,177;123,155,124,157;139,155,142,158;48,162,56,170;50,158,52,162;50,156,51,158;54,156,55,158;78,156,79,161;136,157,139,158;138,156,139,157;66,157,68,160;122,158,124,177;122,157,123,158;142,157,143,158;146,159,154,165;145,157,153,159;46,158,47,161;64,158,65,159;68,158,69,160;126,158,132,167;125,158,126,166;132,158,133,159;133,159,135,161;134,158,135,159;144,158,145,159;52,159,54,162;65,159,66,160;145,159,146,164;154,159,155,160;54,160,55,162;155,160,156,164;49,161,50,162;55,161,56,162;58,166,63,177;58,161,62,166;62,161,63,164;65,162,69,163;66,161,67,162;68,161,69,162;77,161,78,162;132,162,134,169;132,161,133,162;134,161,135,163;154,161,155,162;47,162,48,166;56,162,57,166;77,163,79,177;78,162,79,163;42,163,45,177;67,165,72,171;68,163,69,165;137,166,148,177;144,163,145,166;154,163,155,165;72,164,75,170;69,164,72,165;75,165,77,168;75,164,76,165;133,169,135,177;134,164,135,169;64,165,65,166;136,165,144,166;145,165,147,166;148,171,166,177;150,165,154,170;149,165,150,169;148,165,149,167;157,165,158,166;56,167,58,168;57,166,58,167;124,168,128,177;124,166,125,168;135,166,136,169;154,167,156,170;154,166,155,167;125,167,126,168;128,170,133,177;130,167,132,169;128,167,130,168;136,167,137,168;56,168,57,171;63,168,65,169;75,168,76,169;148,168,149,171;156,168,158,170;" $sPixelRect &= "159,168,166,171;46,169,48,170;57,169,58,177;63,171,67,177;63,169,64,171;65,169,67,170;71,171,77,177;75,170,77,171;76,169,77,170;128,169,131,170;135,170,137,177;136,169,137,170;46,172,48,175;46,170,47,172;48,173,56,175;50,170,56,172;64,170,65,171;149,170,150,171;151,170,155,171;158,170,159,171;49,171,50,173;48,171,49,172;50,172,52,173;53,172,56,173;67,172,71,177;45,174,46,177;46,175,47,177;48,175,54,177;54,176,57,177;56,175,57,176;47,176,48,177" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates0() Func _PixelCoordinates1() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,200x177;82,0,119,66;0,0,45,31;59,0,82,19;45,0,59,18;150,0,200,34;119,0,150,10;119,10,129,23;129,10,134,12;130,14,143,23;133,12,143,14;135,10,136,12;134,10,135,11;144,10,150,14;142,10,144,12;141,10,142,11;136,11,141,12;129,12,131,14;131,12,132,13;132,13,133,14;143,15,145,22;143,13,144,15;129,14,130,15;146,14,150,19;145,14,146,17;45,18,49,20;49,18,52,19;49,20,60,28;55,18,58,20;51,19,55,20;58,19,59,20;65,28,82,45;66,19,82,28;62,19,66,25;61,19,62,22;60,19,61,20;45,22,49,28;45,20,47,22;129,20,130,22;145,20,148,22;148,20,149,21;48,21,49,22;60,24,62,29;60,21,61,24;149,21,150,36;144,22,146,23;148,22,149,24;147,22,148,23;119,26,130,44;119,23,126,26;126,23,127,24;128,23,141,25;127,24,128,25;139,25,143,26;141,24,142,25;146,24,147,26;63,25,65,28;65,25,66,26;131,25,133,26;135,26,138,28;137,25,138,26;147,25,148,27;62,26,63,29;130,26,132,29;140,26,142,27;134,27,135,29;45,28,46,29;47,28,55,30;55,28,57,29;63,28,64,29;135,28,136,29;45,30,49,32;46,29,47,30;64,29,65,30;130,30,132,31;131,29,132,30;141,29,144,32;49,30,51,31;139,30,141,32;144,30,145,31;148,30,149,33;0,31,34,74;34,33,47,50;34,31,44,33;130,35,134,40;130,31,131,35;136,32,138,33;137,31,138,32;44,32,46,33;47,38,50,48;47,33,48,38;54,33,56,35;56,33,57,34;131,33,132,35;51,34,52,37;50,34,51,35;172,34,200,48;158,34,172,37;153,34,158,36;151,34,153,35;48,35,49,38;141,46,146,59;141,37,144,42;138,36,143,37;142,35,143,36;150,35,151,38;134,36,135,38;151,37,155,41;151,36,152,37;138,37,139,38;139,38,141,39;140,37,141,38;146,37,148,38;165,37,172,39;161,37,165,38;57,38,58,40;135,38,137,40;146,38,147,40;155,42,169,63;155,38,160,42;52,39,53,41;54,39,55,40;58,39,59,40;64,39,65,42;137,39,139,41;160,39,165,42;169,39,172,42;168,39,169,40;50,42,52,46;50,40,51,42;130,40,132,42;132,40,133,41;134,40,136,41;144,40,146,41;165,40,167,42;123,76,171,116;122,53,136,76;130,44,135,53;133,41,135,44;138,41,141,42;144,41,145,42;152,41,155,45;167,41,168,42;130,42,131,43;131,43,133,44;132,42,133,43;142,42,144,46;171,42,172,44;170,42,171,43;52,43,53,45;" $sPixelRect &= "61,43,62,44;169,49,174,63;169,44,171,49;169,43,170,44;119,44,126,47;126,44,128,46;128,44,129,45;144,44,145,46;44,80,74,128;38,58,58,74;50,48,56,58;52,46,55,48;53,45,54,46;57,45,60,47;56,45,57,46;60,45,61,46;61,57,80,76;64,48,70,57;64,45,66,47;71,45,82,49;67,45,71,48;126,47,130,53;128,46,130,47;129,45,130,46;154,45,155,55;153,45,154,48;50,46,51,47;63,46,64,47;65,47,67,48;66,46,67,47;51,47,52,48;62,47,63,48;119,47,123,49;123,47,125,48;47,48,49,49;58,49,62,52;61,48,62,49;123,49,126,53;125,48,126,49;146,53,149,65;146,48,147,53;171,48,172,49;180,48,200,57;176,48,180,52;173,48,176,49;45,51,50,58;47,50,50,51;49,49,50,50;56,49,58,51;70,50,73,57;70,49,71,50;73,52,78,57;75,49,82,51;73,49,75,50;119,49,121,61;121,49,122,51;175,49,176,50;34,50,41,54;41,50,45,51;122,50,123,53;139,53,141,59;140,50,141,53;174,54,179,66;174,51,176,54;174,50,175,51;41,51,43,52;56,51,57,58;73,51,76,52;78,53,82,55;79,51,82,53;77,51,79,52;147,51,148,53;41,52,42,53;42,53,45,58;43,52,45,53;63,52,64,57;177,52,180,53;176,53,178,54;179,53,180,54;34,54,39,57;39,54,40,56;40,56,42,58;41,54,42,56;62,55,63,57;78,55,79,57;81,55,82,64;80,55,81,58;176,82,200,177;178,66,193,69;179,57,182,66;179,55,180,57;121,56,122,58;149,59,151,66;149,56,150,59;34,57,37,61;37,57,38,58;39,57,40,58;138,57,139,58;190,57,200,65;186,57,190,60;185,57,186,59;184,57,185,58;182,60,186,66;182,58,184,60;58,62,61,80;60,59,61,62;144,59,146,62;143,59,144,60;184,59,185,60;35,70,38,88;37,60,38,70;80,60,81,61;117,68,122,85;120,62,122,68;121,60,122,62;188,60,190,62;187,60,188,61;34,61,36,67;58,61,59,62;119,61,120,62;186,62,188,66;186,61,187,62;145,62,146,64;189,62,190,63;158,63,169,76;156,63,158,67;169,64,172,65;170,63,171,64;173,63,174,65;172,63,173,64;188,63,189,66;77,76,85,81;80,65,82,76;80,64,81,65;189,64,190,66;119,65,120,68;136,65,137,76;147,65,149,66;151,65,152,66;154,65,155,66;169,65,170,76;172,69,178,82;171,66,174,69;171,65,173,66;190,65,192,66;195,65,200,68;194,65,195,67;193,65,194,66;36,66,37,70;92,66,108,89;85,66,92,76;83,66,85,72;" $sPixelRect &= "82,66,83,68;108,66,115,73;115,66,117,68;117,66,118,67;149,66,150,67;175,66,178,67;34,67,35,71;118,67,119,68;137,67,139,69;157,67,158,70;174,67,176,69;177,67,178,68;183,69,195,72;193,67,194,69;115,68,116,69;176,68,177,69;198,68,200,72;197,68,198,70;196,68,197,69;112,78,117,93;115,72,117,78;116,69,117,72;170,70,172,73;171,69,172,70;178,72,185,82;181,69,183,71;179,69,181,70;82,70,83,76;137,72,139,76;137,70,138,72;178,70,180,72;180,71,182,72;194,72,197,75;195,71,196,72;84,72,85,74;156,72,158,73;185,75,194,82;186,72,192,74;185,72,186,73;193,72,194,73;199,72,200,82;0,106,40,177;27,88,37,91;32,77,35,88;33,75,35,77;34,73,35,75;108,73,112,79;112,73,114,74;170,73,171,76;0,74,25,95;25,74,31,80;31,74,33,75;38,74,42,80;42,74,43,78;45,74,58,80;44,74,45,78;83,74,84,76;112,74,113,76;113,75,115,78;114,74,115,75;139,74,140,76;156,74,158,76;185,74,186,75;187,74,189,75;190,74,192,75;31,75,32,78;84,75,85,76;140,75,142,76;152,75,156,76;195,75,197,76;61,76,74,80;75,77,77,78;76,76,77,77;88,76,92,84;85,77,88,80;86,76,88,77;122,76,123,84;194,76,195,82;42,79,44,81;43,77,44,79;74,83,78,86;74,79,77,82;74,78,76,79;30,81,32,88;31,79,32,81;108,79,111,82;25,80,29,85;29,80,30,83;38,80,40,84;40,80,41,82;82,84,89,92;78,81,87,84;85,80,86,81;87,80,88,81;171,80,172,81;196,80,197,81;197,81,199,82;198,80,199,81;40,84,44,91;41,82,43,84;42,81,43,82;75,82,77,83;87,82,88,84;108,82,110,84;106,103,119,122;108,88,112,100;110,83,112,88;111,82,112,83;173,82,176,91;171,82,173,85;38,84,39,86;80,84,82,88;79,84,80,86;90,84,92,87;108,84,109,87;25,85,27,90;27,85,28,87;28,86,30,88;29,85,30,86;36,92,41,106;38,87,40,92;39,85,40,87;117,85,120,89;120,85,121,87;172,85,173,86;74,95,84,106;75,87,80,92;75,86,79,87;109,86,110,88;120,104,123,139;121,92,123,104;122,86,123,92;171,98,175,116;171,88,173,98;171,86,172,88;78,106,106,177;86,92,91,99;89,88,91,92;89,87,90,88;91,87,92,88;80,89,82,90;81,88,82,89;118,91,121,96;120,88,121,91;96,89,105,94;93,89,96,92;91,89,93,90;105,89,107,91;117,89,119,90;25,90,26,91;37,90,38,92;" $sPixelRect &= "76,92,82,95;80,90,81,92;91,91,93,95;91,90,92,91;117,90,118,92;119,90,120,91;26,91,33,96;32,97,36,106;33,93,36,95;33,91,35,93;35,91,36,92;41,91,42,95;40,91,41,92;40,106,44,114;42,94,44,106;43,91,44,94;81,91,82,92;105,91,106,93;106,93,108,102;107,91,108,93;175,91,176,100;173,92,175,94;174,91,175,92;74,92,75,95;84,92,86,95;83,92,84,93;94,92,96,93;82,93,83,95;93,93,95,94;112,93,115,95;115,93,116,94;114,96,120,103;116,94,118,96;117,93,118,94;23,96,30,100;24,95,26,96;25,94,26,95;102,94,105,96;173,94,174,98;0,95,15,102;15,95,20,99;21,95,22,99;20,95,21,97;22,95,23,96;34,95,36,97;85,95,86,96;91,95,92,96;112,95,114,97;115,95,116,96;30,96,32,98;33,96,34,97;84,99,88,106;84,96,85,99;101,96,104,97;22,97,23,100;85,97,86,99;93,97,97,100;97,97,98,98;111,100,114,103;112,97,113,100;30,98,31,99;92,98,93,100;113,98,114,100;15,99,19,100;29,101,32,106;30,100,32,101;31,99,32,100;89,99,91,101;97,99,103,104;15,100,17,101;25,100,28,103;24,100,25,101;28,100,29,101;41,100,42,106;88,101,90,106;88,100,89,101;90,102,93,106;91,100,92,102;95,101,97,103;96,100,97,101;103,100,106,103;108,100,110,101;108,101,109,102;109,102,111,103;110,101,111,102;0,102,10,106;10,102,12,103;24,102,25,103;27,103,29,106;28,102,29,103;93,103,95,106;94,102,95,103;10,103,11,104;16,103,17,104;20,103,23,104;103,103,105,104;119,103,120,107;17,104,20,106;23,104,27,106;95,104,97,106;99,104,100,106;98,104,99,105;100,104,101,105;101,105,106,106;105,104,106,105;10,105,11,106;15,105,17,106;20,105,23,106;97,105,98,106;73,129,78,177;74,112,77,127;74,106,76,112;77,106,78,118;41,114,44,128;116,127,120,146;119,115,120,127;124,137,142,157;123,116,139,132;139,120,144,123;139,116,143,120;143,116,144,117;147,116,161,136;145,116,147,126;161,116,165,127;165,116,167,120;168,116,174,117;162,133,176,177;168,118,176,133;173,117,176,118;175,116,176,117;165,122,168,133;167,119,168,122;165,120,166,121;166,121,167,122;106,122,113,129;113,122,117,126;117,123,119,127;139,123,142,128;138,132,145,137;142,125,145,132;143,123,144,125;77,125,78,127;" $sPixelRect &= "112,134,116,147;113,129,116,134;113,126,115,128;115,126,116,127;146,126,147,128;40,144,45,177;40,130,44,144;40,127,41,130;74,127,76,129;161,127,163,131;163,127,164,129;50,128,62,138;46,128,50,133;42,128,46,129;62,128,72,132;72,128,73,129;76,128,78,129;114,128,116,129;139,128,141,130;145,128,146,136;163,130,165,133;164,128,165,130;41,129,42,130;45,129,46,130;106,149,113,177;106,129,111,149;111,129,112,135;146,129,147,132;44,132,46,135;44,130,45,132;139,130,140,131;140,131,142,132;141,130,142,131;161,131,162,133;63,132,66,144;62,132,63,136;66,132,68,135;70,132,72,134;69,132,70,133;123,132,134,134;134,132,137,133;46,135,48,139;47,133,48,135;46,133,47,134;49,133,50,135;132,134,138,137;136,133,138,134;143,148,154,159;146,136,156,148;146,133,147,136;70,134,71,135;123,134,126,136;127,134,128,137;126,134,127,135;44,135,45,137;66,135,67,138;59,149,71,156;66,141,70,145;68,138,71,140;69,135,70,138;128,135,132,137;159,154,162,177;161,135,162,154;72,136,73,143;123,136,125,137;126,136,127,137;156,136,160,141;59,141,63,149;60,138,63,141;62,137,63,138;70,137,71,138;142,137,145,143;160,137,161,139;48,154,52,168;48,139,56,151;50,138,53,139;56,138,59,140;54,138,56,139;59,138,60,139;113,153,124,177;121,141,124,153;123,138,124,141;46,140,48,141;47,139,48,140;66,139,67,141;120,139,122,140;56,140,58,141;68,140,70,141;120,140,121,142;122,140,123,141;159,141,161,142;160,140,161,141;111,141,112,143;156,141,158,143;47,142,48,148;56,142,59,150;69,145,71,149;70,142,71,145;145,142,146,148;158,146,161,148;158,144,160,146;159,142,160,144;46,143,47,144;71,143,72,145;142,143,144,147;156,143,157,146;63,145,67,149;63,144,65,145;120,144,121,153;111,146,112,149;115,147,119,151;116,146,119,147;144,146,145,148;67,147,68,149;71,147,72,149;113,147,115,149;142,147,143,149;154,148,160,153;156,147,158,148;71,150,73,151;72,149,73,150;114,149,115,150;55,157,58,173;49,152,59,154;49,151,57,152;56,150,57,151;58,150,59,152;113,150,114,153;71,151,72,160;114,151,115,153;116,151,119,152;45,152,46,165;72,152,73,154;" $sPixelRect &= "115,152,117,153;141,158,143,164;142,152,143,158;160,152,161,154;154,153,158,155;158,153,159,154;53,154,55,160;52,154,53,155;55,154,57,157;154,155,156,157;156,155,157,156;157,156,159,164;158,155,159,156;60,156,69,174;58,161,60,168;58,157,60,159;59,156,60,157;69,158,71,164;69,156,70,158;124,157,140,177;140,157,141,158;52,163,55,175;52,158,53,163;46,160,48,161;47,159,48,160;59,159,60,161;144,159,153,167;143,159,144,166;154,159,156,160;54,160,55,162;70,166,73,170;72,160,73,166;140,160,141,161;153,162,156,166;153,160,154,162;156,160,157,163;47,161,48,162;71,161,72,163;46,162,47,163;46,165,48,167;47,163,48,165;140,167,145,177;140,163,141,167;69,164,70,167;71,164,72,166;142,164,143,166;158,164,159,165;141,166,142,167;153,166,155,167;45,168,47,177;45,167,46,168;145,171,150,177;148,167,153,170;147,167,148,169;146,167,147,168;157,167,158,169;49,170,52,172;50,168,52,170;49,168,50,169;58,169,60,172;58,168,59,169;145,168,146,171;150,172,159,177;149,170,155,171;153,168,154,170;48,169,49,171;69,169,70,174;146,169,147,171;154,169,155,170;157,170,159,172;158,169,159,170;71,170,73,177;147,170,148,171;153,171,157,172;48,172,49,174;50,172,52,175;59,172,60,173;49,173,50,174;55,173,57,174;57,174,60,177;58,173,59,174;47,174,48,177;55,174,56,175;61,174,69,175;68,175,71,177;70,174,71,175;48,175,50,177;50,176,57,177;56,175,57,176;60,175,62,177;62,176,68,177" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates1() Func _PixelCoordinates2() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,200x177;82,0,119,57;0,0,45,18;58,0,82,23;45,0,58,16;149,0,200,23;119,0,149,1;119,1,127,4;127,1,131,2;127,4,140,13;131,2,138,4;135,1,136,2;141,1,149,7;139,1,141,3;138,1,139,2;128,2,129,4;127,2,128,3;129,3,131,4;138,3,139,4;140,3,141,4;119,17,127,34;119,4,125,14;125,4,126,6;125,8,127,11;126,5,127,8;140,8,142,13;140,5,141,8;142,7,149,9;146,12,149,21;147,9,149,12;146,9,147,10;142,10,146,12;125,11,126,16;126,12,127,13;142,12,144,13;145,12,146,15;127,13,138,16;141,13,143,14;119,14,123,17;126,14,127,16;143,14,145,17;124,15,125,16;134,16,139,17;138,15,139,16;45,16,48,17;56,16,58,18;55,16,56,17;128,16,131,17;45,18,56,27;47,17,55,18;128,17,129,21;127,17,128,19;131,17,134,19;135,17,138,18;0,18,37,75;37,18,42,29;42,18,44,19;56,19,58,20;57,18,58,19;42,19,43,21;42,23,45,26;43,20,45,23;44,19,45,20;131,19,133,20;137,20,140,23;138,19,139,20;145,19,146,21;56,22,58,30;56,20,57,22;140,20,141,22;127,25,130,32;127,21,128,25;134,21,137,22;148,21,149,22;132,23,134,24;133,22,134,23;136,22,137,23;146,23,148,27;145,22,147,23;48,59,76,119;69,23,82,44;63,23,69,38;61,26,63,28;58,24,63,25;62,23,63,24;137,23,139,24;170,23,200,34;151,23,170,24;128,24,129,25;148,25,164,31;148,24,151,25;152,24,153,25;166,24,170,26;164,24,166,25;58,25,60,29;62,25,63,26;144,26,146,28;145,25,146,26;42,26,43,28;43,28,47,30;44,26,45,28;130,27,133,29;130,26,132,27;138,36,143,51;138,29,142,32;139,26,141,29;141,26,142,27;126,64,172,100;153,35,171,52;164,28,168,35;164,26,166,28;168,26,170,28;167,26,168,27;47,27,49,29;45,27,47,28;49,27,51,28;55,27,56,29;60,27,61,30;137,27,139,29;143,27,144,30;147,27,148,28;166,27,167,28;62,28,63,31;133,29,136,30;134,28,135,29;136,28,137,29;144,28,145,29;169,28,170,30;37,34,45,50;37,29,40,34;40,29,41,30;41,30,45,31;42,29,43,30;58,29,59,30;130,29,132,31;57,30,58,31;132,30,134,32;135,30,136,31;142,30,143,31;168,31,170,35;168,30,169,31;40,31,41,34;59,31,60,32;123,38,132,64;129,33,132,38;130,31,131,33;149,31,164,35;41,32,44,34;50,32,51,34;49,32,50,33;127,32,129,33;132,32,133,35;131,32,132,33;" $sPixelRect &= "139,32,141,36;45,33,48,34;127,33,128,34;47,34,48,35;62,34,63,38;119,34,124,38;124,34,126,36;127,35,129,38;128,34,129,35;141,34,142,36;180,55,200,177;182,34,200,55;175,34,182,38;172,34,175,35;45,40,48,48;45,35,46,40;150,35,153,42;171,39,177,47;171,36,174,39;171,35,173,36;174,35,175,37;125,37,127,38;126,36,127,37;46,37,47,40;54,37,55,39;53,37,54,38;48,38,51,39;65,38,69,40;64,38,65,39;119,44,122,49;119,38,122,43;174,38,175,39;179,38,182,42;178,38,179,40;177,38,178,39;48,39,49,40;143,42,145,58;143,39,144,42;63,48,80,59;64,42,67,48;63,41,66,42;64,40,65,41;67,40,69,42;66,40,67,41;122,40,123,45;177,40,178,48;48,42,50,46;48,41,49,42;137,41,138,50;178,41,179,43;63,42,64,43;68,42,69,43;151,42,153,47;181,42,182,48;180,42,181,45;50,43,51,45;55,43,57,45;53,43,55,44;58,43,59,44;62,43,63,44;67,44,70,48;67,43,68,44;119,43,121,44;49,47,57,59;52,44,54,47;60,44,62,45;77,44,82,47;72,44,77,45;178,45,180,49;178,44,179,45;50,46,52,47;51,45,52,46;54,45,55,47;57,46,61,49;60,45,61,46;63,45,64,46;70,45,74,48;75,45,77,46;48,46,49,47;55,46,56,47;74,46,76,48;61,47,62,49;76,47,78,48;80,47,82,49;79,47,80,48;136,47,137,49;145,51,147,58;145,47,146,51;152,47,153,50;171,47,173,49;173,47,174,48;176,47,177,48;179,49,181,50;180,47,181,49;41,55,48,75;45,50,49,55;46,48,47,50;45,48,46,49;47,49,49,50;48,48,49,49;119,57,123,70;121,52,123,57;122,48,123,52;80,50,82,52;81,49,82,50;119,49,121,53;132,51,134,64;132,49,133,51;171,49,172,50;37,50,42,54;42,50,44,51;180,50,181,52;42,51,43,52;43,52,45,55;44,51,45,52;141,51,143,56;140,51,141,53;139,51,140,52;170,52,173,53;172,51,173,52;61,54,63,59;62,52,63,54;76,61,84,70;80,54,82,61;80,52,81,54;134,52,135,55;157,52,168,64;154,52,157,57;153,52,154,54;168,52,169,54;173,53,177,56;174,52,176,53;181,52,182,55;42,53,43,55;119,53,120,56;135,53,136,55;168,55,171,57;169,53,170,55;171,53,172,54;37,54,40,61;40,54,41,57;57,54,58,59;120,54,121,57;170,54,171,55;177,54,179,55;48,55,49,59;172,55,173,57;176,56,178,57;177,55,178,56;58,56,59,59;134,57,137,64;134,56,135,57;142,56,143,57;" $sPixelRect &= "173,56,174,57;89,57,108,74;84,57,89,62;83,57,84,60;82,57,83,58;108,57,115,63;115,57,118,59;156,57,157,61;155,57,156,59;168,58,170,64;168,57,169,58;171,58,180,62;170,57,172,58;174,57,176,58;178,57,180,58;137,58,138,60;144,58,146,59;170,58,171,59;38,72,41,91;40,59,41,72;76,59,80,61;82,59,83,61;115,59,117,60;111,70,120,78;115,62,119,70;117,60,119,62;118,59,119,60;115,60,116,61;137,61,141,64;139,60,140,61;37,61,39,70;116,61,117,62;170,61,171,64;86,62,89,68;84,63,86,64;85,62,86,63;141,62,143,64;174,62,180,75;173,62,174,70;172,62,173,65;108,63,113,67;113,63,114,65;143,63,146,64;152,63,157,64;81,70,88,79;84,64,85,70;113,67,115,70;114,64,115,67;123,64,126,66;123,66,125,67;108,67,111,70;111,67,112,68;123,68,125,70;123,67,124,68;85,68,86,70;88,68,89,70;87,68,88,69;111,69,113,70;112,68,113,69;172,77,175,102;172,68,173,77;39,69,40,72;86,69,87,70;120,84,126,111;123,74,126,84;125,69,126,74;37,70,38,73;76,70,77,73;78,70,81,73;108,70,110,71;120,74,123,75;120,71,123,73;120,70,122,71;123,70,124,72;108,71,109,72;107,74,111,81;109,72,111,74;110,71,111,72;77,75,79,82;77,72,78,75;124,72,125,74;80,73,81,77;79,73,80,75;108,73,109,74;121,73,123,74;173,73,174,77;34,82,38,96;36,76,38,82;37,74,38,76;91,74,99,78;88,74,91,75;99,74,104,76;104,74,105,75;0,75,27,99;27,75,33,85;33,75,35,80;35,75,36,77;41,75,45,82;45,75,46,79;80,99,113,177;87,82,94,91;88,76,90,82;88,75,89,76;90,75,91,77;104,76,107,82;105,75,107,76;120,75,122,79;176,75,180,79;175,75,176,78;42,91,48,121;45,81,48,91;46,78,48,81;47,76,48,78;99,76,101,77;79,87,86,99;78,82,83,87;79,78,81,82;79,77,80,78;122,77,123,84;90,79,92,82;90,78,91,79;92,78,94,80;101,78,104,80;111,78,113,80;113,78,114,79;113,80,120,88;115,78,120,80;35,79,36,82;84,79,87,84;83,79,84,83;81,80,83,81;82,79,83,80;87,79,88,82;97,82,100,87;96,79,99,81;99,79,101,80;114,79,115,80;120,79,121,82;175,79,176,82;178,79,180,84;176,80,178,81;177,79,178,80;33,80,34,83;94,80,95,82;93,80,94,81;98,81,102,82;101,80,102,81;103,80,104,83;106,84,113,91;110,82,113,84;111,80,112,82;" $sPixelRect &= "76,86,78,125;76,81,77,86;81,81,82,82;92,81,93,82;95,81,97,84;107,81,109,83;109,81,110,82;112,81,113,82;175,83,177,91;176,81,177,83;41,82,43,85;43,82,44,83;100,82,101,83;101,83,103,87;102,82,103,83;103,84,106,86;104,82,105,84;121,82,122,84;105,83,107,84;109,83,110,84;177,83,178,84;83,84,84,87;86,84,87,88;84,85,86,86;85,84,86,85;94,85,96,92;94,84,95,85;96,84,97,85;100,84,101,89;175,93,180,98;179,84,180,93;27,85,31,92;31,85,32,90;31,91,34,102;32,87,34,91;33,85,34,87;41,85,42,89;43,87,45,91;44,85,45,87;84,86,85,87;105,86,106,88;177,86,178,91;78,87,79,89;98,87,100,88;101,87,102,88;103,87,104,88;96,88,99,90;113,88,117,93;117,88,119,89;86,91,89,99;86,89,87,91;105,89,106,91;117,89,118,90;40,92,42,96;41,90,42,92;103,90,104,91;114,96,120,105;118,90,120,96;38,91,40,93;91,91,94,93;90,91,91,92;110,91,113,93;108,91,110,92;175,91,176,93;178,91,179,93;27,92,29,95;29,92,30,93;89,93,91,99;89,92,90,93;93,93,110,95;94,92,95,93;99,92,103,93;176,92,177,93;28,96,31,102;30,93,31,96;38,93,39,95;92,93,93,94;112,93,115,95;115,93,116,94;116,94,118,96;117,93,118,94;35,100,41,108;38,96,41,100;39,94,40,96;91,95,93,99;91,94,92,95;110,94,111,95;27,95,28,97;29,95,30,96;101,95,105,97;94,95,101,96;107,95,109,97;105,95,107,96;109,95,110,96;110,96,113,99;111,95,114,96;115,95,116,96;34,96,37,98;93,96,94,99;37,97,38,100;94,97,102,99;105,97,107,99;103,97,105,98;107,98,110,99;109,97,110,98;27,98,28,101;34,98,36,99;41,98,42,99;102,98,103,99;175,100,178,104;175,98,177,100;178,98,180,102;0,108,17,177;0,99,15,108;15,99,22,102;22,99,26,100;34,99,35,101;36,99,37,100;79,99,80,112;113,99,114,101;22,100,24,101;126,100,139,113;139,100,141,104;141,100,142,101;145,100,162,130;143,100,145,120;162,100,168,118;168,100,172,102;15,102,19,103;30,102,33,103;17,108,39,116;31,104,35,108;33,103,35,104;34,102,35,103;168,102,169,104;174,102,175,103;178,103,180,104;179,102,180,103;15,103,16,104;26,103,27,104;30,103,31,104;113,114,142,177;113,106,115,114;113,103,114,106;140,108,142,114;141,103,142,108;162,132,180,177;" $sPixelRect &= "169,106,180,132;169,103,174,106;23,104,24,105;29,104,30,105;139,104,140,109;174,104,176,106;177,104,179,105;17,105,18,107;21,105,22,106;27,105,28,106;28,106,31,108;30,105,31,106;40,111,42,124;41,105,42,111;116,105,120,108;115,105,116,106;176,105,177,106;179,105,180,106;15,106,16,108;22,106,24,108;73,127,80,177;78,106,79,127;19,107,22,108;24,107,28,108;115,109,117,114;115,107,116,109;39,108,40,113;118,108,120,110;117,108,118,109;117,111,120,114;117,110,118,111;123,111,126,113;121,111,123,112;139,111,140,114;120,112,122,114;122,113,124,114;130,113,132,114;136,113,139,114;142,135,145,149;142,115,143,135;17,116,29,119;29,116,34,118;34,116,38,117;39,116,40,123;166,123,169,132;167,120,169,123;168,117,169,120;162,118,166,123;166,118,167,121;17,119,25,124;25,119,27,122;27,119,28,120;31,119,33,120;48,119,56,121;65,147,72,154;58,119,69,145;52,123,58,127;57,119,58,123;69,119,74,126;74,119,76,125;28,120,29,121;144,120,145,127;36,121,37,122;44,121,46,123;42,121,44,122;48,121,51,123;47,121,48,122;51,121,52,122;53,121,55,123;25,122,26,123;21,127,36,137;31,122,32,127;34,123,36,127;35,122,36,123;42,122,43,124;45,123,46,124;47,123,48,124;50,123,51,124;162,123,164,128;164,123,165,125;17,124,21,128;21,124,24,125;27,124,28,127;26,124,27,125;32,124,34,127;36,126,44,134;36,124,37,126;41,124,42,125;164,128,166,132;165,124,166,128;21,125,22,126;24,125,26,127;28,125,29,127;37,125,38,126;44,125,50,133;42,125,44,126;79,125,80,127;143,125,144,135;22,126,24,127;26,126,27,127;69,126,73,129;74,126,78,127;50,127,54,132;54,127,55,131;57,127,58,128;17,128,19,132;19,128,20,130;43,134,57,161;55,130,57,134;56,128,57,130;18,136,21,140;19,131,21,136;20,129,21,131;69,129,71,133;71,129,72,131;146,130,158,149;145,130,146,142;158,130,160,134;160,130,161,132;163,130,164,132;17,132,18,137;50,132,53,133;53,133,55,134;54,132,55,133;69,133,70,135;36,134,38,135;158,136,160,143;158,134,159,136;160,141,162,151;161,134,162,141;30,141,43,177;37,136,43,141;38,135,43,136;69,136,70,137;21,137,30,141;30,137,33,139;" $sPixelRect &= "33,137,35,138;33,139,37,141;36,137,37,139;57,137,58,139;69,139,71,147;70,138,71,139;17,150,30,177;17,141,19,150;17,139,18,141;30,139,32,140;20,141,28,145;19,140,21,141;32,140,33,141;19,141,20,142;28,141,29,142;29,142,30,144;71,143,72,144;158,143,159,148;19,144,20,150;21,145,29,147;28,144,29,145;59,145,64,151;58,145,59,150;64,145,65,147;66,145,69,147;20,147,21,150;23,147,27,149;22,147,23,148;27,147,28,148;28,148,30,150;29,147,30,148;145,149,157,155;145,147,146,149;21,148,22,150;22,149,23,150;27,149,28,150;61,156,69,171;64,149,65,156;142,154,145,177;142,149,144,154;57,150,58,154;146,155,161,156;157,151,159,153;157,150,158,151;59,151,62,153;62,151,63,152;161,151,162,153;59,153,61,155;62,154,64,156;63,153,64,154;70,163,73,177;72,153,73,163;157,153,158,155;65,154,71,156;158,154,161,155;58,156,60,157;59,155,60,156;69,156,71,160;148,156,153,168;145,156,148,161;153,156,158,157;159,157,162,177;161,156,162,157;58,157,59,158;153,157,154,161;157,157,159,161;59,159,61,162;60,158,61,159;156,158,157,159;155,161,157,164;155,159,156,161;154,159,155,160;69,160,70,165;71,160,72,163;43,161,56,177;58,161,59,164;147,161,148,166;145,162,147,163;146,161,147,162;157,162,159,163;158,161,159,162;59,162,60,165;153,163,155,166;153,162,154,163;145,168,148,177;145,164,147,168;145,163,146,164;157,163,158,164;56,169,58,177;56,165,58,167;56,164,57,165;60,164,61,170;155,164,156,166;69,166,70,168;153,166,154,167;157,166,158,169;56,167,57,169;149,168,155,170;59,169,60,171;148,170,151,177;148,169,149,170;151,171,159,177;155,169,156,171;156,170,159,171;158,169,159,170;58,172,60,177;58,171,59,172;60,171,61,172;63,171,68,175;62,171,63,174;68,171,70,173;61,173,62,174;68,173,69,174;60,174,61,177;67,175,70,177;69,174,70,175;61,175,63,177;63,176,67,177" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates2() Func _PixelCoordinates3() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,200x177;83,0,121,62;0,0,83,16;148,0,200,31;130,10,141,21;121,0,148,9;121,9,127,20;127,9,131,10;134,9,139,10;141,12,148,15;143,9,148,12;142,9,143,11;141,9,142,10;127,10,129,11;127,11,128,13;128,12,130,24;129,11,130,12;141,11,142,12;141,17,145,20;141,15,143,17;144,15,148,16;0,16,36,75;36,16,43,19;43,16,47,17;61,16,83,39;57,16,61,23;55,16,57,20;54,16,55,18;53,16,54,17;144,16,145,17;147,16,148,17;43,17,44,18;44,18,54,27;46,17,53,18;145,17,147,19;127,18,128,20;36,19,40,29;40,19,41,22;42,19,44,31;54,21,56,28;54,19,55,21;147,19,148,31;56,20,57,21;121,20,124,22;124,20,126,21;141,20,144,21;146,20,147,24;145,20,146,21;41,21,42,25;121,30,129,42;125,22,128,30;126,21,128,22;134,21,135,26;130,21,134,23;136,21,139,25;135,21,136,22;143,21,144,22;121,24,125,30;121,22,123,24;124,22,125,23;139,22,140,25;144,22,145,25;56,24,59,27;56,23,58,24;123,23,124,24;135,23,136,24;145,23,146,25;59,24,60,25;128,26,130,27;129,24,130,26;132,24,134,27;40,25,41,28;60,25,61,27;131,25,132,27;136,28,141,30;138,26,139,28;145,28,147,29;146,26,147,28;44,27,48,29;48,27,50,28;56,27,57,28;129,27,130,28;139,27,141,28;39,29,42,31;41,28,42,29;141,28,142,29;36,32,43,51;36,29,38,32;44,29,45,30;133,30,135,31;134,29,135,30;146,29,147,31;136,30,137,31;138,30,139,31;142,30,143,34;38,31,39,32;48,32,50,33;49,31,50,32;60,31,61,37;129,33,132,39;129,31,130,33;170,31,200,46;152,31,170,34;150,31,152,33;149,31,150,32;130,32,131,33;146,32,149,34;44,33,47,35;49,33,50,34;136,47,142,59;138,34,141,41;139,33,140,34;145,33,146,36;135,34,136,36;141,34,142,36;146,34,147,36;148,36,163,51;148,34,152,36;163,34,170,36;159,34,163,35;43,39,46,49;43,36,45,39;43,35,44,36;132,35,133,38;137,35,138,38;143,35,145,37;152,35,159,36;142,36,143,39;166,36,170,38;165,36,166,37;46,38,50,39;49,37,50,38;52,37,53,39;51,37,52,38;133,38,136,39;134,37,135,38;143,37,144,38;151,72,172,114;151,51,174,68;163,41,168,51;163,38,166,41;163,37,165,38;141,38,142,40;168,38,170,42;167,38,168,39;47,39,48,40;69,39,83,45;63,39,69,42;62,39,63,40;129,39,131,40;" $sPixelRect &= "132,39,134,40;137,39,138,40;166,39,167,41;46,42,49,46;46,40,47,42;131,40,133,42;47,41,48,42;41,81,75,120;59,55,75,74;62,44,68,55;61,42,65,44;62,41,63,42;117,74,151,114;123,50,131,74;128,43,132,50;129,41,131,43;138,42,141,47;139,41,141,42;51,43,58,44;57,42,58,43;67,42,69,44;66,42,67,43;121,42,126,45;126,42,128,43;131,42,132,43;169,42,170,44;59,44,61,45;60,43,61,44;65,43,66,44;126,43,127,44;49,44,50,45;40,57,57,81;48,47,55,57;50,45,52,47;51,44,52,45;55,44,56,46;53,44,55,45;56,44,57,45;125,46,128,50;126,45,128,46;127,44,128,45;168,45,170,51;168,44,169,45;58,45,60,46;68,46,73,55;68,45,71,46;76,45,83,50;73,45,76,46;121,45,124,49;124,45,125,46;137,45,138,47;141,45,142,47;46,46,48,47;49,46,50,47;52,46,53,47;55,47,60,49;58,46,59,47;75,46,76,47;179,78,200,177;182,46,200,66;174,46,182,51;170,48,174,50;172,46,174,48;171,46,172,47;46,47,47,48;73,48,76,55;73,47,75,48;170,47,171,48;45,50,48,57;46,49,48,50;47,48,48,49;124,48,125,50;43,49,45,50;57,49,59,50;61,49,62,55;121,49,123,50;75,58,81,69;76,51,79,58;76,50,78,51;81,50,83,58;80,50,81,54;79,50,80,52;121,50,122,52;134,52,136,58;135,50,136,52;142,50,143,65;170,50,172,51;36,51,41,53;41,51,42,52;42,52,45,57;43,51,45,52;122,51,123,74;149,51,151,60;177,51,182,54;176,51,177,53;175,51,176,52;174,56,178,66;174,53,176,56;174,52,175,53;36,56,40,59;36,53,39,56;39,53,40,54;40,54,42,57;41,53,42,54;60,53,61,55;79,53,80,58;133,54,134,57;176,54,177,56;179,54,182,60;178,54,179,56;55,55,56,57;75,55,76,58;121,55,122,57;143,57,144,59;81,59,83,60;82,58,83,59;36,59,38,63;38,59,39,61;57,59,59,81;138,59,142,64;137,59,138,63;36,74,40,93;38,62,40,74;39,60,40,62;78,69,86,75;81,61,83,69;81,60,82,61;143,60,144,65;150,60,151,65;178,61,180,67;178,60,179,61;181,60,182,63;180,60,181,61;131,61,132,74;94,62,114,83;87,62,94,71;85,62,87,67;83,63,85,64;84,62,85,63;114,62,118,72;118,62,120,64;120,62,121,63;36,63,37,72;119,67,122,74;120,64,122,67;121,63,122,64;132,63,133,64;180,63,181,64;83,65,85,69;83,64,84,65;118,64,119,67;140,64,142,66;139,64,140,65;119,65,120,66;" $sPixelRect &= "174,66,175,67;177,66,178,67;180,66,182,67;183,66,200,78;37,67,38,70;86,67,87,69;132,67,133,74;180,67,181,70;179,67,180,68;182,67,183,78;152,68,172,72;172,68,174,69;181,68,182,72;77,69,78,73;76,69,77,70;172,69,173,71;82,75,89,82;86,70,87,75;118,70,119,74;133,71,135,74;133,70,134,71;174,70,175,72;89,81,93,91;90,71,94,77;89,71,90,75;87,72,89,73;88,71,89,72;172,73,178,76;175,71,176,73;37,72,38,74;76,78,80,91;75,74,78,78;76,72,77,74;114,72,117,75;135,72,136,74;172,72,174,73;176,72,177,73;87,73,88,75;117,73,118,74;136,73,138,74;147,73,151,74;59,74,74,81;88,74,89,75;178,74,180,76;0,112,20,177;0,75,27,102;27,75,33,83;33,75,35,80;74,75,75,80;80,75,82,79;78,76,80,77;79,75,80,76;114,75,116,77;180,76,182,78;181,75,182,76;89,76,90,81;106,97,117,100;114,81,117,96;116,76,117,81;175,78,179,91;177,76,178,78;175,76,177,77;178,76,179,77;78,77,79,78;91,77,94,80;114,77,115,80;173,77,175,83;172,77,173,79;75,78,76,81;90,78,91,81;32,87,36,101;34,81,36,87;35,79,36,81;81,79,82,80;115,79,116,81;33,80,34,82;78,91,89,98;80,82,82,91;80,80,81,82;91,80,92,81;93,80,94,82;40,81,41,92;75,82,76,83;85,82,89,86;83,82,85,84;166,121,179,177;172,95,177,113;172,85,174,95;172,82,173,85;27,83,31,94;31,83,32,88;33,83,34,87;93,84,95,95;93,83,94,84;96,83,114,85;95,83,96,84;174,83,175,87;82,85,84,91;82,84,83,85;84,84,85,85;97,85,102,87;95,85,97,86;102,85,103,86;105,85,113,89;104,85,105,86;84,87,86,91;84,86,85,87;87,86,89,88;86,86,87,87;95,86,96,88;96,87,97,88;103,87,104,88;86,88,87,91;88,88,89,90;102,88,103,89;104,88,105,89;72,128,141,177;75,101,79,127;75,92,77,101;75,89,76,92;83,100,113,128;96,91,110,95;98,90,102,91;100,89,101,90;109,89,113,90;174,89,175,95;87,90,88,91;112,90,113,91;77,91,78,93;91,91,93,93;90,91,91,92;176,91,179,94;30,94,32,119;31,92,32,94;89,94,92,100;89,92,90,94;92,96,103,100;95,92,96,96;110,92,114,96;36,93,39,96;90,93,91,94;92,93,93,94;175,93,176,95;27,94,29,96;178,94,179,100;177,94,178,96;92,95,93,96;96,95,97,96;98,95,101,96;103,95,110,96;27,96,28,99;28,98,30,103;29,96,30,98;36,96,38,97;" $sPixelRect &= "37,108,41,119;40,96,41,108;77,96,78,101;104,96,106,97;107,96,108,97;115,96,117,97;36,97,37,99;103,97,104,100;79,98,89,100;104,98,106,100;177,99,178,112;80,100,83,108;79,100,80,103;113,100,115,103;114,109,117,116;115,102,117,109;116,100,117,102;32,101,35,103;0,102,19,112;19,102,24,105;24,102,26,103;24,103,25,104;26,104,28,107;26,103,27,104;29,103,30,104;32,103,34,104;113,103,114,109;32,104,33,105;38,105,40,108;39,104,40,105;19,105,22,107;22,105,23,106;32,106,35,119;33,105,34,106;20,129,51,177;23,112,30,121;27,108,30,112;28,106,30,108;35,107,37,109;35,106,36,107;79,111,81,126;79,106,80,111;19,107,21,108;25,107,27,108;19,108,20,109;21,108,23,111;25,109,27,112;24,108,26,109;82,108,83,120;81,108,82,113;19,110,21,111;20,109,21,110;23,109,25,110;35,109,36,110;36,110,37,116;20,111,22,112;24,111,25,112;35,111,36,113;171,114,179,121;177,113,179,114;178,112,179,113;20,113,22,115;172,113,175,114;20,118,23,125;21,116,23,118;22,114,23,116;120,114,137,124;117,114,120,122;137,114,139,120;139,114,140,115;144,114,163,141;139,118,144,124;140,115,144,118;142,114,144,115;163,114,167,120;168,115,171,121;167,114,170,115;20,115,21,116;167,115,168,117;34,119,36,122;35,116,36,119;113,120,116,128;113,116,114,120;115,116,117,120;81,118,82,125;26,122,34,129;30,119,31,122;33,119,34,120;39,119,41,123;38,119,39,121;167,119,168,121;31,120,33,122;35,122,38,123;36,120,37,122;44,120,50,127;41,120,44,122;55,120,70,148;51,120,54,124;54,120,55,121;70,120,75,127;116,120,117,121;137,120,138,123;163,120,165,131;165,120,166,123;23,121,26,125;26,121,28,122;29,121,30,122;33,121,34,122;37,121,38,122;50,121,51,126;136,124,142,128;138,121,139,124;43,122,44,124;42,122,43,123;116,123,119,128;116,122,117,123;118,122,120,123;34,124,36,129;34,123,35,124;37,123,39,125;36,123,37,124;39,124,42,127;40,123,41,124;51,124,53,125;81,126,83,128;82,124,83,126;119,125,129,128;119,124,120,125;124,124,127,125;128,124,136,125;143,124,144,129;22,125,24,128;21,125,22,127;24,125,25,126;36,126,38,129;36,125,37,126;38,125,39,126;" $sPixelRect &= "42,125,44,128;51,125,52,126;51,127,54,136;52,126,54,127;53,125,54,126;25,126,26,129;79,126,80,128;129,126,136,128;161,147,166,177;164,135,166,147;165,126,166,135;20,127,21,129;38,127,39,129;41,127,42,129;40,127,41,128;44,127,47,128;49,127,51,129;70,127,72,128;74,127,78,128;80,127,81,128;141,133,144,138;141,128,143,133;142,127,143,128;21,128,22,129;24,128,25,129;39,128,40,129;42,128,43,129;46,128,49,129;70,128,71,131;163,131,164,137;54,148,66,156;53,138,55,148;54,134,55,138;70,134,71,144;51,136,53,139;141,138,143,143;51,139,52,149;163,140,164,147;144,145,158,160;143,141,157,145;157,141,158,144;159,141,162,146;162,141,163,142;141,143,142,145;158,146,160,151;158,143,159,146;67,154,72,177;70,148,72,154;71,144,72,148;142,145,144,148;142,144,143,145;162,145,163,147;160,146,161,149;53,148,54,151;66,148,68,153;68,148,69,150;141,161,156,165;141,149,143,157;141,148,142,149;143,148,144,150;52,150,53,151;68,152,70,154;69,150,70,152;158,157,161,177;159,153,161,157;160,150,161,153;51,151,52,153;158,151,159,154;53,152,54,155;143,152,144,154;66,153,67,155;52,155,53,156;53,157,60,167;53,156,59,157;61,156,65,159;65,156,66,158;143,156,144,161;60,159,63,162;60,157,61,159;141,157,142,161;52,158,53,165;63,162,67,171;65,159,67,162;66,158,67,159;63,159,64,161;142,159,143,160;64,160,65,162;144,160,157,161;156,161,157,164;60,162,62,163;60,163,61,164;61,164,63,168;62,163,63,164;157,163,158,164;51,168,54,177;51,164,52,168;141,169,145,177;141,165,143,169;144,165,155,166;155,168,158,177;156,166,158,168;157,165,158,166;145,170,149,177;145,166,149,169;143,167,145,168;144,166,145,167;154,166,156,167;57,167,61,175;54,169,57,171;55,167,57,169;54,167,55,168;149,167,151,170;153,167,155,169;62,168,63,170;143,168,144,169;151,168,153,170;146,169,149,170;153,169,154,170;61,171,63,175;61,170,62,171;149,171,155,177;154,170,155,171;54,171,55,173;64,171,67,177;55,172,57,175;63,172,64,174;54,174,55,177;55,175,56,177;62,175,64,177;56,176,62,177" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates3() Func _PixelCoordinates4() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,200x177;80,0,117,60;0,0,43,31;55,0,80,21;43,0,55,20;148,0,200,32;117,0,148,8;117,8,127,19;127,8,132,9;128,11,143,20;136,8,139,11;144,8,148,16;142,8,144,10;141,8,142,9;127,9,129,11;131,9,136,11;139,9,141,11;129,10,131,11;141,10,142,11;143,10,144,12;117,23,128,40;127,12,128,23;143,17,146,20;143,16,144,17;145,16,146,17;147,16,148,17;146,18,147,19;117,19,124,23;125,19,126,22;124,19,125,20;146,25,148,31;147,19,148,25;43,20,49,21;126,20,127,23;128,20,139,22;139,20,140,21;143,20,144,22;142,20,143,21;146,20,147,22;43,28,55,30;44,23,57,28;43,21,45,23;45,21,46,22;48,21,55,23;62,30,80,44;63,21,80,30;59,21,63,27;57,21,59,23;56,21,57,22;124,21,125,23;144,22,146,25;144,21,145,22;46,22,48,23;55,22,56,23;129,22,130,28;128,22,129,23;136,22,140,24;135,22,136,23;58,23,59,26;132,23,135,25;131,24,132,26;137,24,138,25;57,25,58,30;132,25,134,26;136,27,141,29;138,26,139,27;58,28,61,31;58,27,60,28;61,27,63,29;56,28,57,30;55,28,56,29;134,28,136,29;141,28,142,30;145,28,146,31;61,29,62,30;133,29,135,30;136,29,139,30;44,30,49,32;49,30,51,31;142,30,143,31;0,31,33,81;33,36,44,54;33,31,41,36;41,31,42,33;42,32,46,34;43,31,44,32;61,31,62,35;128,32,131,38;128,31,129,32;46,32,47,33;138,33,142,34;141,32,142,33;118,75,165,119;146,51,165,70;147,35,154,51;146,32,148,35;170,32,200,49;154,32,170,35;150,32,154,34;149,32,150,33;131,33,132,37;134,33,135,35;144,34,146,36;145,33,146,34;41,34,42,36;43,34,46,35;52,34,54,36;137,36,140,39;138,34,141,36;137,34,138,35;148,34,150,35;42,35,43,36;47,35,50,37;54,35,55,36;135,35,136,36;142,35,144,37;162,35,170,37;159,35,162,36;44,40,47,52;44,36,46,40;132,37,135,38;133,36,134,37;136,36,137,37;144,36,145,37;154,37,162,51;154,36,159,37;48,37,49,38;142,37,143,38;167,37,170,43;165,37,167,39;164,37,165,38;128,38,129,39;130,38,132,41;134,38,135,39;140,38,142,39;162,41,166,51;162,38,164,41;54,39,55,41;61,39,62,44;125,42,131,47;128,40,130,42;129,39,130,40;138,39,140,41;140,39,141,40;164,39,165,41;166,39,167,40;49,40,50,43;51,40,53,41;55,40,56,41;117,40,124,43;124,40,127,41;" $sPixelRect &= "51,41,52,42;124,41,125,42;126,41,128,42;130,41,131,42;134,48,141,59;137,42,140,48;138,41,139,42;47,44,49,50;47,43,48,44;117,43,120,47;120,43,122,44;119,48,129,75;122,44,125,48;124,43,125,44;165,51,171,65;166,45,168,51;166,43,167,45;169,43,170,48;168,43,169,45;68,44,80,49;64,44,68,46;63,44,64,45;120,44,121,45;135,46,137,48;136,44,137,46;57,45,59,46;43,85,74,128;58,62,74,85;61,50,70,62;61,46,64,49;62,45,63,46;120,46,122,48;121,45,122,46;140,45,141,48;49,46,50,49;53,46,55,49;52,46,53,48;55,46,56,48;56,47,58,48;57,46,58,47;64,48,67,50;66,46,68,48;65,46,66,47;168,46,169,51;38,61,56,81;47,52,54,61;50,47,51,52;64,47,65,48;117,47,119,49;125,47,130,48;56,48,57,49;60,48,61,49;129,48,130,54;54,49,56,50;59,49,60,50;62,49,64,50;67,49,68,50;74,56,79,74;75,49,80,53;72,49,75,51;70,49,72,50;117,49,118,56;169,49,170,51;179,77,200,177;180,49,200,71;173,49,180,56;172,49,173,53;171,49,172,50;47,50,48,51;48,51,50,52;49,50,50,51;51,50,53,52;56,51,59,54;58,50,59,51;170,50,171,51;70,52,74,62;70,51,72,52;73,51,75,52;132,53,134,58;133,51,134,53;44,52,46,53;54,52,56,54;118,52,119,54;43,55,47,61;44,54,47,55;46,53,47,54;74,53,76,56;77,53,80,55;171,58,176,67;171,54,173,58;171,53,172,54;33,54,40,58;40,54,42,56;42,54,43,55;54,54,55,55;57,54,59,55;76,54,77,56;77,55,78,56;79,55,80,57;115,61,119,75;118,55,119,61;131,55,132,56;40,56,41,57;41,57,43,61;42,56,43,57;54,56,55,61;59,59,61,62;60,56,61,59;173,56,174,58;176,56,180,59;175,56,176,57;174,57,175,58;33,58,38,64;38,58,39,60;39,59,41,61;40,58,41,59;133,58,134,59;135,59,140,65;140,59,141,64;178,59,180,64;177,59,178,61;90,60,105,83;83,60,90,70;80,60,83,64;79,60,80,61;105,60,112,67;112,60,114,63;114,60,115,61;117,60,118,61;176,61,177,67;129,62,130,70;56,65,58,85;56,63,57,65;112,63,113,64;110,70,115,84;113,64,115,70;114,63,115,64;33,64,36,76;36,64,37,67;76,74,84,78;79,67,82,74;79,64,80,67;82,64,83,68;80,65,82,66;81,64,82,65;177,64,178,67;179,64,180,66;137,65,139,67;136,65,137,66;167,65,171,68;166,65,167,66;80,66,81,67;178,66,179,68;34,79,38,96;" $sPixelRect &= "37,67,38,79;105,67,110,71;110,67,111,69;111,68,113,70;112,67,113,68;130,67,131,71;165,85,170,114;165,73,167,85;147,70,166,73;165,67,166,70;171,67,174,69;169,68,171,72;167,69,169,70;168,68,169,69;171,69,173,70;174,69,175,71;82,70,83,74;86,70,90,76;84,70,86,74;129,72,133,75;131,70,132,72;167,71,169,74;167,70,168,71;170,72,177,73;171,70,172,72;105,71,108,76;108,71,109,72;129,71,130,72;173,71,174,72;175,71,177,72;181,71,200,77;83,72,84,74;107,77,110,90;108,74,110,77;109,72,110,74;133,73,134,75;147,73,165,75;167,76,172,78;168,74,171,76;169,73,170,74;172,74,175,77;171,73,173,74;175,73,178,76;174,73,175,74;36,74,37,79;75,74,76,75;85,74,86,75;134,74,136,75;142,74,147,75;174,77,179,101;178,74,179,77;80,101,114,177;82,83,90,90;78,78,87,83;84,75,85,78;111,88,117,101;115,75,117,83;117,75,118,80;180,75,181,77;33,76,35,78;85,76,86,78;88,76,90,81;87,76,88,78;105,76,107,78;177,76,178,77;75,84,79,97;74,79,76,84;75,77,76,79;33,78,34,80;35,78,36,79;77,78,78,81;105,78,106,80;167,80,169,85;167,78,168,80;170,78,174,87;169,78,170,81;76,80,77,84;87,80,88,83;104,84,107,93;105,82,107,84;106,80,107,82;0,81,24,104;24,81,30,90;30,81,32,84;30,89,34,103;32,83,34,89;33,81,34,83;38,81,43,84;43,81,44,82;45,81,56,85;89,81,90,82;116,83,118,86;117,81,118,83;77,82,78,84;88,82,89,83;44,83,45,85;80,83,82,87;79,83,80,84;94,83,100,90;91,83,94,86;90,83,91,84;100,83,103,87;103,83,104,85;30,84,31,88;38,84,41,89;41,84,42,86;74,84,75,87;110,84,113,87;113,84,114,85;114,85,116,88;115,84,116,85;88,90,92,96;90,85,91,90;77,97,80,108;79,89,82,97;79,86,80,89;93,86,94,88;92,86,93,87;103,86,104,90;112,87,114,88;113,86,114,87;116,86,117,88;31,87,32,89;39,105,43,129;41,92,43,105;42,87,43,92;81,87,82,88;91,87,92,90;100,87,102,89;110,87,111,88;172,87,174,95;170,89,172,91;171,87,172,89;80,88,81,89;92,89,94,92;92,88,93,89;38,89,40,91;101,89,102,90;24,90,28,98;28,90,29,93;83,90,88,93;95,90,99,91;107,90,109,94;110,90,111,95;38,91,39,94;82,93,85,101;82,91,83,93;94,91,95,92;103,91,104,93;102,91,103,92;163,124,179,177;" $sPixelRect &= "170,103,175,115;170,93,172,103;170,91,171,93;27,110,37,119;27,99,30,108;29,92,30,99;92,92,93,93;99,92,101,94;37,97,41,101;39,93,40,97;87,93,88,95;86,93,87,94;97,93,99,94;105,93,107,94;85,95,87,101;85,94,86,95;93,95,105,97;96,94,98,95;108,94,109,96;74,112,78,130;74,99,76,112;74,95,75,99;104,97,108,99;106,95,107,97;109,95,110,96;173,95,174,98;34,96,36,100;36,96,37,98;38,96,39,97;40,96,41,97;87,97,91,101;87,96,88,97;89,96,92,97;28,97,29,99;76,97,77,102;80,97,82,101;92,97,96,100;91,97,92,99;97,97,103,99;103,97,104,98;114,101,118,105;117,97,118,101;172,97,173,103;24,98,26,101;26,98,27,99;108,98,109,99;34,101,39,109;36,99,37,101;101,99,103,100;105,100,111,101;110,99,111,100;25,102,27,107;26,100,27,102;34,100,35,101;91,100,92,101;95,100,101,101;103,100,104,101;173,100,174,103;24,101,25,103;39,101,40,103;176,101,179,107;175,101,176,103;30,103,32,106;32,103,33,104;40,103,41,105;0,116,22,177;0,104,15,114;15,104,22,108;22,104,23,106;24,104,25,107;32,105,34,110;33,104,34,105;76,105,77,112;114,105,117,113;30,106,31,108;175,109,177,116;175,106,176,109;31,107,32,110;178,107,179,114;177,107,178,110;15,108,18,112;18,108,20,109;23,108,25,109;28,108,30,110;79,108,80,124;78,108,79,113;18,109,19,110;23,109,24,110;30,109,31,110;34,109,38,110;37,110,38,114;20,112,24,113;21,111,22,112;24,111,25,112;22,119,31,127;22,113,27,119;25,112,27,113;26,111,27,112;115,116,118,120;117,111,118,116;15,112,16,113;37,118,39,130;38,112,39,118;15,114,19,115;17,113,18,114;20,113,21,116;19,113,20,114;114,113,116,115;165,117,179,124;177,113,178,117;0,114,14,116;21,114,22,116;116,114,117,116;165,114,166,115;166,115,172,117;169,114,170,115;14,115,15,116;17,115,18,116;19,115,20,116;114,115,115,117;172,116,175,117;174,115,175,116;178,116,179,117;31,119,35,125;35,119,36,122;119,119,133,137;116,120,119,124;118,119,119,120;133,119,140,129;140,119,141,123;144,119,158,147;142,119,144,134;158,119,162,133;162,119,164,123;114,143,120,177;114,128,118,143;114,120,115,128;36,122,37,129;78,122,79,129;162,123,163,124;" $sPixelRect &= "164,123,165,124;115,125,119,127;115,124,117,125;118,124,119,125;31,125,32,126;79,126,80,128;141,126,142,127;22,127,28,132;29,128,31,132;28,127,30,128;27,133,39,138;33,129,36,132;35,127,36,129;115,127,117,128;118,127,119,128;43,129,74,135;43,128,49,129;50,128,74,129;130,149,142,153;134,136,143,144;138,131,141,136;140,128,141,131;39,129,42,130;71,145,80,177;75,134,80,145;78,130,80,134;79,129,80,130;118,129,119,133;133,129,137,134;137,129,139,130;39,131,43,136;38,130,40,131;74,130,77,131;137,130,138,131;139,130,140,131;30,132,33,133;31,131,32,132;34,132,39,133;36,131,37,132;74,132,76,134;74,131,75,132;76,131,77,132;160,151,163,177;161,135,163,151;162,131,163,135;22,132,25,134;25,132,27,133;28,132,29,133;77,132,78,134;141,133,142,136;158,133,161,138;22,134,23,136;23,138,31,149;23,135,27,138;25,134,27,135;74,134,75,135;133,134,135,135;135,135,138,136;137,134,138,135;143,134,144,138;43,135,47,136;54,142,68,157;55,135,67,142;54,135,55,139;53,135,54,136;69,135,71,143;67,135,69,138;71,135,73,139;73,135,74,136;133,135,134,136;39,136,40,137;40,137,53,145;47,136,53,137;74,136,75,145;120,152,130,177;122,137,129,149;120,137,122,143;118,138,120,139;119,137,120,138;129,137,132,142;132,139,134,149;133,137,134,139;31,138,36,142;36,138,38,139;31,146,49,177;37,141,40,146;38,139,40,141;39,138,40,139;67,138,68,141;158,138,160,141;36,139,37,141;53,139,54,143;71,140,73,142;72,139,73,140;118,139,119,143;73,141,74,145;158,141,159,143;31,142,33,144;33,143,37,146;36,142,37,143;70,143,72,144;71,142,72,143;129,142,131,144;159,143,161,146;160,142,161,143;121,143,122,144;31,144,32,145;53,144,54,146;68,144,69,147;70,144,71,146;72,144,73,145;120,145,122,152;120,144,121,145;129,144,130,147;130,146,132,149;131,144,132,146;134,144,141,149;141,144,142,145;142,153,154,166;142,147,157,149;142,145,144,147;143,144,144,145;32,145,33,146;40,145,52,146;49,146,51,149;51,146,52,147;141,146,142,148;158,147,160,151;159,146,160,147;52,148,54,156;53,147,54,148;22,151,31,177;22,148,23,151;68,148,69,150;" $sPixelRect &= "154,151,159,155;143,149,158,151;157,148,158,149;27,149,28,151;25,149,27,150;28,149,30,150;49,149,50,156;50,150,52,152;51,149,52,150;123,149,128,152;128,149,129,151;23,150,25,151;30,150,31,151;66,159,71,177;69,153,71,159;70,150,71,153;129,150,130,152;142,150,143,152;122,151,123,152;143,151,154,153;68,152,69,154;50,156,53,157;51,153,52,156;130,153,141,177;157,163,160,177;158,157,160,163;159,153,160,157;154,155,157,163;157,155,158,158;68,156,69,159;51,157,52,159;50,157,51,158;56,157,61,172;52,162,56,171;53,158,56,161;54,157,56,158;63,163,66,167;61,157,66,161;66,157,67,158;49,158,50,164;67,158,68,159;52,160,53,162;157,160,158,162;53,161,54,162;55,161,56,162;61,161,65,162;51,162,52,163;61,162,63,163;64,162,66,163;61,163,62,167;155,163,156,165;154,163,155,164;50,165,52,167;51,164,52,165;62,164,63,165;154,165,155,167;156,165,157,166;141,168,144,177;141,166,142,168;145,166,149,170;144,166,145,168;143,166,144,167;155,166,156,167;49,169,52,177;49,167,50,169;51,167,52,168;61,169,64,175;61,168,63,169;62,167,63,168;65,167,66,177;64,167,65,170;142,167,143,168;144,171,157,177;149,168,152,170;149,167,151,168;50,168,51,169;152,169,154,170;153,168,154,169;155,168,157,171;144,169,145,171;145,170,146,171;148,170,151,171;153,170,155,171;53,171,55,173;52,172,53,177;54,173,61,174;55,172,56,173;57,172,61,173;64,173,65,174;53,174,54,177;57,174,61,177;55,174,57,175;54,175,55,177;61,175,62,177;62,176,65,177;64,175,65,176;55,176,57,177" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates4() Func _PixelCoordinates5() #region pixel coordinates Local $sPixelRect $sPixelRect &= "250,200x177;69,0,111,46;0,0,42,49;42,0,69,13;147,0,200,28;127,4,139,15;129,0,130,4;111,0,123,31;123,0,128,3;128,0,129,2;130,0,147,1;132,1,137,4;143,1,147,11;141,1,143,3;139,1,141,2;130,2,132,4;137,2,140,4;123,3,126,11;126,3,127,5;128,3,129,4;139,5,142,14;139,4,141,5;140,3,141,4;142,3,143,7;123,11,124,12;124,12,127,15;126,11,127,12;142,12,146,14;142,11,144,12;146,11,147,12;47,15,58,24;42,13,49,15;51,13,54,15;49,13,51,14;60,13,69,21;58,13,60,15;56,13,58,14;54,14,57,15;142,14,143,18;141,14,142,15;143,14,144,15;145,14,147,27;42,15,46,23;46,15,47,17;59,15,60,16;123,15,126,30;127,15,128,19;133,16,139,18;135,15,138,16;144,15,145,16;58,19,60,24;58,16,59,19;126,16,127,17;143,16,144,19;130,17,133,19;126,18,127,20;135,18,137,19;46,19,47,28;127,20,128,21;134,21,139,23;136,20,138,21;62,26,69,41;64,21,69,26;61,21,64,22;132,21,133,22;139,21,140,22;143,22,145,25;144,21,145,22;60,23,62,26;60,22,61,23;63,22,64,23;130,23,132,24;131,22,132,23;42,23,44,25;44,23,45,24;62,23,63,25;126,24,128,29;126,23,127,24;134,23,138,24;140,23,141,25;139,23,140,24;44,25,46,28;45,24,46,25;47,24,52,25;42,25,43,26;47,25,49,26;63,25,64,26;144,25,145,26;43,26,44,27;47,26,48,27;60,26,61,29;128,26,129,28;139,26,140,27;122,67,158,113;142,44,166,62;143,30,151,44;142,27,145,30;143,26,144,27;42,32,46,46;42,28,45,32;42,27,43,28;49,28,52,29;50,27,51,28;136,27,138,34;138,27,139,30;55,28,58,30;129,28,131,30;134,28,136,29;140,29,142,31;141,28,142,29;145,28,147,30;168,28,200,48;157,28,168,32;151,32,158,44;153,28,157,31;151,28,153,30;149,28,151,29;45,29,46,30;51,29,52,30;125,30,130,31;128,29,129,30;131,29,132,31;139,29,140,30;147,29,148,30;112,37,125,64;122,32,127,37;123,30,124,32;131,39,138,46;135,30,136,39;134,30,135,32;111,31,120,33;120,31,121,32;124,31,129,32;138,31,140,32;151,31,154,32;127,32,128,35;163,32,168,37;158,36,163,44;158,34,162,36;161,32,163,34;159,32,161,33;50,33,51,35;53,33,54,35;56,33,57,35;111,33,115,35;115,33,117,34;118,34,122,37;120,33,122,34;158,33,160,34;57,34,58,35;136,34,137,39;46,37,49,42;" $sPixelRect &= "46,36,48,37;47,35,48,36;61,35,62,40;111,35,113,37;113,35,114,36;115,35,118,37;133,36,135,39;134,35,135,36;60,36,61,37;114,36,115,37;111,37,112,39;125,37,127,39;132,37,133,39;165,37,168,43;163,39,165,41;164,37,165,39;137,38,138,39;57,39,59,40;125,39,126,46;51,40,57,42;57,40,58,41;40,92,75,120;42,58,71,92;59,44,67,58;59,42,64,44;60,40,61,42;61,41,63,42;65,41,69,43;64,41,65,42;129,46,137,51;129,43,131,46;130,41,131,43;163,41,164,44;46,42,48,43;45,47,52,58;48,43,50,47;49,42,50,43;53,42,54,44;52,42,53,43;55,42,56,43;46,43,47,45;54,43,55,44;57,43,59,44;64,43,65,44;66,43,69,44;164,43,165,44;167,43,168,47;166,43,167,44;50,44,51,47;56,44,58,45;68,44,69,45;111,44,112,45;46,46,48,47;47,45,48,46;52,45,57,48;51,45,52,47;67,47,71,58;67,45,68,47;127,46,129,48;128,45,129,46;42,46,45,47;57,46,58,49;68,46,69,47;84,46,100,72;76,46,84,51;71,54,78,68;71,48,74,54;72,46,76,48;71,46,72,47;100,46,107,52;107,46,109,49;109,46,110,47;107,52,112,67;109,48,112,52;110,47,112,48;111,46,112,47;166,51,171,66;166,46,167,51;42,47,43,48;40,50,45,58;43,48,45,50;55,48,57,49;75,48,76,50;74,48,75,49;128,48,129,50;167,48,168,51;169,76,200,177;180,48,200,69;173,48,180,54;170,48,173,50;169,48,170,49;0,49,29,81;29,49,36,62;36,49,40,50;42,49,43,50;57,51,59,58;58,49,59,51;107,49,108,51;168,49,169,51;36,50,38,51;74,51,76,54;74,50,75,51;108,50,109,52;169,50,170,51;172,50,173,53;171,50,172,51;36,51,37,52;36,61,42,75;37,52,40,61;38,51,40,52;79,51,84,61;78,51,79,55;76,52,78,53;77,51,78,52;125,51,126,57;131,51,136,58;130,51,131,57;136,51,137,56;100,52,105,56;105,52,106,54;171,56,174,67;171,52,172,56;52,53,53,58;76,53,77,54;36,54,37,58;55,55,57,58;56,54,57,55;101,67,108,75;104,57,107,67;105,55,107,57;106,54,107,55;172,54,173,56;176,54,180,60;174,54,176,57;100,56,103,60;103,56,104,58;53,57,54,58;175,57,176,59;40,58,42,61;125,59,127,67;125,58,126,59;132,58,134,60;131,58,132,59;134,58,135,59;75,68,82,75;78,61,80,68;78,59,79,61;102,61,104,67;103,59,104,61;174,60,176,68;174,59,175,60;100,60,102,62;177,60,180,62;" $sPixelRect &= "82,61,84,67;80,62,82,63;81,61,82,62;29,62,34,70;34,62,35,68;100,65,102,67;100,62,101,65;143,62,163,67;163,62,166,63;176,63,178,65;176,62,177,63;179,62,180,64;178,62,179,63;35,63,36,65;80,63,81,68;127,63,128,67;165,63,166,65;112,64,114,65;115,64,122,110;122,64,125,67;158,111,169,177;158,80,169,92;158,67,164,80;163,64,164,67;178,64,179,66;81,65,82,68;112,65,113,66;128,65,129,67;176,65,177,66;31,75,39,82;34,70,36,75;35,66,36,70;80,112,120,177;109,72,114,112;111,68,114,72;112,67,114,68;113,66,114,67;129,66,132,67;139,66,143,67;165,68,168,76;165,66,166,68;168,66,171,68;167,66,168,67;83,67,84,70;100,67,101,70;108,67,111,70;166,67,167,68;171,67,173,69;71,69,73,73;71,68,72,69;74,68,75,73;73,68,74,70;169,68,171,69;175,70,178,75;175,68,177,70;79,75,86,84;82,71,84,75;82,69,83,71;168,70,173,76;168,69,169,70;174,69,175,71;173,69,174,70;181,69,200,76;29,70,33,72;108,70,110,71;32,73,34,75;33,71,34,73;108,71,109,73;110,71,111,72;173,71,174,73;29,72,31,76;31,72,32,73;71,76,76,79;72,73,74,76;73,72,74,73;90,72,97,83;86,80,89,91;86,72,90,77;84,73,86,74;85,72,86,73;97,72,101,73;178,72,179,75;97,73,99,75;99,74,101,79;100,73,101,74;164,73,165,80;174,73,175,75;31,74,32,75;74,74,75,76;84,74,85,75;179,74,181,76;39,75,41,77;77,75,79,79;76,75,77,77;97,75,98,77;101,75,102,76;104,79,107,84;105,75,108,79;104,75,105,77;114,75,115,81;173,75,174,76;175,75,176,76;29,76,30,78;102,76,103,78;166,76,169,80;39,77,40,79;87,77,90,79;98,77,99,78;103,77,104,80;27,85,34,92;29,80,31,85;30,78,31,80;75,84,80,93;73,80,78,84;73,79,77,80;76,78,77,79;86,78,87,80;93,83,103,87;97,79,99,83;97,78,98,79;100,79,102,80;101,78,102,79;39,81,42,84;40,79,41,81;71,81,73,92;71,79,72,81;78,79,79,81;87,79,88,80;89,79,90,81;107,79,108,80;99,80,100,83;102,80,103,83;101,80,102,81;106,84,109,90;108,80,109,84;0,81,20,98;20,81,26,88;26,81,28,84;100,81,101,83;103,81,104,83;28,82,29,85;34,82,36,88;31,82,34,85;36,82,38,84;78,82,79,84;89,86,92,90;89,82,90,86;101,82,102,83;35,89,40,94;37,86,42,89;38,83,39,86;91,83,93,85;26,84,27,86;" $sPixelRect &= "36,84,37,86;39,84,40,86;40,85,42,86;41,84,42,85;74,84,75,87;73,84,74,85;82,84,86,87;81,84,82,85;90,84,91,86;103,85,106,89;103,84,104,85;77,93,88,103;80,86,82,93;80,85,81,86;92,85,93,86;24,92,30,98;25,89,27,92;26,87,27,89;36,87,37,89;73,87,74,92;84,87,86,89;83,87,84,88;92,87,93,89;94,87,98,88;100,87,103,89;20,88,24,92;24,88,25,89;34,88,35,90;82,89,84,93;82,88,83,89;93,88,94,89;41,89,42,92;40,89,41,90;85,89,86,90;98,89,99,90;105,89,106,90;84,90,85,93;88,97,109,112;89,90,91,94;95,91,98,95;97,90,98,91;107,90,109,91;24,91,25,92;0,108,40,121;31,96,39,103;33,93,35,96;34,91,35,93;85,91,86,93;88,91,89,93;87,91,88,92;98,92,107,95;99,91,100,92;102,91,104,92;105,91,107,92;20,92,22,95;22,92,23,93;30,92,32,95;32,92,33,93;86,92,87,93;91,93,95,96;92,92,95,93;107,92,108,93;158,97,167,106;158,92,166,97;167,92,169,100;22,95,24,98;23,93,24,95;76,93,77,98;107,94,109,97;108,93,109,94;32,94,33,96;35,94,39,96;88,94,89,97;89,95,91,97;90,94,91,95;20,95,21,97;30,95,31,97;95,95,97,97;99,95,103,96;105,95,107,97;21,96,22,98;75,101,77,121;75,96,76,101;91,96,92,97;94,96,95,97;97,96,100,97;103,96,105,97;0,98,12,105;12,98,17,101;17,98,19,99;25,98,28,101;24,98,25,99;28,98,29,99;28,100,31,108;29,99,31,100;30,98,31,99;17,99,18,100;39,99,40,108;23,101,27,102;24,100,25,101;168,100,169,107;12,101,15,103;15,101,16,102;18,102,19,103;19,103,28,108;27,102,28,103;12,103,13,104;17,103,18,104;31,103,38,108;78,103,88,112;17,105,19,108;18,104,19,105;161,106,168,110;167,104,168,106;0,105,11,108;12,105,14,106;15,105,16,106;11,107,17,108;16,106,17,107;160,106,161,109;159,106,160,107;69,130,80,177;77,118,79,120;77,109,78,118;158,110,166,111;159,109,160,110;116,110,119,112;115,110,116,111;119,110,120,111;167,110,169,111;114,111,115,112;120,111,121,121;79,112,80,119;122,113,157,126;47,127,52,135;40,120,54,126;54,120,55,125;56,120,67,149;67,120,74,122;74,120,75,121;74,122,80,130;76,121,80,122;77,120,78,121;79,120,80,121;121,120,122,132;0,121,33,177;33,121,37,133;38,121,40,125;67,122,70,128;70,122,72,123;156,148,158,152;" $sPixelRect &= "156,133,158,140;157,122,158,133;70,123,71,124;71,124,74,130;72,123,74,124;37,126,39,128;37,125,38,126;39,125,40,126;42,135,50,139;41,128,46,132;44,126,47,128;40,126,43,128;43,126,44,127;47,126,48,127;49,126,54,127;123,126,135,156;122,126,123,140;135,126,138,132;141,140,155,153;140,126,154,139;139,126,140,137;154,126,156,132;156,126,157,127;53,130,55,137;52,127,56,129;70,127,71,130;37,128,38,130;39,128,41,130;46,128,47,131;67,128,69,130;38,129,39,130;52,129,53,132;54,129,55,130;39,130,40,131;67,130,68,132;38,131,39,132;120,131,121,177;39,132,42,134;42,132,43,133;44,132,46,135;135,132,137,135;137,145,140,177;137,134,139,145;138,132,139,134;154,132,155,135;33,133,35,144;35,133,36,137;36,142,41,173;37,133,39,142;46,133,47,135;39,134,41,135;43,134,44,135;51,137,54,139;52,134,53,137;39,135,40,137;50,135,51,138;121,135,122,152;135,135,136,140;54,149,64,163;54,139,56,149;55,136,56,139;67,148,69,177;68,136,69,148;36,137,37,142;39,138,40,140;41,139,46,149;41,138,42,139;136,138,137,149;40,139,41,140;47,139,49,142;50,146,53,162;49,141,53,143;50,139,53,141;140,139,153,140;53,140,54,142;139,142,141,144;140,140,141,142;155,140,156,149;157,140,158,148;40,141,41,142;46,141,47,154;47,142,48,143;156,142,157,143;48,143,52,146;53,143,54,146;33,144,34,149;35,144,36,147;140,144,141,147;49,146,50,148;48,146,49,147;122,146,123,148;47,148,49,155;135,148,136,155;140,148,141,150;34,150,36,152;35,149,36,150;41,150,46,153;41,149,44,150;45,149,46,150;64,149,66,159;140,151,141,155;155,151,156,157;33,153,35,158;33,152,34,153;35,152,36,154;53,152,54,155;122,152,123,156;156,161,158,177;157,152,158,161;43,153,45,157;41,154,43,155;42,153,43,154;45,153,46,155;145,153,151,166;141,153,145,158;151,154,154,161;151,153,153,154;41,157,43,171;41,155,42,157;48,155,49,156;121,155,122,164;133,164,137,177;126,157,137,163;135,156,137,157;136,155,137,156;35,156,36,157;45,157,48,159;46,156,47,157;123,156,134,157;44,165,52,177;45,160,50,165;49,157,50,160;53,157,54,168;123,157,126,159;156,157,157,158;33,158,34,163;" $sPixelRect &= "34,163,36,172;35,158,36,163;43,158,45,161;140,160,144,177;140,158,142,160;144,158,145,160;143,158,144,159;45,159,46,160;48,159,49,160;64,159,65,161;65,160,67,177;66,159,67,160;122,159,123,162;124,159,126,160;142,159,143,160;153,162,156,163;154,159,156,161;123,160,124,164;43,161,44,163;125,161,126,168;153,161,154,162;155,161,156,162;50,162,52,163;64,162,65,168;124,162,125,164;43,164,45,165;44,163,45,164;50,163,51,165;52,163,53,165;54,167,63,174;54,163,61,167;61,163,63,166;129,163,131,168;126,163,129,164;131,163,133,164;134,163,137,164;151,164,154,165;153,163,154,164;155,163,156,165;122,164,123,166;128,164,129,165;131,164,132,165;144,164,145,165;43,165,44,166;121,169,133,177;124,165,125,169;123,165,124,167;126,165,127,168;131,167,133,169;132,165,133,167;151,165,153,166;145,167,155,168;154,165,155,167;62,166,63,167;121,166,122,169;127,166,128,168;145,166,149,167;151,166,152,167;52,167,53,177;122,167,123,169;128,167,129,169;123,168,124,169;145,168,153,170;154,168,155,169;53,169,54,170;64,169,65,171;151,170,156,177;155,169,156,170;42,172,44,177;43,170,44,172;144,171,151,177;144,170,146,171;41,171,42,172;63,171,64,175;33,173,36,177;33,172,34,173;35,172,36,173;36,174,42,177;37,173,40,174;41,173,42,174;53,174,54,177;57,174,61,177;55,174,57,175;61,174,63,175;54,175,55,177;61,176,65,177;64,175,65,176;55,176,57,177" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates5() Func _PixelCoordinates6() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,200x177;66,0,108,45;0,0,46,48;46,0,66,21;145,0,200,41;108,0,145,10;108,10,122,38;122,10,128,12;126,14,141,24;128,12,139,14;129,10,130,12;128,10,129,11;141,10,145,16;139,10,141,12;137,10,139,11;130,11,138,12;122,12,125,17;125,12,127,13;140,12,141,13;125,13,126,14;127,13,128,14;139,13,140,14;125,16,126,24;142,16,145,21;122,17,124,20;141,18,142,21;124,19,125,20;122,20,123,21;46,21,50,25;50,21,53,22;52,22,61,31;55,21,58,22;62,21,66,23;60,21,62,22;123,21,125,23;144,21,145,22;50,22,51,23;122,22,123,23;142,22,143,26;141,22,142,24;50,24,52,32;51,23,52,24;61,24,66,29;61,23,63,24;64,23,66,24;122,24,124,37;124,24,125,28;126,24,127,27;134,24,137,28;131,24,134,25;137,24,141,25;142,29,145,39;143,24,145,29;46,25,49,29;129,26,132,28;133,26,134,28;132,26,133,27;141,26,142,29;128,27,129,28;125,28,126,30;129,28,131,29;46,29,47,31;47,30,50,33;49,29,50,30;61,30,64,32;61,29,63,30;65,29,66,31;64,29,65,30;135,30,137,33;56,31,61,32;63,32,66,34;64,31,65,32;124,31,125,36;129,32,131,33;130,31,131,32;132,31,135,33;137,31,138,33;141,31,142,38;50,32,51,33;62,32,63,33;46,33,48,34;125,33,126,36;134,33,136,34;46,34,47,37;54,34,55,37;53,34,54,35;63,34,64,35;63,37,66,53;64,35,66,37;65,34,66,35;138,34,139,35;55,35,56,36;140,35,141,37;58,36,61,38;125,37,128,38;126,36,127,37;129,36,130,37;137,36,138,37;133,37,136,42;136,37,137,38;46,40,48,47;46,38,47,40;108,38,116,40;116,38,120,39;122,38,125,42;125,38,126,39;128,38,130,41;127,38,128,40;130,38,131,39;140,39,142,42;139,38,141,39;109,43,122,66;116,40,122,43;120,39,122,40;128,49,135,66;132,42,134,49;131,39,133,42;137,39,139,40;143,39,145,40;52,40,53,42;108,40,112,42;112,40,114,41;136,40,138,41;136,76,155,114;140,49,155,76;141,42,145,49;142,40,143,42;55,41,57,42;58,41,59,43;114,41,116,43;143,41,144,42;169,105,200,177;167,41,200,80;155,41,167,48;149,41,155,44;147,41,149,43;146,41,147,42;61,43,63,50;62,42,63,43;108,42,109,43;112,42,114,43;122,42,124,45;134,42,135,43;145,44,149,49;145,43,147,44;152,44,155,46;151,44,152,45;78,45,95,78;69,45,78,56;" $sPixelRect &= "66,45,69,54;95,45,105,53;105,45,107,47;105,101,135,119;108,66,121,101;105,52,109,66;107,46,109,52;108,45,109,46;122,45,123,50;130,46,132,49;131,45,132,46;149,46,152,49;149,45,151,46;59,47,61,48;60,46,61,47;154,46,155,47;52,47,56,49;105,47,106,50;134,47,135,49;152,47,154,49;0,48,25,74;25,48,40,53;40,48,44,50;44,48,45,49;37,90,69,130;37,63,50,84;39,53,49,63;45,49,47,53;46,48,47,49;52,62,67,80;56,51,62,62;58,48,59,51;60,48,61,49;106,48,107,49;129,48,130,49;154,48,155,49;158,48,167,61;157,48,158,58;156,48,157,51;47,49,48,50;52,49,54,50;59,49,60,51;40,50,42,52;42,50,43,51;43,51,45,53;44,50,45,51;48,50,49,53;52,50,53,51;56,50,58,51;60,50,61,51;62,50,63,51;106,50,107,52;155,63,159,82;155,50,156,63;49,51,50,54;55,51,56,52;126,53,128,60;127,51,128,53;41,52,43,53;50,52,53,54;53,53,56,56;54,52,55,53;62,54,66,62;62,52,63,54;25,53,33,57;33,53,37,54;63,53,65,54;95,53,101,56;101,53,103,54;31,63,37,75;33,57,39,63;34,54,35,57;33,54,34,55;36,54,39,57;52,54,53,56;51,54,52,55;68,54,69,55;101,54,102,55;97,66,108,72;100,56,105,66;103,54,105,56;35,55,36,57;67,61,73,77;66,56,70,61;66,55,68,56;102,55,103,56;125,55,126,59;73,56,78,63;72,56,73,60;70,57,72,58;71,56,72,57;95,56,98,62;98,56,99,58;156,56,157,57;25,57,30,64;30,57,32,60;54,59,56,62;55,57,56,59;98,61,100,66;99,57,100,61;32,58,33,63;70,58,71,61;156,58,157,63;71,59,72,61;30,60,31,63;53,60,54,62;139,60,140,76;66,61,67,62;157,61,158,63;161,61,167,69;160,61,161,65;159,61,160,63;95,62,97,68;75,63,78,68;74,63,75,64;25,64,29,68;27,70,31,84;29,65,31,70;30,64,31,65;50,66,52,90;51,64,52,66;73,72,77,88;73,64,74,72;159,71,163,87;159,66,161,68;159,64,160,66;97,65,98,66;129,66,135,67;131,67,132,68;138,67,139,68;25,68,27,71;27,68,28,69;74,69,76,72;74,68,75,69;76,68,78,71;95,68,96,71;159,68,160,71;28,69,29,70;121,69,122,70;138,69,139,70;160,69,161,71;164,69,167,74;163,69,164,71;162,69,163,70;96,72,99,78;96,70,97,72;161,70,162,71;25,71,26,72;77,71,78,73;22,77,27,91;25,74,27,77;26,72,27,74;95,72,96,75;103,72,105,84;99,72,103,77;105,72,107,74;" $sPixelRect &= "163,80,167,95;163,75,165,80;163,73,164,75;0,74,16,90;16,74,22,78;22,74,24,76;105,74,106,76;121,78,136,101;121,75,123,78;121,74,122,75;166,74,167,78;165,74,166,76;31,75,34,79;34,75,35,77;77,80,80,95;77,75,78,80;22,76,23,77;24,76,25,77;9,104,36,177;30,86,37,103;33,80,37,86;34,78,36,80;35,76,36,78;123,76,126,78;70,77,73,82;68,78,70,79;69,77,70,78;102,77,103,79;126,77,129,78;130,77,136,78;16,78,20,82;20,78,21,79;85,78,95,90;81,78,85,83;80,78,81,82;79,78,80,79;96,78,98,79;107,78,108,101;165,78,166,80;18,85,22,97;20,82,22,85;21,79,22,82;31,79,33,80;68,81,70,86;67,79,69,81;78,79,79,80;96,79,97,81;31,80,32,83;52,80,66,90;173,80,200,105;169,80,173,86;168,80,169,83;67,81,68,82;100,81,101,82;16,82,19,84;31,84,33,86;32,82,33,84;66,83,68,90;66,82,67,83;72,82,73,86;70,83,72,84;71,82,72,83;157,82,159,84;156,82,157,83;167,87,170,99;167,82,168,87;19,83,20,85;72,113,104,145;73,97,89,101;80,86,83,97;80,83,81,86;83,83,85,87;81,84,83,85;82,83,83,84;155,98,164,122;155,86,158,98;155,83,156,86;16,84,18,85;25,92,30,104;27,87,30,89;27,84,30,86;38,84,50,90;70,86,72,93;70,84,71,86;101,85,104,87;103,84,104,85;102,88,106,97;105,84,106,88;156,84,157,86;158,84,159,85;16,85,17,87;81,85,82,86;168,85,169,87;27,86,29,87;68,87,70,88;69,86,70,87;171,86,173,91;170,86,171,88;15,91,18,101;16,88,18,91;17,87,18,88;84,87,85,88;95,89,102,97;98,87,99,89;101,87,102,88;104,87,105,88;161,87,163,91;160,87,161,89;68,88,69,90;71,93,76,95;72,89,74,93;72,88,73,89;75,88,77,92;74,88,75,90;83,89,85,97;83,88,84,89;95,88,96,89;158,90,160,98;158,88,159,90;28,89,30,92;0,90,10,98;10,90,14,93;14,90,15,91;27,90,28,92;89,90,95,97;87,90,89,94;86,90,87,91;170,90,171,96;22,91,25,94;25,91,26,92;74,91,75,93;85,91,86,97;162,91,163,92;172,91,173,93;69,96,72,115;69,92,70,96;76,92,77,93;106,92,107,101;160,94,162,98;160,92,161,94;10,93,12,96;12,93,13,94;12,95,15,99;13,94,15,95;14,93,15,94;162,93,163,95;171,93,172,95;22,94,24,95;70,94,71,96;72,95,77,97;76,94,77,95;86,94,87,97;88,94,89,95;22,95,23,96;22,97,25,104;23,96,25,97;24,95,25,96;" $sPixelRect &= "79,95,80,97;78,95,79,96;87,95,88,97;163,95,164,97;165,95,167,98;172,95,173,97;10,96,11,97;77,96,78,97;88,96,89,97;164,96,165,99;10,98,12,99;11,97,12,98;18,97,20,99;20,97,21,98;72,97,73,100;91,97,96,99;90,97,91,98;96,97,97,98;99,97,105,101;162,97,163,98;170,97,171,104;0,98,6,102;6,98,8,100;8,98,9,99;19,100,22,104;20,99,22,100;21,98,22,99;89,98,90,101;165,98,166,102;14,99,15,100;18,99,19,100;90,99,91,100;167,99,169,101;6,100,7,101;96,100,98,101;166,100,167,104;171,100,172,105;15,101,17,102;17,102,19,104;18,101,19,102;73,102,84,113;73,101,83,102;85,101,89,103;84,101,85,102;135,101,136,117;164,106,167,118;164,101,165,106;168,101,170,102;0,102,3,105;3,102,4,103;8,102,10,103;12,102,16,103;90,103,101,106;93,102,96,103;97,102,98,103;99,102,100,103;101,102,103,105;167,103,169,107;167,102,168,103;7,103,9,104;12,103,14,104;16,103,17,104;30,103,36,104;84,105,87,113;84,103,85,105;87,103,89,105;86,103,87,104;103,103,105,105;165,103,166,106;169,103,170,105;0,107,9,177;7,104,8,107;85,104,86,105;88,105,90,106;89,104,90,105;0,105,2,106;3,105,4,106;8,105,9,107;100,106,104,113;103,105,104,106;0,106,1,107;6,106,7,107;87,107,98,113;87,106,88,107;93,106,94,107;98,106,99,107;104,106,105,108;168,107,169,113;98,108,100,113;154,131,169,177;166,119,169,131;167,111,168,119;104,113,105,121;143,114,155,122;139,114,143,118;138,114,139,116;137,114,138,115;69,115,71,128;134,125,149,149;114,119,140,122;136,116,138,119;136,115,137,116;138,117,139,119;168,117,169,119;141,118,143,120;140,118,141,119;164,118,166,120;104,138,115,177;104,122,113,138;105,119,112,121;111,121,113,122;112,120,113,121;135,122,144,125;140,120,141,122;142,120,143,121;164,120,165,121;105,121,109,122;141,121,142,122;162,123,166,131;164,122,166,123;165,121,166,122;119,122,132,156;115,122,119,139;113,127,115,132;114,122,115,127;132,122,134,131;150,122,156,130;145,122,150,124;156,122,161,124;161,122,162,123;71,123,72,127;144,123,145,125;145,124,146,125;156,124,158,126;158,124,159,125;159,125,162,131;160,124,162,125;149,125,150,126;" $sPixelRect &= "36,126,37,127;156,126,157,128;157,128,159,131;158,126,159,128;69,128,70,129;71,128,72,143;68,131,71,133;70,129,71,131;36,146,41,177;36,134,40,142;36,131,39,134;36,130,37,131;46,130,65,142;41,139,44,145;42,130,46,136;39,130,42,133;38,130,39,131;67,130,68,132;65,130,67,131;68,130,69,131;149,130,155,131;156,130,157,131;65,131,66,136;132,131,133,134;137,149,154,177;149,132,154,149;149,131,152,132;113,132,114,138;40,133,42,134;66,133,67,136;70,133,71,134;133,133,134,138;67,135,69,138;67,134,68,135;69,134,70,135;40,135,42,137;42,136,43,139;44,136,46,138;132,136,133,143;40,137,41,139;43,137,44,139;60,144,71,162;65,139,67,144;65,137,66,139;45,138,46,139;69,138,70,140;68,138,69,139;115,142,119,144;116,139,119,142;67,140,68,144;42,145,55,152;44,142,53,145;44,141,45,142;36,142,39,146;40,142,41,144;56,146,60,153;57,142,60,146;54,142,57,145;60,142,65,144;68,142,69,144;133,142,134,145;53,143,54,145;69,143,70,144;39,144,40,146;115,155,119,177;115,147,117,155;115,144,116,147;117,144,119,148;124,156,135,167;132,148,134,156;132,144,133,148;75,145,104,177;73,145,75,149;55,146,56,150;71,151,74,157;71,147,72,151;41,148,42,150;118,148,119,149;74,149,75,152;117,149,118,155;134,150,137,154;135,149,137,150;72,150,73,151;41,160,44,166;41,152,42,160;45,159,55,171;47,152,52,159;43,152,46,157;46,152,47,154;54,152,56,157;52,152,54,154;42,153,43,155;57,153,60,156;53,154,54,155;134,154,135,156;136,154,137,157;56,155,57,157;52,156,53,159;56,159,60,163;57,156,58,159;59,156,60,157;121,156,124,159;120,156,121,157;43,157,45,158;53,158,56,159;54,157,55,158;58,157,59,159;71,157,73,159;70,164,75,172;73,158,75,164;74,157,75,158;119,157,120,177;135,157,136,163;43,158,44,159;59,158,60,159;44,159,45,162;55,159,56,160;71,159,72,161;120,161,122,166;120,159,121,161;123,159,124,163;122,159,123,161;71,162,73,164;72,160,73,162;60,165,68,174;61,162,70,165;60,162,61,163;121,167,125,170;122,162,123,167;55,167,60,174;55,163,56,167;57,163,58,164;133,168,137,177;136,163,137,168;123,164,124,167;44,165,45,170;" $sPixelRect &= "68,165,69,167;41,166,43,177;57,166,60,167;69,166,70,170;120,166,121,167;134,167,136,168;135,166,136,167;125,169,129,171;128,167,129,169;130,167,132,169;132,167,133,168;125,168,127,169;129,168,130,169;130,169,131,170;129,171,133,177;131,170,133,171;132,169,133,170;68,170,69,177;120,171,123,177;120,170,121,171;122,170,125,171;129,170,130,171;46,171,53,175;54,171,55,177;53,171,54,174;69,171,70,173;43,172,46,173;71,172,75,177;123,172,129,177;43,174,45,177;43,173,44,174;45,173,46,174;69,174,71,177;70,173,71,174;55,174,56,177;59,174,66,175;45,175,47,177;47,176,54,177;49,175,50,176;52,175,54,176;56,175,59,177;65,175,68,177;59,176,65,177" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates6() Func _PixelCoordinates7() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,200x177;70,0,114,30;0,0,49,42;49,0,70,16;148,0,200,35;114,0,134,3;140,0,148,4;131,5,142,16;136,0,140,3;134,0,136,2;114,14,124,28;114,3,127,11;128,6,131,15;127,3,131,5;132,3,138,5;131,4,132,5;138,4,141,5;144,4,148,12;143,4,144,7;142,4,143,5;127,5,128,9;129,5,131,6;142,6,143,17;114,11,123,14;123,11,124,12;125,12,128,14;127,11,128,12;143,13,146,16;143,12,144,13;147,12,148,14;146,12,147,13;127,14,128,15;146,14,147,16;124,15,126,27;126,15,127,17;128,15,130,16;49,16,53,24;53,16,55,18;55,16,56,17;65,16,70,18;63,16,65,17;127,17,129,19;128,16,129,17;136,16,139,20;134,16,136,19;139,16,140,19;143,16,145,17;144,23,148,31;145,17,148,23;147,16,148,17;55,18,66,27;56,17,64,18;131,17,132,20;53,18,54,20;68,18,70,28;67,18,68,19;132,18,134,20;143,18,144,20;53,22,55,28;54,19,55,22;66,19,67,24;127,19,128,21;130,19,131,20;132,22,134,23;134,23,140,25;135,22,136,23;137,22,139,23;126,23,127,25;132,23,133,25;49,26,53,27;50,24,51,26;49,24,50,25;67,24,68,26;142,25,144,29;143,24,144,25;51,25,53,26;136,25,137,26;65,27,68,29;66,26,67,27;50,27,53,28;61,27,65,28;127,27,129,30;49,28,50,30;68,28,69,29;114,28,119,29;119,29,126,34;124,28,127,29;135,29,138,32;136,28,137,29;66,29,67,30;65,33,93,49;67,30,108,33;69,29,70,30;126,29,127,31;129,29,130,31;134,29,135,30;141,30,143,35;141,29,142,30;143,29,144,30;57,30,59,32;108,30,110,31;105,70,141,110;110,34,122,70;112,30,119,34;130,30,132,31;66,31,67,33;108,31,109,32;110,31,112,34;130,31,131,32;128,43,137,50;132,36,135,43;133,32,136,34;133,31,135,32;138,31,139,32;139,64,162,70;142,46,156,64;143,34,147,46;143,31,144,34;146,31,148,33;145,31,146,32;57,32,58,33;62,32,64,34;104,37,110,51;108,33,110,37;109,32,110,33;136,32,137,33;144,32,145,34;93,33,103,39;103,33,106,36;106,33,107,35;140,33,141,34;145,33,146,34;147,33,148,34;107,34,108,37;122,34,124,42;124,34,125,37;134,34,136,35;49,36,51,38;49,35,50,36;133,35,135,36;147,37,151,46;147,35,148,37;165,35,200,71;157,35,165,53;151,39,154,46;152,35,157,38;151,35,152,37;150,35,151,36;55,36,57,37;103,36,104,38;" $sPixelRect &= "105,36,107,37;141,36,142,37;148,36,149,37;59,37,60,38;61,37,62,39;49,38,50,40;37,76,67,122;57,52,70,74;64,38,65,52;130,40,132,43;131,38,132,40;135,38,136,43;151,38,152,39;155,38,157,42;154,38,155,40;153,38,154,39;93,39,99,42;99,39,102,40;98,43,104,54;101,40,104,43;103,39,104,40;142,39,143,40;62,41,64,44;63,40,64,41;99,40,100,41;99,42,101,43;100,41,101,42;129,41,130,43;154,41,155,46;0,42,29,60;32,53,51,68;38,42,39,53;29,42,37,48;37,42,38,47;39,42,45,45;42,46,49,53;46,42,47,46;45,42,46,44;47,42,48,43;48,43,50,44;49,42,50,43;93,42,96,44;96,42,98,43;122,42,123,54;156,42,157,43;55,43,58,45;58,43,59,44;155,43,156,46;47,44,49,46;50,44,51,45;54,44,55,46;58,46,64,52;60,44,62,46;63,44,64,45;93,44,95,45;94,46,98,55;96,44,98,46;39,45,43,46;45,45,46,46;55,45,56,46;59,45,60,46;62,45,63,46;93,45,94,46;95,45,96,46;126,46,128,50;127,45,128,46;50,47,53,50;50,46,52,47;39,47,42,53;54,48,58,51;57,47,58,48;92,53,94,59;93,47,94,53;29,48,34,50;34,48,35,49;35,49,38,53;36,48,38,49;49,48,50,53;53,48,54,50;65,49,67,52;77,49,91,70;71,49,77,53;69,49,71,51;68,49,69,50;91,49,92,54;29,50,32,54;32,50,33,51;33,51,35,53;34,50,35,51;50,50,51,53;67,50,68,52;127,50,130,51;131,50,137,59;68,51,69,52;70,51,71,52;104,51,109,52;104,52,106,54;106,53,109,57;108,52,109,53;130,52,131,57;139,52,140,54;140,57,142,64;141,52,142,57;70,63,76,84;70,55,73,63;70,53,71,55;74,53,77,59;73,53,74,56;72,53,73,54;156,55,158,64;156,53,157,55;159,53,165,59;158,53,159,55;29,54,31,57;51,61,57,76;55,56,57,61;56,54,57,56;71,54,72,55;102,54,104,56;104,54,105,55;108,59,110,70;109,54,110,59;94,55,96,56;105,55,106,58;139,55,141,56;28,61,32,76;30,58,32,61;31,56,32,58;94,56,95,57;103,56,104,57;139,56,140,59;29,57,30,58;106,57,108,61;53,59,55,61;54,58,55,59;73,58,74,63;83,70,102,90;91,59,93,70;91,58,92,59;29,59,30,61;76,59,77,65;75,59,76,62;95,59,96,60;97,59,98,60;100,59,101,60;132,59,136,61;136,59,137,60;161,59,165,62;160,59,161,60;0,60,19,78;19,60,26,67;26,60,28,61;51,60,52,61;104,61,107,64;104,60,106,61;158,61,161,64;158,60,160,61;" $sPixelRect &= "26,61,27,66;74,61,75,63;98,61,99,63;106,66,108,70;107,62,108,66;163,62,165,66;162,62,163,64;102,63,104,79;93,65,102,70;101,63,102,65;95,64,96,65;104,64,106,67;122,66,128,70;122,65,124,66;131,66,139,70;137,65,139,66;0,104,34,177;27,83,35,104;23,70,28,83;26,67,28,70;27,66,28,67;145,77,169,106;141,70,165,77;162,66,163,70;164,66,165,68;19,67,24,69;24,67,25,68;76,79,79,95;76,67,77,79;104,67,105,73;128,67,131,70;24,69,26,70;25,68,26,69;32,68,35,71;35,68,36,69;37,68,51,76;163,68,164,70;19,69,22,72;22,69,23,70;30,79,37,82;34,72,36,79;35,70,36,72;79,70,83,80;78,70,79,78;17,83,24,91;20,75,23,83;21,73,23,75;22,71,23,73;32,71,34,72;167,109,200,177;176,71,200,109;169,71,176,77;166,71,169,73;19,72,21,73;32,72,33,74;165,72,166,77;19,73,20,76;168,73,169,75;167,73,168,74;32,76,34,79;33,74,34,76;57,74,66,76;66,74,67,75;68,74,70,77;166,74,167,77;167,75,168,77;28,76,30,80;30,76,31,78;77,76,78,79;102,92,105,110;102,84,105,87;104,76,105,84;31,77,32,79;69,77,70,79;141,77,145,102;172,77,176,82;170,77,172,79;0,78,13,91;13,78,16,84;16,78,18,80;18,79,20,83;19,78,20,79;169,80,171,88;169,78,170,80;102,79,103,84;171,79,172,80;16,80,17,81;28,80,29,82;67,91,71,106;67,83,69,91;67,80,68,83;79,81,83,84;80,80,83,81;17,81,18,83;171,81,172,83;29,82,36,83;174,82,176,86;173,82,174,84;24,83,26,87;26,83,27,85;35,83,36,92;13,84,15,85;14,88,17,93;15,85,17,88;16,84,17,85;72,84,76,88;71,84,72,86;79,89,83,101;79,85,81,89;79,84,80,85;82,84,83,88;81,84,82,86;13,85,14,88;69,85,70,91;22,91,27,104;25,88,27,91;26,86,27,88;171,86,172,89;175,86,176,88;24,87,25,88;81,87,82,89;103,87,105,92;34,129,40,177;34,108,37,110;36,88,37,108;71,89,73,92;71,88,72,89;74,88,76,92;73,88,74,90;170,88,171,89;173,88,174,91;172,88,173,89;24,89,25,91;13,90,14,93;88,90,99,102;85,90,88,96;83,92,85,94;84,90,85,92;99,90,101,97;101,90,102,93;172,90,173,93;174,90,175,92;0,91,9,97;9,91,12,93;17,91,21,93;71,103,80,115;72,94,76,103;72,92,74,94;73,91,74,92;169,92,171,99;169,91,170,92;12,92,13,93;75,92,76,93;171,92,172,97;171,98,176,109;" $sPixelRect &= "173,93,176,98;173,92,174,93;9,93,11,94;17,93,19,96;16,93,17,94;19,93,20,94;19,95,22,104;20,94,22,95;21,93,22,94;74,93,75,94;9,94,10,95;71,94,72,95;83,95,85,103;83,94,84,95;78,95,79,99;76,96,78,97;77,95,78,96;100,99,102,110;101,95,102,99;12,99,19,104;15,96,17,98;17,96,18,97;87,96,88,100;85,97,87,98;86,96,87,97;0,97,6,101;6,97,8,98;11,97,15,98;16,98,19,99;18,97,19,98;76,98,78,103;76,97,77,98;99,97,100,100;172,97,173,98;6,98,7,100;11,98,12,99;85,98,86,102;169,99,170,106;10,100,11,101;78,100,79,103;86,100,87,102;0,101,4,104;4,101,5,102;7,102,10,103;8,101,9,102;11,101,12,104;71,101,72,102;80,101,83,103;79,102,80,103;91,102,99,104;89,102,91,103;143,102,145,104;142,102,143,103;10,103,11,104;80,106,86,117;82,103,83,106;81,103,82,104;34,104,35,108;80,104,81,106;83,104,84,105;85,104,86,106;96,104,99,106;94,104,96,105;138,134,167,177;140,118,149,134;141,108,147,118;142,105,144,108;142,104,143,105;144,104,145,105;81,105,82,106;86,108,95,118;88,105,91,108;86,105,88,106;98,107,100,109;99,105,100,107;67,106,70,118;91,106,94,107;144,106,145,108;152,106,159,116;148,106,152,109;147,106,148,108;146,106,147,107;159,114,167,134;164,106,165,114;159,106,164,110;165,106,169,107;169,107,171,109;170,106,171,107;86,107,88,108;91,107,92,108;94,107,96,108;145,107,146,108;165,107,167,108;70,108,71,114;93,139,117,177;92,118,114,129;95,110,99,118;95,109,98,110;96,108,97,109;165,108,166,109;168,108,169,109;99,109,100,110;147,110,150,115;147,109,149,110;151,109,152,111;150,109,151,110;34,111,37,115;34,110,35,111;36,110,37,111;119,110,136,146;115,110,119,128;99,115,115,118;99,112,115,114;114,110,115,112;113,110,114,111;136,110,140,121;140,110,141,112;159,110,161,113;161,110,162,111;165,110,167,114;99,111,113,112;150,111,151,113;162,111,164,114;160,113,162,114;161,112,162,113;150,116,156,122;150,114,152,116;151,113,152,114;99,114,113,115;114,114,115,115;35,115,37,129;73,115,80,118;72,115,73,116;147,115,149,118;70,116,71,120;156,116,158,119;81,117,86,118;67,119,70,122;67,118,69,119;75,118,77,119;" $sPixelRect &= "88,118,92,122;87,118,88,119;114,118,115,120;155,123,159,134;157,120,159,123;158,118,159,120;156,119,157,120;72,121,73,122;57,143,93,177;83,127,91,135;84,123,87,127;84,121,86,123;136,121,138,139;138,121,139,128;34,122,35,127;41,122,55,133;37,122,41,128;57,122,64,132;55,122,57,130;64,122,65,123;66,122,69,123;70,122,71,123;90,122,92,125;89,122,90,123;150,122,155,123;156,122,157,123;76,123,78,125;78,123,79,124;149,124,155,134;149,123,151,124;64,124,66,125;64,127,83,134;80,125,84,127;81,124,82,125;83,124,84,125;64,125,65,127;70,125,73,127;75,125,77,126;87,126,90,127;89,125,90,126;91,125,92,127;94,131,119,134;114,125,115,131;138,129,140,130;139,125,140,129;68,126,70,127;73,126,74,127;75,126,76,127;79,126,80,127;34,128,35,129;38,128,39,129;40,128,41,129;116,128,119,131;85,135,94,137;91,131,93,135;91,129,92,131;93,129,114,131;139,130,140,134;56,134,61,143;56,132,58,134;61,132,62,134;60,132,61,133;42,140,50,154;45,133,51,140;41,133,45,135;51,134,54,140;52,133,55,134;58,133,60,134;62,133,64,134;93,133,94,135;67,134,75,143;95,134,116,139;118,134,119,142;117,134,118,138;42,135,43,138;41,135,42,136;61,135,67,143;75,135,83,143;84,135,85,136;83,137,86,143;83,136,84,137;43,137,44,140;88,137,92,142;87,137,88,140;86,137,87,138;92,137,93,140;94,137,95,139;116,137,117,139;44,139,45,140;86,139,87,143;136,139,137,145;50,140,52,152;53,140,54,143;92,141,93,143;117,153,121,166;117,145,119,153;117,141,118,145;54,143,57,147;54,142,56,143;88,142,90,143;134,157,138,177;137,143,138,157;123,146,131,160;121,146,123,154;120,146,121,149;131,146,135,150;135,146,136,149;54,147,55,153;55,153,57,159;56,147,57,153;119,148,120,153;131,150,133,158;133,150,134,151;40,160,44,170;40,151,41,160;51,152,52,153;135,152,136,155;50,153,51,154;53,153,54,158;133,153,134,154;45,155,51,168;43,154,50,155;122,154,123,159;43,155,45,159;134,155,135,156;135,156,137,157;136,155,137,156;42,156,43,158;133,156,134,157;41,158,42,160;131,158,132,159;132,159,134,177;133,158,134,159;42,159,43,160;44,159,45,160;51,161,54,174;" $sPixelRect &= "51,159,52,161;56,159,57,162;121,160,129,162;121,159,122,160;52,160,53,161;129,160,130,161;131,160,132,164;54,162,56,165;121,162,122,164;124,162,129,167;55,166,57,177;56,164,57,166;122,164,124,168;130,164,131,170;129,164,130,167;54,165,55,167;117,166,120,177;121,169,129,171;128,167,129,169;45,168,46,171;46,169,50,175;47,168,51,169;121,168,123,169;124,168,126,169;129,168,130,169;50,169,51,171;54,169,55,171;40,171,44,177;40,170,43,171;129,170,130,171;120,172,132,177;130,171,132,172;131,170,132,171;120,171,121,172;123,171,125,172;44,174,46,177;45,172,46,174;44,172,45,173;50,172,51,177;54,172,55,173;51,174,53,175;53,175,55,177;54,174,55,175;48,175,50,177;46,176,48,177;51,176,53,177" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates7() Func _PixelCoordinates8() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,200x177;72,0,111,34;0,0,51,42;51,0,72,15;149,0,200,34;111,0,134,4;131,5,144,17;134,0,149,3;133,4,142,5;137,3,138,4;144,3,149,6;141,3,144,4;111,4,125,29;125,4,129,12;129,4,132,5;143,4,144,5;129,5,130,7;128,12,131,16;130,6,131,12;147,6,149,12;146,6,147,11;144,7,146,8;145,6,146,7;144,11,146,18;144,8,145,11;125,12,126,13;127,12,128,15;146,13,149,16;146,12,148,13;51,15,57,18;56,18,68,26;58,15,59,18;57,15,58,16;67,15,72,17;64,15,67,16;118,31,128,39;125,21,128,28;125,16,127,21;125,15,126,16;59,16,65,18;127,16,128,19;129,16,131,20;145,22,149,30;145,19,149,21;146,16,147,19;57,17,58,18;65,17,68,18;69,17,72,25;136,17,141,20;133,17,136,18;141,17,142,18;147,17,149,19;51,18,54,25;54,18,55,20;55,19,56,28;128,19,129,21;133,19,136,22;138,20,142,21;141,19,142,20;68,20,69,22;129,20,130,23;132,20,133,21;137,24,142,26;139,21,140,24;146,21,149,22;140,23,141,24;128,24,129,26;133,25,135,26;134,24,135,25;51,25,52,27;53,25,55,28;62,26,71,27;68,25,69,26;70,25,72,26;136,25,137,26;51,28,53,30;52,26,53,28;56,26,58,27;137,26,140,27;142,26,143,28;144,26,145,29;56,27,57,28;68,27,71,28;128,28,131,31;129,27,130,28;68,34,103,47;69,29,72,34;71,28,72,29;125,28,126,31;133,28,134,30;60,29,62,31;111,29,119,31;119,29,122,30;126,29,128,31;131,29,132,32;135,29,136,30;143,30,145,36;143,29,144,30;51,30,52,41;62,30,63,31;122,30,125,31;132,30,133,33;136,30,141,33;147,30,149,33;146,30,147,31;60,31,61,32;65,31,67,33;68,31,69,34;111,31,113,32;128,31,129,34;133,31,134,33;135,31,136,34;145,32,147,38;145,31,146,32;111,32,112,33;109,65,161,103;107,41,126,53;112,33,118,41;113,32,118,33;136,33,138,37;138,33,139,35;142,33,143,35;148,33,149,34;103,34,108,39;108,34,110,37;110,35,112,41;111,34,112,35;147,35,150,40;147,34,148,35;163,34,200,76;155,34,163,39;152,34,155,36;150,34,152,35;52,35,53,39;61,35,62,36;53,36,54,37;59,36,60,37;62,36,63,37;64,37,66,38;65,36,66,37;131,44,140,50;134,38,138,44;135,36,136,38;144,36,145,38;148,40,156,45;150,37,153,40;150,36,151,37;154,36,155,38;153,36,154,37;65,40,68,44;67,37,68,40;" $sPixelRect &= "108,37,109,38;136,37,137,38;108,39,110,41;109,38,110,39;153,38,154,40;66,39,67,40;103,39,107,41;118,39,127,41;159,39,163,53;157,39,159,42;156,39,157,40;51,42,53,45;52,40,53,42;55,40,56,42;132,42,134,44;133,40,134,42;138,40,139,44;103,41,105,44;105,41,106,42;126,41,127,49;144,41,145,43;148,46,157,65;156,41,157,46;0,42,31,63;31,42,43,46;43,42,50,44;58,42,62,44;101,49,107,61;105,44,107,49;106,42,107,44;141,42,142,43;145,42,147,43;158,42,159,45;39,76,71,116;40,48,55,76;48,44,51,48;50,43,51,44;53,43,54,44;57,43,58,45;60,55,76,76;62,45,67,55;63,44,65,45;64,43,65,44;139,43,140,44;147,43,148,44;43,44,46,45;54,44,55,48;58,44,60,45;67,44,68,46;66,44,67,45;103,44,104,45;157,44,158,46;45,45,48,48;51,45,52,48;58,45,59,46;103,46,105,49;104,45,105,46;148,45,150,46;151,45,156,46;31,46,37,50;37,46,40,47;42,46,45,48;55,46,56,49;61,46,62,47;130,46,131,49;142,46,143,47;37,47,38,48;39,47,42,48;52,47,53,48;56,47,59,50;59,48,61,50;60,47,61,48;67,49,70,55;67,47,68,49;79,73,98,97;78,47,96,73;72,47,78,50;70,47,72,49;69,47,70,48;96,47,100,51;100,47,102,48;145,52,148,65;147,47,148,52;34,54,40,68;37,50,40,54;38,48,40,50;68,48,69,49;100,48,101,49;102,48,103,49;135,50,141,60;140,48,141,50;143,49,145,53;142,49,143,51;31,50,35,53;35,50,36,51;58,50,60,51;70,51,73,55;70,50,72,51;74,50,78,53;73,50,74,51;126,50,128,52;132,50,133,51;133,51,135,57;134,50,135,51;157,50,159,53;36,51,37,54;96,51,98,56;98,51,99,53;98,55,101,63;99,53,101,55;100,51,101,53;145,51,146,52;61,52,62,55;73,52,74,55;31,53,33,57;33,53,34,55;35,53,36,54;74,53,75,55;76,53,78,57;107,53,111,58;111,53,112,56;113,53,124,65;124,53,126,57;161,53,163,67;160,53,161,60;75,54,76,55;141,54,145,58;157,54,159,65;55,62,60,76;58,58,60,62;59,56,60,58;96,56,97,61;31,57,32,61;28,68,36,77;32,60,34,68;33,57,34,60;77,57,78,59;111,59,113,65;112,57,113,59;124,57,125,62;134,57,135,59;107,58,109,61;109,58,110,59;142,58,143,65;141,58,142,61;71,76,77,104;76,64,78,70;76,59,77,64;97,59,98,68;143,62,145,65;143,59,145,61;159,59,160,61;55,60,56,62;57,60,58,62;" $sPixelRect &= "136,60,138,61;139,60,141,61;101,61,103,62;105,61,108,63;104,61,105,62;144,61,145,62;30,64,32,68;31,62,32,64;101,62,102,63;110,62,111,65;0,108,27,177;0,63,24,98;24,63,28,69;28,63,30,64;98,63,100,64;106,63,107,64;124,63,125,65;140,63,142,65;159,63,160,65;28,64,29,66;98,64,99,65;125,64,127,65;134,64,140,65;29,66,30,68;106,66,107,68;103,67,104,69;103,83,109,107;107,71,109,83;108,67,109,71;162,67,163,75;36,68,38,70;24,69,27,72;96,69,97,73;99,69,100,71;104,69,105,70;36,70,37,71;76,70,77,76;25,78,33,88;26,73,28,78;27,71,28,73;24,72,26,74;98,74,103,84;100,72,101,74;103,72,104,73;78,73,79,87;105,73,107,74;161,84,168,106;161,76,163,84;161,73,162,76;24,74,25,80;77,74,78,78;103,74,105,78;105,74,106,76;105,77,107,83;106,75,107,77;169,110,200,177;176,76,200,110;169,76,176,83;164,76,169,77;28,77,35,78;163,77,165,79;168,77,169,80;167,77,168,78;33,78,35,80;103,78,104,81;165,78,166,79;104,79,105,83;33,80,34,87;38,80,39,83;163,81,166,84;163,80,165,81;167,81,168,82;166,82,167,84;24,88,31,96;24,83,25,88;172,83,176,88;171,83,172,86;170,83,171,84;77,89,79,104;77,84,78,89;98,84,101,90;101,84,102,86;168,88,172,99;168,84,169,88;35,100,39,125;37,90,39,100;38,85,39,90;90,109,116,177;99,95,103,109;101,89,103,95;102,86,103,89;169,86,171,88;31,88,32,94;174,88,176,92;173,88,174,90;98,90,100,93;172,92,174,96;172,90,173,92;100,92,101,95;175,92,176,94;98,93,99,96;36,94,37,100;174,94,175,95;31,95,32,96;172,99,176,110;174,96,176,99;175,95,176,96;24,96,27,97;30,96,31,99;172,96,173,98;24,97,25,98;84,97,90,116;80,97,84,105;90,97,97,105;97,97,98,99;173,97,174,99;0,98,23,108;97,103,99,107;98,99,99,103;168,99,170,100;168,100,169,101;171,100,172,110;27,102,30,105;26,101,28,102;170,101,171,104;169,101,170,102;167,106,170,108;168,102,169,106;24,103,25,105;33,110,35,125;34,103,35,110;121,103,139,132;109,103,121,107;139,103,141,106;140,128,169,177;152,114,158,120;151,103,161,110;147,103,151,106;141,104,147,105;146,103,147,104;25,104,26,106;73,104,74,114;71,104,73,106;74,104,75,105;78,104,79,107;169,104,170,106;" $sPixelRect &= "23,105,24,108;28,105,31,109;75,106,77,111;76,105,77,106;79,105,80,107;81,105,84,106;90,105,96,109;141,108,149,128;141,105,146,108;24,106,25,108;26,106,27,108;31,106,32,109;71,106,72,114;74,106,75,107;80,106,81,109;139,106,140,123;146,106,147,108;149,110,151,117;149,106,151,109;148,106,149,107;158,110,167,118;161,106,165,110;27,107,28,108;96,107,97,109;97,108,99,109;98,107,99,108;103,107,104,109;117,107,121,122;114,107,117,108;147,107,148,108;170,107,171,110;77,111,80,123;77,108,78,111;81,108,82,109;104,108,115,109;116,108,117,114;167,108,169,111;27,126,37,177;27,110,32,123;27,109,28,110;32,109,33,113;78,109,79,111;82,110,84,115;83,109,84,110;149,109,150,110;165,109,167,110;72,110,73,113;74,111,76,114;74,110,75,111;153,110,158,114;151,111,153,113;152,110,153,111;167,111,168,113;81,112,82,114;168,112,169,114;151,113,152,115;74,114,75,116;58,131,90,177;80,117,87,123;80,114,81,117;71,115,73,117;81,115,83,117;116,115,117,118;167,115,168,117;41,135,52,146;41,116,55,134;39,116,41,126;55,116,56,128;59,116,66,125;58,116,59,122;57,116,58,119;66,116,70,119;70,116,71,118;71,123,77,129;75,119,77,122;76,116,77,119;83,116,84,117;87,116,90,118;85,116,87,117;150,120,156,125;150,118,152,120;151,116,152,118;158,119,169,128;168,116,169,119;70,119,73,122;71,117,72,119;149,117,150,119;72,118,74,119;88,118,90,120;159,118,160,119;166,118,168,119;66,119,67,124;84,123,89,127;87,119,88,123;32,120,33,125;89,120,90,121;140,120,141,128;156,120,157,123;56,127,60,129;57,121,58,127;67,121,68,123;72,122,74,123;73,121,74,122;88,121,89,123;116,141,123,177;116,128,120,141;116,123,118,128;116,121,117,123;157,121,158,128;68,122,71,123;76,122,77,123;119,122,121,127;118,122,119,124;149,122,150,126;27,123,31,126;68,123,69,124;80,125,83,131;79,124,82,125;80,123,81,124;83,123,84,126;82,123,83,124;67,125,71,130;69,124,71,125;77,125,79,128;77,124,78,125;31,125,32,126;35,125,36,126;58,125,59,127;61,125,65,128;59,126,61,127;60,125,61,126;150,125,154,127;154,125,155,126;155,126,157,128;156,125,157,126;" $sPixelRect &= "37,127,40,134;37,126,39,127;40,126,41,127;65,126,67,130;79,126,80,127;87,128,90,131;89,126,90,128;118,126,119,128;85,127,87,129;84,127,85,128;87,127,88,128;120,127,121,129;149,127,150,128;153,127,155,128;57,129,62,131;60,128,61,129;63,128,65,130;62,128,63,129;78,128,80,131;83,128,84,131;76,129,78,131;84,129,85,131;139,129,140,177;62,130,63,131;70,130,76,131;85,130,87,131;56,132,58,133;57,131,58,132;120,135,122,141;120,131,121,135;127,132,135,154;123,132,127,143;122,132,123,137;135,132,138,145;138,132,139,136;56,133,57,136;37,134,39,136;42,134,55,135;39,135,41,142;52,135,55,144;37,136,38,138;55,155,58,168;57,136,58,155;38,137,39,140;37,153,42,177;37,142,39,153;37,139,38,142;56,139,57,140;138,141,139,144;40,142,41,143;39,144,41,146;39,143,40,144;123,144,127,146;124,143,127,144;51,148,55,155;52,146,55,148;54,145,55,146;135,145,137,146;39,146,40,147;43,146,48,155;42,146,43,154;41,146,42,150;46,155,54,167;48,146,50,152;51,146,52,147;123,151,126,164;123,147,125,151;123,146,124,147;126,146,127,152;125,146,126,148;135,146,136,148;40,147,41,148;39,149,41,153;39,148,40,149;135,149,136,163;49,152,51,155;50,150,51,152;56,150,57,155;136,151,137,155;126,155,134,157;126,153,127,155;128,154,135,155;137,155,139,177;138,154,139,155;42,162,45,177;42,155,43,162;44,155,46,158;134,155,135,156;126,157,127,159;127,158,134,165;128,157,134,158;44,158,45,159;134,158,135,159;43,160,46,161;45,159,46,160;43,161,44,162;45,161,46,162;126,162,127,163;134,162,135,165;123,168,127,177;123,164,125,168;135,164,136,167;127,165,131,168;126,165,127,167;136,165,137,166;131,166,133,169;134,166,135,167;50,170,54,174;47,167,55,169;125,167,126,168;133,167,134,169;57,168,58,177;51,169,57,170;56,168,57,169;128,168,131,169;134,168,135,169;127,170,137,177;135,169,137,170;136,168,137,169;49,169,50,170;127,169,128,170;45,171,47,177;45,170,46,171;47,170,49,172;54,171,56,173;55,170,56,171;47,174,50,177;48,172,50,173;49,171,50,172;47,173,48,174;49,173,50,174;54,173,55,174;55,174,57,177;56,173,57,174;50,175,55,177" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates8() Func _PixelCoordinates9() #region pixel coordinates Local $sPixelRect $sPixelRect &= "100,200x177;78,0,105,59;0,0,52,47;52,0,78,20;150,0,200,42;105,0,131,13;131,0,150,10;131,12,144,25;132,10,133,12;131,10,132,11;135,10,140,12;146,10,150,20;144,10,146,12;142,10,144,11;133,11,135,12;140,11,143,12;144,13,146,15;145,12,146,13;105,13,125,38;125,13,130,18;144,15,145,25;125,18,129,19;129,19,131,24;130,18,131,19;125,19,127,20;127,20,129,23;128,19,129,20;52,20,55,25;55,20,57,21;57,21,67,30;60,20,64,21;69,20,78,27;68,20,69,22;67,20,68,21;125,20,126,21;145,21,147,25;145,20,146,21;149,20,150,22;148,20,149,21;55,21,56,22;147,21,148,23;55,23,57,33;56,22,57,23;67,24,69,31;67,22,68,24;125,24,128,36;125,22,126,24;126,23,127,24;146,30,150,39;147,25,150,30;149,23,150,25;128,25,132,27;128,24,129,25;130,24,131,25;52,25,54,29;137,25,142,29;134,25,137,26;142,25,143,26;145,25,146,28;146,26,147,28;69,32,78,51;73,27,78,32;70,27,73,28;128,27,129,29;129,28,131,29;130,27,131,28;134,27,137,30;72,28,73,29;133,28,134,29;52,29,53,30;53,30,55,33;54,29,55,30;69,29,72,32;129,29,130,30;140,29,142,31;139,29,140,30;57,30,63,31;65,30,67,31;72,30,73,31;52,31,53,46;57,31,58,32;128,32,130,34;128,31,129,32;140,32,143,34;141,31,142,32;133,33,136,35;135,32,136,33;137,33,140,35;138,32,139,33;145,32,146,38;53,33,54,35;61,34,63,36;60,34,61,35;63,34,64,35;128,34,129,35;141,34,143,35;66,35,68,36;129,35,131,38;134,35,135,38;138,35,139,36;66,36,67,37;125,36,127,37;124,38,129,42;127,37,129,38;128,36,129,37;131,36,132,39;54,37,55,38;135,37,136,38;143,37,144,39;105,38,117,41;117,38,122,39;132,38,134,40;136,40,139,44;137,38,141,40;136,38,137,39;144,39,146,42;144,38,145,39;53,40,55,44;53,39,54,40;63,39,64,41;62,39,63,40;117,39,119,40;112,82,165,112;110,47,127,66;119,40,124,47;121,39,124,40;141,39,142,40;147,39,150,40;60,40,61,41;133,40,134,41;135,40,136,42;139,40,140,41;149,40,150,41;66,41,67,42;105,41,111,45;111,41,113,42;113,42,119,47;114,41,119,42;146,49,159,65;145,42,150,49;146,41,148,42;67,44,69,47;68,42,69,44;111,42,112,43;124,42,128,47;167,42,200,84;158,42,167,48;153,42,158,44;151,42,153,43;" $sPixelRect &= "111,44,113,47;112,43,113,44;150,44,153,49;150,43,151,44;53,44,54,45;133,51,141,59;135,45,139,51;136,44,138,45;156,44,158,46;154,44,156,45;105,45,108,53;108,45,110,48;43,67,73,122;40,54,57,67;50,48,54,54;51,47,54,48;53,46,54,47;56,46,57,47;60,46,62,49;153,46,156,49;157,46,158,47;0,104,32,126;0,47,31,98;31,47,43,52;43,47,49,49;49,47,50,48;59,47,60,49;62,47,64,48;63,53,72,67;65,49,68,53;65,47,67,49;68,47,69,49;127,47,128,54;134,47,135,51;156,47,157,49;54,48,55,50;62,48,63,49;108,48,109,49;139,48,140,51;157,48,158,49;162,48,167,61;160,48,162,54;159,48,160,50;43,49,47,50;47,50,50,54;48,49,50,50;55,49,56,51;105,59,110,77;108,52,110,59;109,49,110,52;43,50,45,51;56,50,57,54;59,50,60,51;63,50,65,52;68,50,69,53;133,50,134,51;45,51,47,54;73,51,78,54;70,51,73,53;31,52,37,63;37,52,40,54;41,52,42,54;40,52,41,53;43,52,45,54;58,52,61,55;57,52,58,54;64,52,65,53;69,52,70,53;145,52,146,53;42,53,43,54;54,53,55,54;61,53,63,55;105,53,107,54;131,55,133,59;132,53,133,55;147,65,162,70;159,55,161,65;159,53,160,55;37,54,39,55;72,57,77,67;72,54,73,57;75,54,78,56;74,54,75,55;105,54,106,57;107,54,108,59;161,54,162,56;37,55,38,57;34,73,41,84;37,62,40,73;38,56,40,62;39,55,40,56;60,55,62,56;73,55,74,57;138,59,143,67;141,55,142,59;74,56,75,57;77,56,78,58;76,56,77,57;106,57,107,59;161,58,162,65;61,61,63,67;62,59,63,61;82,108,98,177;83,59,101,94;73,70,83,72;80,59,83,70;77,59,80,61;101,59,104,62;132,59,135,60;137,59,138,65;136,59,137,60;102,64,105,78;103,62,105,64;104,60,105,62;77,63,79,70;77,61,78,63;79,61,80,64;143,63,145,72;143,61,144,63;145,61,146,62;164,61,167,76;163,61,164,67;101,62,102,66;31,63,35,70;35,63,36,65;59,65,61,67;60,63,61,65;145,63,146,65;35,68,37,73;36,65,37,68;57,65,58,67;112,66,126,81;110,66,112,79;144,73,162,82;145,66,147,73;162,66,163,70;40,67,43,73;73,67,77,70;141,67,143,69;140,67,141,68;101,68,102,69;126,68,127,69;31,70,34,75;147,70,161,73;126,74,130,82;126,71,127,74;142,71,143,72;73,83,81,100;73,72,79,83;80,72,83,81;161,72,162,73;41,84,43,107;42,73,43,84;41,73,42,76;" $sPixelRect &= "127,73,128,74;137,75,144,82;143,74,144,75;31,75,33,77;130,76,137,82;130,75,134,76;101,84,103,99;101,76,102,84;166,76,167,81;165,76,166,78;31,77,32,79;31,90,40,101;32,78,34,90;33,77,34,78;105,77,107,78;109,77,110,78;162,77,163,82;103,78,105,80;105,78,106,79;79,79,80,83;111,79,112,80;163,79,164,82;103,80,104,84;82,81,83,89;81,81,82,84;111,81,112,83;113,81,126,82;108,82,109,84;34,84,40,90;107,84,108,85;104,94,112,118;106,88,112,94;108,85,110,88;109,84,110,85;170,113,200,177;176,84,200,113;170,84,176,93;168,84,170,88;105,85,107,87;110,85,111,86;165,85,166,86;106,87,108,88;107,86,108,87;111,86,112,88;81,93,83,107;81,87,82,93;103,87,104,95;165,95,171,110;165,90,167,95;165,87,166,90;167,88,168,89;169,88,170,91;105,89,106,94;167,91,169,95;168,90,169,91;169,92,170,95;40,93,41,106;172,93,176,98;171,93,172,95;84,94,100,108;100,99,102,101;100,94,101,99;101,104,104,118;102,100,104,104;103,97,104,100;171,101,174,109;171,97,172,101;0,98,30,104;174,98,176,102;172,99,174,100;173,98,174,99;30,99,31,104;73,101,76,121;73,100,74,101;76,100,81,105;75,100,76,101;172,100,173,101;32,101,40,105;100,101,101,106;175,102,176,104;174,104,175,108;32,105,38,106;76,105,78,107;80,105,81,106;33,106,34,108;32,106,33,107;34,106,35,107;36,119,43,130;39,110,43,119;38,107,40,110;42,107,43,108;80,107,82,108;83,107,84,108;40,108,41,110;79,111,81,114;78,108,81,110;98,108,101,109;172,109,176,113;175,108,176,109;76,110,79,112;76,109,77,110;98,109,99,116;99,113,101,118;100,109,101,113;35,111,37,115;34,110,36,111;38,110,39,113;37,110,38,111;79,110,80,111;167,110,169,121;148,112,167,115;165,110,167,112;169,110,170,113;171,110,172,113;32,115,35,122;32,111,33,115;34,111,35,112;36,115,39,118;37,112,38,115;76,112,77,113;122,112,141,144;116,112,122,127;112,112,116,118;141,112,143,125;146,112,148,114;144,112,146,113;33,113,34,115;77,116,79,119;78,113,79,116;141,131,149,150;143,121,147,131;144,115,147,121;144,113,145,115;38,114,39,115;79,114,80,116;79,118,82,177;80,116,82,118;81,114,82,116;145,114,146,115;" $sPixelRect &= "150,115,163,134;147,117,150,122;148,115,150,117;147,115,148,116;163,117,166,124;163,115,165,117;166,115,167,116;35,117,36,121;37,118,39,119;76,118,77,123;98,129,117,177;98,119,115,129;98,118,99,119;108,118,109,119;115,118,116,119;76,124,79,143;77,120,79,124;166,120,167,123;74,121,76,124;167,121,168,122;159,137,170,177;166,124,170,137;168,122,170,124;169,121,170,122;32,122,34,123;33,124,36,129;34,123,36,124;35,122,36,123;42,138,55,160;47,122,57,137;43,122,47,134;57,122,59,123;62,122,72,141;60,122,62,129;72,123,74,135;72,122,73,123;149,122,150,131;147,123,149,125;148,122,149,123;57,123,58,130;167,123,168,124;31,126,33,127;32,124,33,126;74,124,75,125;115,124,116,129;163,124,165,128;141,125,142,129;147,125,148,131;0,131,38,177;0,126,30,131;58,138,61,157;58,129,60,138;58,126,59,129;165,126,166,127;30,128,32,131;30,127,31,128;32,127,33,128;118,127,122,132;117,127,118,130;142,127,143,131;163,129,166,131;163,128,164,129;32,129,33,131;35,129,36,130;61,129,62,130;33,130,35,131;38,134,42,139;39,130,43,134;38,130,39,132;37,130,38,131;60,130,61,133;148,130,149,131;163,131,164,133;164,133,166,137;165,131,166,133;74,132,75,134;117,146,123,177;117,137,120,146;117,132,118,137;120,132,122,138;119,132,120,135;42,134,45,138;45,134,46,136;74,135,76,140;75,134,76,135;118,134,119,137;150,138,156,149;151,134,158,138;149,135,151,136;150,134,151,135;158,134,160,136;160,134,161,135;162,134,164,137;61,135,62,139;160,136,162,137;161,135,162,136;45,137,48,138;46,136,47,137;73,136,74,137;149,136,150,139;158,136,159,137;49,137,57,138;55,138,57,144;70,141,75,148;72,138,73,141;121,138,122,140;156,138,158,141;38,146,41,177;38,139,39,146;40,139,42,144;73,139,74,141;57,140,58,141;75,140,76,141;120,140,121,146;149,140,150,142;59,157,79,177;61,143,68,157;61,141,62,143;63,141,70,142;157,141,158,142;62,142,63,143;64,142,66,143;68,142,70,144;67,142,68,143;75,144,77,152;75,142,76,144;78,143,79,146;77,143,78,144;121,143,122,146;156,143,157,144;39,144,40,146;41,144,42,146;55,144,56,150;56,147,58,150;" $sPixelRect &= "57,144,58,147;69,144,70,146;127,144,138,159;123,150,127,152;124,144,127,150;123,144,124,147;138,144,141,153;68,149,71,157;68,146,69,149;77,147,79,149;77,146,78,147;69,147,70,149;142,151,159,177;149,147,150,151;156,147,158,150;71,152,74,157;72,148,75,151;71,148,72,149;41,149,42,151;77,149,78,151;150,149,151,151;153,149,156,150;158,149,159,151;56,150,57,151;71,150,72,152;142,150,149,151;151,150,153,151;55,154,57,163;55,151,56,154;73,151,75,152;76,152,79,157;78,151,79,152;123,159,126,177;123,152,124,159;125,152,127,158;74,153,76,157;138,153,139,154;140,153,141,157;138,155,139,157;124,156,125,157;139,156,140,159;57,157,58,160;137,161,142,177;140,159,142,161;141,157,142,159;124,158,125,159;128,159,139,160;138,158,139,159;56,167,59,170;57,162,59,167;58,159,59,162;126,161,128,163;126,159,127,161;45,160,55,167;43,160,45,164;129,160,136,164;128,160,129,161;136,160,137,161;139,160,140,161;42,161,43,163;136,162,137,163;41,167,45,177;41,163,42,167;55,163,56,167;126,163,127,165;126,169,137,177;127,165,132,168;128,163,129,165;44,164,45,166;129,164,131,165;135,164,136,168;134,164,135,165;42,165,43,167;43,166,44,167;132,166,134,168;46,167,47,168;50,170,55,174;48,167,55,169;134,167,135,168;47,168,48,169;126,168,127,169;128,168,131,169;132,168,133,169;136,168,137,169;51,169,55,170;45,171,47,177;45,170,46,171;47,173,49,177;47,170,49,172;55,170,56,173;57,170,59,177;48,172,50,173;49,171,50,172;56,171,57,172;54,174,57,177;56,173,57,174;49,174,53,177;53,175,54,177" #endregion Local $aPixelRect = StringSplit($sPixelRect, ";", 2) Return $aPixelRect EndFunc ;==>_PixelCoordinates9()