01-15-2015, 10:02 PM
ehsanslipknot, I had to edit the script .au3 with autoit. Look for these lines:
$SearchCount = 0
While 1
If _Sleep(8000) Then ExitLoop (2)
GetResources() ;Reads Resource Values
You can use the find tool. The value 8000 would change in my case, is given in milliseconds. Try the value that works best for you. Then I compile it in 64 or 32 bits. I hope it works for you. See u
$SearchCount = 0
While 1
If _Sleep(8000) Then ExitLoop (2)
GetResources() ;Reads Resource Values
You can use the find tool. The value 8000 would change in my case, is given in milliseconds. Try the value that works best for you. Then I compile it in 64 or 32 bits. I hope it works for you. See u