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

02-26-2010 , 07:02 AM
Try setting options to "Disable Pop to Front" this could be the issue with tables stealing focus.
Absolute UB Hotkeys Quote
02-26-2010 , 08:23 AM
Quote:
Originally Posted by madlion
Try setting options to "Disable Pop to Front" this could be the issue with tables stealing focus.
Thanks much, Madlion. Han't tried the fix yet, but I'm sure that's the problem. I'll confirm and reply back. (If that is the problem, I'd recommend adding that to the gui as a tool tip or note that it should be turned off).

Stand by for a transfer!

One request (and I'll investigate this myself): Has anyone had any success with setting up a default bet size?

Ie, with table ninja, I typically use 2/3 pot as my default bet size. Is there any way to have the slider automatically set to 2/3 pot upon moving the mouse over a table window?

Next steps for me are to mod the script by adding Roland's auto top off script, and add some more pop up killers (Confirming leaving table, etc).

As someone who has prevesiously spent far too much time coding, and not enough playing, I really appreciate your efforts. Thanks again.

P1

Last edited by ProsperousOne; 02-26-2010 at 08:24 AM. Reason: added gui note sentence
Absolute UB Hotkeys Quote
02-26-2010 , 08:57 AM
Ya man I hear you I don't have any coding background so it's a mission to do d&%k f#@k all and there is no grind that day.

PM sent
Absolute UB Hotkeys Quote
02-28-2010 , 11:58 AM
Thanks for the hotkey script. I love it.

I cannot believe UB doesn't give us a better way to go allin. The F8 key only works once in a while and their slider blows.

Can you create a hotkey for allin?
Absolute UB Hotkeys Quote
02-28-2010 , 05:29 PM
I had a play for half an hour with mousedrag but it just made me grumpy cause it wouldn't work properly.
Absolute UB Hotkeys Quote
03-02-2010 , 11:23 PM
Thanks for trying!

Would it be possible to make an allin hotkey that bets our balance (plus our blinds if we paid them)? This should be the equivalent of dragging their slider.

Does UB care if we use these scripts?
Absolute UB Hotkeys Quote
03-03-2010 , 01:43 AM
Need a full time geek to do that i'm only part time.

I'm unsure about about UB/AP's new T&C's.
Absolute UB Hotkeys Quote
03-03-2010 , 03:21 AM
Quote:
Originally Posted by madlion
I'm unsure about about UB/AP's new T&C's.
Your script doesn't violate 'em imo. I'm gonna ask the support if you want.

Btw, why wouldn't sth simple like this work for allin? Sure, it isn't quick, but works obv unless ahk loses focus on active table...
Code:
F8::
{
MouseClick, left, BetPotX, BetPotY     ;clicks bet pot
SendPlay {WheelUp 100}                 ;moves betslider
}
return
Absolute UB Hotkeys Quote
03-03-2010 , 03:42 AM
I had issues with only the first few wheelups were working i dunno why i have a hyper fast scroll wheel so i just spin it up.

Does it work for you?
Absolute UB Hotkeys Quote
03-03-2010 , 03:59 AM
I gave it a try now and it seems to work with SendPlay. I sat in a deepstack table and it insta-increased the bet to 102bb within no time (didn't let it bet pot), so there is no chance to get interrupted imo. I also tried it with my browser where it takes about 1.5sec to scroll 100 steps^^.

Used the directive SetMouseDelay, 0, Play
Absolute UB Hotkeys Quote
03-03-2010 , 07:20 AM
I dont want to make a new thread for this so i post here
Is there a script for auto "i am back" ?
Absolute UB Hotkeys Quote
03-03-2010 , 06:48 PM
Not to my knowledge.
Absolute UB Hotkeys Quote
03-04-2010 , 06:54 PM
I've almost finished an upgrade that correct a glitch where it doesn't always close the "are you sure you want to fold, it's free?" dialog.

Also adding the folloing upgrades:
* automatically bypasses join table dialogs
* automatically opens wait listed tables when a seat becomes available (includes hot key to toggle this during play)

Almost done with beta testing. Just need someone (madlion?) to supply me with the correct Y coord for the "Check/Fold" button on the Classic view? (I have it from earlier in the thread as 540 for the Top View).

A minor issue that should be handled is adjusting the click coords for different theme, which affect the window border sizes and title bar sizes. If these are set to the window's default theme, it can click in the wrong areas. I've done it before in another script, and I'll try to get to it eventually (unless someone else does first... hint hint )
Absolute UB Hotkeys Quote
03-04-2010 , 07:12 PM
Warning: I just realized that if you don't check the "Disable Fold and Show" button in the Poker Client software, you will always be showing your cards when you fold using the script (assuming that button is present).

(Wonder how much that oops just cost me?)
Absolute UB Hotkeys Quote
03-18-2010 , 08:45 PM
Updated Version Here

• Changed Method to close "Are you sure you want to fold, it's free to check" dialog: was previously a loop that attempted to close and often missed the dialog. Now's it's part of the ClosePopUps Timer; for better reliability
• Changed ClosePopUps Timer to 250ms from 500ms.
• Added Auto Join Wait List Function: Automatically clicks "Take me to the table and remove my name from the waiting list" (Button3) via ClosePopUps Timer
• Added Auto Open Wait Listed Tables Function: Automatically clicks Button #### ("Join Table ######### ") via ClosePopUps Timer; Also added Hot Key to toggle on and off during game play, so tables won't keep automatically opening.
• Added Auto Close News Popup Function
• Added Auto Confirm Leave Table Function
• Removed unnecessary "HokKey, IfWinActive lines"
• Added LobbyKeeper function
• Added default values for first time run (no auto options set, Classic View = Default)
• Added functionality to restore mouse position after closing any popups (InitiateClosePopUps)

Credit to ProsperousOne for the adjustments and new features.
Absolute UB Hotkeys Quote
03-20-2010 , 06:19 AM
I'm getting the following message when trying to run the updated script.


Quote:
---------------------------
Absolute & UB Hotkeys.ahk
---------------------------
Error: "" is not a valid key name. The current thread will exit.

Line#
229: IniRead,AutoConfirmExitTable,%thisahk%.ini,Other,A utoConfirmExitTable,%A_Space%
230: IniRead,AutoOpenWaitListTable,%thisahk%.ini,Other, AutoOpenWaitListTable,%A_Space%
231: IniRead,AutoOpenWaitListTableToggle,%thisahk%.ini, Other,AutoOpenWaitListTableToggle,%A_Space%
232: IniRead,LobbyKeeper,%thisahk%.ini,Other,LobbyKeepe r,%A_Space%
233: IniRead,LobbySizeToggle,%thisahk%.ini,Other,LobbyS izeToggle,%A_Space%
235: Hotkey,IfWinActive
236: if AutoOpenWaitListTable
---> 237: Hotkey,%AutoOpenWaitListTableToggle%,AutoOpenWaitL istTableToggle
239: Hotkey,IfWinExist,UB - Logged in as ahk_class QDPKGamesSystems
240: if LobbyKeeper
241: Hotkey,%LobbySizeToggle%,LobbySizeToggle,UseErrorL evel On
243: Hotkey,IfWinActive,ahk_group TABLES
245: if Fold
246: Hotkey,%Fold%,Fold,UseErrorLevel On
247: if Call

---------------------------
OK
---------------------------
Absolute UB Hotkeys Quote
03-20-2010 , 10:50 AM
Quote:
Originally Posted by Antidote
I'm getting the following message when trying to run the updated script.
It looks like you've inadvertently put a space ( " " )

In the AutoOpenWaitListTableToggle variable near the end of line 237

---> 237: Hotkey,%AutoOpenWaitListTableToggle%,AutoOpenWaitL istTableToggle
Absolute UB Hotkeys Quote
03-23-2010 , 07:15 AM
Just tried the newest AHK script for the first time on Absolute.

Problems:

1) When the mouse is focused on anything other than an Absolute poker table, you have to first press 'left click' to activate the table followed by a hotkey for it to work. This is very annoying because, often I have to chat in an IM, pause itunes, perform an action on Full Tilt, etc, etc and everytime I go back to Absolute, I need to left click to get focus again before pressing a hotkey. Can u please make it so that you don't need to left click to get focus no matter what I do? Perhaps, sticking in a Tweak UI like Auto Focus Window script?

(Going from an Absolute table to another Absolute table, there is no problem. Anything else, you have to left click first to get the focus back!)

PLEASE FIX THIS. This is by far, the biggest problem.


2) I'm assuming LobbyKeeper is used to keep the Lobby from auto minimizing? I was very excited to see this because i thought that was extremely annoying, but it doesn't seem to work. (Yes, I did set it to a hotkey in the initial GUI.)


Other than that, THANK YOU VERY MUCH for such a helpful script. I will be more than happy to make a donation if you can get these problems fixed! =)
Absolute UB Hotkeys Quote
03-23-2010 , 07:55 AM
The UB/AP software has a problematic right-click context menu and because a lot of people like to use right-click for a commonly used action (fold mostly i guess) it's a lot easier to have it like this and is a little more inter-script friendly a few people have mentioned this the easiest solution is what your asking an auto focus which only focuses on UB/AP tables so here it is.

