Open Side Menu Go to the Top
Register
StarsHotkeys - AHK StarsHotkeys - AHK

07-09-2008 , 06:52 PM
Quote:
Originally Posted by fozzy71
Your ZIP contains 2 versions of the same script??? I assume the one dated July is the new one.
Yes.
StarsHotkeys - AHK Quote
07-09-2008 , 08:14 PM
Wicks : is there any way to have an auto allin when I hit a button .
Allin works fine , it put 99999 in the chat amount dialog but I would like a auto bet button ( i had one on party) . So the idea is hit middle button and bet allin .

Is that possible ?

Thanks in advance
StarsHotkeys - AHK Quote
07-09-2008 , 09:24 PM
Quote:
Originally Posted by MrTynKyn
Wicks : is there any way to have an auto allin when I hit a button .
Allin works fine , it put 99999 in the chat amount dialog but I would like a auto bet button ( i had one on party) . So the idea is hit middle button and bet allin .

Is that possible ?

Thanks in advance
FWIW - I use BetPot for an all in hotkey.

Ctrl + Spacebar

Code:
^Space::
Pot(getid(),"9999 9999 9999 9999", 0.2, 0, 1)
return
This will 'Snap-Shove' all in, as soon as keyed.... be sure you want to go all in.
StarsHotkeys - AHK Quote
07-10-2008 , 01:44 PM
Quote:
Originally Posted by Idaho_Angler
Hey there,

For betting, what do you do post–flop? How can you bet ½ or 2/3 or 3/4 of the pot?

Do you just use this in junction of the “bet pot” script?

thanks,
Quote:
Originally Posted by -DH75-
Very nice...DL'ed and used tonight. Very useful....I really have to get used to all the buttons. Only "mislcicked" once all night. Still finished 2nd though in that one.

I would like to see a "bet pot" and bet "1/2 pot" options added

Wickss, please blog more on SNGIcons

hi -- I have not been able to DL the newest version. Are there any changes with post flop actions?

How are people automating post flop actions?
StarsHotkeys - AHK Quote
07-10-2008 , 03:31 PM
I'm having trouble getting anything on this script to work. I disabled my Trend Micro Security because it said it was blocking it but still nothing works. What do I need to do after I d/l the file?
StarsHotkeys - AHK Quote
07-10-2008 , 04:01 PM
Quote:
Originally Posted by mstrbball
I'm having trouble getting anything on this script to work. I disabled my Trend Micro Security because it said it was blocking it but still nothing works. What do I need to do after I d/l the file?
You're running Vista. Right click on the script and click Run as Administrator.
StarsHotkeys - AHK Quote
07-10-2008 , 04:04 PM
Quote:
Originally Posted by MrTynKyn
Wicks : is there any way to have an auto allin when I hit a button .
Allin works fine , it put 99999 in the chat amount dialog but I would like a auto bet button ( i had one on party) . So the idea is hit middle button and bet allin .

Is that possible ?

Thanks in advance
Party had a checkbox to instantly bet pot when the action gets to you. Is this what you are talking about.
StarsHotkeys - AHK Quote
07-11-2008 , 09:24 PM
Great job Wickss, thanks! (donation sent)

I'd like to abandon the mouse + keyboard and sit back with the gamepad and multi-table. I see that none of the joystick controllers work like regular keys. Is there a way to enter joystickXY or POV values into the Up, Down, Left Right, edit fields so I can quickly navigate a grid of tables?

I have the logitech dual action gamepad.
StarsHotkeys - AHK Quote
07-14-2008 , 12:53 PM
Quote:
Originally Posted by -DH75-
Very nice...DL'ed and used tonight. Very useful....I really have to get used to all the buttons. Only "mislcicked" once all night. Still finished 2nd though in that one.

I would like to see a "bet pot" and bet "1/2 pot" options added

Wickss, please blog more on SNGIcons


sorry to keep bumping this but I will send a donation if I can get the post flop actions to work.

