Poll: Do you want to have a "Donate Only" Feature?
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%
* You voted for this item. [Show Results]


Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SUGGESTION] Donation Bot
#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. “
Reply
#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
Reply
#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
Reply
#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?
Reply
#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
Reply
#26
Reply
#27
I'm testing y'alls suggestions
Reply
#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
Reply
#29
This method has been confirmed working but not with giants.
Reply
#30
Giant Porblem not fixed in new version
Reply
 


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