Open Side Menu Go to the Top
Register
StarsCash - free script for PokerStars containing all functions cash player may need. StarsCash - free script for PokerStars containing all functions cash player may need.

09-14-2010 , 05:58 PM
Max,

Did you mean there is currently no way to use betpot like before?

I am always using Classic Theme.
SitoutNrxtAll only works for 1 table at a time
RemoveSitoutNextAll only works 1 table at a time
I forgot to mention those as bugs.

Tested......http://depositfiles.com/files/pinoow7zy
Found 2 bugs (plus ones above), and one request and a question

=============BUGS=============
1- CloseAllTablesWhereHeroNotInHand only works one table at a time(2 tables).
2- "Wait for big blind" works on 1 table but stops working on other tables that are open
=============BUGS=============

===========REQUEST============
1- Pressing hotkey to Uncheck autopost blinds for all tables and also sit out next BLIND.....is fine for what it does, but it doesn't guarantee that I'm out of the game for longer than 1 big blind rotation.

So....could you please add "Uncheck autopost blinds for all tables and sit out next HAND for all tables" in the settings listing so it can be done with 1 hotkey, so we may use the available option of making sure we are not put back in play once the next blind has passed?
==============================

==========QUESTION============
1- How do I activate settings for betpot so betpot will behave like it did BEFORE the XBB code was added? I liked it the way it was.
==============================

THANK YOU! THANK YOU! THANK YOU!

Gutoid

Last edited by Gutoid; 09-14-2010 at 06:12 PM.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-14-2010 , 06:07 PM
does this work w/ stars theme?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-14-2010 , 07:41 PM
rafifer, most of functions should work fine if you select HyperSimple theme on the General tab.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-15-2010 , 12:18 AM
Quote:
Originally Posted by Max1mums
rafifer, most of functions should work fine if you select HyperSimple theme on the General tab.
thanks sir.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-15-2010 , 02:11 PM
Hi,

can you please add the function that just Postflop betsizes are rounded (SB)?


StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-15-2010 , 02:22 PM
wuusaa, you can set Preflop raise to whatever you want in xbb version (post 549 link), it won't be rounded at all, edit "openraise" amount at the script beginning.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-15-2010 , 06:27 PM
I don't get it.
I want a 2.3BB Openraise and Postflop 52% Pot rounded to SB...
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-15-2010 , 07:38 PM
Download this version http://depositfiles.com/files/ntcyhh3s0, edit the script, set openraise:=2.3 openraise50bb:=2.3 at the script beginning, set flop to 52 on BetPot tab, check round(sb) checkbox.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-19-2010 , 06:11 PM
Hey Max,

Any chance the script will work with the renewed Black theme?

Thanks a bunch!
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-21-2010 , 12:43 PM
This is the greatest thing in the world. I played millions of hands with table ninja (never again) and this blows it away.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-21-2010 , 01:23 PM
thetruf, thanks.
aliens, in the future, yes.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-21-2010 , 02:49 PM
Just getting back into online poker after an 8 month break.

Max - thanks for this program - so far it looks great.

Max/everyone - is it possible to use combos of keystrokes? For example I want to use "Backspace" for FOLD (which works fine) and "Shift+Backspace" for call - which gives me an error. I have also tried "Shift&Backspace", which receives the same error.

Thanks in advance guys - it's nice to be back :-)
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-21-2010 , 03:56 PM
You should specify +Backspace for shift+backspace, here is the list of available modifiers http://www.autohotkey.com/docs/Hotkeys.htm and here is the list of available hotkeys http://www.autohotkey.com/docs/KeyList.htm
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-01-2010 , 06:35 PM
Hi Max,
I want to kill the table showing "Join Waiting List" button.
I tried some but it didn't work.
How can I detect "Join Waiting List" button?


winget,list,list,Logged In ahk_class PokerStarsTableFrameClass
loop %list%
{
id:=list%A_index%
If "Join Waiting List" button is showing
{
WinKill, ahk_id%id%
}
}

thanks

StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-01-2010 , 07:26 PM
UrSoUnusual, "Close all tables with hero not logged in" function on the Global hotkeys tab does this already.
You can try adding these lines to your function
Code:
JoinWaitingList:=PixelColorA(0.8625,0.8621,id)
If (JoinWaitingList=0x000000) OR (JoinWaitingList=0xDFD9CE) OR (JoinWaitingList=0xDEDBCE) OR (JoinWaitingList=0x0xB5A29c) OR (JoinWaitingList=0xBDAEAD)  OR (JoinWaitingList=0x1f1f1f)  OR (JoinWaitingList=0x343434) OR (JoinWaitingList=0x0202020)  OR (JoinWaitingList=0xe6e6e6) OR (JoinWaitingList=0xdddddd)  OR (JoinWaitingList=0x1e1e1e) OR (JoinWaitingList=0xb0b0b0)
WinKill, ahk_id%id%
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-02-2010 , 12:37 AM
Thanks, Max
It works!
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-02-2010 , 09:28 AM
Will your script work with Pokerstars.fr?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-02-2010 , 12:45 PM
DivineLuckBox, how can i know that, i'm not french. I don't see any possible difference except of titles, script is looking for "Logged In" in the seated table title and "PokerStars Lobby -" in the main lobby title, you can try replacing those within the script if they differ on PokerStars.fr
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-06-2010 , 07:33 AM
the 'fold to any bet' feature doesn't work w/ the new software


EDIT:
I'll try this

Quote:
Originally Posted by Max1mums
Here is fix for changed checkboxes location http://depositfiles.com/files/140akhrq1
Tell me if anything works wrong there.

Last edited by Warren DeApe; 10-06-2010 at 07:44 AM. Reason: possible solution
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-06-2010 , 01:12 PM
Warren DeApe, try this version http://depositfiles.com/files/jw1xzzld5
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-08-2010 , 12:42 PM
Quote:
Originally Posted by Max1mums
Warren DeApe, try this version http://depositfiles.com/files/jw1xzzld5
Hi just trying this script for the first time. Is this the file I should be using?

So far, I can't seem to get activate table under mouse to work. I still have to click on an actual table to get SC to populate the bet box automatically.

Also the highlighter doesn't seem to work unless I specifically click on a table which again defeats the purpose.

Running Windows 7 with aero on.

Any help appreciated thanks.

Edit: Also the automatic seating doesn't seem to work for the slick light theme

Last edited by pokerash; 10-08-2010 at 12:56 PM.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-08-2010 , 03:50 PM
Everything you mentioned is still working fine for me on the slick light theme with the version from that link.
"Activate table under mouse" option will work if another PS table or PS lobby is active and it won't otherwise.
Try using "Activate all tables with action on hero" highlighter mode.
Automatic seating may not work properly on moded themes, should work fine otherwise, make sure you have "Auto seat on new table" option checked on the Annoyances tab.
You can try using script with aero off for testing purposes.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-08-2010 , 04:12 PM
Quote:
Originally Posted by Max1mums
Everything you mentioned is still working fine for me on the slick light theme with the version from that link.
"Activate table under mouse" option will work if another PS table or PS lobby is active and it won't otherwise.
Try using "Activate all tables with action on hero" highlighter mode.
Automatic seating may not work properly on moded themes, should work fine otherwise, make sure you have "Auto seat on new table" option checked on the Annoyances tab.
You can try using script with aero off for testing purposes.
The automatic seating works with hyper simple but not slick light for some reason. Anyway that's not important as hypersimple is fine.

Highlight table only works if another Ps table is active as well. Obviously this has been intentionally done but I can't really see why. e.g. I am using another app like HEM or browser and want the table highlight to come up when it is my turn.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-08-2010 , 04:34 PM
pokerash, ok it should work the way you want in this version http://depositfiles.com/files/947r9y489
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-08-2010 , 04:41 PM
Quote:
Originally Posted by Max1mums
pokerash, ok it should work the way you want in this version http://depositfiles.com/files/947r9y489
Thank you so much. Will try it out and let u know.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote

      
m