Open Side Menu Go to the Top
Register
Absolute UB Hotkeys Absolute UB Hotkeys

04-23-2010 , 01:06 AM
Quote:
Originally Posted by madlion
Warren DeApe that little bit of code would need a few more things to make it work, let me know if your sticking with Cereus and I will take the time to drop it in.
In the meantime the 'Stack Cycle' hotkey will send the active window to the bottom of the stack.
You can play up to 20 tables IIRC.
I don't plan on playing at Cereus any time soon. For some reason, their software became so resource intensive that now I have to close practically every program on my computer just so I can play at 1 table and not have software issues 1/2 of the time anyway.
Absolute UB Hotkeys Quote
04-23-2010 , 02:09 AM
I don't find their software very stable on Win7.

Running in XP-SP3 compatibility mode seems to stop random crashing for me.
Absolute UB Hotkeys Quote
04-23-2010 , 01:20 PM
I used mine yesterday for the 1st time & it's great. Today my wife is running hers fine but I can't seem to load mine up. I can see the "H" on the to right hand corner but it doesn't auto register me in the SNG's etc. Can someon SKype me & help me out? franko5150 at Skype. It doesn't bring up the Hot Key menu instead it brings up a notepad?!

Last edited by PanchoStern; 04-23-2010 at 01:21 PM. Reason: addition
Absolute UB Hotkeys Quote
05-02-2010 , 08:14 AM
I am trying to make my fold button the "/" key on my Bluetooth Numpad. However, it only works on the regular keyboard but not the numpad. Is there a way to make it work on both? Otherwise love the program great work.
Absolute UB Hotkeys Quote
05-02-2010 , 08:39 AM
Quote:
Originally Posted by ucla187
I am trying to make my fold button the "/" key on my Bluetooth Numpad. However, it only works on the regular keyboard but not the numpad. Is there a way to make it work on both? Otherwise love the program great work.
You could use AutoScriptRecorder to check what the keyname is it may not be NumpadDiv which is what it would logically be IIRC.
Absolute UB Hotkeys Quote
05-02-2010 , 06:03 PM
Next to my HEM this is the single best piece of software I've EVER gotten for poker.
Absolute UB Hotkeys Quote
05-02-2010 , 06:29 PM
my head might explode soon
Absolute UB Hotkeys Quote
05-03-2010 , 02:16 PM
Quote:
Originally Posted by PanchoStern
Next to my HEM this is the single best piece of software I've EVER gotten for poker.
Not only that I've actually managed to get it started without having to have my wife do it for me.
Absolute UB Hotkeys Quote
05-03-2010 , 04:44 PM
Quote:
Originally Posted by PanchoStern
Not only that I've actually managed to get it started without having to have my wife do it for me.
You need to start to learn to do it on your babe.
Absolute UB Hotkeys Quote
05-08-2010 , 12:18 AM
faced 2 problems:

1. auto fold carries over to the next betting round, and if I dont notice it, im instafolded once opp bets.

2. pause sometimes doesnt work, I have to suspend the software to make it stop.

request:

1. please add "auto click Im back" for tournaments
2. please add "auto click bet" option for bet functions like all in.

great software
Absolute UB Hotkeys Quote
05-08-2010 , 12:37 AM
Can you explain 1 a little more I don't really get what you mean.

The pause command will only pause the current thread.

If someone else would like to write the code for these functions or others I am more than happy to add them in sometime but it does all that I need it to at present.
Absolute UB Hotkeys Quote
05-08-2010 , 02:31 AM
Quote:
Originally Posted by madlion
Can you explain 1 a little more I don't really get what you mean.

The pause command will only pause the current thread.

If someone else would like to write the code for these functions or others I am more than happy to add them in sometime but it does all that I need it to at present.
sorry I think this problem only happens when Im in the big blind. As I understand, once I fold, your script clicks on fold, and checks on "fold to any bet". but if no one raises I start the flop with "fold to any bet" still checked, and if small blind bets, im insta-folded.

Im sure this happened a lot when only small blind completes.
Is it possible to add an option to disable click on "fold to any bet"?
Absolute UB Hotkeys Quote
05-08-2010 , 04:25 AM
I'm not playing on UB this week but I will have a look next week.

What view are you playing in? UB or Absolute?

