Increase Window Size - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97) +--- Thread: Increase Window Size (/showthread.php?tid=915) |
Increase Window Size - rpthi3f - 02-19-2015 Is there a way to make the "COC Bot" window larger? it cuts off parts of the text which is bothering me. RE: Increase Window Size - Snarg - 02-19-2015 You can try 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) |