Loading...    distanceBetweenPixels(C1,C2) {  distance := 200  PixelSearch, x1, y1, 0, 0, 1280, 800, %C1%, 3, Fast  PixelSearch, x2, y2, 0, 0, 1280, 800, %C2%, 3, Fast  d := Sqrt( ((x1-x2)*(x1-x2)) + ((y1-y2)*(y1-y2)) )    if(d 1)  {      distanceBetweenPixels(C1,C2)  }   return    ^e::  ExitApp return                               Disable adBlocker and refresh the page to use this content  قم بتعطيل الاد بلوكر ليتسنى لك استعمال هاذا المحتوى