Open Side Menu Go to the Top
Register
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

09-23-2012 , 12:19 PM
Thanks for the quick response Dave.

I am not using the L version, I confirmed this, nor am I using the .eu version of the client.

I replaced that part you said to of my code and I did in fact get lots of the pop up messages just by clicking around the lobby just like you said, so I guess this means that the script is able to read the Pokerstars.log.0 file fine.

I got windows spy up made the table exactly 800px wide, used my screen capture program:

As you can see Windows spy said it was 800px but once onto paint it says 784, I still put the coordinates of 428,447 in the script, rebooted and tested still did not work.

I then tried to add the 16px difference in coordinates to get paint to show 800px wide:

I then put the coordinates of 432,462 in the script, rebooted it and it still did not work.

I'm lost at this point, any additional help would be great thank you.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-23-2012 , 01:16 PM
well that's great if you're getting popups it's def reading the logfile OK, which is the cause for a lot of problems. kinda surprised it isn't working on a .com client now, the coordinates look good enough I would think from the latest pic (it's hardly a small button anyhow!).

next thing to test is if it's actually finding the messages. To do this replace the ; on line 24. then notice just below there are a couple more msgbox commands (line 29 and 34 I think in the code above). one each for "if ... SITTING_STATUS" and "if ... TABLE TIMEBANK". remove the ; for those two msgbox popups, and see what happens. These should be much less frequent, but you should get them whenever you sit out or the timebank button appears.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-23-2012 , 01:55 PM
Just tested it, I didn't receive any messages when the time bank came up and I did not see messages when I sat out.

Also on another note this script has not and did not auto sit me back in either.

So.. from what I gather the script is not finding the autotimebank message/text or something?
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-23-2012 , 02:07 PM
Sounds like you may have been hit with a "post #105" logfile update perhaps.

If you open up pokerstars.log.0 in notepad or some other text file editor, and search for "MSG_0x0023" without quotes, that would confirm it. If you find one (note you will need to have sat at a table and seen a timebank button without closing PokerStars before you search, the log file is deleted and begins again when PS opens), follow the instructions in post 105: http://forumserver.twoplustwo.com/sh...&postcount=105

If not, you may have an entirely new form of logfile and I'd probably have to take a look to figure out what is the problem.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-23-2012 , 02:11 PM
^ I'm pretty sure the changes in post#105 are necessary for any client version now, so even .com.

Also, default table size is 808x584 (open up a table and hit CRTL+b to reset the table to default size).
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-23-2012 , 02:35 PM
Quote:
Originally Posted by _dave_
Sounds like you may have been hit with a "post #105" logfile update perhaps.

If you open up pokerstars.log.0 in notepad or some other text file editor, and search for "MSG_0x0023" without quotes, that would confirm it. If you find one (note you will need to have sat at a table and seen a timebank button without closing PokerStars before you search, the log file is deleted and begins again when PS opens), follow the instructions in post 105: http://forumserver.twoplustwo.com/sh...&postcount=105

If not, you may have an entirely new form of logfile and I'd probably have to take a look to figure out what is the problem.
Quote:
Originally Posted by Baobhan-Sith
^ I'm pretty sure the changes in post#105 are necessary for any client version now, so even .com.

Also, default table size is 808x584 (open up a table and hit CRTL+b to reset the table to default size).
I read #105 before but didn't try replacing it because I thought it was an .eu only client thing.

I replaced the code as said in #105 and both the auto time bank and auto sit back in work like a charm with any table size now

Thanks so much for the help, I love this script.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-23-2012 , 02:46 PM
Quote:
Originally Posted by di0d80
I read #105 before but didn't try replacing it because I thought it was an .eu only client thing.

I replaced the code as said in #105 and both the auto time bank and auto sit back in work like a charm with any table size now

Thanks so much for the help, I love this script.
Great news

Quote:
Originally Posted by Baobhan-Sith
^ I'm pretty sure the changes in post#105 are necessary for any client version now, so even .com.

Also, default table size is 808x584 (open up a table and hit CRTL+b to reset the table to default size).
Interesting, and good to know. bit of a shame, those human readable log messages made creating this so much easier! now it's not so bad, since fixing is much easier than having the idea in the first place. not entirely certain I'd have ever written this if there weren't readable messages to suggest timebank/sitouts could be detected.

I wonder if that table size is just Win7 with it's fat borders, I'll try my XP next time I'm on Stars.Your screenshots above look like an XP tho. It actually says the expected default size, right near the end of the script (same goes for any of my scripts that "click" stars, they all use the same function) - it can be edited of course if you'd prefer a different default for making coordinates, anything should work as long as you know what it is. This part:
Code:
rw := 792
rh := 546
is the magic numbers (client area only)
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-24-2012 , 01:43 AM
Question for Dave or anyone who knows this stuff. Is it possible to use the log file in order to build a simple pot odds calculator?
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-24-2012 , 08:33 AM
hello guys, where can I download the latest version ?
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-24-2012 , 03:37 PM
Quote:
Originally Posted by leviathan74
Question for Dave or anyone who knows this stuff. Is it possible to use the log file in order to build a simple pot odds calculator?
Have you tried longHUD, it gives you pot odds.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-26-2012 , 01:11 AM
Quote:
Originally Posted by gruey1
Have you tried longHUD, it gives you pot odds.
Well, OTOH it's in German so I don't get what's happening there, OTOH, I ve seen this and Tournament Indicator and they both seem overkill for what I want. What I want is a simple # showing equity% I ve got in a pot. Just that simple number, nothing more.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-26-2012 , 01:59 AM
I'm afraid betting actions are not present in the log file, so this is not a useful technique for building a pot odds display

For that, one would need to trap dealer messages from chat, as I believe LongHUD does. I never figured out how to do that without DLL Injection though. Or scan images from the screen in a similar manner to BetPot script, but that's a slow operation. not too bad if doing it only when acting, but to keep a display updated at a decent fps is harder. Better technique may be evidenced in Weegs script here http://forumserver.twoplustwo.com/45...totype-887939/ , which I am ashamed I have yet to study in depth.

Last edited by _dave_; 09-26-2012 at 02:22 AM.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-26-2012 , 02:01 AM
Quote:
Originally Posted by _dave_
I'm afraid betting actions are not present in the log file, so this is not a useful technique for building a pot odds display

For that, one would need to trap dealer messages from chat, as I believe LongHUD does. I never figured out how to do that without DLL Injection though.

Thanks, never hurts asking. Timeout Helper is still the nuts.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
10-12-2012 , 03:42 AM
Hi Dave,

I've read every post in this thread, I am after an auto sit back in script for SNGs when I time out, does this script in OP work for SNGs?

I use the Nova sit back in theme and black lobby theme on Windows7.

Thanks.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
10-12-2012 , 04:29 AM
It will work for SNGs yes, I was using it to many table DoNs when I first wrote it

The script in OP probably does not work any more, There will need to be some changes made to use it on Nova theme, I'm sure they are posted in this thread. Also Baobhan-Sith's changes in post #105 are likely necessary for an updates Stars client.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
10-12-2012 , 06:17 AM
Thanks for the reply Dave,

I have made changes that Baobhan-Sith suggested in post #105 to work with Nova & my script now looks like this:

Code:
#NoEnv
#Persistent
SetBatchLines -1


CheckTime := 500   ; Check every n MilliSeconds
sitin_x := 637
sitin_y := 488

timebank_x := 637
timebank_y := 488

_FILE := A_ProgramFiles . "\PokerStars\PokerStars.log.0"
;_FILE := "E:\sitout.txt"
SysGet, border, 32
SysGet, caption, 4
SetTimer, FILE_CHECK, %CheckTime%
return


FILE_CHECK:
If (_NEWLINES := CheckFile(_FILE))
{
  ;msgbox, %_NEWLINES%
  Loop, Parse, _NEWLINES, `n
  {
     if(regExMatch(a_loopfield, "MSG_0x000A-T\s\w{8}\s(\w{8})\s", m))
    {
      ;msgbox, %m1%
      PostStarsClick(sitin_x, sitin_y, ("0x" . m1))
      
    }
    else if (regExMatch(a_loopfield, "MSG_0x0023-T\s\w{8}\s(\w{8})", m))
    {
      ;msgbox, %m1%
      PostStarsClick(timebank_x, timebank_y, ("0x" . m1))
    }
  }
;msgbox, %m1%
   
}
Return


CheckFile(File) {
   ; THX Sean for File.ahk : http://www.autohotkey.com/forum/post-124759.html
   Static CF := ""   ; Current File
   Static FP := 0    ; File Pointer
   Static OPEN_EXISTING := 3
   Static GENERIC_READ := 0x80000000
   Static FILE_SHARE_READ := 1
   Static FILE_SHARE_WRITE := 2
   Static FILE_SHARE_DELETE := 4
   Static FILE_BEGIN := 0
   BatchLines := A_BatchLines
   SetBatchLines, -1
   If (File != CF) {
      CF := File
      FP := 0
   }
   hFile := DllCall("CreateFile"
                  , "Str",  File
                  , "Uint", GENERIC_READ
                  , "Uint", FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE
                  , "Uint", 0
                  , "Uint", OPEN_EXISTING
                  , "Uint", 0
                  , "Uint", 0)
   If (!hFile) {
      CF := ""
      FP := 0
      SetBatchLines, %BatchLines%
      Return False
   }
   DllCall("GetFileSizeEx"
         , "Uint",   hFile
         , "Int64P", nSize)
   If (FP = 0 Or nSize <= FP) {
      FP := nSize
      SetBatchLines, %BatchLines%
      DllCall("CloseHandle", "Uint", hFile) ; close file
     Return False
   }
   DllCall("SetFilePointerEx"
         , "Uint",  hFile
         , "Int64", FP
         , "Uint",  0
         , "Uint",  FILE_BEGIN)
   VarSetCapacity(Tail, Length := nSize - FP, 0)
   DllCall("ReadFile"
         , "Uint",  hFile
         , "Str",   Tail
         , "Uint",  Length
         , "UintP", Length
         , "Uint",  0)
   DllCall("CloseHandle", "Uint", hFile)
   VarSetCapacity(Tail, -1)
   FP := nSize
   SetBatchLines, %BatchLines%
   Return Tail
}

relStarsClientPoint(id, ByRef x, ByRef y)
{
  global border
  global caption
  rw := 792
  rh := 546
  WinGetPos, , , w, h, ahk_id%id%
  w := w - (2*border)
  h := h - (2*border) - caption
  
  x := Floor( (x / rw ) * w )
  y := Floor( (y / rh) * h  )
  
}

;Juks rocks
PostLeftClick(x, y, table_id, activate=0) {
; ### JUK: Send the down left click, then the mouse-up messages.
; NOTE: This is relative to the top left of the client area and NOT the top left of the
;       window (ie: It *doesn't* include the title-bar like AHK's MouseClick does!!!).
If activate
 WinActivate, ahk_id%table_id%
PostMessage, 0x201, 0x0001, ((y<<16)^x), , ahk_id%table_id%
PostMessage, 0x202 , 0, ((y<<16)^x), , ahk_id%table_id%
}

PostStarsClick(x, y, id)
{
  relStarsClientPoint(id, x, y)
  PostLeftClick(x, y, id)
}
I also downloaded Win32Spy to get the coordinates of the 'sit back in button'



Im pretty new to AHK scripts so still not sure what I am doing wrong, I saved the script as .ahk in all files and load it up but doesn't seem to sit me back in after timing out.

Should I of changed this part of the code:

CheckTime := 500 ; Check every n MilliSeconds
sitin_x := 639
sitin_y := 486

timebank_x := 694
timebank_y := 421

Just changed those fields so they are correct with my table position on Nova with the time bank button and click back in button

Last edited by OditeRussia; 10-12-2012 at 06:30 AM.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
10-12-2012 , 10:24 AM
1. - your logfile definition seems off; try this:

Code:
_FILE := "C:\Users\XXX\AppData\Local\PokerStars\PokerStars.log.0"
(replace XXX with your Windows login name)

2. - the coords seem off as well; you have to grab the coords relative to the active table/window, and the table has to be default size. Open a table -> "Table Options" -> "Reset To Default Size" -> then grab "in active window" coords with the WindowSpy version that came with autohotkey (yours apparently only shows "on screen" coords)
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
10-12-2012 , 11:48 AM
Quote:
Originally Posted by Baobhan-Sith
1. - your logfile definition seems off; try this:

Code:
_FILE := "C:\Users\XXX\AppData\Local\PokerStars\PokerStars.log.0"
(replace XXX with your Windows login name)

2. - the coords seem off as well; you have to grab the coords relative to the active table/window, and the table has to be default size. Open a table -> "Table Options" -> "Reset To Default Size" -> then grab "in active window" coords with the WindowSpy version that came with autohotkey (yours apparently only shows "on screen" coords)
Hey thank you for your post Boabhan I have now changed the log file code and also set my table to default size, I also used the windowspy given to me by AHK and I think i found the coords, but when i ran the script it pushed raise... lol do you know why?

Here is the updated script :

Code:
#NoEnv
#Persistent
SetBatchLines -1


CheckTime := 500   ; Check every n MilliSeconds
sitin_x := 677
sitin_y := 517

timebank_x := 740
timebank_y := 453

_FILE := "C:\Users\ben\AppData\Local\PokerStars\PokerStars.log.0"
;_FILE := "E:\sitout.txt"
SysGet, border, 32
SysGet, caption, 4
SetTimer, FILE_CHECK, %CheckTime%
return


FILE_CHECK:
If (_NEWLINES := CheckFile(_FILE))
{
  ;msgbox, %_NEWLINES%
  Loop, Parse, _NEWLINES, `n
  {
     if(regExMatch(a_loopfield, "MSG_0x000A-T\s\w{8}\s(\w{8})\s", m))
    {
      ;msgbox, %m1%
      PostStarsClick(sitin_x, sitin_y, ("0x" . m1))
      
    }
    else if (regExMatch(a_loopfield, "MSG_0x0023-T\s\w{8}\s(\w{8})", m))
    {
      ;msgbox, %m1%
      PostStarsClick(timebank_x, timebank_y, ("0x" . m1))
    }
  }
;msgbox, %m1%
   
}
Return


CheckFile(File) {
   ; THX Sean for File.ahk : http://www.autohotkey.com/forum/post-124759.html
   Static CF := ""   ; Current File
   Static FP := 0    ; File Pointer
   Static OPEN_EXISTING := 3
   Static GENERIC_READ := 0x80000000
   Static FILE_SHARE_READ := 1
   Static FILE_SHARE_WRITE := 2
   Static FILE_SHARE_DELETE := 4
   Static FILE_BEGIN := 0
   BatchLines := A_BatchLines
   SetBatchLines, -1
   If (File != CF) {
      CF := File
      FP := 0
   }
   hFile := DllCall("CreateFile"
                  , "Str",  File
                  , "Uint", GENERIC_READ
                  , "Uint", FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE
                  , "Uint", 0
                  , "Uint", OPEN_EXISTING
                  , "Uint", 0
                  , "Uint", 0)
   If (!hFile) {
      CF := ""
      FP := 0
      SetBatchLines, %BatchLines%
      Return False
   }
   DllCall("GetFileSizeEx"
         , "Uint",   hFile
         , "Int64P", nSize)
   If (FP = 0 Or nSize <= FP) {
      FP := nSize
      SetBatchLines, %BatchLines%
      DllCall("CloseHandle", "Uint", hFile) ; close file
     Return False
   }
   DllCall("SetFilePointerEx"
         , "Uint",  hFile
         , "Int64", FP
         , "Uint",  0
         , "Uint",  FILE_BEGIN)
   VarSetCapacity(Tail, Length := nSize - FP, 0)
   DllCall("ReadFile"
         , "Uint",  hFile
         , "Str",   Tail
         , "Uint",  Length
         , "UintP", Length
         , "Uint",  0)
   DllCall("CloseHandle", "Uint", hFile)
   VarSetCapacity(Tail, -1)
   FP := nSize
   SetBatchLines, %BatchLines%
   Return Tail
}

relStarsClientPoint(id, ByRef x, ByRef y)
{
  global border
  global caption
  rw := 792
  rh := 546
  WinGetPos, , , w, h, ahk_id%id%
  w := w - (2*border)
  h := h - (2*border) - caption
  
  x := Floor( (x / rw ) * w )
  y := Floor( (y / rh) * h  )
  
}

;Juks rocks
PostLeftClick(x, y, table_id, activate=0) {
; ### JUK: Send the down left click, then the mouse-up messages.
; NOTE: This is relative to the top left of the client area and NOT the top left of the
;       window (ie: It *doesn't* include the title-bar like AHK's MouseClick does!!!).
If activate
 WinActivate, ahk_id%table_id%
PostMessage, 0x201, 0x0001, ((y<<16)^x), , ahk_id%table_id%
PostMessage, 0x202 , 0, ((y<<16)^x), , ahk_id%table_id%
}

PostStarsClick(x, y, id)
{
  relStarsClientPoint(id, x, y)
  PostLeftClick(x, y, id)
}
when I am getting the coords do i Just hover my mouse over where the "sit back in" button would appear and "time bank" box appears and get the coords that way?

CheckTime := 500 ; Check every n MilliSeconds
sitin_x := 677
sitin_y := 517

timebank_x := 740
timebank_y := 453

Basically I dont need the timebank just auto sit back in, however it just hits the raise button



The screen shot above shows the coords where my mouse cursor was (sitting on top of the sit me back in button)

Last edited by OditeRussia; 10-12-2012 at 12:14 PM.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
10-12-2012 , 12:24 PM
Also if it helps when i search for the log file I get this:

New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
10-12-2012 , 01:28 PM
Hmmm my guess is you have to substract something like 8px from x (less important) and 30px from y (important!) due to Win7 borders and caption. (The reference width/height is based on client area only, without window borders and title.) If that doesn't help you have to try and error on playmoney tables until you got it, or wait for someone using Nova to chime in with working coords. Good news is, when it clicks it actually reads the logfile.

Btw you don't have to open the logfile, but if you want to just use the standard text editor.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
10-12-2012 , 03:12 PM
Perfect, altering the coord to allow for the borders worked thank you, very much.

So if anyone wants this to work on the Nova theme with Windows 7 you should try this code just change the folder name to where it has XXX to your windows name:

Code:
#NoEnv
#Persistent
SetBatchLines -1


CheckTime := 500   ; Check every n MilliSeconds
sitin_x := 679
sitin_y := 485

timebank_x := 732
timebank_y := 420

_FILE := "C:\Users\XXX\AppData\Local\PokerStars\PokerStars.log.0"
;_FILE := "E:\sitout.txt"
SysGet, border, 32
SysGet, caption, 4
SetTimer, FILE_CHECK, %CheckTime%
return


FILE_CHECK:
If (_NEWLINES := CheckFile(_FILE))
{
  ;msgbox, %_NEWLINES%
  Loop, Parse, _NEWLINES, `n
  {
     if(regExMatch(a_loopfield, "MSG_0x000A-T\s\w{8}\s(\w{8})\s", m))
    {
      ;msgbox, %m1%
      PostStarsClick(sitin_x, sitin_y, ("0x" . m1))
      
    }
    else if (regExMatch(a_loopfield, "MSG_0x0023-T\s\w{8}\s(\w{8})", m))
    {
      ;msgbox, %m1%
      PostStarsClick(timebank_x, timebank_y, ("0x" . m1))
    }
  }
;msgbox, %m1%
   
}
Return


CheckFile(File) {
   ; THX Sean for File.ahk : http://www.autohotkey.com/forum/post-124759.html
   Static CF := ""   ; Current File
   Static FP := 0    ; File Pointer
   Static OPEN_EXISTING := 3
   Static GENERIC_READ := 0x80000000
   Static FILE_SHARE_READ := 1
   Static FILE_SHARE_WRITE := 2
   Static FILE_SHARE_DELETE := 4
   Static FILE_BEGIN := 0
   BatchLines := A_BatchLines
   SetBatchLines, -1
   If (File != CF) {
      CF := File
      FP := 0
   }
   hFile := DllCall("CreateFile"
                  , "Str",  File
                  , "Uint", GENERIC_READ
                  , "Uint", FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE
                  , "Uint", 0
                  , "Uint", OPEN_EXISTING
                  , "Uint", 0
                  , "Uint", 0)
   If (!hFile) {
      CF := ""
      FP := 0
      SetBatchLines, %BatchLines%
      Return False
   }
   DllCall("GetFileSizeEx"
         , "Uint",   hFile
         , "Int64P", nSize)
   If (FP = 0 Or nSize <= FP) {
      FP := nSize
      SetBatchLines, %BatchLines%
      DllCall("CloseHandle", "Uint", hFile) ; close file
     Return False
   }
   DllCall("SetFilePointerEx"
         , "Uint",  hFile
         , "Int64", FP
         , "Uint",  0
         , "Uint",  FILE_BEGIN)
   VarSetCapacity(Tail, Length := nSize - FP, 0)
   DllCall("ReadFile"
         , "Uint",  hFile
         , "Str",   Tail
         , "Uint",  Length
         , "UintP", Length
         , "Uint",  0)
   DllCall("CloseHandle", "Uint", hFile)
   VarSetCapacity(Tail, -1)
   FP := nSize
   SetBatchLines, %BatchLines%
   Return Tail
}

relStarsClientPoint(id, ByRef x, ByRef y)
{
  global border
  global caption
  rw := 792
  rh := 546
  WinGetPos, , , w, h, ahk_id%id%
  w := w - (2*border)
  h := h - (2*border) - caption
  
  x := Floor( (x / rw ) * w )
  y := Floor( (y / rh) * h  )
  
}

;Juks rocks
PostLeftClick(x, y, table_id, activate=0) {
; ### JUK: Send the down left click, then the mouse-up messages.
; NOTE: This is relative to the top left of the client area and NOT the top left of the
;       window (ie: It *doesn't* include the title-bar like AHK's MouseClick does!!!).
If activate
 WinActivate, ahk_id%table_id%
PostMessage, 0x201, 0x0001, ((y<<16)^x), , ahk_id%table_id%
PostMessage, 0x202 , 0, ((y<<16)^x), , ahk_id%table_id%
}

PostStarsClick(x, y, id)
{
  relStarsClientPoint(id, x, y)
  PostLeftClick(x, y, id)
}

Last edited by OditeRussia; 10-12-2012 at 03:18 PM.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
10-17-2012 , 09:40 AM
Thank you very much for this script! It works perfectly!
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
11-28-2012 , 10:00 AM
I am using hyper simple theme and tryed the original script,
what needs to be added for it to work ? It diddnt click the timebank.

Edited in the part for the .eu version...
But dssnt work, does it matter what size of tables you use ?

I just dwnloaderd AHK software and did rightclick on systemtray icon -> edit script and pasted it there...

Last edited by Getready2rokk; 11-28-2012 at 10:25 AM.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
12-03-2012 , 07:37 AM
I was using 1.1.09.00 and deleting the ";" on line 24 gave me this lovely msgbox.



Version 1.0.48.05 works perfectly, can get it here http://www.autohotkey.com/board/topi...asic-versions/
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
12-05-2012 , 03:50 PM
yeah why 1.1.x is the primary download at this point I have no idea, many of my scripts are completely non-functional in it. 1.0.48.05 (basic) was on the main download page for the past year or so, it still should be imo.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote

      
m