Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
v5.6 - Town Hall location (Inside/Outside) got worse?
#2
lol,
as far I can see no major change has been made to attackTH module, or checktownhall function in V5.6.

It shouldn't be acting any better or worse than before.
The program basically on asks:

Code:
If $THx > 227 And $THx < 627 And $THy > 151 And $THy < 419 And $searchTH <> "-" Then
       $THLoc = "Inside"
Elseif $searchTH <> "-" Then
        $THLoc = "Outside"
Else
    $THLoc = $searchTH
    $THx = 0
    $THy = 0
EndIf
So if the TH is within those pixel locations on the screen, it calls it inside, and if its outside of them it call its outside.  There is absolutely ZERO checking to see what is located around the TH, only that it is near an edge. Sad
Reply
 


Messages In This Thread
RE: v5.6 - Town Hall location (Inside/Outside) got worse? - by knowjack - 02-25-2015, 04:28 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