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

10-11-2007 , 09:10 PM
I've tried running the script with no luck...I'm running under vista (admin mode) and the script or the executable loads but no keypresses are recognized and sent to the client.

I have had a similar problem with the betpot script in the past. Any thoughts?
PokerPad - AHK hotkey script Quote
10-11-2007 , 09:30 PM
I've not tested on Vista, nor am I currently aware of any Vista/AHK problems. Perhaps someone else will be able to help you.
PokerPad - AHK hotkey script Quote
10-11-2007 , 10:32 PM
Bet pot is now working but still nothing here. Is there any sort of debug mode I can use to see how far it is getting?
PokerPad - AHK hotkey script Quote
10-11-2007 , 10:52 PM
To access any debugging information, edit the script and put ListVars right before the first return at the top of the script.
PokerPad - AHK hotkey script Quote
10-12-2007 , 06:58 AM
Quote:

Quote:
Is this configurable version laptop friendly?
You can set the keys to anything you like. There are 3 exceptions though and the GUI will notify you about them if you try to break these 3 rules:
Reload cannot contain the Ctrl modifier as the Ctrl+{key combination} for Reload makes it a Default Reload instead of Maximum Reload
Activate Table cannot contain the Ctrl modifier as Ctrl+{key conbination} is used to toggle the Activate Table hotkey on and off.
Unconditional All In cannot contain the Shift modifier as Shift+{key combination} is used to cancel all Unconditional All In's

Quote:
the increase bet button does not work
What site does it not work for? And perhaps can you tell me which stakes? It was working at Full Tilt the last time I tried.

Quote:
P.S. The code is awesome and props to you for making it GPL.
Quote:
Props for GPL from me too
NP

This is at FullTilt for NL25. The decrease one works and will decrease with small blind steps.

If I press the increase button, it only puts the cursor in the bet box to the very left and does nothing else.
PokerPad - AHK hotkey script Quote
10-12-2007 , 03:56 PM
Quote:
This is at FullTilt for NL25. The decrease one works and will decrease with small blind steps.
That is not the default behavior (although it is fairly easy to modify the script to do so). So am I correct to assume you have edited the script?

Quote:
If I press the increase button, it only puts the cursor in the bet box to the very left and does nothing else.
Are you running any other scripts? Because PokerPad doesn't set the focus to the bet box, it just changes the value.
PokerPad - AHK hotkey script Quote
10-12-2007 , 05:56 PM
hi,

i dont even know how to edit the script

I had BetPot running, but then I turned it off and it was the same
PokerPad - AHK hotkey script Quote
10-12-2007 , 06:04 PM
also: if i decrease it (fe from 0.30 to 0.20) and then use the increase button it increases from 0.20 to 0.30 again but then it wont do more
PokerPad - AHK hotkey script Quote
10-12-2007 , 07:35 PM
The problem seems to be floating point modulus operations can be completely erroneous. The fix has been posted, download the latest update here:
http://www.autohotkey.net/~Xander/PokerPad/

Also the default rounding can now be changed in the "Betting" section of the Hotkeys... window. Options include the previous behavior as well as rounding to the nearest small blind or big blind.

Note that you need to backup your Pokerpad.ini file as it stores any hotkey changes you may have made.
PokerPad - AHK hotkey script Quote
10-13-2007 , 01:33 AM
There now is no need to backup the Pokerpad.ini file. The file is created by the script only if it doesn't already exist.

As an extra bonus, PokerPad now supports Party Poker.
PokerPad - AHK hotkey script Quote
10-13-2007 , 05:02 AM
It works perfect now! thx so much!
PokerPad - AHK hotkey script Quote
10-14-2007 , 07:38 AM
Hi,

