Open Side Menu Go to the Top
Register
AHK script:Stars Filtered SNG Opener AHK script:Stars Filtered SNG Opener

11-10-2011 , 02:20 AM
could anyone post the dl link for SFSO pls?
AHK script:Stars Filtered SNG Opener Quote
11-11-2011 , 10:57 PM
Quote:
Originally Posted by Max1mums
mugenjin, try installing autohotkey basic maybe http://www.autohotkey.com/download/A...keyInstall.exe
That got the script working. Now I'm just wondering if it'll work well for the games I play.

I can filter Stars to show the 3 games I'm playing , the 3.50 RB 180's , 8$ 180's , and 15$ 180's. With these MTT sng's only 1 of each are available to reg in at a time.

Could use some help with setting up the script optimally.

I'm guessing I should have the reg. next if full enabled so it will scroll through the list ?

Can I set the script to reg every 2 seconds for my initial load , and then change it to 90 or so seconds ? Or should I just manually reg into my 1st 3 games then load the script ?

This script handles the "ok" click for registration ?

And what about closing finished tournaments ? I don't see anything regarding that in the script so I'm guessing I'll need something else like the Debustifier script I used to use ?
AHK script:Stars Filtered SNG Opener Quote
11-14-2011 , 06:11 AM
Quote:
Originally Posted by mugenjin
And what about closing finished tournaments ? I don't see anything regarding that in the script so I'm guessing I'll need something else like the Debustifier script I used to use ?
Debustifier is no longer needed, PS will close your tables for you, it's somewhere in the settings.
AHK script:Stars Filtered SNG Opener Quote
11-14-2011 , 02:12 PM
Thanks , forgot about that. It conflicts with TN so I've had it disabled.
AHK script:Stars Filtered SNG Opener Quote
11-29-2011 , 11:00 PM
Not working so well for me, I set No of SNG's to keep open to 8, and it just started opening more and more and more, i had to panic and close program when 10 were going....


** NOTE TO SELF+other newbs. when testing software, test with micro stakes tournaments..
AHK script:Stars Filtered SNG Opener Quote
11-30-2011 , 08:11 AM
Pokernubz, you have to uncomment and set pokerstars.log.0 file path manually if it is placed in the nonstandard location in this line
Code:
;pspath=c:\Program Files\PokerStars
AHK script:Stars Filtered SNG Opener Quote
01-10-2012 , 07:30 AM
after ps update yesterday , it can not be used again.
help me plz
AHK script:Stars Filtered SNG Opener Quote
01-13-2012 , 01:10 PM
link to download not work
AHK script:Stars Filtered SNG Opener Quote
03-16-2012 , 03:22 PM
Any update for this PLZ.
Dont work since pokerstars update.



Oooops sorry i had a old ver.
TY to the developer. works NICELY.
AHK script:Stars Filtered SNG Opener Quote
03-16-2012 , 05:59 PM
Here is the latest version (with the fix for the March 16th PS update) http://starscash.googlecode.com/files/SFSO_4.0a.ahk
AHK script:Stars Filtered SNG Opener Quote
03-17-2012 , 07:02 PM
What im doing wrong or the script is wrong.
Im playing 15 tables, 30 tables Sesion.
But the script keeps registering me, i stopet it in 16 S&G.
Heres a image.
And REGISTERED SO FAR is 0 ?????

AHK script:Stars Filtered SNG Opener Quote
03-17-2012 , 07:29 PM
vanBasten, try uncommenting and setting the path to pokerstars.log.0 file manually in this line
Code:
;pspath=c:\Program Files\PokerStars
eg
Code:
pspath=D:\PokerStars
AHK script:Stars Filtered SNG Opener Quote
03-18-2012 , 07:16 AM

I keep getting this, what do I do?

