![]() |
|
#61
|
|||
|
|||
|
[ QUOTE ]
I also added this little guy as an icon [/ QUOTE ] [img]/images/graemlins/smile.gif[/img] |
|
#62
|
|||
|
|||
|
Is it supposed to have that long sequence of random letters at the end of the script?
|
|
#63
|
|||
|
|||
|
[ QUOTE ]
Is it supposed to have that long sequence of random letters at the end of the script? [/ QUOTE ] Oh, that... that's just a keylogger... er... No, actually it's the icon [img]/images/graemlins/wink.gif[/img] |
|
#64
|
|||
|
|||
|
[ QUOTE ]
Oh, that... that's just a keylogger... er... No, actually it's the icon [img]/images/graemlins/wink.gif[/img] [/ QUOTE ] [img]/images/graemlins/laugh.gif[/img] Roland, I'm sure you already know that ControlClick is extremely unreliable. I learned a neat little trick that is 100% reliable and works identically to how ControlClick is supposed to work; just as fast too... Control, Enable, , %buttonName%, ahk_id%winID% Control, Check, , %buttonName%, ahk_id%winID% Hence this latest release. ControlClick wasnt always tacking the slider and even though it was being moved off screen those untacked sliders were still eating up CPU. This knew ClickControl workaround is completely reliable [img]/images/graemlins/smile.gif[/img] You might want to update your CtrlClick(ctrl,win,matchMode=1) function in Functions.ahk |
|
#65
|
|||
|
|||
|
Thanks for the tip.
I'd prefer to keep CtrlClick() as it is, but it could be CtrlClickEx(). Feel free to add it if you like. |
|
#66
|
|||
|
|||
|
Yet another release....
Released v1.1.0 - Added NoSpam! New optional settings will: 1. Auto join waiting list 2. Auto join first available table 3. Auto Buy-in (only full amount) 4. Auto leave table 5. Auto post big blind 6. Auto wait for big blind 7. Auto login 8. No spam/popups 9. Auto scroll to last game in hand history Note: Auto buy-in does not contain the infamous You can not buyin for 0 loop If you would like to see any other options, let me know. My next plans are for a settings GUI so that your settings are saved from version to version... |
|
#67
|
|||
|
|||
|
it seems v1.10 is for other AHK you created, not DeMonster. Since DeMonster is absolutely GREAT, tell me more, please, about what this v1.10 refers to.
Thanks. JHH |
|
#68
|
|||
|
|||
|
Awesome! Now I don't have to use Auto-Resizer anymore. Thanks!
|
|
#69
|
|||
|
|||
|
No. Version 1.1.0 still is DeMonster. It'll do all the same things that your current/old DeMonster scripts do but it now eliminate other annoyances.
Some of these new features are in auto-resizer but it hasnt been updated in a long time so I decided to add them to this script. Here's a detailed explanation: 1. Auto join waiting list When enabled, once you click the Yellow "Join Wait List" button a popup comes up to either join the current selected table or the first available table. This option auto selects to join the current table. 2. Auto join first available table Continuing from #1, when enabled this will join the first available table rather than the currently selected table. 3. Auto buy-in When you click the "Rebuy" button, a Buy-in popup comes up to select the amount of money you want to buy-in at the table with. When enabled, this will buy-in for the full amount for NL games and for the default amount for limit games. 4. Auto Leave Table When seated at a table and you click the "Leave Table" button a popup is displayed asking if you really want to leave the table. If this option is enabled it will automatically click OK and leave the table. (If you are currently in a hand, you will not leave) 5. Auto wait for big blind When enabled, this will automatically post your big blind as soon as you are seated along with checking the "auto post blind" option. 6. Auto wait for big blind When enabled, this will automatically wait for the big blind before you post. If its the first hand and you are in the big blind and it will auto post if #5 above is enabled. 7. Auto login Rather self explanatory. This will automatically log you in when opening PartyPoker. (You must have "Remember Me" checked in the login popup) 8. No spam/popups Tired of those annoying messages from PartyPoker which come in the form of a popup. Tired of that splash screen when exiting Party. When enabled this will rid all of those popups for you automatically. 9. Auto scroll to last game in hand history When enabled and you open the Instand Hand History window, this will automatically select the last completed hand (not the current hand despite what party says) and scroll to the end of the hand history. ------------------------------ I hope that clarifies things for you and any other interested person [img]/images/graemlins/smile.gif[/img] |
|
#70
|
|||
|
|||
|
This is freakin' awesome.
|
![]() |
|
|