example If window of that Game client is 1024x768 and coordinat monster X:60 Y:70 then i must do move to coordinate monster(i have been make that)...then i want to click that monster location so im make it zoom to near that monster...
for get client height and width i use this script...
Code:
Local $max_x = _WinAPI_GetClientWidth($hWnd) Local $max_y = _WinAPI_GetClientHeight($hWnd)
so what i must to do it...i want to make mouse click to hidden window from that monster location...please help if anyone know it.....