would it be hard to implement a Auto Click Time Bank for Cash games? I dont know if theres another AHK that does it already
PokerPad - AHK hotkey script Quote
10-14-2007 , 11:00 AM
Shouldn't be too hard, though I don't think it really belongs with PokerPad. Or maybe it could be an "add-on". Which sites have time banks besides Full Tilt and Poker Stars? I don't think I've seen banks on iPoker or Party.
PokerPad - AHK hotkey script Quote
10-14-2007 , 12:29 PM
party has banks too, at least it has them for SnGs, for Cash games I dont know
PokerPad - AHK hotkey script Quote
10-15-2007 , 12:25 AM
OK, I'll look at the other sites tomorrow, but for now Full Tilt timer script is ready. It is available as an add-on (see the new Add-On Scripts section):
http://www.autohotkey.net/~Xander/PokerPad/

Note, you also need to download the newest version to use add-ons.

Add-On scripts must be saved in the same folder that PokerPad.ahk or PokerPad.exe is in. Then you can load them by going to Options... (in the tray menu) which should show a window similar to this:



Anything you move over to the "Auto Load" column will be automatically launched upon clicking OK and everytime you start PokerPad. Conversely, anything that is moved from "Auto Load" will be unloaded upon clicking OK and will no longer be loaded when you start PokerPad.
PokerPad - AHK hotkey script Quote
10-15-2007 , 05:24 AM
Quote:
OK, I'll look at the other sites tomorrow, but for now Full Tilt timer script is ready. It is available as an add-on (see the new Add-On Scripts section):
http://www.autohotkey.net/~Xander/PokerPad/

Youre my hero.
PokerPad - AHK hotkey script Quote
10-15-2007 , 09:01 AM
Quote:
Quote:
OK, I'll look at the other sites tomorrow, but for now Full Tilt timer script is ready. It is available as an add-on (see the new Add-On Scripts section):
http://www.autohotkey.net/~Xander/PokerPad/

Youre my hero.
# 2

awesome
PokerPad - AHK hotkey script Quote
10-15-2007 , 10:04 AM
The FullTiltTimer add-on only works with the source version. (It requires Includes/Functions.ahk).
PokerPad - AHK hotkey script Quote
10-15-2007 , 11:23 AM
same here, but its fine. Had to Update AutoHotkey though
PokerPad - AHK hotkey script Quote
10-15-2007 , 05:24 PM
I'll add a note that add-on's are only meant for the script version. In the case of AHK, it is better to use the script versions anyway as there is more preprocessing in the compiled versions.
PokerPad - AHK hotkey script Quote
10-15-2007 , 08:05 PM
There is a new update that addresses a couple bug fixes. Also, the Timers.ahk script for Full Tilt, Poker Stars and Party Poker is posted:

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

Note that the Timer button for Poker Stars only works with the Classic Theme. Other themes need to change values in the PokerPad.ini (there is currently no tutorial on how to do this, if you don't know, ask and I will post a tutorial).

Also, since this version relies on reading the screen for Poker Stars, the button must be visible for it to be noticed by the script.
PokerPad - AHK hotkey script Quote
10-15-2007 , 08:19 PM
Quote:

Also, since this version relies on reading the screen for Poker Stars, the button must be visible for it to be noticed by the script.

Hopefully not for long, but dear me my brain hurts ImageSearch proving very confusing.

I can send you a(n uncommented, untidy, probably inefficient but fast enough) GetPixelCount function that works on hidden windows if you want?
PokerPad - AHK hotkey script Quote
10-15-2007 , 09:04 PM
Quote:
I can send you a(n uncommented, untidy, probably inefficient but fast enough) GetPixelCount function that works on hidden windows if you want?
Have you seen my code? I am used to no comments Anyway, I put my yahoo email in my profile if you want to send it. I'll see what I can work out of it and send it back.
PokerPad - AHK hotkey script Quote
10-15-2007 , 09:28 PM
You have mail
PokerPad - AHK hotkey script Quote
10-16-2007 , 12:05 AM
I've sent to your inbox an updated OCR that uses more or less that what you sent to read hidden windows.
PokerPad - AHK hotkey script Quote

      
m