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.

05-18-2010 , 09:33 AM
Thanks I will try that in the morning.

I presume if I change the background color of the image files to match my buttons it would work?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-18-2010 , 09:42 AM
Feature request: hotkeys for color coding player under mouse cursor.

Something like this:
I move my mouse over seat 1 and hit CTRL+1 ----> player at seat 1 has been color coded with color 1.

I use those color notes quite a lot and this would make the process so much easier
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-18-2010 , 09:46 AM
Hi, BetPot not found!

I'm configured:


Pf: 2.5bb (Corretly?)
F: 66%
T: 75%
R: 75%

Button: Right button mouse.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-18-2010 , 11:05 AM
madlion, you have to replace fold/bet/raise, Time, I'm back buttons with Slick theme default buttons for correct script work.
Weegs, check if this script is working good enough, i'll integrate it into StarsCash if it is fine http://depositfiles.com/files/jmesrsbpw
chusoooo, what do you mean by "BetPot not found"? Do you get 0 in betbox all the time? Check if correct table theme is chosen on general tab, try disabling aero theme if you are under Vista/W7. Try setting pre to 100 and Open to trny for 2.5xbb open raise +1bb per limper (ssnl=4x+1,mix=3+1).
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-18-2010 , 01:39 PM
Quote:
Originally Posted by Max1mums
madlion, you have to replace fold/bet/raise, Time, I'm back buttons with Slick theme default buttons for correct script work.
Weegs, check if this script is working good enough, i'll integrate it into StarsCash if it is fine http://depositfiles.com/files/jmesrsbpw
chusoooo, what do you mean by "BetPot not found"? Do you get 0 in betbox all the time? Check if correct table theme is chosen on general tab, try disabling aero theme if you are under Vista/W7. Try setting pre to 100 and Open to trny for 2.5xbb open raise +1bb per limper (ssnl=4x+1,mix=3+1).
Ty!

I had misconfigured the theme!

Found ok this momment

I put 100 pf and raise to 3bb.

it may add an option to 3-bet on pf, flop, turn and river for example to X3 raise previous?

Thanks!
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-18-2010 , 04:58 PM
Hi, Thanks for doing this script. It's really very useful and nicely done!

Is there a way to configure it so that on the non fast tables it will click wait for bb, then click autopost blinds when the bb actually gets to my seat? If I try to use the 'auto post blinds' function it does it straight away, regardless of position (even if I have checked 'press wait for big blind')...
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-18-2010 , 08:59 PM
Quote:
Originally Posted by Max1mums
Weegs, check if this script is working good enough, i'll integrate it into StarsCash if it is fine http://depositfiles.com/files/jmesrsbpw
Works great!
You do awesome job, ty
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-18-2010 , 08:59 PM
Quote:
Originally Posted by Max1mums
madlion, you have to replace fold/bet/raise, Time, I'm back buttons with Slick theme default buttons for correct script work.
What I was meaning was if I edited the .bmp files in StarsPics/slick/pot+call to match button and table backgrounds that would work yes/no?

(I presume that call images relate to call button and pot images relate to total pot - top/center of table)

Auto Time Bank seems to work fine with these buttons.

The Auto-detach chat works great Thanx!

Code:
settimer,closelost,333
settimer,BetPot,37
settimer,AutoDetachChat,119
return
;-----------------------------------------------------------------------------------------------------
Init()
{
local list,id
winget,list,list,ahk_class PokerStarsTableFrameClass  ;Logged In 
loop %list%
{
 id:=list%A_index%
 if seated%id% is not number
 {
 loop %list%
  {
   id:=list%A_index%
   seated%id%:=2
  }
 break
 }
}
}
return
;-----------------------------------------------------------------------------------------------------
AutoDetachChat:
ifwinactive ahk_class PokerStarsTableFrameClass
{
winget,id,id,A
controlget,st,style,,PokerStarsChatEditorClass1,ahk_id%id%
if instr(st, "0x5")
send ^{2}
}
return
;-----------------------------------------------------------------------------------------------------
NewTable:
IsTableNew()
return
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-18-2010 , 10:44 PM
The Insomniac, that is hard to implement i think, you can use "Toggle auto post" hotkey on Time tab to do it manually with hotkey.
madlion, well they should be matching no matter which way, making new set of starspics is a possible way too of course.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-19-2010 , 11:35 AM
Quote:
Originally Posted by Max1mums
The Insomniac, that is hard to implement i think, you can use "Toggle auto post" hotkey on Time tab to do it manually with hotkey.
madlion, well they should be matching no matter which way, making new set of starspics is a possible way too of course.
I can think of a way that seems pretty easy in theory. In the routine that clicks wait for big blind you could set of a timer event that runs every 200ms or so and checks if the 'post bb' button has appeared (the one that comes up when it gets to your seat). When that is image matched, it clicks the autopost blinds check box on the left, and stops the timer event.

Whatcha think?

Last edited by The Insomniac; 05-19-2010 at 11:43 AM.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-19-2010 , 02:25 PM
How I can configure the amount of 3bet?

Actually: Villain bets 3bb and in my PokerStars bet space post automatically 22.5bb

Thanks and sorry for my bad english.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-19-2010 , 06:58 PM
chusoooo,it is in pot percent format, you can specify pre,flop,turn,river amounts in pot percent.
The Insomniac, so do you want to add separate timer for every table? It is not that easy as you think and will work for active table only, i'll think what can be done about it.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-19-2010 , 07:42 PM
Ty for respond



3bet is pot 2?

what mean ssnl, tmy and ---

xbutton1 which is on the keyboard.

