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

10-27-2007 , 11:13 PM
Quote:
With the Stars font, there is probably a problem with lower case l, upper case I - they are identical
That is correct. Currently they all map to l, but I believe it is possible to count the spaces between other characters to tell if it is l or I - that will take a bit of time, but it is doable.

Quote:
Awesome - so decent performance on a (no offence) fairly modest rig. I presume this is using PrintWindow? or is there another 5x boost to be had?
Yes, it uses the Display_CreateWindowCapture function listed prior in this thread.

Quote:
Just what I was hoping to hear

I have lying around a GIU / script I made a year ago or so, sorta similar to SixthSense - but entirely AHK, and no GPL issues this time - the only things I borrowed were the listbox formatting from the AHK forums
Did you mean listbox or listview? I would assume listview would be better since you can sort it according to each column..

Right now I just put them into a treeview as it is easy to expand a table and look at each player and if a player's name is read incorrectly, I open up the mapping file to edit the character mapping...

However, a treeview is not ideal for sorting purposes as you'd have to implement the sort


Quote:
We should collaborate on this I think
I am open to this, how should we communicate? Perhaps create a thread on Overcards? Let me know.
PokerPad - AHK hotkey script Quote
10-27-2007 , 11:17 PM
Quote:
It's seems that it's only at Everest, regardless of any setting it moves in small blinds, however on Empire it will respond to changing the setting from SB to BB for me.
Ahh yes, iPoker, Everest and Ongame use the site's default increment/decrement. Mostly laziness on my part It is harder to edit the bet boxes on those sites as you have to click the box each time, delete it contents, and then send each digit by a keystroke.. It is doable, so I'll put it on the todo list.
PokerPad - AHK hotkey script Quote
10-29-2007 , 06:26 AM
Would it be possible with Cake Poker support?
PokerPad - AHK hotkey script Quote
10-29-2007 , 10:24 AM
Sure, it appears to be straightforward to implement (though we will see...)
PokerPad - AHK hotkey script Quote
10-29-2007 , 01:20 PM
Here is an image capture AHK script for Everest. Use CTRL + Print Screen to have the script save an image of the call, raise and pot raise buttons when the pot bet hotkeys are entering incorrect results. Then you can send that file to the email in my profile.

http://www.autohotkey.net/~Xander/PokerPad/Capture.zip

Extract and run Capture.ahk.

Note: Capture.ahk and Capture.jar must be in the same directly. Only run Capture.ahk - the AHK script will call the jar (Java archive..) file to do all the image capture / image saving. I don't know how to clip an image or even how to save it to file in AHK so that is why Java is used.

Also, if Capture.ahk is in the the PokerPad directory, then you can have PokerPad auto-load Capture.ahk by going to the auto-load section of the settings.
PokerPad - AHK hotkey script Quote
10-29-2007 , 04:30 PM
Prima would be sweet as well
PokerPad - AHK hotkey script Quote
10-29-2007 , 05:50 PM
Well now you are asking for too much...

LOL, just kidding. The only reason I hadn't added Prima was because I couldn't find the Play tables and I don't have real money there. I did discover where they are though about a week ago.
PokerPad - AHK hotkey script Quote
10-29-2007 , 06:29 PM
Quote:
Also, if Capture.ahk is in the the PokerPad directory, then you can have PokerPad auto-load Capture.ahk by going to the auto-load section of the settings.
Scratch that... changing auto-load settings was broken in 0.1.7
PokerPad - AHK hotkey script Quote
10-29-2007 , 06:33 PM
And now works again if you redownload v0.1.8
PokerPad - AHK hotkey script Quote
10-29-2007 , 08:17 PM
When we download a new version can we move the Pokerpad.ini from the previous version into the new folder unless you have made changes and state otherwise or will that not work? With the screenshot, I thought you needed the positions of the buttons on the screen, I will get a shot of the incorrect amounts.
PokerPad - AHK hotkey script Quote
10-29-2007 , 08:55 PM
Those couple of buttons aren't really telling the story. Here is a typical example- Pot is $4, I press 3/4 of pot having cleared the bet box-





I guess with a decimal $3.15 would be 3/4 counting rake- but as 315 it considers that an all in bet, correct?
PokerPad - AHK hotkey script Quote
10-29-2007 , 09:16 PM
Quote:
When we download a new version can we move the Pokerpad.ini from the previous version into the new folder unless you have made changes and state otherwise or will that not work?
Yes, you can use your old ini file. When there are updates to the ini file in future releases, the script checks the version of the ini file and makes the necessary changes. Alternatively if you want to restore the default settings, you only need to delete or rename the ini file.

