Open Side Menu Go to the Top
Register
PokerPad - AHK hotkey script PokerPad - AHK hotkey script

10-02-2007 , 12:34 AM
Here is the current hotkey layout (sorry, but it is only changeable through manual editing of the AHK script at the moment)

More information and download is available here: Download

It is currently only implemented for Full Tilt. Other sites may be included later if there is a demand for it.

Edit: I should mention that it has no problems with custom skins or varying game window sizes.
PokerPad - AHK hotkey script Quote
10-02-2007 , 08:24 PM
k this is pretty awesome (and would love to see it for iPoker, Party etc)

two suggestions without having tried it. (because less is more)

1. dont see the need for NOT reloading to max (shortstackers can use their mouse)

2. dont see the need for two all in functions, just one where you have to confirm by pressing "bet" should be fine

[x] this is not too important

BEAT: just bought a logitech PS2 like controller because i couldn't get TablePlanner+reload script to play nice
PokerPad - AHK hotkey script Quote
10-02-2007 , 08:45 PM
gogogo for prima
PokerPad - AHK hotkey script Quote
10-02-2007 , 09:50 PM
Quote:
k this is pretty awesome (and would love to see it for iPoker, Party etc)
Once I am finished with the Poker Stars implementation, I will look into iPoker and Party. Could possibly be sometime this week.

Quote:
1. dont see the need for NOT reloading to max (shortstackers can use their mouse)
You can download the script version and delete any hotkeys you do not want. Search for the "Hotkey Definitions" header and it will take you right to all the hotkey definitions. Note that there really isn't a need to do this because it doesn't really do anything. If you need the key for another application, it will still work in that application because the keys are only "caught" when a table window is the active window.

Quote:
2. dont see the need for two all in functions, just one where you have to confirm by pressing "bet" should be fine
It is there for serious multi-tablers. That way if you know you want to go all in, you can hit the All In*** hotkey and go to another table as opposed to waiting for the action to come to you first. Again, you can just delete the hotkey from the source if you don't want it.

Which makes me think of something... probably would be best if there was a way to cancel the All In hotkey! It already has a safe-guard as being a CTRL+Key hotkey, but I could still invision the unintended pressing of it. I will include that in the next version.

Quote:
BEAT: just bought a logitech PS2 like controller because i couldn't get TablePlanner+reload script to play nice
Can you explain what the request is here? Sorry I don't understand.
PokerPad - AHK hotkey script Quote
10-03-2007 , 01:14 AM
This looks awesome man. Numpad + trackball mouse = l33t multitabling.

Cosign the ipoker request would be much appreciated.
PokerPad - AHK hotkey script Quote
10-03-2007 , 08:49 AM
Quote:
Quote:
BEAT: just bought a logitech PS2 like controller because i couldn't get TablePlanner+reload script to play nice
Can you explain what the request is here? Sorry I don't understand.
This wasn't a request. I just recently bought a logitech dual action controller to use with this script. But now that you've come up with such a great script I probably wont be needing it.

Thanks for all your detailed answers, and i eagerly await any eventually extra poker clients
PokerPad - AHK hotkey script Quote
10-03-2007 , 10:04 AM
Loooong thread....quick question:

Does HM support Ipoker mini-table HUD?
PokerPad - AHK hotkey script Quote
10-03-2007 , 10:08 AM
this is awesome

but not so good for notebook keyboards :/
PokerPad - AHK hotkey script Quote
10-03-2007 , 12:17 PM
Quote:
Loooong thread....quick question:
not really
Quote:

Does HM support Ipoker mini-table HUD?
HM ?

Quote:
this is awesome

but not so good for notebook keyboards :/
true, best to buy an extra USB keyboard
PokerPad - AHK hotkey script Quote
10-03-2007 , 04:26 PM
Quote:
but not so good for notebook keyboards :/
Yes, I agree it wouldn't be ideal to use with a notebook. If anyone wants to provide their input as to which actions should go with which keys on a notebook, there could be an option to switch between the standard keyboard layout and a notebook keyboard layout.
PokerPad - AHK hotkey script Quote
10-03-2007 , 04:39 PM
Quote:
I just recently bought a logitech dual action controller to use with this script.
Ahh, well I can't really help with any controller issues as I don't have one to work with.
PokerPad - AHK hotkey script Quote
10-04-2007 , 09:00 PM
The Poker Stars implementation is now complete. All hotkeys are supported for Poker Stars except the All In*** hotkey.

