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

12-12-2009 , 09:52 PM
Here is a little script I made for the Cereus network.

absoluteubhotkeys

Hotkeys:

Half Pot = Numpad Divide
Full Pot = Middle Mouse Button
Fold/Autofold/Free to Check = Right Mouse Button
Call/Check = Ctrl+Alt+.
Bet/Raise = Ctrl+Alt+,
Stack Cycle = Right Alt
Register SNG = Ctrl+t

Other Stuff:

Popup Killer (No more clicking OK.....OK.....OK)
Auto Tourney Registration

*change hot keys to suit obv*

-Make for TOP view tables (could easily be changed to suit CLASSIC view)
-if you are using Roland's Reload script you will need to change the hotkey to something other than F1

Last edited by _dave_; 12-25-2009 at 03:50 PM.
Absolute UB Hotkeys Quote
12-13-2009 , 08:45 AM
Many thanks for this! What I need to tweak to make it work on table resized to smallest possible?
Absolute UB Hotkeys Quote
12-13-2009 , 11:06 AM
Replace the six lines near the top with this

Code:
Autofold_X := 270
Autofold_Y := 350
Halfpot_X := 425
Halfpot_Y := 305
Pot_X := 460
Pot_Y := 305
For 488x366 tables (smallest) in TOP view.
Absolute UB Hotkeys Quote
12-13-2009 , 11:15 AM
Thanks!
Absolute UB Hotkeys Quote
12-13-2009 , 12:52 PM
Had to edit the value for POT_Y to 410 but other then that everything seems to work alright.

I'm fireing up an 8 tabling session, will report back in a couple hours
Absolute UB Hotkeys Quote
12-14-2009 , 05:06 AM
I just updated, no longer need to change* coords for different table sizes.

*unless something resizes them unproportional to the default size
Absolute UB Hotkeys Quote
12-14-2009 , 11:15 AM
1)it's possible to disable popup window when i press rbutton



2) Can you add increase mouse wheel for 1/2bb ?
3) Can you add allin button ?
Absolute UB Hotkeys Quote
12-14-2009 , 02:49 PM
endend up playing a bunch of tourneys yesterday instead. i am testing for real today
Absolute UB Hotkeys Quote
12-14-2009 , 04:27 PM
Why did you put the following line in the POT command ?

;Send {WheelDown}

I understand what it does, but i don't get it
Absolute UB Hotkeys Quote
12-14-2009 , 05:24 PM
Inconvenience and solution :

So i'm using / * - and + right, but now they don't work on other windows.

just need to add the equivalent of the hotkey in text format.
Code:
NumpadMult::					;Bet/Raise
MouseGetPos,,,win
WinGetClass, winClass, ahk_id %win%
If winClass = DxWndClass
{
WinActivate, ahk_id %win%
Send {F3}{F5}
return
}
Else
{
Send {*}
return
}
obviously it's not something you can add to the script since people will be using different hotkeys but it might be usefull to some.
Absolute UB Hotkeys Quote
12-14-2009 , 07:50 PM
Quote:
1)it's possible to disable popup window when i press rbutton

I have a few ideas for work abouts and will look into them, or you could use a different button for that hotkey and get no popup.

Quote:
2) Can you add increase mouse wheel for 1/2bb ?
I don't fully understand, different from the default mouse wheel actions?

Quote:
3) Can you add allin button ?
Yes, after breakfast
Absolute UB Hotkeys Quote
12-14-2009 , 07:59 PM
Quote:
Why did you put the following line in the POT command ?

;Send {WheelDown}

I understand what it does, but i don't get it
I like a smaller than pot raise if i'm playing stt's and mtt's and standard cbets are not pot so I uncomment it

Send {WheelDown}

Wanna overbet pot

Send {WheelUp}{WheelUp}{WheelUp}{WheelUp}

And your * is {NumpadMult} the full list is here at autohotkey or in your autohotkey help file
Absolute UB Hotkeys Quote
12-14-2009 , 08:42 PM
K i see why made it that way, i personally use it open raise preflop and that's it. Cash games obv.

Send NumpadMult will crash the script, hence my post.

imho you should at least make it work for "/" since i use that sign all the time when taking player notes! Again, mine works fine, just saying for other people.
Absolute UB Hotkeys Quote
12-14-2009 , 10:29 PM
Quote:
imho you should at least make it work for "/" since i use that sign all the time when taking player notes! Again, mine works fine, just saying for other people.
Ah I see what you mean. It's now fixed and then some...

-ALLIN Button (mapped to NumpadSub) change to suit obv
-No more context menu popup when using Right Click Fold
Absolute UB Hotkeys Quote
12-15-2009 , 03:04 PM
Quote:
I don't fully understand, different from the default mouse wheel actions?
for example tournament, blinds 100-200, you want to do 500 preflop raise , but now you can bet only +1bb using mouse wheel, 400,600,800 etc. But i need 300,400,500,600,700 etc .
Absolute UB Hotkeys Quote
12-15-2009 , 08:44 PM
Yeah I have no idea how to do that with the ab_ub software the way it is.

If you were only playing sitngo's i could probably do keys for 100-1000 like:

100=Numpad1
200=Numpad2
etc.............
Absolute UB Hotkeys Quote
12-17-2009 , 08:19 PM
Added!!!

-Stack Cycling Hotkey
-One Click Tourney Registration
-UB POPUP KILLER

If someone lets me know what the window title for the Absolute popups are I can add that too.

In UB it is simply called 'UB'

Let me know if it kills anything it shouldn't, I tested it quite a bit but you never know.
Absolute UB Hotkeys Quote
12-18-2009 , 10:42 AM
cant download it
Absolute UB Hotkeys Quote
12-18-2009 , 11:29 AM
oops krunkuplod god now
Absolute UB Hotkeys Quote
12-18-2009 , 12:43 PM
thx, im having some dificulties

what i have to change at scrpit in order to do this:

right button: fold
middle button: i wanna use it to rebuy using that rebuy script from other topic

i just wanna use this 2 buttons.

thx
Absolute UB Hotkeys Quote
12-18-2009 , 01:29 PM
right button is already set to fold so change:

Code:
~MButton::			;Pot
2 whatever but

Code:
^!u::			        ;Pot
would be pretty random (and safe)
Absolute UB Hotkeys Quote
12-22-2009 , 01:49 AM
While I was adding more windows to the kill pop-up's list I also added an <Info> window forgetting the <It's Free to Check> window has the same title.

So instead of checking when it was 'Free to Check' it was folding.

It's been fixed and re-uploaded.
Absolute UB Hotkeys Quote
12-22-2009 , 06:14 PM
Cool stuff.

Can you post 833x600? (I am aware that it only works with resizers such as Placemint)?
Absolute UB Hotkeys Quote
12-22-2009 , 07:15 PM
Sent the code - Check your PMs
Absolute UB Hotkeys Quote
12-23-2009 , 01:10 PM
Do these hotkeys actually make u play more efficiently? i multitable with my hand on mouse and other one on the keyboard and this combo seems most efficient. id like to start using hotkeys if this is not the case. thanks guys.
Absolute UB Hotkeys Quote

      
m