Hey guys,
Firstly I'm going to start of by saying a massive thanks to XxDarkKillaxX for his

.
Since the Conquer Raiding Clans Patch the taskbar name has changed from [Conquer 2.0] to [Conquer] Raiding Clans so heres a quick fix for the bot.
You'll find in you C-Destroyer folder another folder called files. In there is a .ini (configuration Settings) file called Destroyer Bot. If we open that up with notepad we can see the first few lines read:
Code:
[GENERAL]
[COLOR="Lime"][B]window=[Conquer 2.0][/B][/COLOR]
[MONSTER]
monstercolor=0x0000BD
xhearth=18
yhearth=25
The green text is the bit we need to change and bellow is what we are going to change it to.
Code:
[GENERAL]
window=[COLOR="lime"][B][Conquer] Raiding Clans[/B][/COLOR]
[MONSTER]
monstercolor=0x0000BD
xhearth=18
yhearth=25
Now save and close the file and the bot should be working fine again.