Open Side Menu Go to the Top
Register
PokerStars Check/Fold / Allin Script PokerStars Check/Fold / Allin Script

01-21-2008 , 01:19 PM
Hi
is there any AHK Script for check/fold @ rclick
and Push @ wheelbutton?
PokerStars Check/Fold / Allin Script Quote
01-21-2008 , 07:09 PM
Hi Dave, i know your script but it doesn´t work with vista (i allready run everything as admin).

I think tasse knows the betpot too but the hotkeys are wrong and obv he is a noob at editing.

@tasse
wenn du XP hast hau mal pYrania an, der hat sich sowas gebastelt.
PokerStars Check/Fold / Allin Script Quote
01-21-2008 , 07:41 PM
Quote:
Hi Dave, i know your script but it doesn´t work with vista (i allready run everything as admin).
It will - you probably have something else needing done. Try with UAC and Aero fully disabled, desktop in 32-bit colour - see if you have any joy yet.

Quote:
I think tasse knows the betpot too but the hotkeys are wrong and obv he is a noob at editing.
If these are all the functions wanted, replace all the hotkeys with this:
Code:
RButton::
Fold(getit())
return

MButton::
AlterAmount(getid(), "up", 1000)
; Raise(getid())  ; <-- uncomment to insta-push up to 1000 bbs
return
That should work even without Aero off (no pot functions).

dave.
PokerStars Check/Fold / Allin Script Quote
01-21-2008 , 09:25 PM
You're right, betpot work with vista. My tribute to you.

I´m a noob at editing too but if i replace the hotkeys the script will not work anymore.





Help please.
PokerStars Check/Fold / Allin Script Quote
01-21-2008 , 09:29 PM
remove the */

it is the end of a commented block - and there is no opening /* - thus the error.
PokerStars Check/Fold / Allin Script Quote
01-21-2008 , 09:44 PM
Thx for the fast reply but the problem exists furthermore.

PokerStars Check/Fold / Allin Script Quote
01-21-2008 , 09:47 PM
lol
getit => getid

@dave
nice script, works fine
but one more thing: is it possible to add check/fold instead of fold only?
PokerStars Check/Fold / Allin Script Quote
01-21-2008 , 09:55 PM
lol, ty tasse. now its works.

Quote:
but one more thing: is it possible to add check/fold instead of fold only?
dito
PokerStars Check/Fold / Allin Script Quote
01-21-2008 , 09:59 PM
Quote:
Originally Posted by lordTasse
but one more thing: is it possible to add check/fold instead of fold only?
Run StarsPlanner too, and have the "Dismiss open-fold" unticked. then it will take care of the pop-up dialog, and choose check for you.

The next version of BetPot will hit check/fold if available (for when you are BB etc.) too.
PokerStars Check/Fold / Allin Script Quote
01-21-2008 , 10:14 PM
Thanks Dave, it works perfectly.
PokerStars Check/Fold / Allin Script Quote
01-22-2008 , 12:13 AM
very nice dave thx =)
ok one last thing:
the betpot script kills my rclick in windows, is there any chance to fix it?
PokerStars Check/Fold / Allin Script Quote
01-22-2008 , 11:53 AM
push
PokerStars Check/Fold / Allin Script Quote
01-22-2008 , 04:11 PM
Sorry, I midded them out in my hand-typed example

There should be a tilde preceding hotkeys to allow the clicks to "pass through". A correct example (with typo fixed too lol), here:

Code:
~RButton::
Fold(getid())
return

~MButton::
AlterAmount(getid(), "up", 1000)
; Raise(getid())  ; <-- uncomment to insta-push up to 1000 bbs
return
PokerStars Check/Fold / Allin Script Quote

      
m