02-19-2015, 09:47 AM
You can try this:
Open \COC-Bot-5.5.1\COCBot\GUI Design.au3
Change the first line from this:
To this:
Open \COC-Bot-5.5.1\COCBot\GUI Design.au3
Change the first line from this:
Code:
$frmBot = GUICreate($sBotTitle, 417, 430, 207, 158)
To this:
Code:
$frmBot = GUICreate($sBotTitle, 417, 450, 207, 158)