Open Side Menu Go to the Top
Register
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)

12-01-2006 , 10:49 PM
I play with tiled windows, with Dpr mod ( and may be soon phattylivers cards )

Yes I play sngos and hope to play cash later ...
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-01-2006 , 11:49 PM
2easy,

when you start scripts using this method, they get their own AHK icon in the tray?

You may have better luck starting them with autohotkey.exe /f nameofscript.ahk

Purely guessing here tho, although I can be certain there are no hotkey conflicts with BetPot / Full Tilt Custom Lobby / ChipReloader
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-01-2006 , 11:58 PM
Quote:
I read some posts but I am not sure that what I search is in this script.

I play at Stars
I would like to press F1 for 1/2 pot bet, F2 for 0.9 Pot bet, F3 for Allin .

Is it possible with this script ?
Hi Ryendal,

To achieve the above effect, change the hotkey definitions to this (use Notepad, or similar text editor)

Tey can be found not quite at the start of the script - after the GroupAdd lines and default settings.

--------------------------------------------------------

F1::
Pot(getid(), "0.5 0.5 0.5 0.5", 0.2, 0, 0)
return

F1::
Pot(getid(), "0.9 0.9 0.9 0.9", 0.2, 0, 0)
return

F3::
Pot(getid(), "9999 9999 9999 9999", 0.2, 0, 0)
return

--------------------------------------------------------

By default make F1 and F2 are set to fold / call, so make sure to delete these hotkeys - or map them to other buttons if you want. I would imagine a fold hotkey very useful for a SNG multitabler.

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-02-2006 , 12:13 AM
Quote:
2easy,

when you start scripts using this method, they get their own AHK icon in the tray?

You may have better luck starting them with autohotkey.exe /f nameofscript.ahk

Purely guessing here tho, although I can be certain there are no hotkey conflicts with BetPot / Full Tilt Custom Lobby / ChipReloader

yes, they all get their own icon in the tray.

to do the autohotkey.exe/f nameofscript.ahk, how does one do this?

and one other question, more "on topic."

while the betpot script is working mostly correctly for me when i manually start it, at tilt only, i often have to reclick it multiple times for the correct amount to "take."

sometimes i get the correct amount, and then it goes right back to minimum bet, other times it just gives a double bet instead of a pot size one.

but no matter which amount originally displays, it reverts back to minimum bet. and i have to reclick sometimes 3 or 4 times for it to hold the pot script correct bet amount.

any idea why this happens? could this be a "priority" issue of some type?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-02-2006 , 12:19 AM
Quote:

any idea why this happens? could this be a "priority" issue of some type?

Never happens to me, priority issue a possibility - I run FullTiltPoker.exe at "High" priority always - seems to alleviate lag problems sometimes, and is essential for a script I have in development - can't hurt to try
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-02-2006 , 12:27 AM
That is great. I also use TableNavigator but the script is no longer updated

I used Spacebar for Fold and Tabulation for check.
I would replace your original F1 and F2 command if I knew what is the name to give for Spacebar and Tabulation with AHK.

It seems your script will replace very well TableNavigator for me. I used to open a hand with the buttons "numbers of BBs to bet" but with fractions of the pot, it will be ok too !

Great work. Thank you very much
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-02-2006 , 12:35 AM
Quote:

I would replace your original F1 and F2 command if I knew what is the name to give for Spacebar and Tabulation with AHK.

These would be:

--------------------------------
Space::
Fold(getid())
return

Tab::
Call(getid())
return
--------------------------------

Autohotkey.com - List of Keys, Mouse Buttons, and Joystick Controls


dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-02-2006 , 12:53 AM
Quote:
Quote:
I've been trying to get this to work on FTP, has anyone had any luck? I just tested it out on play money and everytime I use any of the buttons I have defined [forward, back, and wheel click all on mouse] the slider twitches for a bit then ends up going to a PSB.
Should work on FTP play money - what buttons have you defined?
I'm using a logitech MX518 so I used the ones he posted but changed a few of the parameters. This is copied straight from my script, I commented out right click since it interferes with note taking on ftp.


~MButton::
Pot(getid(),"1 1 0.75 0.66", "bigblind", "ssnl", 0)
return

;~RButton::
;Pot(getid(),"0.75 0.75 0.66 0.66", "bigblind", "ssnl", 0)
;return

~WheelUp::
AlterAmount(getid(),"up")
return

~WheelDown::
AlterAmount(getid(),"down")
return

~Xbutton1::
Pot(getid(),"1 0.75 0.66 0.75", "bigblind", "ssnl", 0)
return

~Xbutton2::
Pot(getid(),"1 0.66 0.5 0.5", "bigblind", "ssnl", 0)
return
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-02-2006 , 01:23 AM
very nice
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-02-2006 , 01:51 AM
Well I tried the script and I guess I am dumb somewhere ...
It works fine for fold and check but I am unable to use the F1 F2 F3 buttons. is it because of the mod
I use ?
I love this mod.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-02-2006 , 03:08 AM
gots a problem.

since the stars update everytime I try and use the script (regardless of street or mouse button used) it zeroes out in the slider box. was working fine before that. (Im using version 2a fwiw)

F1 and F2 buttons still work though.

PS. I have yet to use Starsupdate.exe Im going through the one that doesnt update (using AKDbets theme)...still stopped working today I belive
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-02-2006 , 02:23 PM
Quote:
_dave_, (or to those who can help,)

i have recently been using pokerstarter ahk to fire up many applications, but it seems as though when i have it start some ahk scripts, stars bet pot among them, they dont function correctly. (i have it start about 4 ahk scripts, in addition to some sites and software such as pt and pahud, etc..) tilt seems to work reasonably, but stars gives zero when i click.

