Open Side Menu Go to the Top
Register
AHK Bet Pot Script for iPoker AHK Bet Pot Script for iPoker

07-12-2007 , 12:47 PM

Shot at 2007-07-12

also I def have the scrcipt as you posted running properly, I use alot of other AHK ones
AHK Bet Pot Script for iPoker Quote
07-12-2007 , 12:57 PM
Hi butcha,

This one ok?

web page


Im also jusing betpot on party fine.
Quote:
Quote:
Same here, nothing happens on Noble, hers a pic:

noble pic
Hi donken1,
Is that screenshot in its original size?
Your table is 681x511 pixels, whereas it should be 800x600.
Do you think you can upload a screenshot without resizing it and preferrably as a bmp-file?

/butcha
AHK Bet Pot Script for iPoker Quote
07-12-2007 , 01:07 PM
Hey Praetor and donken1,
Thanks for the screenshots!
It's more than likely that this is a Vista-issue.
I have another computer with Vista installed so I will check it out as soon as my tournament is finished.

/butcha
AHK Bet Pot Script for iPoker Quote
07-12-2007 , 01:09 PM
oh yeah probably, forgot to mention i was on vista
AHK Bet Pot Script for iPoker Quote
07-12-2007 , 02:25 PM
I THINK that I had it working on noble (on Vista), but I have just cashed everything but 0.25$ out, and can't seem to find any tables I can sit at.

I have it working on NoIQ Poker on Vista.
AHK Bet Pot Script for iPoker Quote
07-12-2007 , 03:25 PM
hmm strange, the same problem on cdpoker (vista) here .
AHK Bet Pot Script for iPoker Quote
07-13-2007 , 10:49 AM
Quote:
Is there a way to mod it so it bets 4bb+1 pf and 2/3 pot on turn/river?
somebody answer pls
AHK Bet Pot Script for iPoker Quote
07-13-2007 , 11:05 AM
Quote:
Quote:
Is there a way to mod it so it bets 4bb+1 pf and 2/3 pot on turn/river?
somebody awnser pls
Hi zyrrth,
This was discussed to some extent previously in the thread.
Basically for me, as the creator of the script, I don't want to add functionality that will only work on some skins and possibly make the script not work at all for others.

To add the functionality of betting more preflop with limpers and bet less than a full size pot bet on the flop you would have to be able to count the number of limpers, in the first case, and determine if the flop is dealt or not in the second case. It would probably be doable for a particular skin, but as I said before, I don't want a script that only works for some skins and for me to create custom solutions for each user takes too much time and would definitiely not be worth doing for free. I only did this for free in the first place because I was really satisfied with the solution I came up with and wanted to share it with the people who have helped me develope scripts.

You will simply have to bet the pot then lower or raise the bet with the mouse wheel.
Well, to be honest, I wouldn't mind writing custom scripts for money, but I don't know if that type of advertisement is appreciated here.

/butcha
AHK Bet Pot Script for iPoker Quote
07-13-2007 , 11:06 AM
thanks for this. About to start on Titan Poker and will let you know if something doesn't work.
AHK Bet Pot Script for iPoker Quote
07-13-2007 , 11:09 AM
Quote:
thanks for this. About to start on Titan Poker and will let you know if something doesn't work.
Sounds great!

On another note:
I also forgot to mention that I have not been looking into the Vista-issues yet.
Mostly because I don't have complete access to the computer with Vista installed.

/butcha
AHK Bet Pot Script for iPoker Quote
07-13-2007 , 12:59 PM
BetFred works, so it can be added to the list of supported skins. Thanks Butcha.
AHK Bet Pot Script for iPoker Quote
07-20-2007 , 01:01 PM
Bump to thank you for this awesome program.

It works flawlessly on ChiliPoker, I had to change the whitebox value though
AHK Bet Pot Script for iPoker Quote
07-20-2007 , 03:27 PM
Kiwi Poker also works perfectly.
AHK Bet Pot Script for iPoker Quote
07-24-2007 , 02:27 PM
Any updates on the vista issues? Bet pot doesn't seem to work for me with noble poker.
AHK Bet Pot Script for iPoker Quote
07-24-2007 , 07:02 PM
Quote:
Any updates on the vista issues? Bet pot doesn't seem to work for me with noble poker.
Hi unperson,
I have had no time or energy left for this project, but when I do the Vista issue is on top of the todo-list. Hopefully before the end of this month, but I'm not making any promises.