Thanks again.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-20-2010 , 02:45 AM
Is there a page setup with how this program works? I am basically looking for a table opener like the old FTP table opener. Opens x amount of tables up to a defined amount that I set. If I decide to close a table because its super nitty it will instantly find another table for me or put me on a waitlist. Does this program do all of this?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-20-2010 , 03:30 AM
Almost May require a click
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-20-2010 , 09:32 AM
chusoooo, pot1,pot2 and pot3 are different BetPot hotkeys, you can use different pot% settings for each of them, autobet will put bet into betbox without any hotkeys, you can configure it from topmost line on BetPot tab. ssnl should give you 4xbb + 1bb per limper preflop open raise, trny 2.5+1,mix 3+1 if you set pre to 100. xbutton1 is side mouse button, should be mouse3 i guess, mbutton is middle mouse button, you can set your own hotkeys instead of hotkeys specified by default.
younggunz, no there isn't auto table opener in this script, script will automate many processes associated with opening tables for you though.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-20-2010 , 10:45 AM
Quote:
Originally Posted by Max1mums
The Insomniac, so do you want to add separate timer for every table? It is not that easy as you think and will work for active table only, i'll think what can be done about it.

I looked at the code and thought of an easier way. I messed around for a while and got it working. It's working perfectly now...

I added some code to clickwaitbb() function. It's been hard coded for Hypersimple which is what I use;


Code:
clickwaitbb()
{
global HyperSimpleTheme,ClassicTheme,SlickTheme,BlackTheme
;waitx1:=0.7105
waitx1:=0.7035
waity1:=0.9116
if ClassicTheme
w=4182010
else
if HyperSimpleTheme
w=-0-
else
if SlickTheme  ;or BlackTheme
{
w=16777215
waitx1:=0.6763
waity1:=0.9002
}
else
if BlackTheme
{
w=16777215
waitx1:=0.6763
waity1:=0.9002
}
winget,list,list,Logged In ahk_class PokerStarsTableFrameClass
loop %list%
{
 id:=list%A_index%
 wingettitle,title,ahk_id%id%
 ControlGet,vis,Visible,,PokerStarsSliderClass1,ahk_id%id%
 if (!instr(title,"fast") & (vis!=1))
 {
  waitx:=0.6962
  waity:=0.9747
  waitx2:=0.6962
  waity2:=0.9908
  v:=40
  col:=PixelColorA(waitx,waity,id,0,waitx2,waity2,0)
  stringsplit,col,col,-
  if comparecolors(col1,col2,v)=0
  {
  wingetpos,,,width,,ahk_id%id%
  if width<640
  col:=PixelColorA(waitx1,waity1,id,1,0,0,0,1)
  else
  col:=PixelColorA(waitx1,waity1,id,1)
  if instr(col,w)
  PostclickStars(waitx1,waity1,id,0)
  sleep, 100 ; <--- Added code.  Found this was needed
  }
;--------------------------
;Start of additional code
;--------------------------
	Else
	{
  click_x :=0.0142
  click_y :=0.7075
  postbbx:=0.5378
  postbby:=0.9747
  postbbx1:=0.5450
  postbby1:=0.9116
  postbbx2:=0.5378
  postbby2:=0.9908
  v:=40
  col:=PixelColorA(postbbx,postbby,id,0,postbbx2,postbby2,0)
  stringsplit,col,col,-
  if comparecolors(col1,col2,v)=0
  {
  wingetpos,,,width,,ahk_id%id%
  if width<640
  col:=PixelColorA(postbbx1,postbby1,id,1,0,0,0,1)
  else
  col:=PixelColorA(postbbx1,postbby1,id,1)
  if instr(col,w)
  PostclickStars(click_x,click_y,id,0)
  }
  }
;--------------------------
;End of additional code
;--------------------------
 }
}
}
return

Last edited by The Insomniac; 05-20-2010 at 11:08 AM. Reason: fixed bug
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-20-2010 , 10:52 AM
^--- The logic of the added code is that the wait for bb button is not there, but the post big blind button is, then it must be our big blind in the rotation, so it clicks auto post blinds.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-20-2010 , 11:07 AM
The Insomniac, i wasn't sure that waitbb function was working 100% correctly but i'm glad if it does for you and your coding is fine.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-20-2010 , 11:19 AM
Yeah man, waitbb always has been ok for me. Sometimes it's a little slow to click, but it always works...
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-20-2010 , 11:32 AM
The Insomniac, you can fasten related timer if it seems slow to you,
Code:
settimer,clickbb,1711
line
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-20-2010 , 02:43 PM
Thanks Max. I changed it to 900 and it seems much snapier
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-20-2010 , 04:58 PM
Quote:
Originally Posted by Max1mums
I think Thois was going to release cash table opener http://forumserver.twoplustwo.com/45...rstars-628398/
Since Thois gave up on the project, will you consider adding it to yours?
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-26-2010 , 06:15 PM
Hey Max, awesome script.

Could you implement a function like "Join x tables counting from selected" (instead of just waitlists)? Or maybe modify the waitlist function so it automatically joins table if there is no waitlist.

Right now if I try to use the Join x waitlists hotkey on non-full tables it just selects them, without joining.
StarsCash - free script for PokerStars containing all functions cash player may need. Quote
05-26-2010 , 06:47 PM
Oh one more thing regarding BetPot, it seems to preflop raise only 3+1 instead of 4+1 when set to ssnl (changing Fix Blinds, Round sb doesn't affect it).
StarsCash - free script for PokerStars containing all functions cash player may need. Quote

      
m