In the meantime if you open up the script in notepad and edit the section as below it should do what I think your asking. (I never use check/fold when i'm in the BB but each to their own)

Quote:
Fold:
MouseGetPos,,,win
WinActivate, ahk_id %win%
MouseGetPos, xx, yy
WinGetPos,,, w, h, A
foldx:=w*(foldxa/800)
foldy:=h*(foldya/600)
MouseClick , left, foldx, foldy, 1, 0 ; click on "Fold" minibutton area
;foldy:=h*(checkfoldya/600)
;MouseClick , left, foldx, foldy, 1, 0 ; click on "Check/Fold" minibutton area
Mousemove, %xx%, %yy%, 0
return
Let me know if this solution works for you. It's around line 450 for me.
Absolute UB Hotkeys Quote
05-08-2010 , 06:23 AM
Quote:
Originally Posted by madlion
I'm not playing on UB this week but I will have a look next week.

What view are you playing in? UB or Absolute?

In the meantime if you open up the script in notepad and edit the section as below it should do what I think your asking. (I never use check/fold when i'm in the BB but each to their own)



Let me know if this solution works for you. It's around line 450 for me.
tried your fix but it causes a new problem. if just the standard buttons are present(fold,check,bet) it just checks "fold to any bet" but it wont fold. Your solution will make me fold if the other set of 6 buttons are present(fold/check, etc.) and it still doesnt fix the problem. its still "fold to any bet" on flop, turn and river.


Just to be clear whenever you use fold/autofold it also checks "fold to any bet"? Because it might be happening only in my side.
Absolute UB Hotkeys Quote
05-08-2010 , 08:36 AM
It should not be clicking 'fold to any bet'

Mine does not

Are you using something to resize your tables differently than the default ratio?
Absolute UB Hotkeys Quote
05-08-2010 , 02:26 PM
Quote:
Originally Posted by madlion
It should not be clicking 'fold to any bet'

Mine does not

Are you using something to resize your tables differently than the default ratio?
yes I am, but Ill try to test later on a default table.
If the resizing is the issue, this will be a big problem right?
Absolute UB Hotkeys Quote
05-08-2010 , 06:49 PM
I presume you are using placemint to make them a different ratio.

The script will work with the tables at any size as long as the x:y ratio is same as default.

You would need to change some coords in the script for it to work at a different ratio.
Absolute UB Hotkeys Quote
05-08-2010 , 09:24 PM
Quote:
Originally Posted by madlion
I presume you are using placemint to make them a different ratio.

The script will work with the tables at any size as long as the x:y ratio is same as default.

You would need to change some coords in the script for it to work at a different ratio.
how do I determine the default x:y ratio?
right now my table width is set to 653 and table height to 504.
Absolute UB Hotkeys Quote
05-08-2010 , 11:12 PM
Just use the edges of the table to resize a default size table.

So are you using placemint to resize windows?
Absolute UB Hotkeys Quote
05-08-2010 , 11:40 PM
Quote:
Originally Posted by madlion
Just use the edges of the table to resize a default size table.

So are you using placemint to resize windows?
Im actually using stack and tile but Ill try to recreate the tables by dragging it. Ill update you once Im done.
Absolute UB Hotkeys Quote
05-08-2010 , 11:47 PM
If your using SAT it may be best to not set a fold button in my script and only set one in SAT.
Absolute UB Hotkeys Quote
05-09-2010 , 10:29 PM
Quote:
Originally Posted by madlion
If your using SAT it may be best to not set a fold button in my script and only set one in SAT.
hmmm nice idea. Ill try that
Absolute UB Hotkeys Quote
05-10-2010 , 02:42 AM
Quote:
Originally Posted by madlion
I'm not playing on UB this week but I will have a look next week.

What view are you playing in? UB or Absolute?

In the meantime if you open up the script in notepad and edit the section as below it should do what I think your asking. (I never use check/fold when i'm in the BB but each to their own)



Let me know if this solution works for you. It's around line 450 for me.
Code:
Fold:
MouseGetPos,,,win
WinActivate, ahk_id %win%
MouseGetPos, xx, yy
WinGetPos,,, w, h, A
foldx:=w*(foldxa/800)
foldy:=h*(foldya/600)
MouseClick , left, foldx, foldy, 1, 0 ; click on "Fold" minibutton area
;foldy:=h*(checkfoldya/600)
;MouseClick , left, foldx, foldy, 1, 0 ; click on "Check/Fold" minibutton area
Mousemove, %xx%, %yy%, 0
return

resized the table using AP drag option and now it no longer clicks on "fold to any bet", but on situations where the fold/check button or big fold is not present, I will have to wait for the big fold button to appear to fold because it cant click the small fold button below the invisible fold/check button during other players turn and Im not the big blind.


what line do I add so that script also checks the small button below fold/check? or how do I adjust the normal click area so that it will hit the small fold button if the big fold button is not present?

Last edited by ronmar; 05-10-2010 at 03:12 AM.
Absolute UB Hotkeys Quote
05-10-2010 , 03:14 AM
Can you PM me your skype name and I will have a look on teamviewer.
Absolute UB Hotkeys Quote
05-11-2010 , 12:26 AM
what timezone are you located? I think I will be offline whenever your online :-P
do you need a screenshot? I think my description is not that clear
Absolute UB Hotkeys Quote

      
m