Thread Rating:
  • 7 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Developing Bot
We should make a mini guide how to set up for beginners so we can get more feedback/testing
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!
bot is not attacking now..and not searching for enemy
(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
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
how i can get to the BS developer options?
 


Forum Jump:


Users browsing this thread: 38 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