Auto close stt lobby Ipoker (William Hill)
#4
Hrm, so you are registering via the main lobby. And then when the tournament starts, iPoker pops up the table as well as the tournament lobby?

I honestly don't feel like this is something that SaT should handle. I try to stay away from site-specific annoyance stuff.

Try this AHK script and see if it works. I was unable to test because there is no play money SNGs. If it detects an iPoker table with the word "lobby" in it, it will close that window.

Code:
#Persistent
SetTitleMatchMode, 2

Loop
{
   IfWinExist, lobby ahk_class PTIODEVICE
      WinClose
  
   Sleep, 500
}
Reply


[-]
Quick Reply
Message
Type your reply to this message here.

Username::
Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)
Please select the number: 1
1 2 3 4 5 6 7 8 9 10

Messages In This Thread
RE: Auto close stt lobby Ipoker (William Hill) - by SaT_Admin - 08-02-2013, 07:26 AM
RE: Auto close stt lobby Ipoker (William Hill) - by 2old - 09-01-2013, 07:16 AM