Hi,
I have some trouble with calling a process function:
0093F470 :: GetUIElementByHash($hash)
How exactly can I call that function with $hash parameter?
$hash is 64 bit
My script crashes every time I try to call:
$hash = 'A53AF1388A1C1CBA'
$result = DllCallAddress("INT", 0x0093F470, "HWND", $hWnd, "INT64", $hash)
I know I'm doing something wrong...