rpthi3f   02-19-2015, 07:23 AM
#1
Is there a way to make the "COC Bot" window larger? it cuts off parts of the text which is bothering me.

[Image: jQzUlJO.png]
Snarg   02-19-2015, 09:47 AM
#2
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)
  
Users browsing this thread: 1 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.