Nice to see me in the about box
I thought I replaced that ugly white box with a transparent one to blend in?
As for opening a "Chat Window"... what do you think people talk in anyway? It doesn't NEED one.
Hope you fixed the logic errors in this one after you so kindly wrecked mine
EDIT:
code:
var SW_MINIMIZE = 0x6;
Interop.Call('user32', 'ShowWindow', game.Handle, SW_MINIMIZE);
Why not:
code:
Interop.Call('user32', 'ShowWindow', game.Handle, 0x6);