Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reduce time of returning back to village
#4
Find this under COCBot/functions/Attack/GoldElixirChange.au3. The default is 60 seconds, change this to whatever you want "While TimerDiff($iBegin) < 60000"

$Gold1 = getGold(51, 66)
$Elixir1 = getElixir(51, 66 + 29)
Local $iBegin = TimerInit()
- While TimerDiff($iBegin) < 60000
If _Sleep(2000) Then Return
WEnd
$Gold2 = getGold(51, 66)
Reply
 


Messages In This Thread
RE: Reduce time of returning back to village - by SupermansZ24 - 02-19-2015, 08:46 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community forum 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