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

05-15-2013 , 08:57 PM
Quote:
Originally Posted by egorriCh
that's my code for Nova theme. 100% works.
ty for your work, but it doesnt work here



wondering what your nova does look like:
Code:
sitin_x := 729
sitin_y := 400

timebank_x := 615
timebank_y := 445
these cords are not remotely near timebank or back-in-btn on MY nova tables ? Tho the script does not work with correct cords. (Yes, i changed the path correctly)
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-15-2013 , 09:13 PM
tips: coordinates must be made for the client area only (that is, without window borders/titlebar - take a screenshot and crop them off if need be), and also at default size for a table (no layouts applied, about 800x600)
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-16-2013 , 09:24 AM
I've made a GUI configurable Timebank clicker, you can try using it if you have problems with the manual configuring here, http://starscash.googlecode.com/files/timebankstars.ahk
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-18-2013 , 07:30 AM
Timeout banker auto limp hands for me!
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-18-2013 , 08:19 AM
I tried Max1mums ahk and it works for me, but only once, I´ve sit out again it dont work.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-18-2013 , 09:12 AM
chaosad, it doesn't sit you back in if you sitout on purpose (using file read).
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-19-2013 , 05:53 AM
hmm maybe you misunderstand me, I dont click on sitout.

timebank goes down and after this I sit out. your script klick I´m back but, if the timebank goes down again it doesnt work a 2nd time.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-19-2013 , 06:47 AM
chaosad, i see, it seemed to click too fast, before the Imback button was actually drawn.

Try this version guys, added few minor fixes as well: http://starscash.googlecode.com/file...kstars1.01.ahk
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-19-2013 , 07:37 AM
Error if check I'mback function
Win8 x64
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-19-2013 , 07:42 AM
ZARATUSTRA, install Autohotkey basic.
(or use A32 build at least)

Last edited by Max1mums; 05-19-2013 at 08:05 AM.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-19-2013 , 01:21 PM
yeah now that AHKL is official, this should probably be mentioned in the sticky somewhere:

when installing the new AHK, it has a button for "custom installation" i believe, which allows you to choose between 3 different versions: Unicode x86, Unicode x64, and ANSI x86.

you want to choose the last one for the best compatibility
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-19-2013 , 01:32 PM
This version should be compatible with all the latest Autohotkey program builds, tell me if anything goes wrong there http://starscash.googlecode.com/file...kstars1.02.ahk
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-19-2013 , 03:23 PM
Quote:
Originally Posted by Max1mums
chaosad, i see, it seemed to click too fast, before the Imback button was actually drawn.

Try this version guys, added few minor fixes as well: http://starscash.googlecode.com/file...kstars1.01.ahk
thank you Max1mums, great job now it works perfect
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-24-2013 , 03:31 PM
please test somebody this script on win7 x64

Quote:
Originally Posted by ZARATUSTRA
Error if check I'mback function
Win8 x64
same problem

Last edited by razgruz; 05-24-2013 at 03:39 PM.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-24-2013 , 05:19 PM
works fine in Win x64, make sure using AHK basic 1.0.48.05 32 bit tho.

Last edited by _dave_; 05-24-2013 at 05:20 PM. Reason: or try the update max1mums posted
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-24-2013 , 05:31 PM
1.02 version works fine for me using both x32 and x64 Autohotkey versions, it is Win8 issue maybe.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-26-2013 , 05:36 PM
Hey Max1mums ,how can I add your code that moves new tables to this timebank code ?
I want to make only one .exe

x:=0
y:=0

loop
{
winget,list,list,ahk_class PokerStarsTableFrameClass
loop %list%
{
id:=list%A_index%
if seated%id% is not number
{
wingetpos,xstart%id%,ystart%id%,,,ahk_id%id%
WinMove, ahk_id%id%,, x,y
seated%id%:=1
}
}
sleep,500
}
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-27-2013 , 06:13 PM
Hi guys, I have not worked on the script version Max1mums due to the fact that the path to the folder name in the PokerStars.log.0 was the point or .Net version
the path was a C:\Users\Admin\AppData\Local\PokerStars.NET\PokerS tars.log.0
reinstalling the client solved the problem, now it works
_dave_ and Max1mums thank you for your work !
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-28-2013 , 01:36 PM
This has stopped working for me as well for some reason..I'll update if i get it working again. First to revise the path to pokerstarslog

Last edited by djdoodoo; 05-28-2013 at 01:45 PM.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-31-2013 , 04:52 PM
Can someone make this work?

My oath to pokerstarslog is ok, but it is not clicking time bank...

Last edited by dadaas; 05-31-2013 at 05:20 PM.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
05-31-2013 , 09:58 PM
Please mention which script you use, if it is about timebankstars1.02 - run the script and the PS client as admin (HM files as well if you use it), check if filepath is correct (it should be written with the green font), make sure that the correct table theme is chosen, try manual Timebank button location configuring, try using "Pixel" method instead. You can basically make this script work for any layout using Custom configuration buttons.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
06-01-2013 , 05:45 AM
Sorry, must be i didnt run it as admin. Thanks
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
06-01-2013 , 07:57 AM
Absolutely fantastic Max1mums, thanks a ton!

would it be much work to expand this script with hotkeys for button 1 2 and 3 which you can define in the Stars client (nr of BB's or %pot), I assume it's almost the same principle (we already have the table coordinates etc).. maybe if some more people are interested in this we can put in some $ for this feature

cheers
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
06-03-2013 , 02:48 PM
Oh sorry, I see that you made something similar with the script for cash games, I can probably use some stuff from there!
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote
06-16-2013 , 12:37 PM
Hi,

I have a following problem with the script. Happened to me a few times on the river today. Whenever I am in position and my opponent takes a long time on the river to decide - when he finally bets my hand auto instafolds. I am using slick theme, small tables, everything set to default in the script. Otherwise than that the script works fine

anyone?

Additionally would it help if i changed the color of the fold button to a different one?

Last edited by fixdgchd; 06-16-2013 at 12:51 PM.
New AHK: TimeOut Helper (Instant Sit Back In) and Auto Timebank for PokerStars Quote

      
m