Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Increase Window Size
#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]
Reply
#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)
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website