(01-07-2015, 07:05 AM)marvinPRO Wrote: For those who have issues about Collectors/Locate Barracksfixed the problem, works well.. but after like 10-15 searches.. the bot says tries to get to the main screen and restarts the game for some reason all the time.. thats the only prob i got..
This is my fix from my end.
Try this fix and let us know if this works to you.
Replace the ZoomOut() Function into:
Code:Func ZoomOut()
Local $i = 0
While 1
getBSPos()
If _Sleep(500) Then ExitLoop
If PixelGetColor($BSpos[0] + 1, $BSpos[1] + 1) = 0x000000 And PixelGetColor($BSpos[0] + 850, $BSpos[1] + 1) = 0x000000 Then
ExitLoop
Else
ControlSend("BlueStacks App Player", "", "", "{DOWN}", 0)
$i += 1
If $i = 30 Then
ExitLoop
EndIf
EndIf
WEnd
EndFunc
Thread Rating:
Users browsing this thread: 32 Guest(s)