Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Internet Poker > Software > Free Software

Notices

Free Software Discussion of Free / Freeware / Donationware / Open Source poker software and Free Graphics mods

Reply
 
Thread Tools Display Modes
Old 05-06-2011, 08:08 PM   #61
newbie
 
Join Date: Feb 2010
Posts: 21
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

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!
Bobo6 is offline   Reply With Quote
Old 05-06-2011, 09:10 PM   #62
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 9,145
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

zeneil up thread was posting about win64, I guess it ended up working OK since he stopped posting, but he didn't actually confirm.
_dave_ is offline   Reply With Quote
Old 05-08-2011, 03:36 AM   #63
newbie
 
Join Date: Feb 2010
Posts: 21
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

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.
Bobo6 is offline   Reply With Quote
Old 05-08-2011, 03:48 AM   #64
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 9,145
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

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.
_dave_ is offline   Reply With Quote
Old 06-11-2011, 04:34 AM   #65
centurion
 
/Logan/'s Avatar
 
Join Date: Dec 2010
Posts: 185
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

Quote:
Originally Posted by wittenberg View Post
i have a problem with timebank clicking, sit out works

any idea?
Quote:
Originally Posted by Baobhan-Sith View Post
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.
/Logan/ is offline   Reply With Quote
Old 07-15-2011, 11:35 AM   #66
veteran
 
Baobhan-Sith's Avatar
 
Join Date: Oct 2009
Location: ♠ ♥ ♦ ♣
Posts: 2,801
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

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.
Baobhan-Sith is offline   Reply With Quote
Old 07-15-2011, 12:26 PM   #67
old hand
 
Join Date: Aug 2009
Location: From Russia with code
Posts: 1,462
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

Baobhan-Sith, starshotkeys function "auto refresh info" could do this with wrong table theme selected, try turning it off if you use it.
Max1mums is offline   Reply With Quote
Old 09-07-2011, 01:48 PM   #68
newbie
 
trlfecta's Avatar
 
Join Date: May 2010
Posts: 38
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

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?
trlfecta is offline   Reply With Quote
Old 09-21-2011, 12:58 AM   #69
veteran
 
leviathan74's Avatar
 
Join Date: Nov 2008
Posts: 2,648
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

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
leviathan74 is offline   Reply With Quote
Old 09-21-2011, 11:32 AM   #70
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 9,145
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

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.
_dave_ is offline   Reply With Quote
Old 09-21-2011, 01:36 PM   #71
veteran
 
leviathan74's Avatar
 
Join Date: Nov 2008
Posts: 2,648
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

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!
leviathan74 is offline   Reply With Quote
Old 01-13-2012, 04:40 PM   #72
old hand
 
3.14RawManiac's Avatar
 
Join Date: Jun 2009
Location: Internets
Posts: 1,311
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

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!
3.14RawManiac is offline   Reply With Quote
Old 01-13-2012, 04:43 PM   #73
old hand
 
3.14RawManiac's Avatar
 
Join Date: Jun 2009
Location: Internets
Posts: 1,311
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

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!
3.14RawManiac is offline   Reply With Quote
Old 01-13-2012, 08:40 PM   #74
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 9,145
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

Quote:
Originally Posted by 3.14RawManiac View Post
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
_dave_ is offline   Reply With Quote
Old 01-17-2012, 04:53 AM   #75
newbie
 
Join Date: Dec 2011
Posts: 17
Re: New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars

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
e_or is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 04:26 AM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright Đ 2008-2010, Two Plus Two Interactive