Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Another device is connecting to this village
#4
(01-26-2015, 01:48 AM)copper Wrote:  test adjusting the the checkMainScreen() code to increase the delay

Func checkMainScreen() ;Checks if in main screen
SetLog("Trying to locate Main Screen")
_CaptureRegion()
While _ColorCheckVariation(_PixelGetColor_GetPixel(284, 2Shadehappy, Hex(0x41B1CD, 6), 20) = False
$HWnD = WinGetHandle("BlueStacks App Player")

If _Sleep(1000) Then Return

I didn't have any luck adjusting values for that function.
I think the actual code where it checks for connection lost is

Func checkNextButton() ;Checks for Out of Sync or Connection Lost errors
$Message = _PixelSearch(458, 300, 458, 330, Hex(0x33B5E5, 6), 10) ;Check for out of sync or inactivity
If IsArray($Message) = False Then
Return False ;Button available

But im not sure how to set a timer
Reply
 


Messages In This Thread
RE: Another device is connecting to this village - by panick - 01-26-2015, 04:12 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website