Pages (55):    151 52 53 54 55   
James   02-06-2015, 09:29 AM
(02-06-2015, 01:31 AM)safar46 Wrote:
(02-06-2015, 01:28 AM)General Sam Wrote: How do we adjust the sleep? I read past pages and I can't figure it out. The deployment in the new version is great, just drops troops too slow.

Really? ok im upload new one.. if you want to change it by yourself search these code

Code:
If _Sleep(100) Then Return If $edge2 <> -1 Then   Local $posX2 = $maxX2 - (($maxX2 - $minX2) * $i) / ($slotsPerEdge - 1)   Local $posY2 = $maxY2 - (($maxY2 - $minY2) * $i) / ($slotsPerEdge - 1)   Click($posX2, $posY2, $nbtroopPerSlot)   If _Sleep(100) Then Return   $nbTroopsLeft -= $nbtroopPerSlot Else   $nbTroopsLeft -= $nbtroopPerSlot EndIf

And then you know what will you do Wink

Im adjust sleep to 100 because my notebook so sloowww if attacking Sad

the stack settings is 50

i change mine to sleep 10

i dont notice any difference between 50 and 10

btw

nice update
safar46   02-06-2015, 01:46 PM
(02-06-2015, 07:04 AM)mtm1830 Wrote: I'm having the issue where the bot is stuck on waiting for main screen. Not sure how to fix.

Dont run your bluestacks with "run as administrator".
i think it can fix your problem
dinobot   02-06-2015, 02:11 PM
This is a warning...

This is a development section. Please unless you have solution to your whole problem with code included.
DO NOT POST BUG OR SUGGESTION HERE!

Also, please read other section of the post for your answer before you start shooting your question.
redmoik   02-06-2015, 02:27 PM
this works for me too! perfect so far Smile
jervisvgarcia   02-06-2015, 05:22 PM
how to adjust donate time settings? i've noticed that it just checks donates every after attack so that's 20-30mins. I hope it checks request everytime or more often like every 5mins. any solution for this? TIA

BOT CLAN- JOIN NOW! FEEL FREE TO PM ME FOR THE CLAN NAME! Highfive
sheva370   02-06-2015, 07:44 PM
(02-06-2015, 05:22 PM)jervisvgarcia Wrote: how to adjust donate time settings? i've noticed that it just checks donates every after attack so that's 20-30mins. I hope it checks request everytime or more often like every 5mins. any solution for this? TIA
As code below, donate function always run in order when bot started and waiting full army camp.
Code:
Func runBot() ;Bot that runs everything in order While 1 $Restart = False $fullArmy = False If _Sleep(1000) Then Return checkMainScreen() If _Sleep(1000) Then Return ZoomOut() If _Sleep(1000) Then Return if $locate = 0 Then Collect() If _Sleep(1000) Then Return Train() If _Sleep(1000) Then Return CreateSpell() If _Sleep(1000) Then Return RequestCC() If _Sleep(1000) Then Return DonateCC() If _Sleep(1000) Then Return Idle() If _Sleep(1000) Then Return AttackMain() If _Sleep(1000) Then Return Else ExitLoop EndIf WEnd EndFunc ;==>runBot

Code:
Func Idle() ;Sequence that runs until Full Army Local $TimeIdle = 0 ;In Seconds While $fullArmy = False Local $hTimer = TimerInit() If _Sleep(1000) Then ExitLoop checkMainScreen() If _Sleep(1000) Then ExitLoop ZoomOut() If $iCollectCounter > $COLLECTATCOUNT Then ; This is prevent from collecting all the time which isn't needed anyway Collect() If _Sleep(1000) Or $RunState = False Then ExitLoop $iCollectCounter = 0 EndIf Train() If _Sleep(1000) Then ExitLoop DropTrophy() If $fullArmy Then ExitLoop If _Sleep(1000) Then ExitLoop If $iDonateCounter > $DONATEATCOUNT Then DonateCC() If _Sleep(1000) Or $RunState = False Then ExitLoop $iDonateCounter = 0 EndIf SetLog("~~~Waiting for full army~~~") If _Sleep(30000) Then ExitLoop Click(1, 1) ;Click Away $TimeIdle += Round(TimerDiff($hTimer) / 1000, 2) ;In Seconds SetLog("Time Idle: " & Floor(Floor($TimeIdle / 60) / 60) & " hours " & Floor(Mod(Floor($TimeIdle / 60), 60)) & " minutes " & Floor(Mod($TimeIdle, 60)) & " seconds") WEnd EndFunc ;==>Idle
indy   02-06-2015, 08:26 PM
idle function is buggy, as i pointed out a few pages back! (solution provided as well)


https://the.bytecode.club/showthread.php...38#pid6038
jamezon3_18   02-06-2015, 09:06 PM
delinkwente   02-06-2015, 10:32 PM
can you add button that can stop searching and deploy the troops? hope its ok
safar46   02-07-2015, 01:45 AM
New v5.5.1 here
https://github.com/Konloch/Clash-Of-Clans-Bot/releases
Pages (55):    151 52 53 54 55   
  
Users browsing this thread: 2 Guest(s)
Konloch Software - Bytecode Viewer - Hack Log - Reverse Engineering Forum
Copyright © 2014-2026 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.