The Bytecode Club - Reverse Engineering Forum
Bug v5.4.2.2.2 - Printable Version

+- The Bytecode Club - Reverse Engineering Forum (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: Bug v5.4.2.2.2 (/showthread.php?tid=403)

Pages: 1 2 3


RE: Bug v5.4.2.2.2 - nimlyel - 01-24-2015

Hi, first thank you for bot. This my settings and i use dead base.

[Image: dWNQ14.jpg]

i want to find 1000 dark elixir but bot does not take into account.

i hope this bug fixed the new version.


RE: Bug v5.4.2.2.2 - fadelon - 01-24-2015

Why not zoom out auto ?

Quote:[6:46:05 PM] ~~~~Welcome to COC Bot v5.4.2.2.2.au3!~~~~
[6:46:05 PM] Au3 Script running on X64 OS
[6:46:05 PM] Bot is starting...
[6:46:06 PM] Trying to locate Main Screen
[6:46:06 PM] Main Screen Located
[6:46:26 PM] Training Troops...
[6:46:28 PM] Barrack 1 is not available
[6:46:31 PM] Barrack 2 is not available
[6:46:34 PM] Barrack 3 is not available
[6:46:38 PM] Barrack 4 is not available
[6:46:40 PM] Training Troops Complete
[6:46:42 PM] Collecting Resources
[6:46:49 PM] Bot has stopped
[6:46:49 PM] Collecting Complete



RE: Bug v5.4.2.2.2 - indy - 01-24-2015

(01-24-2015, 02:11 AM)nimlyel Wrote:  Hi, first thank you for bot. This my settings and i use dead base.

[Image: dWNQ14.jpg]

i want to find 1000 dark elixir but bot does not take into account.

i hope this bug fixed the new version.

i also noted that, the code that checks that is faulty.

replace with this one

Code:
    Local $Boolean = False

    If $G Or $E Then $Boolean = True

    If $chkConditions[0] = 1 Then
        If $G = False Or $E = False Then $Boolean = False
        ;Return $Boolean ;this is wrong
    EndIf

    If $chkConditions[1] = 1 Then
        If $D = False Then $Boolean = False
        ;Return $Boolean ;this is wrong
    EndIf

    If $chkConditions[2] = 1 Then
        If $T = False Then $Boolean = False
        ;Return $Boolean ;this is wrong
    EndIf

    Return $Boolean



RE: Bug v5.4.2.2.2 - nimlyel - 01-25-2015




RE: Bug v5.4.2.2.2 - k3iroll - 01-25-2015

(01-25-2015, 12:11 AM)nimlyel Wrote:  @indy Thank you. i change.

Does it work properly now?


RE: Bug v5.4.2.2.2 - nimlyel - 01-25-2015

Yes it's work.


RE: Bug v5.4.2.2.2 - ehsanslipknot - 01-25-2015

hey guys
deadbase search at this version work fine for others?!
im use the latest version(5.4.2.2.2),everything fine i mean 7/24 bot work,but my bot attack deadbase village and another high loot village without full collectors!


RE: Bug v5.4.2.2.2 - funnybox - 01-25-2015




RE: Bug v5.4.2.2.2 - Sopyan-7 - 01-27-2015