Thread Rating:
  • 7 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Developing Bot
(01-02-2015, 11:22 PM)goondar Wrote:  
(01-02-2015, 09:44 PM)malicious Wrote:  
(01-02-2015, 09:41 PM)goondar Wrote:  
(01-02-2015, 01:07 PM)anhchang1102 Wrote:  I get white window after run bot 1h. I use win 8.1 64bits and use Compiled x64

(01-02-2015, 01:52 PM)harshil0014 Wrote:  [Image: zIHkcoB.jpg]

Manually Barracks Located (check)
Screen Resolution from  bot file (check)

Not sure what else am missing,My Lappy is Slow.And bot is too much fast process for me.

Please help

As far as i can tell the bot can't handle less than 1000 throphy, it will keep dropping if u are below 1000,
it happens to me too with my second lvl 5 th base.
No problem at all with my TH9 base.

i did for the TH3, it work well. Try set the max trophy to what u have right now.

Worked fine, thanx!


Still not working for me

[Image: BX38vSL.jpg]
how to disable dropping trophy?
Mini update to fix drop trophies error. Put Max Trophies to 0 to disable trophy drop.

Exe
https://mega.co.nz/#!WJwiSZLR!VjGXYeUJgq...t6N_LuP1dA

Script
https://mega.co.nz/#!CM41nahL!0A6u_1Mya8...TDCVla-P2c
(01-03-2015, 12:55 AM)bushido-21 Wrote:  how to disable dropping trophy?

Try to play with this function :

Code:
#Region ### Village Functions ###
   Func DropTrophy()
      Local $TrophyCount = getOther($BSpos[0] + 50, $BSpos[1] + 74, "Trophy")
      While $TrophyCount > $itxtMaxTrophy
         getBSPos()
         $TrophyCount = getOther($BSpos[0] + 50, $BSpos[1] + 74, "Trophy")
         SetLog("Trophy Count : " & $TrophyCount)
         If $TrophyCount > $itxtMaxTrophy Then
            SetLog("Dropping Trophies")
            getBSPos()
            If _Sleep(2000) Or $RunState = False Then ExitLoop(

            ZoomOut()
            PrepareSearch()

            If _Sleep(5000) Or $RunState = False Then ExitLoop

            Click(34, 310) ;Drop one troop

            If _Sleep(1000) Or $RunState = False Then ExitLoop

            ReturnHome(False, False) ;Return home no screenshot
         Else
            SetLog("Trophy Drop Complete")
         EndIf
      WEnd
   EndFunc

i don't test it yet to remove this script from bot. it will be great if some ppl can make on/off function for this script. so we can choose manually to activated this function or not.
(01-03-2015, 01:00 AM)cryzies Wrote:  Mini update to fix drop trophies error. Put Max Trophies to 0 to disable trophy drop.

Exe
https://mega.co.nz/#!WJwiSZLR!VjGXYeUJgq...t6N_LuP1dA

Script
https://mega.co.nz/#!CM41nahL!0A6u_1Mya8...TDCVla-P2c

thanks for fast reply Smile
(01-02-2015, 11:40 PM)Kingchen Wrote:  
(01-02-2015, 10:50 PM)cryzies Wrote:  Added dropping king and sometimes queen. (Can only drop queen if king is restored).

Script:
https://mega.co.nz/#!nc4U0Y7A!HZiaHDZN1y...mLIb5VQu2w

Exe x32:
https://mega.co.nz/#!qNpgyISD!b9C56-f4ig...pC6lxSk1Kw


Awesome, Thank you, i will test it later  Smile ''sometimes hihi Highfive '' - ok Thats a good Choice dropping queen only when is king aviable Smile



And what is with the collectors? No answer  Sad Is that aviable or not? I think not or? (so i click self np Wink)

soo, works great, dropps king and queen but not use her abbilities Wink
Guys this bot is under development, no need to do feature request as the developers are well aware of the features that needs to be added...
anyone kniws what r the future updates?
auto donate is gonna be one of them
 


Forum Jump:


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