Download: http://www.autohotkey.net/~Xander/PokerPad/
PokerPad - AHK hotkey script Quote
10-04-2007 , 10:25 PM
Quote:
(and would love to see it for iPoker, Party etc)

I will do iPoker first as there is also another request for it. General question though, are the buttons in the same place and the same size for all sites? I only have Titan.
PokerPad - AHK hotkey script Quote
10-04-2007 , 11:06 PM
I think they are because the ipoker mod program works on all of them (it's called ibolide)

2 questions I had also, are all the keys re-assignable to what you want them to be and will this work the same on a usb numpad? I have one for my laptop.
PokerPad - AHK hotkey script Quote
10-05-2007 , 12:11 AM
Quote:
are all the keys re-assignable to what you want them to be
In version 0.02, the keys can be reassigned by modifying the Hotkey_Init() function in the source code.
A GUI is planned for a future release to make hotkey reassignments much more easy and will allow reassignments with the compiled version.

Quote:
and will this work the same on a usb numpad? I have one for my laptop.
I do not know. It would be best to try out the hotkeys at a play money table, first to make sure they do what they say they are suppose to do and to make sure your keyboard is supported.
As far as I know, keyboards are pretty standard so checking if your keyboard is supported shouldn't be an issue.
PokerPad - AHK hotkey script Quote
10-05-2007 , 12:58 AM
@ Xanderz:

A few thoughts, far too tired to comment properly at this time of day. Hopefully will elaborate tomorrow.

a) Impressive Stars OCR code. Don't fully comprehend it yet myself, but looks solid. Good job.

b) Use of GoSub... WTF?

c) GPL - not so sure - be careful not to try and subvert any of the Free code already posted here, which leads to:

d) Are you aware that several Free (or not quite free) softwares/scripts to do this functions are available on this board already? While your code is very interesting and I certainly would not wish to discourage a new and obviously competant poster - I would like to gently suggest time may be better spent coding programs not already provided, or if you would rather, contributing to the already existing Free projects?

e) Your pot calculations when > or < 1xpot are incorrect on Full Tilt - I've not checked Stars yet, as I don't understand it yet.

You are doing pot * 0.75, or in my terms pot * fraction, for example.

Correct would be ((pot + call + hero_bet)* (fraction) )+ call

I believe - although I think hero_bet is irrelevant i.e. 0 for FullTilt and PokerStars.

dave.
PokerPad - AHK hotkey script Quote
10-05-2007 , 01:00 AM
@ other posters in this thread:

Did you not know you can do exactly this for many many sites using TableNavigator and BetPot, and have been able to for some quite large time period measured in Years?
PokerPad - AHK hotkey script Quote
10-05-2007 , 01:15 AM
Quote:
@ other posters in this thread:

Did you not know you can do exactly this for many many sites using TableNavigator and BetPot, and have been able to for some quite large time period measured in Years?
Yea but this looks like a great all in one for all the necessities (reloads, bet pot and shortcuts like fold to any bet etc). The less scripts I have to have running the better personally. Navigator will still be useful in combination with this though for getting attention to the active table.
PokerPad - AHK hotkey script Quote
10-05-2007 , 01:24 AM
Quote:
a) Impressive Stars OCR code. Don't fully comprehend it yet myself, but looks solid. Good job.
Thanks. It is based off of code I wrote in Java quite some time ago. I was originally calling the Java code through a Run command but found that there was considerable lag loading java everytime. (I don't know how to load a Java app and leave it running while communicating back and forth between AHK and Java). Instead of doing that, I figured 100% AHK code would be better anyway.
Quote:
b) Use of GoSub... WTF?
For speed.
Quote:
d) Are you aware that several Free (or not quite free) softwares/scripts to do this functions are available on this board already?
They aren't configurable to my liking Seriously though, I believe there are a few hotkeys that aren't available in other scripts, or I haven't seen them anyway. I've been using my own hotkeys for some time, just recently posted them online to share with friends, figured I'd share with strangers too.
Quote:
I would like to gently suggest time may be better spent coding programs not already provided, or if you would rather, contributing to the already existing Free projects?
I will gladly help with anything. You can also find me at the AHK forums.