what are people doing for post flop actions?
StarsHotkeys - AHK Quote
07-14-2008 , 01:30 PM
Quote:
Originally Posted by Yogi Rob
Great job Wickss, thanks! (donation sent)

I'd like to abandon the mouse + keyboard and sit back with the gamepad and multi-table. I see that none of the joystick controllers work like regular keys. Is there a way to enter joystickXY or POV values into the Up, Down, Left Right, edit fields so I can quickly navigate a grid of tables?

I have the logitech dual action gamepad.
The only way you can assign hotkeys to the analog joystick and POV is through your software that comes with the gamepad. Set up the software to press a key when you move the joystick and make that key the hotkey.

Quote:
Originally Posted by Idaho_Angler
sorry to keep bumping this but I will send a donation if I can get the post flop actions to work.

what are people doing for post flop actions?
So everything works except post flop actions?
StarsHotkeys - AHK Quote
07-14-2008 , 01:39 PM
everything works great -- I am just wondering if there was an option to bet 2/3, 1/2 or 3/4 of the pot post flop.

I would also like to be able to bet 3X plus 1 BB per limper pre-flop
StarsHotkeys - AHK Quote
07-15-2008 , 07:30 PM
Quote:
Originally Posted by Idaho_Angler
everything works great -- I am just wondering if there was an option to bet 2/3, 1/2 or 3/4 of the pot post flop.

I would also like to be able to bet 3X plus 1 BB per limper pre-flop
BetPot script, ldo.
StarsHotkeys - AHK Quote
07-16-2008 , 12:04 AM
Quote:
Originally Posted by _dave_
BetPot script, ldo.

so you use both? the bet pot script didn't work well with antes, has that been fixed? thanks.
StarsHotkeys - AHK Quote
07-16-2008 , 01:11 PM
wickss I have a problem...when I set up the keys for 3x BB raise or 2,5x BB raise it won't work. If I click on the key the amount in the windows is 0,00
StarsHotkeys - AHK Quote
07-16-2008 , 03:12 PM
Quote:
Originally Posted by fiammaz
wickss I have a problem...when I set up the keys for 3x BB raise or 2,5x BB raise it won't work. If I click on the key the amount in the windows is 0,00
Are you using this on play money tables?
StarsHotkeys - AHK Quote
07-16-2008 , 07:00 PM
yes...before use it on real money...i tried on play money
StarsHotkeys - AHK Quote
07-16-2008 , 09:55 PM
Quote:
Originally Posted by fiammaz
yes...before use it on real money...i tried on play money
Yea the 2.5x raise type keys dont work at play money for some reason but the will at real tables.
StarsHotkeys - AHK Quote
07-16-2008 , 10:36 PM
Quote:
Originally Posted by wickss
Party had a checkbox to instantly bet pot when the action gets to you. Is this what you are talking about.
No wickss . I want to hit my middle button and put all the money in the table whitout hit the all-in button in Stars software. Is that possible?.

Another: I want to modify the increase or decrease amount to bet in half or 1/3 of BLIND , no 1/2 or 1/3 pot. Can you tell me where modify in the code ?

Thanks in advance
StarsHotkeys - AHK Quote
07-17-2008 , 03:48 AM
Quote:
Originally Posted by jmflu
Yea the 2.5x raise type keys dont work at play money for some reason but the will at real tables.
Fine, I'll try it on real money tables... ty
StarsHotkeys - AHK Quote
07-17-2008 , 11:39 AM
Wicks,

I wanted to take the time to compliment you on your efforts. I think your StarsHotKeys is great and I love the register feature as well as the some of the other options.

I am hoping to get clarification on a few features.

The “increase” and “decrease” seem to increase or decrease the minimum bet. I really do see how this helps because the wheelup/wheel down is already is a feature offered by the PS client.

What am I missing with this feature?

Is there a way that you could modify so that instead of:


increase bet 25%
decrease bet 20%
Increase bet 50%
Decrease bet 33%

you could have:

bet 2/3 of the pot
bet 3/4 of the pot
bet full pot
3X plus 1BB per limper

