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.

08-21-2015 , 05:43 AM
Run the script as admin.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
08-21-2015 , 12:17 PM
Hey Max1mums, thanks for the reply. I figured out what the problem was. The script works fine but it stops working when I have HEM2 running and importing. I have a similar problem with the StarsUrgentTable ahk script where the mouse stops moving to the active table after my WIN 10 update. Works fine when I'm not using HEM2 with the hud running. Is there anything I can do? Thanks.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
08-21-2015 , 02:36 PM
4thstreetpete, it is about admin privileges as i said.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
08-21-2015 , 09:15 PM
I tried it, its not it.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
08-22-2015 , 05:18 AM
4thstreetpete, it is, compile the script to .exe first, run .exe as admin then.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
08-22-2015 , 02:14 PM
Holy crap, works perfectly now. Thanks Maximums. Please PM your paypal address for a small donation for your help.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
08-23-2015 , 06:05 AM
4thstreetpete, no problem.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-21-2015 , 06:14 PM
Hello

I have Ahk version 1.22.3.

My problem on pc1 is this:
http://213.239.207.40/image.jpg

On pc2 is all ok

Does anyone has an advice ?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-21-2015 , 09:14 PM
bosjim, you are using an old script version it seems, try this
https://starscash.googlecode.com/fil...sCash1.53b.ahk
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-22-2015 , 12:34 PM
thanks for answering

but makes the same too long lines ...

Is there a brief manual ?... i do not want to trial and error all settings with real money play.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
09-30-2015 , 06:50 PM
ah ok I understand
support is over
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-08-2015 , 08:19 AM
Hello Max1mums followed all the instructions on the previous pages. I can not operate the betpot. I windows10. Some extra suggestions. The scrip is the top. Thank you.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-09-2015 , 10:44 AM
one more question, works the pot bet in "zoom"? I can not use thanks
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-12-2015 , 01:23 PM
Can't get PotBet to run on my Windows 10 either, other functions seem to be working well.
I am running script as an admin.

Gotta say though this looks like a great TableNinja alternative and if I get/can get my BetPot stuff fixed, I am definitely donating some
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-12-2015 , 07:18 PM
starshelper is great and this works with support
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
03-28-2018 , 02:22 PM
I there. I still use starcash and I'm trying to use ControlSend() to click on the play now button like this:
MButton::ControlSend, PokerStarsButtonClass241, {enter}, PokerStars Lobby
But the problem is that the PokerStarsButtonClass241 number keeps changing. There must be an easier way to do this. Does anyone here knows how to do this?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
03-29-2018 , 05:56 AM
MiguelTeixeira, basically you could use MButton::ControlSend, Play Now, {enter}, PokerStars Lobby, but there are some hidden copies of a control with the same text in the PS client which could mess it up, so you have to identify wanted visible control , try this:
Code:
MButton::
regButton=
winget,LobbyID,id,PokerStars Lobby
WinGet,ctrls,ControlList,ahk_id%LobbyID%
Loop,Parse,ctrls,`n
{
 controlgettext,text,%A_LoopField%,ahk_id%LobbyID%
 ControlGet,vis,Visible,,%A_LoopField%,ahk_id%LobbyID%
 if (text="Play Now") && vis
 regButton:=A_LoopField
}
if regButton
ControlSend, %regButton%, {space}, ahk_id%LobbyID%
return

Last edited by Max1mums; 03-29-2018 at 06:07 AM.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
07-26-2018 , 02:21 AM
How install the script?

Отправлено с моего CPH1729 через Tapatalk
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
07-30-2018 , 04:22 AM
JockoRocko, install Autohotkey http://www.autohotkey.com/download/A...05_Install.exe, run the script.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
07-30-2018 , 06:57 AM
Quote:
Originally Posted by Max1mums
JockoRocko, install Autohotkey http://www.autohotkey.com/download/A...05_Install.exe, run the script.
Thank you
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
10-05-2018 , 04:48 AM
how i can join to waiting list? what i need write? help me plz)

sorry for newbie questions)

i've understand something:

im added "N" like hot keys in "join waiting list on all tables", but if i press "N" i got did nothing (sorry for my eng) and just listen a "song"

ps running as administrator

Last edited by JockoRocko; 10-05-2018 at 04:55 AM.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
12-19-2018 , 04:16 AM
Can you please post another download link? The Last is not working. Thanks.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
12-19-2018 , 04:34 PM
Quote:
Originally Posted by Max1mums
Thank you very much sir.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote

      
m