Quote:
With the screenshot, I thought you needed the positions of the buttons on the screen, I will get a shot of the incorrect amounts.
Only the text on the buttons is really all that is necessary.
PokerPad - AHK hotkey script Quote
10-29-2007 , 09:25 PM
Quote:
I guess with a decimal $3.15 would be 3/4 counting rake- but as 315 it considers that an all in bet, correct?
It is probably the pot being read as 420 instead of 4.20, though from the image i can't see why the decimal point would not be recognized as there is ample space between the 4 and decimal point as well as the decimal point and the 2.
I don't have any idea why the decimal keystroke would be lost and not enter the betbox, though I could try setting a delay between each sent keystroke as currently it is sent all together (i.e. Send, 3.15 instead of Send, 3, Send ., Send 1, Send 5)

BTW, I sent a PM.
PokerPad - AHK hotkey script Quote
10-30-2007 , 12:44 AM
If i just hit "pot" on FT it gives a value (i.e 7preflop, but the script goes for 9 if i select pot.

the values are different in other situations too..

why ?
PokerPad - AHK hotkey script Quote
10-30-2007 , 01:23 AM
Are the values always wrong for you? I haven't experienced any wrong pot bet values on Full Tilt with the latest release.
PokerPad - AHK hotkey script Quote
10-30-2007 , 10:00 AM
Quote:
The latest version should now act on the table highlighted by Table Navigator if it is running.
This doesnt work for me. Only the active table takes input still, wich on Stars is very hard to find. I use TN with attention queue mode as i need something visual to point me to needed table. And does the job on its own.
This is a great script, and with TN support even better.

When i start the script, it makes a file called 406, no extention or anything. What does this do?
PokerPad - AHK hotkey script Quote
10-30-2007 , 12:36 PM
Quote:
Quote:
The latest version should now act on the table highlighted by Table Navigator if it is running.
This doesnt work for me. Only the active table takes input still, wich on Stars is very hard to find. I use TN with attention queue mode as i need something visual to point me to needed table.
OK, I will look into this.

Quote:
When i start the script, it makes a file called 406, no extention or anything. What does this do?
Just recently discovered a bug that causes this. It is the result of an unescaped comma when writing to PokerPad.ini, so instead of writing to that file, it creates a file 406 and writes to it. This will be fixed in the next release.
PokerPad - AHK hotkey script Quote
10-31-2007 , 08:41 PM
Quote:
Are the values always wrong for you? I haven't experienced any wrong pot bet values on Full Tilt with the latest release.
Always wrong...
PokerPad - AHK hotkey script Quote
11-01-2007 , 08:26 AM
My mistake. After checking the source of 0.1.8, it still uses the erroneous calculations. This will be updated in 0.1.9
PokerPad - AHK hotkey script Quote
11-01-2007 , 10:22 AM
Version 0.1.9 is available. Download here:
http://www.autohotkey.net/~Xander/PokerPad/

The main updates are:
<ul type="square">[*]Support for Cake Poker (cakepoker.com skin)[*]Fixed bet hotkeys. These bets are fixed relative to the big blind and automatically click the raise key. Example: Ctrl + Numpad 2 = Bet 2x the big blind[*]Added an Open menu in the tray menu to open poker clients. The path may need to be configured for some sites.[/list]
PokerPad - AHK hotkey script Quote
11-01-2007 , 10:25 AM
at FT, if you want to make a potsized out of the SB it raises like 6 $ instead of 1 $ (NL25)
PokerPad - AHK hotkey script Quote
11-01-2007 , 11:54 AM
wow there is some good stuff in that update

how can I use the WheelUp to increase/decrease the Size? It doesnt work for me right now, without changing anything in the settings. Is there something I need to do?

And starting the poker clients with the script is nice
PokerPad - AHK hotkey script Quote
11-01-2007 , 12:39 PM
Quote:
at FT, if you want to make a potsized out of the SB it raises like 6 $ instead of 1 $ (NL25)
Does this happen everytime?

Quote:
how can I use the WheelUp to increase/decrease the Size?
See http://www.autohotkey.com/docs/KeyList.htm for any issues you might be having with hotkeys. Also you might find help at the forums at that site.
PokerPad - AHK hotkey script Quote
11-01-2007 , 12:40 PM
yeah, havent tested it with the new version though. It seems it always adds 5 $ to whatever the amount should be
PokerPad - AHK hotkey script Quote
11-01-2007 , 12:45 PM
The new version should handle the small blind opening pot bet raises correctly.
PokerPad - AHK hotkey script Quote

      
m