Pages (3):    1 2 3
Do you want to have a "Donate Only" Feature?Poll:
You do not have permission to vote in this poll.
YES, alot of clans require a specific level, that would be great. also it looks cool being high at high level.
46 (75.41%)
Meh, I don't pay attention to my level...
15 (24.59%)
Total 61 vote(s) 100%
Dan   02-24-2015, 05:50 AM
#21
This is the type of feed back i love from the community guys! I voted.

[Image: jOJ3M5b.png]
“An autopsy of history would show that all great nations commit suicide. “
-AC!D-   02-24-2015, 06:06 AM
#22
(02-24-2015, 05:50 AM)Dan Wrote: This is the type of feed back i love from the community guys! I voted.

Thanks man! Smile
b3n3tt3   02-25-2015, 01:05 AM
#23
lol I think just comment out some lines in COC Bot.au3 like:

Code:
Func runBot() ;Bot that runs everything in order
    While 1
        SaveConfig()
        readConfig()
        applyConfig()
        $Restart = False
        $fullArmy = False
        $CommandStop = -1
        If _Sleep(1000) Then Return
        checkMainScreen()
        If _Sleep(1000) Then Return
        ZoomOut()
        If _Sleep(1000) Then Return
        If BotCommand() Then btnStop()
        If _Sleep(1000) Then Return
        ReArm()
        If _Sleep(1000) Then Return
        If $CommandStop <> 0 Then
            Train()
            If _Sleep(1000) Then ExitLoop
        EndIf
        BoostBarracks()
        If _Sleep(1000) Then ExitLoop
        RequestCC()
        If _Sleep(1000) Then Return
        DonateCC()
        If _Sleep(1000) Then Return
        Collect()
        If _Sleep(1000) Then Return
        Idle()
        If _Sleep(1000) Then Return
        If $CommandStop <> 0 And $CommandStop <> 3 Then
            [b];AttackMain()[/b] ;THIS RIGHT HERE
            If _Sleep(1000) Then Return
        EndIf
    WEnd
EndFunc   ;==>runBot
-AC!D-   02-25-2015, 01:50 AM
#24
(02-25-2015, 01:05 AM)b3n3tt3 Wrote: lol I think just comment out some lines in COC Bot.au3 like:


Code:
Func runBot() ;Bot that runs everything in order
While 1
SaveConfig()
readConfig()
applyConfig()
$Restart = False
$fullArmy = False
$CommandStop = -1
If _Sleep(1000) Then Return
checkMainScreen()
If _Sleep(1000) Then Return
ZoomOut()
If _Sleep(1000) Then Return
If BotCommand() Then btnStop()
If _Sleep(1000) Then Return
ReArm()
If _Sleep(1000) Then Return
If $CommandStop <> 0 Then
Train()
If _Sleep(1000) Then ExitLoop
EndIf
BoostBarracks()
If _Sleep(1000) Then ExitLoop
RequestCC()
If _Sleep(1000) Then Return
DonateCC()
If _Sleep(1000) Then Return
Collect()
If _Sleep(1000) Then Return
Idle()
If _Sleep(1000) Then Return
If $CommandStop <> 0 And $CommandStop <> 3 Then
[b];AttackMain()[/b] ;THIS RIGHT HERE
If _Sleep(1000) Then Return
EndIf
WEnd
EndFunc   ;==>runBot

What is this May I ask?
b3n3tt3   02-25-2015, 02:46 AM
#25
(02-25-2015, 01:50 AM)-AC!D- Wrote:
(02-25-2015, 01:05 AM)b3n3tt3 Wrote: lol I think just comment out some lines in COC Bot.au3 like:


Code:
Func runBot() ;Bot that runs everything in order
While 1
SaveConfig()
readConfig()
applyConfig()
$Restart = False
$fullArmy = False
$CommandStop = -1
If _Sleep(1000) Then Return
checkMainScreen()
If _Sleep(1000) Then Return
ZoomOut()
If _Sleep(1000) Then Return
If BotCommand() Then btnStop()
If _Sleep(1000) Then Return
ReArm()
If _Sleep(1000) Then Return
If $CommandStop <> 0 Then
Train()
If _Sleep(1000) Then ExitLoop
EndIf
BoostBarracks()
If _Sleep(1000) Then ExitLoop
RequestCC()
If _Sleep(1000) Then Return
DonateCC()
If _Sleep(1000) Then Return
Collect()
If _Sleep(1000) Then Return
Idle()
If _Sleep(1000) Then Return
If $CommandStop <> 0 And $CommandStop <> 3 Then
[b];AttackMain()[/b] ;THIS RIGHT HERE
If _Sleep(1000) Then Return
EndIf
WEnd
EndFunc   ;==>runBot

What is this May I ask?

tldr if you comment that line then it becomes a donation bot:

1. fine COC bot.au3
2. delete line 82: AttackMain()
3. compile
4. ??
5. profit
promac   02-25-2015, 02:57 AM
#26
-AC!D-   02-25-2015, 04:01 AM
#27
I'm testing y'alls suggestions
-AC!D-   02-25-2015, 04:44 AM
#28
Results ended in this, Although I had troops made I get this.

[8:43:17 PM] Donating Troops
[8:43:19 PM] No troops available for donation, donating later...
[8:43:22 PM] No troops available for donation, donating later...
[8:43:27 PM] No troops available for donation, donating later...
[8:43:30 PM] Finished Donating
-AC!D-   02-25-2015, 03:00 PM
#29
This method has been confirmed working but not with giants.
-AC!D-   02-26-2015, 12:11 AM
#30
Giant Porblem not fixed in new version
Pages (3):    1 2 3
  
Users browsing this thread: 1 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.