Please just accept the math here -- I know it may be wrong. But just humor me...

let's say you are playing and the blinds are .10 -.25 and your on the button. There is one limper and you raise to 1.00 (3x plus 1BB for the limper). The limper calls and checks the flop. There is 2.35 in the pot. If you use your the hot key to increase by 50% it starts at .25 and one wheel turn will make it .37 cents.

Wouldn’t it be more efficient to change the “increase 50%” to “bet 2/3 of the pot”?

If I am missing the nuance of the increase and decrease I would love to learn how people are using it.


Thanks in advance
StarsHotkeys - AHK Quote
07-17-2008 , 12:22 PM
Hi.
Is it possible to modificate the register button on sng with observe table?
StarsHotkeys - AHK Quote
07-17-2008 , 12:33 PM
Can someone tell me/link me to a program that highlights which table there is action on? I tile and use Wickss's script but usually click on a table first to ensure that's the one I'm acting on so this kind of program would save me some hassle. I think someone mentioned "Stars Urgent Table" and I googled it but couldn't find anything...

Thanks in advance,
Mariogs
StarsHotkeys - AHK Quote
07-17-2008 , 02:17 PM
Quote:
Originally Posted by MrTynKyn
No wickss . I want to hit my middle button and put all the money in the table whitout hit the all-in button in Stars software. Is that possible?.

Another: I want to modify the increase or decrease amount to bet in half or 1/3 of BLIND , no 1/2 or 1/3 pot. Can you tell me where modify in the code ?

Thanks in advance
For the all in, change this:
Code:
AllIn:
If ActOnActiveTable
WinGet, WinId, ID, A
else
MousegetPos,,,WinID
ControlSetText, PokerStarsSliderEditorClass1, 999999, ahk_id %WinID%
return
to this:

Code:
AllIn:
If ActOnActiveTable
WinGet, WinId, ID, A
else
MousegetPos,,,WinID
ControlSetText, PokerStarsSliderEditorClass1, 999999, ahk_id %WinID%
gosub, raise
return
I don't have any code for the 1/2 or 1/3 blind thing.
StarsHotkeys - AHK Quote
07-17-2008 , 02:34 PM
Quote:
Originally Posted by Idaho_Angler
Wicks,

I wanted to take the time to compliment you on your efforts. I think your StarsHotKeys is great and I love the register feature as well as the some of the other options.

I am hoping to get clarification on a few features.

The “increase” and “decrease” seem to increase or decrease the minimum bet. I really do see how this helps because the wheelup/wheel down is already is a feature offered by the PS client.

What am I missing with this feature?

Is there a way that you could modify so that instead of:


increase bet 25%
decrease bet 20%
Increase bet 50%
Decrease bet 33%

you could have:

bet 2/3 of the pot
bet 3/4 of the pot
bet full pot
3X plus 1BB per limper

Please just accept the math here -- I know it may be wrong. But just humor me...

let's say you are playing and the blinds are .10 -.25 and your on the button. There is one limper and you raise to 1.00 (3x plus 1BB for the limper). The limper calls and checks the flop. There is 2.35 in the pot. If you use your the hot key to increase by 50% it starts at .25 and one wheel turn will make it .37 cents.

Wouldn’t it be more efficient to change the “increase 50%” to “bet 2/3 of the pot”?

If I am missing the nuance of the increase and decrease I would love to learn how people are using it.


Thanks in advance
I don't use a mouse when I am playing. So turning the wheel is kinda inconvenient. I can understand why you would want to bet a portion of the pot, but it is difficult to determine the size of the pot. To read the size of the pot, I would have to program some optical character recognition code into the script. This is a very complicated process and I don't think I'm up to it. I think someone else has already done the work anyway. Try this and see if it works. http://www.overcards.com/wiki/moin.cgi/BetPot
StarsHotkeys - AHK Quote
07-18-2008 , 08:25 AM
Is it possibile have an autobet option? (like i click on 3bb raise and without clicking the raise button, the script raise 3bb auto)
StarsHotkeys - AHK Quote

      
m