Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Farm looking for Th outside OR dead base
#6
in your bot folder open COCBot>functions>Search
then open the file VillageSearch
find line 38, which will contain this code
Code:
If checkDeadBase() Then
SetLog("~~~~~~~Dead Base Found!~~~~~~~", $COLOR_GREEN)
ExitLoop
then under that, add this code
Code:
ElseIf checkTownhall() = 6 Then
SetLog("~~~~~~~Weak Town Hall Found!~~~~~~~", $COLOR_GREEN)
ExitLoop
after that recompile your bot.

I am not 100% sure about that function, but it seems to be working. I will update you if I am able to perfect this. :D
Reply
 


Messages In This Thread
RE: Farm looking for Th outside OR dead base - by n0tm3 - 02-24-2015, 11:59 PM

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