Pages (104):    133 34 35 36 37104   
warrockblack   12-24-2014, 05:28 AM
korpsx   12-24-2014, 05:35 AM
We should make a mini guide how to set up for beginners so we can get more feedback/testing
Antidote   12-24-2014, 05:41 AM
AlexXxuTzZu   12-24-2014, 05:56 AM
I just tried the bot now and my first search was just dropped 1 barb and then nothing... I returned home and bot start himself, checked the troops and then he start searching for enemy with succes just that i only had 3 giants and rest barbs and archs.
Keep it up!
korpsx   12-24-2014, 05:58 AM
Envyus   12-24-2014, 06:11 AM
mikypark   12-24-2014, 06:37 AM
bot is not attacking now..and not searching for enemy
mikypark   12-24-2014, 06:38 AM
(12-24-2014, 05:35 AM)korpsx Wrote: We should make a mini guide how to set up for beginners so we can get more feedback/testing

yeah do it lol
Antidote   12-24-2014, 06:39 AM
I managed to check for maxed zoom out using PixelGetColor (thanks odySSeys & AtoZ). Here's the updated code for func ZoomOut

Code:
Func ZoomOut()
  GUICtrlSetData($Results, "Zoom Out" & @CRLF, -1)
  While 1
 If Hex(PixelGetColor(127, 248, $HWnD),6) = "E8C656" And Hex(PixelGetColor(61, 298, $HWnD),6) = "AC8C42" And Hex(PixelGetColor(577, 130, $HWnD),6) = "D5A04F" And Hex(PixelGetColor(739, 251, $HWnD),6) = "ECCE61" Then
ExitLoop
 Else
ControlSend($HWnD, "", "", "{DOWN}", 0)
 EndIf
 If $RunState = False Then
ExitLoop
 EndIf
 Sleep(500)
  WEnd
  GUICtrlSetData($Results, "Zoom Out Complete" & @CRLF, -1)
EndFunc

I tested on 2 different accounts and it both detect max zoom out
nugu   12-24-2014, 06:40 AM
how i can get to the BS developer options?
Pages (104):    133 34 35 36 37104   
  
Users browsing this thread: 5 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.