Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding Black Barracks
#1
Question 
Hello,
I succeed to add Black Barracks into the Bot.
But I cannot click to select Minions by default.
I need to modify the script "train" and add a new case for minions like those for Bar, Arch, ...
Can someone help me to setup this case? Thank you.

Case 0
while _ColorCheck(_GetPixelColor(329, 297), Hex(0xDC3F70, 6), 20)
Click(220, 320, 5) ;Barbarian
If _Sleep(10) Then ExitLoop
_CaptureRegion()
WEnd

Case 1
While _ColorCheck(_GetPixelColor(217, 297), Hex(0xF8AD20, 6), 20)
Click(331, 320, 5) ;Archer
If _Sleep(10) Then ExitLoop
_CaptureRegion()
WEnd
Reply
 


Messages In This Thread
Adding Black Barracks - by Jump - 03-02-2015, 10:20 PM
RE: Adding Black Barracks - by Swede - 03-02-2015, 10:59 PM
RE: Adding Black Barracks - by Jump - 03-02-2015, 11:06 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