edit: just seen that someone had the same problem, downloading the basic version of AHK
edit 2: still getting the same message
AHK script:Stars Filtered SNG Opener Quote
03-18-2012 , 10:07 AM
r1zz0, try uninstalling autohotkey completely and installing the basic version then.
AHK script:Stars Filtered SNG Opener Quote
03-18-2012 , 12:37 PM
Quote:
Originally Posted by Max1mums
vanBasten, try uncommenting and setting the path to pokerstars.log.0 file manually in this line
Code:
;pspath=c:\Program Files\PokerStars
eg
Code:
pspath=D:\PokerStars
Max1mums I tried to uncomment and set pspath to pokerstars.log0 Path:

Code:
pspath=C:\Users\My User\AppData\Local\PokerStars
And is not working the script keeps registering and regitering me in more tables also the REGISTERED SO FAR still in 0.

Plz any solution?
AHK script:Stars Filtered SNG Opener Quote
03-19-2012 , 12:30 PM
Quote:
Originally Posted by Max1mums
r1zz0, try uninstalling autohotkey completely and installing the basic version then.
this is what I did but I'll try it again
edit: working now ty

Last edited by r1zz0; 03-19-2012 at 12:42 PM.
AHK script:Stars Filtered SNG Opener Quote
03-19-2012 , 02:30 PM
Does anyone have a fix for the .dk version?
AHK script:Stars Filtered SNG Opener Quote
03-20-2012 , 10:35 AM
noob question in this post.

I've got the notepad file saved and I downloaded authotkey, but I have no idea what im supposed to do with the two of them to get it working.

I just want to autoreg for sngs
AHK script:Stars Filtered SNG Opener Quote
03-20-2012 , 02:08 PM
Well finally i found a solution to that problem who keeps the script registering and registerin and counter of sng registered in 0.
This is the original code from the last update posted by max1mums:

Code:
;;;;;;;;;;;SET YOUR PokerStars folder path here;;;;;;;;;;;;;;;
;pspath=c:\Program Files\PokerStars
logfile:= pspath . "pokerstars.log.0"
IfNotExist %logfile%
U need to uncomment and set the pokerstars intalation path manually and add at the end a extra "\" for example i have instales PS in D ";pspath=D:\Pokerstars\Poker Stars" -> "pspath=D:\Pokerstars\Poker Stars\".
Then add a extra line od code i think was missed.

Code:
IniRead, pspath, %thisahk%.ini, Settings, path
Resultnat code:

Code:
;;;;;;;;;;;SET YOUR PokerStars folder path here;;;;;;;;;;;;;;;
pspath=D:\PokerStars\Poker Stars\
IniRead, pspath, %thisahk%.ini, Settings, path
logfile:= pspath . "pokerstars.log.0"
IfNotExist %logfile%
AHK script:Stars Filtered SNG Opener Quote
03-23-2012 , 10:56 AM
not working with the recent update
AHK script:Stars Filtered SNG Opener Quote
03-27-2012 , 05:02 PM
everything works perfectly for me...only problem I have is that when is starts registering it already says that I have been registered in 3 tourneys...so when my cap number is 30 I play only 27...I fix it with increasing cap to 33, but am I only one with this problem and is there any solution how to fix it?
thx guys
AHK script:Stars Filtered SNG Opener Quote
03-27-2012 , 05:11 PM
Brnas, you can try deleting pokerstars.log.0 file before the session start.
AHK script:Stars Filtered SNG Opener Quote
03-30-2012 , 12:46 PM
any one have any ideas why my logitech controller won't work with AHK....All my assigned keys do there job on the key board but when I try to assign them to controller I get nothing....controller works and months ago everything worked fine....do the updates that stars do mess with this possibly?
AHK script:Stars Filtered SNG Opener Quote
03-30-2012 , 01:44 PM
lasthand man, looks like administrator privileges problem, try running everything as admin (ahk script, poker client, xpadder if you use it etc).
AHK script:Stars Filtered SNG Opener Quote
03-31-2012 , 12:43 AM
still can auto-register but can't auto-scroll down,
it registers another when a registered start,
so far, the only way to solve is click another one,
any solution?

help me plz n thx
AHK script:Stars Filtered SNG Opener Quote

      
m