Quote:
Your pot calculations when > or < 1xpot are incorrect on Full Tilt - I've not checked Stars yet, as I don't understand it yet.

You are doing pot * 0.75, or in my terms pot * fraction, for example.
Correct would be ((pot + call + hero_bet)* (fraction) )+ call
In the full tilt function, the pot should be what you are calling pot + call + hero_bet I believe. Anyway, I will check up on the correct calculation tomorrow.
PokerPad - AHK hotkey script Quote
10-05-2007 , 01:51 AM
Quote:
c) GPL - not so sure - be careful not to try and subvert any of the Free code already posted here, which leads to:
I missed this the first time. I am not sure what you mean here? Everything in my code has been developed independent of any other code. I use the license so that the code can't be put into proprietary software.
PokerPad - AHK hotkey script Quote
10-06-2007 , 06:37 PM
Now supports IPoker, Poker Stars and Full Tilt. Note that for IPoker the pot bets are only supported for the mini tables.

Download: http://www.autohotkey.net/~Xander/PokerPad/

Absolute Poker is next scheduled to be supported. I am not aware of any AHK scripts for Absolute Poker, so Party and Prima will be delayed.
PokerPad - AHK hotkey script Quote
10-06-2007 , 08:17 PM
Quote:
Quote:
c) GPL - not so sure - be careful not to try and subvert any of the Free code already posted here, which leads to:
I missed this the first time. I am not sure what you mean here? Everything in my code has been developed independent of any other code. I use the license so that the code can't be put into proprietary software.
Indeed - but it means more than that. AFAIK, it means any code can not be put in to anything that is not GPL - which may or may not be proprietary.

You have at least got me thinking about licensing for the first time in ~5 years

Note I am generally a big fan of the GPL / FSF - just not entirely sure it is ideal for scripting... But I also don't see a better alternative after a quick browse.

Thing is, I could not GPL BetPot at this point - not without consent from everyone that has ever suggested modifications... which is quite a list now.

But it is currently unlicensed - so I guess I have to do something...

dave.
PokerPad - AHK hotkey script Quote
10-06-2007 , 08:20 PM
Quote:

I am not aware of any AHK scripts for Absolute Poker

I have BetPot code for absolute - incomplete, however. It is tricky to read/write from the bet box (your OCR stuff should handle this easily enough) - But I put it on hold while focusing on other scripts...

There is good reason no-one in their right mind should be playing on Absolute until someone figures out what went on / it will not happen again.

dave.
PokerPad - AHK hotkey script Quote
10-06-2007 , 08:26 PM
Quote:

They aren't configurable to my liking

I'm gonna optimistically take that to mean you didn't try BetPot / TableNavigator

Quote:

You can also find me at the AHK forums.

Your name is different!!! I found you only after reading you 0.3 code with the link to the AHK forums.

Anyhow, welcome to these forums

Do not take my tone as offensive - it is not meant to be - we certainly value new poker scripters round these parts - I do have my reservations on the GPL in this circumstance, however... it would seem to be I can eiter GPL my own stuff - or actively monitor yours to make sure in anything new I write I am doing *nothing* in the same way that you are. Am I reading this wrong?

dave.
PokerPad - AHK hotkey script Quote
10-06-2007 , 09:00 PM
Quote:
I'm gonna optimistically take that to mean you didn't try BetPot / TableNavigator
Ahh, I didn't mean it like that. I like to enter bets manually sometimes rather than using a pot percentage and AFAIK there aren't scripts that will redirect numpad digits to the bet box when the bet box isn't focused. That was the main reason I wrote my own script.
Quote:
Your name is different!!!
Ahh, Xander was taken. I hope it isn't an active poster that I may be confused with.
Quote:
Anyhow, welcome to these forums
Thanks.
Quote:
I do have my reservations on the GPL in this circumstance, however... it would seem to be I can eiter GPL my own stuff - or actively monitor yours to make sure in anything new I write I am doing *nothing* in the same way that you are. Am I reading this wrong?
Licensing isn't the same as patenting You can write similar code. The license is just for whole-sale copying and making modifications.
PokerPad - AHK hotkey script Quote

      
m