Guys, I am not sure what the cause of "Bot is already running that trigger on this line,
[code=autoit]
If WinExists($sBotTitle) Then
MsgBox(0,"","Bot is already running.")
Exit
EndIf
[/code]
But you can bypass the problem about this "Bot is already running" issue in v5.3.5.
You should change this
[code=autoit]
$sBotTitle = "COC Bot v5.3.5"
[/code]
To any other bot title,
[code=autoit]
$sBotTitle = "COC Bot v5.3.5-FIXED"
[/code]