when i reload the ahk's manually they work better.

is this a common issue? is it because i have pokerstarter doing the initiation process, or possibly because with that many scripts running they have conflict issues?
Had the same problem. You need to tell autohotkey the correct working directory. I start up BetPot in my Start-Poker script like this:

Run, C:\Download\poker\BetPot-v0.01\BetPot.ahk, C:\Download\poker\BetPot-v0.01

So after the name of the script you have to give the path in which to start the script! Otherwise BetPot can't find the correct images.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-02-2006 , 10:01 PM
thanks, PietM.

that was helpful.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-03-2006 , 02:11 AM
im using on stars w/ latest software for everyhting. bet pot script .2a, newest stars software, hyper symple theme. preflop raises work fine. when someone bets and i try to raise them postflop, 3 bet them preflop, etc it doesnt function correctly. the raise amount comes ug SIGNIFICANTLY short. when i play on other sites the bet pot script works fine.

bet pot v.1 worked fine on stars but not the new version. ideas?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-03-2006 , 02:25 AM
Quote:

bet pot v.1 worked fine on stars but not the new version. ideas?
Really? This would help greatly if so... but I can't remember changing anything that may affect these calculations between v1 & v2 - Stars changes were mainly to corect coordinate issues with different themes.

I have been trying to figure this out today, I'm thinking it has to do with the calculations for "hero_bet" - amount we have put in already - but I can't be sure.


If you could PM me some HH files (edit in what the script wanted to bet) - would be a great help.

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-03-2006 , 04:37 AM
I downloaded the file and have no clue what to do with it can someone help me?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-03-2006 , 04:00 PM
Quote:
im using on stars w/ latest software for everyhting. bet pot script .2a, newest stars software, hyper symple theme. preflop raises work fine. when someone bets and i try to raise them postflop, 3 bet them preflop, etc it doesnt function correctly. the raise amount comes ug SIGNIFICANTLY short. when i play on other sites the bet pot script works fine.

bet pot v.1 worked fine on stars but not the new version. ideas?
I have the same problem. A preflop 3-bet becomes a min raise or maybe 1-2 BB more. Not a huge issue, but if there is an easy fix it would be appreciated.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-03-2006 , 05:11 PM
Quote:
Quote:
im using on stars w/ latest software for everyhting. bet pot script .2a, newest stars software, hyper symple theme. preflop raises work fine. when someone bets and i try to raise them postflop, 3 bet them preflop, etc it doesnt function correctly. the raise amount comes ug SIGNIFICANTLY short. when i play on other sites the bet pot script works fine.

bet pot v.1 worked fine on stars but not the new version. ideas?
I have the same problem. A preflop 3-bet becomes a min raise or maybe 1-2 BB more. Not a huge issue, but if there is an easy fix it would be appreciated.
I think I may have found the problem (certainly a problem anyway, I hope it is the right one)...

Tcorbin16, Oyvindgee - are you using "Hyper-Simple" theme (or similar)?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-03-2006 , 08:55 PM
I'm using hyper simple.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-03-2006 , 10:40 PM
Hey _dave_ sorry to bug you but off the top of your head can you think of any reasons for my problem with all PSBs on FTP?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-03-2006 , 10:50 PM
Quote:
I downloaded the file and have no clue what to do with it can someone help me?
Like I said I downloaded this software but there are no instructions on how to unzip and apply it to the stars software that I have seen. Can someone post a link that provides instructions?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-03-2006 , 11:02 PM
Quote:
Hey _dave_ sorry to bug you but off the top of your head can you think of any reasons for my problem with all PSBs on FTP?
Hi Poisonxfree,

Even wheelup & wheeldown produce a PSB?

Are you sure XButton1 and XButton2 are actually sending these keycodes? (double-click "H" tray icon for script, choose View->Key History")
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-03-2006 , 11:05 PM
Quote:
Quote:
I downloaded the file and have no clue what to do with it can someone help me?
Like I said I downloaded this software but there are no instructions on how to unzip and apply it to the stars software that I have seen. Can someone post a link that provides instructions?
Hi Demon102,

just extract the zip file somewhere - and run the script from there. If you haven't got it already you will need AutoHotkey installed to run the script.

That should be it - Stars tables should be recognised automatically.

Try this, post if you have trouble

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-04-2006 , 12:22 AM
Hello. I tried the AHK with a mod for it.

There is some stranges results. For example the all-in works 95% of the times. I bet two times the double of the blinds ( and being reraised twice, it was simply awful with the huge blinds ) .

Or for the size of the pot, I have a high % what I wish and sometimes I have some results far from what they should be. ( for example when I should get 600 I get 850 )

I wonder if I am alone to get such problems.

Regards
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-04-2006 , 12:46 AM
Quote:
Quote:
Quote:
im using on stars w/ latest software for everyhting. bet pot script .2a, newest stars software, hyper symple theme. preflop raises work fine. when someone bets and i try to raise them postflop, 3 bet them preflop, etc it doesnt function correctly. the raise amount comes ug SIGNIFICANTLY short. when i play on other sites the bet pot script works fine.

bet pot v.1 worked fine on stars but not the new version. ideas?
I have the same problem. A preflop 3-bet becomes a min raise or maybe 1-2 BB more. Not a huge issue, but if there is an easy fix it would be appreciated.
I think I may have found the problem (certainly a problem anyway, I hope it is the right one)...

Tcorbin16, Oyvindgee - are you using "Hyper-Simple" theme (or similar)?
I'd just like to chime in and add that this is also an issue for me after using v0.1 successfully for awhile. I'm using Hyper Simple without any mods.

Also, _dave_, are Fold and Call both new functions to v0.2?

Thanks for all of your work so far.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote

      
m