The Bytecode Club - Reverse Engineering Forum
[SUGGESTION] Donation Bot - 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: [SUGGESTION] Donation Bot (/showthread.php?tid=968)

Pages: 1 2 3


RE: [SUGGESTION] Donation Bot - Dan - 02-24-2015

This is the type of feed back i love from the community guys! I voted.


RE: [SUGGESTION] Donation Bot - -AC!D- - 02-24-2015

(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


RE: [SUGGESTION] Donation Bot - b3n3tt3 - 02-25-2015

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



RE: [SUGGESTION] Donation Bot - -AC!D- - 02-25-2015

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


RE: [SUGGESTION] Donation Bot - b3n3tt3 - 02-25-2015

(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


RE: [SUGGESTION] Donation Bot - promac - 02-25-2015




RE: [SUGGESTION] Donation Bot - -AC!D- - 02-25-2015

I'm testing y'alls suggestions


RE: [SUGGESTION] Donation Bot - -AC!D- - 02-25-2015

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


RE: [SUGGESTION] Donation Bot - -AC!D- - 02-25-2015

This method has been confirmed working but not with giants.


RE: [SUGGESTION] Donation Bot - -AC!D- - 02-26-2015

Giant Porblem not fixed in new version