The Bytecode Club
Developing Bot - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1)
+--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97)
+--- Thread: Developing Bot (/showthread.php?tid=155)



RE: Developing Bot - harshil0014 - 01-03-2015

(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]


RE: Developing Bot - bushido-21 - 01-03-2015

how to disable dropping trophy?


RE: Developing Bot - cryzies - 01-03-2015

Mini update to fix drop trophies error. Put Max Trophies to 0 to disable trophy drop.

Exe
https://mega.co.nz/#!WJwiSZLR!VjGXYeUJgq-FmXU-yURkEVLfWMc8JYB4tt6N_LuP1dA

Script
https://mega.co.nz/#!CM41nahL!0A6u_1Mya8gLjQRR5aezCl8Ealh-10-c8TDCVla-P2c


RE: Developing Bot - youbrey - 01-03-2015

(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.


RE: Developing Bot - bushido-21 - 01-03-2015

(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-FmXU-yURkEVLfWMc8JYB4tt6N_LuP1dA

Script
https://mega.co.nz/#!CM41nahL!0A6u_1Mya8gLjQRR5aezCl8Ealh-10-c8TDCVla-P2c

thanks for fast reply Smile


RE: Developing Bot - bushido-21 - 01-03-2015




RE: Developing Bot - Kingchen - 01-03-2015

(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!HZiaHDZN1yUUCTM34hXOESRHhD1Rsc2LsmLIb5VQu2w

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


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


RE: Developing Bot - TheCheat - 01-03-2015

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...


RE: Developing Bot - crazypressing - 01-03-2015

anyone kniws what r the future updates?


RE: Developing Bot - kojometa - 01-03-2015

auto donate is gonna be one of them