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-24-2013 , 04:14 PM
Great script! But there's some problem with last update: I used a very old client (like 3+ months) until I was forced to update. After updating seems like script "OK" except "Close all tables with hero not in hand" — now hotkey closes right tables, but sometimes in addition closes tables, where I'm in hand. So: is there anything I or you can do?

P.S. Sorry for poor Eng
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
11-07-2013 , 11:47 PM
Would it be possible to create command to this script that asks to post "new blinds" blinds if someone leaves the table (fish).
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
11-10-2013 , 03:02 PM
Where can I get the newest version?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
11-11-2013 , 04:32 PM
Awesome thanks a lot.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
11-14-2013 , 08:26 AM
11-14-2013 , 08:42 AM
Quote:
Originally Posted by Max1mums
Where who what ?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
11-24-2013 , 08:20 AM
Quote:
Originally Posted by Max1mums
Nova theme support is not planned for now because there isn't much interest in the script these days.
Great script, +1 for nova support...
I guess users will be glad to donate some money for continuing your project...
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
11-26-2013 , 12:09 PM
does this script work with "nova gray" layout, if does not, im +1 for support for this particular layout.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
01-17-2014 , 04:22 PM
Hi all, I used this awesome script with a combination of xpadder and joypad to play low stakes sng tiled tables. Does anyone have a version of this script where you can navigate the tables in all four directions? Latest version, I can only navigate the high lighted tables in one direction. Please help, thank you!
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
01-17-2014 , 06:21 PM
Quote:
Originally Posted by megahol3
Hi all, I used this awesome script with a combination of xpadder and joypad to play low stakes sng tiled tables. Does anyone have a version of this script where you can navigate the tables in all four directions? Latest version, I can only navigate the high lighted tables in one direction. Please help, thank you!
Never mind, I used the StarsHotkey script with Starscash script seems to work for the navigation part.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
01-18-2014 , 04:37 PM
Hi.

Is there an option to change bet amount by small fraction of sb/bb using mouse wheel?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
01-18-2014 , 04:41 PM
juansanroman, yes, look at the BetPot tab.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
01-22-2014 , 03:42 PM
Hello. Great script. Is there a way to assign a key to sit out next blind just on the active table?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
01-23-2014 , 01:58 PM
Max1mums I see you also wrote TimebankStars. Is it possible (not to hard) to have StarsCash also work on Nova theme, like TimebankStars does ?
Or could you give directions how I should approach fixing that please.

I got a bit into AutoIt last February but hadn't heard of AHK until here on the forum. Would cost me many hours to learn it all, wish I could learn as fast as a youngling again.

Thx again for the awesome scripts.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
01-24-2014 , 04:25 PM
hi folks

does starscash ahk script recognise input from an xbox controller ?

or do i need to write an ahk script to remap the joystick to keyboard and run that as well as starscash ?

sorry if this has been covered in an earlier post but I have not had time to read all 1089 posts

thanks in advance

dD
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
01-27-2014 , 12:16 PM
any other noobs turn up, you'll find the joystick and mouse button explanations on page 3 of this thread

dD
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
01-30-2014 , 10:27 PM
Hi, I know this script is suppose to be used for playing cash games but most functions works good enough for me with HU SNGs. One bug, I find annoying is when I get sit out automatically for one hand and I lose an important blind to my opponent especially at higher blind levels. If I use timebankstars.ahk will that keep this bug from recurring? I have the "click im back automatically" checked that is why i only sit out for one hand. Thanks for you help.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
02-14-2014 , 12:05 AM
its normal the script being a litle slow puting in the bets? like 1 second or something like that? ty
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
02-18-2014 , 05:46 PM
a specific mouse button for hand replay can be added?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2014 , 11:28 AM
This script is fantastic thank you. Only have one problem when pressing "fold to any" sometimes an active table pops up and you fold premiums ofcourse...


So is there a way to avoid this ie "fold to any" except when active?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2014 , 11:57 AM
ertert99, you can use "send actions to active table" option on the General tab.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2014 , 12:33 PM
Thanks Max1mums you are a champion! Love the script!
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2014 , 12:52 PM
I have that option selected. Sorry, I should have said

Fold to any except when action on hero?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2014 , 01:21 PM
ertert99, you can try using "send actions to table under mouse" then if you are tiling, try adding these lines to the code:
Code:
fold2any:
sendmode event
If ActOnActiveTable
WinGet, Id, ID, A
else
MousegetPos,,,ID
ControlGet, vis, Visible,,PokerStarsSliderEditorClass1, ahk_id %id%
if vis
return
wingetclass,class,ahk_id%id%
if class=PokerStarsTableFrameClass
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-28-2014 , 01:28 PM
Thanks again
StarsCash - free script for PokerStars containing all functions cash player may need. Quote

      
m