|
Jayme
Joined: Fri Jul 25, 2008 9:46 pm Posts: 216 Location: SJO
|
 PokerStars Remove Chat AHK Script
If you want a central location for everything in the chat box area, load this script, open a table, and watch what happens!
**Copy and Paste everything below into a new ahk file**
loop { winget,list,list,ahk_class PokerStarsTableFrameClass loop %list% { id:=list%A_index% controlget,st,style,,PokerStarsChatEditorClass1,ahk_id%id% if instr(st, "0x5") controlsend,, ^{2},ahk_id%id% } sleep, 100 }
|
|
smell
Joined: Mon Mar 15, 2010 2:54 pm Posts: 1
|
 Re: PokerStars Remove Chat AHK Script
Hi! How can I make this window widen upright? I can only make it move horizontally. Thanks for helping.
|