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

03-14-2011 , 01:52 AM
Kind of a noob here but I really would appreciate how to do this. I use AHK to move tables around and also the starshotkeys but the sit back in never works. I believe the time bank works different since this ahk was created but anyway. How do I get the Sitbackin ahk?, where am I suposed to copy that code? I tried coping it to an old ahk code with notepad but it didnt work. Please pretty please help :O!
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
03-14-2011 , 03:08 AM
you should just be able to right click -> new AHK script, edit that in notepad and replace everything in it with the code in OP. save, and double-click to run. If you're on win7 / Vista, either copy the later one or make edits as stated, and always run script + poker site as administrator.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
03-14-2011 , 03:34 AM
Thx man, now lets see if it works
EDIT:
:S it didnt work...
1)New ahk file
2) Copied post #42 when opened in notepad.
3) (Im admin in all programs)
4) Im sitting out after a time out as i type this
Is there something else I might be missing?
Thx in advance...
(btw, the click time bank or sit out next BB option I dont need, only the sit back in)

Last edited by paletokio; 03-14-2011 at 03:50 AM.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
03-14-2011 , 10:18 AM
Is there other AHK that only works for the purpose of sitting back in besides
Starshotkeys(It doesnt work)
StarsCash(Makes interference with the movetable & starshotkeys ahks)
?
For us who cant afford TN now (or those who´s trial is about to expire :P)
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
03-14-2011 , 03:03 PM
use the version in post 1, make sure location of pokerstars.log.0 is edited correctly
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
03-16-2011 , 03:30 AM
Quote:
Originally Posted by _dave_
use the version in post 1, make sure location of pokerstars.log.0 is edited correctly
You are awesome sir, tyvm.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
04-28-2011 , 06:23 AM
is this script working for someone?
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
04-28-2011 , 10:49 AM
Yes, it's working perfectly for me tho I had to edit the coords.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
04-29-2011 , 06:51 AM
Quote:
Originally Posted by Baobhan-Sith
Yes, it's working perfectly for me tho I had to edit the coords.
i have a problem with timebank clicking, sit out works

any idea?
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
04-29-2011 , 01:05 PM
Code:
timebank_x := 520
timebank_y := 460
These are the values you have to edit. Use WindowSpy to get the correct center coords of the timebank button of a default-sized table.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-06-2011 , 08:08 PM
it works on my notebook with Vista 32bit, but not on my pc with Windows 7 64bit, can someone here confirm it also works on 64bit OS? thanks!
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-06-2011 , 09:10 PM
zeneil up thread was posting about win64, I guess it ended up working OK since he stopped posting, but he didn't actually confirm.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-08-2011 , 03:36 AM
thx for the answer, it works now. firstly i tried several times to make a new exe with AHK 1.10 for the Win 7 64bit. it just didnt work. then i copied the old exe made by AHK 1.09 on Vista 32bit to the new pc. (same user, same path, so nothing need to be changed.) it just works.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-08-2011 , 03:48 AM
Ah that's interesting indeed. I guess some function or another I used does not work properly in the new Autohotkey_L yet, it needs autohotkey basic. That's good to know, thanks.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
06-11-2011 , 04:34 AM
Quote:
Originally Posted by wittenberg
i have a problem with timebank clicking, sit out works

any idea?
Quote:
Originally Posted by Baobhan-Sith
Code:
timebank_x := 520
timebank_y := 460
These are the values you have to edit. Use WindowSpy to get the correct center coords of the timebank button of a default-sized table.
I have this same problem i can´t figure what is wrong.

Already download windowSpy, get the coords, edit the timebank AHK, and very rare some times work some times don´t.

First i try and don´t work, then try to check coords again, change the coords to be more in the center of button and work but then don´t, try 10 times and from those work 3 times, then 2 no, then 3 yes, then 2 no (with same coords) so no idea.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
07-15-2011 , 11:35 AM
Could it be possible this script sometimes accidentally hits the fold button? I have experienced some (rare) cases where my hands get insta-autofolded as soon as the action gets back to me (postflop only afaik). The table doesn't even pop on top (I play stacked) so I have no chance to interact.

I also have StarsHotkeys which maybe could cause the issue, but I don't even have a hotkey for "fold to any bet" and from casual observations I know for sure the checkbox is empty when the autofold happens.

Sent log files + hands to Stars, waiting for their reply, just wanted to ask if someone experienced the same, or maybe Dave has an idea of what could be going on.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
07-15-2011 , 12:26 PM
Baobhan-Sith, starshotkeys function "auto refresh info" could do this with wrong table theme selected, try turning it off if you use it.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-07-2011 , 01:48 PM
Would it be possible to just take the Auto Timebank script and make it work with the new nova themes. I tried to put in the new coordinate's of the new timebank location but couldn't get it working. Or is the whole script done since the recent update?
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-21-2011 , 12:58 AM
I ve got win XP x64 and pokerstars is located in the Program Files (x86) folder. What line do I insert in the program?

Also just to make clear, if I stack and I am first to act with no raise or all in before me, the timebank will be clicked? Because I am experimenting with various AHK and I am confused about the way they work and whether it's them doing the job or the PS client.

Last but not least, the default coordinates were calculated with what kind of setting in mind? And are they the coordinates for the specific window or the whole screen?

Thanks
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-21-2011 , 11:32 AM
you probably don't need to add anything for (x86), i think all the paths use the A_ProgramFiles which should fill automatically. mabe not though, and if it's not working one of the first things to do is change those paths to hard-coded actual paths.

This will click the time button immediately whenever it is your turn to act, regardless of if you have money in the pot or not. the PS client will auto-activate time only when "standard time" runs out, and you have money in the pot.

The coordinates are x/y values on the client area (so not including borders/titlebar), with a stars table at it's default size, i.e. what it opens at with none of the layout options selected.

There's a few MsgBox lines still in the code but commented out. uncommenting those is good for debugging / figuring out what + when it's doing stuff.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
09-21-2011 , 01:36 PM
Dave thank you very much, this program works.

I put the (x86) there, I don't know if it's redundant or not, but it def. didn't hurt.

I am a bit confused as to what is the default window as I have a 1360x768 widescreen, use a vertical taskbar and I maximize the PS window which I think makes it larger than default. Again, even with that setting, it works.

Last but not least, since I play tourneys and this point had confused me in the past, the PS client clicks the timebank automatically if you ve got money in the pot. The crucial detail I did not get was that it counts antes as having money in the pot. I say crucial, because until I figured that out, I was trying other scripts which supposedly contained a timebank function and I couldn't tell why the timebank function seemed to worked at random.

But again, your script, Dave, works and that makes it glorious!
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
01-13-2012 , 05:40 PM
works perfectly with classic theme, but nothing happens with old black, and I hate classic. Dude, please, get it to work with old black, you'll be my hero!
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
01-13-2012 , 05:43 PM
I just spent two rings of blinds at a nano table and deliberately sat out everty hand and just like by magic I sit in immediately, Wow!
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
01-13-2012 , 09:40 PM
Quote:
Originally Posted by 3.14RawManiac
works perfectly with classic theme, but nothing happens with old black, and I hate classic. Dude, please, get it to work with old black, you'll be my hero!
For "Old Black", the timebank button is placed a little further left. If you change the timebank_x value to 450 instead of 520 (line #10), that should hit square in the middle, e.g.
Code:
timebank_x := 450
GL
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
01-17-2012 , 05:53 AM
Does this work on stars.fr?. If it does is it ok to use tableninja on stars.com and this on stars.fr simultanously?

Thanks
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote

      
m