/butcha
AHK Bet Pot Script for iPoker Quote
07-25-2007 , 06:31 AM
Quote:
Any updates on the vista issues? Bet pot doesn't seem to work for me with noble poker.
I have it working on noiqpoker with vista, are you running ahk and noble as administrator?
AHK Bet Pot Script for iPoker Quote
07-30-2007 , 06:32 AM
Yep.

Is there something different about noble or is it just me?
AHK Bet Pot Script for iPoker Quote
07-30-2007 , 10:36 PM
how do this like party betpot

,::
Fold(getid())
return

.::
Call(getid())
return

-::
Raise(getid())
return

thanks
AHK Bet Pot Script for iPoker Quote
07-31-2007 , 06:32 PM
@MakemeGood

Im trying to get it to wotk on Vista with NoIQ Poker but I cant.

Im running AHK and the poker client as admin.

Have you changed anything in the original script?
AHK Bet Pot Script for iPoker Quote
08-05-2007 , 08:38 PM
Has anyone made any mods to this script? I made a few and are going to make a few more and then release it if it is ok with the creator.

Here is some stuff I made:

1. preflop, it now bets 4bb+1bb/limper instead of pot (3.5bb+1bb/limper)
2. you can now bet fractions of the pot with different buttons, middle mouse button 75% and right mouse 67% for example
3. all bets are now rounded to NEAREST small blind (stars bet pot script always round DOWN to nearest small blind)

Stuff I am going to add later:

1. blind fix for raising from the blinds (just like the stars bet pot script)
2. single button bets diffrent on diffrent streets, like the stars bet pot script (75% flop, 67% turn and 50% river all with right mouse button for example)

Anyone else has any ideas of mods to make to the script? This script is sooooo much faster and better written than the other one that needs to copy all the chat text (you also need to have details on) and then writes the bet size. This script reads pixels from the screen of the pot size and the button text, very nicley done.
AHK Bet Pot Script for iPoker Quote
08-05-2007 , 08:56 PM
Quote:
To add the functionality of betting more preflop with limpers and bet less than a full size pot bet on the flop you would have to be able to count the number of limpers, in the first case, and determine if the flop is dealt or not in the second case.
Actually you don't need to count the limpers. Say you are playing 0.5/1.0 and you are on the button for example. It gets around to you and your call button says 1 and there is now 4.5 in the pot. This means that there are 3 limpers. So all you do is bet the pot, 4.5, plus 2 times the call (1) amount plus one small blind (0.5) which sums up to 7 wich is 4bb+1bb/limper. If there was no limpers the pot would be 1.5 and the call button would say 1, then your raise would be calculated the same way, pot (1.5) + 2 * call (1) + sb (0.5) which is 4.

As for detecting the street you are on, all we need to do is to take a small sample of the cards (or where the cards should be) on the table. I use two pixels with some distance appart to see if the flop is out or not (just in the rare case we happen to have a white mouse pointer where the sample is made). This same teqnique can also be made for the turn and river of cource.

I have both these mods made in my modded script.
AHK Bet Pot Script for iPoker Quote
08-05-2007 , 09:02 PM
Quote:
Quote:
To add the functionality of betting more preflop with limpers and bet less than a full size pot bet on the flop you would have to be able to count the number of limpers, in the first case, and determine if the flop is dealt or not in the second case.
Actually you don't need to count the limpers. Say you are playing 0.5/1.0 and you are on the button for example. It gets around to you and your call button says 1 and there is now 4.5 in the pot. This means that there are 3 limpers. So all you do is bet the pot, 4.5, plus 2 times the call (1) amount plus one small blind (0.5) which sums up to 7 wich is 4bb+1bb/limper. If there was no limpers the pot would be 1.5 and the call button would say 1, then your raise would be calculated the same way, pot (1.5) + 2 * call (1) + sb (0.5) which is 4.
Yes, how very brilliant!

I am discussing with _dave_ to have this script merged with his.

I'll post here when we have made some progress...

He seems more customer devoted than me


/butcha
AHK Bet Pot Script for iPoker Quote
08-05-2007 , 09:03 PM
Looking forward to your work on the new version of the script. I appreciate the effort that both of you have put in so far.
AHK Bet Pot Script for iPoker Quote
08-09-2007 , 07:18 AM
Quote:
Looking forward to your work on the new version of the script. I appreciate the effort that both of you have put in so far.
AHK Bet Pot Script for iPoker Quote
08-09-2007 , 10:45 AM
The script won't work with iPoker (NoIQ) for me (on XP). When I click my rbutton on my mouse it shows the right bet in the slider but only when I hold it down, once I release it it just goes back to the default bet amount. Any ideas?

I tried different bet values but it won't change a thing.
AHK Bet Pot Script for iPoker Quote

      
m