Code:
#SingleInstance, Force
#NoEnv
SendMode Input
#Persistent


SetTimer, IsTable, 100

IsTable:
MouseGetPos,,,win
WinGetClass, winClass, ahk_id %win%
If winClass = DxWndClass
{
WinActivate, ahk_id %win%
}
Else
{
return
}
There are other workarounds if you are not interested in using right-click for anything UB/AP related you can shoot me a PM and we can work something out.

As far as the LobbyKeeper function I haven't used the new version i might drop some money in next month and have a play but i'm sure ProsperousOne will chime in with a suggestion soon.
Absolute UB Hotkeys Quote
03-23-2010 , 11:27 AM
Thank you very much Madlion! That did the trick. I am using both your original script and the auto focus script u just posted at the same time. I'm assuming that's OK and won't crash my computer?

And I will wait for ProsperousOne for any suggestions on making that damn Absolute Lobby not to minimize everytime i open a new table! =)
Absolute UB Hotkeys Quote
03-23-2010 , 07:18 PM
Yeah they run fine together.
Absolute UB Hotkeys Quote
03-23-2010 , 09:48 PM
Great script.

Got everything I need it to do except I can't get it to register in tournaments.

I've tried using say the ` key or just Tab and it does nothing.

I'm playing around with other keys, but not sure whats going on.
Absolute UB Hotkeys Quote
03-23-2010 , 10:19 PM
Quote:
Originally Posted by KidSlick
Great script.

Got everything I need it to do except I can't get it to register in tournaments.

I've tried using say the ` key or just Tab and it does nothing.

I'm playing around with other keys, but not sure whats going on.
EDIT: I type it in the window just like it is, so the Tab button was 'Tab'.
Absolute UB Hotkeys Quote
03-24-2010 , 02:13 AM
@KidSlick

Try downloading again.

A UB update must have changed the button number corrected this.
Also uncommented a few pop-ups that deal with tournament registration.
Absolute UB Hotkeys Quote
03-24-2010 , 02:46 AM
That did the trick, TY!

Your script makes playing on UB possible for someone like me who relied on TableNinja
Absolute UB Hotkeys Quote

      
m