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

07-04-2007 , 05:21 PM
played a session today with it at KiwiPoker and now everything works fine. (Very very rarely some amount got send to the chatwindow like 3 times in 60 minutes playing 4tables, so no worries about that that)

Thanks again butcha for doing this makes playing so much easier.
AHK Bet Pot Script for iPoker Quote
07-04-2007 , 06:08 PM
Hi guys!
Your appreciation is very welcome! Thank YOU!

I have no plans to add a lot of new features before I start playing a lot on iPoker myself, which probably won't happen very soon.
I understand what you mean Sigurd, to be able to bet different % of the pot preflop, on the flop, turn and river. I can definitely (hehe) see the point of such a function, but like I said, I can't promise it will happen anytime soon. You may of course modify the script yourself to add such functionality and I wouldn't mind giving tips for it if you know AHK-programming already.

I will still be giving support here though!

/butcha
AHK Bet Pot Script for iPoker Quote
07-04-2007 , 07:53 PM
I just finished my evening session and it works perfect now ! Just clicking and scrolling, I multitable a lot and this makes things so much easier for me. Thanks again for this script !!
AHK Bet Pot Script for iPoker Quote
07-05-2007 , 03:44 AM
Quote:
I have just found this, and can only say THANK YOU!

I do, however, have some trouble configuring it.
With the version currently on overcards.com (0.2o)I would just go to

~RButton::
Pot(getid(),"1 0.66 0.66 0.66", "smallblind", "ssnl", 0)

and make some changes, but it seems to be strangely absent..

Also, you can add that at NoIQ poker you should use the following setting:
ButtonsOnLeft := 0
I've already made a simple mod to round up the pot bet amount, and I'll have a go at this tonight.
AHK Bet Pot Script for iPoker Quote
07-05-2007 , 05:50 AM
Quote:
Quote:
I have just found this, and can only say THANK YOU!

I do, however, have some trouble configuring it.
With the version currently on overcards.com (0.2o)I would just go to

~RButton::
Pot(getid(),"1 0.66 0.66 0.66", "smallblind", "ssnl", 0)

and make some changes, but it seems to be strangely absent..

Also, you can add that at NoIQ poker you should use the following setting:
ButtonsOnLeft := 0
I've already made a simple mod to round up the pot bet amount, and I'll have a go at this tonight.
Awesome!
AHK Bet Pot Script for iPoker Quote
07-05-2007 , 05:57 AM
Wow thanks so much butcha, I will try this out soon. Thanks for fixing the Noble issues so quickly.
AHK Bet Pot Script for iPoker Quote
07-05-2007 , 02:03 PM
butcha, thanks again for this - how would you go about determining the current street without reading the chat box?
AHK Bet Pot Script for iPoker Quote
07-06-2007 , 09:47 AM
Working very nicely with Chilipoker. Thanks!
AHK Bet Pot Script for iPoker Quote
07-06-2007 , 10:47 AM

These *Matrix* functions are neat.. Great idea when you have to use the pixel information. Good job.
AHK Bet Pot Script for iPoker Quote
07-06-2007 , 08:26 PM
Again, thanks for the appreciations!
It makes all the work you put into something feel very joyful.

Northview:
I haven't come up with any solution that I think would work with every skin.
One easy solution to make it work for a particular skin and/or card mod would be to find 3 small areas, one for the flop, one for the turn and one for the river, and then search these areas for a color that is only available if there is a card in that spot.
You would be using the PixelSearch-command for this. An explanation for this command is available in the AutohotKey Help.

/butcha
AHK Bet Pot Script for iPoker Quote
07-07-2007 , 03:26 AM
btw just noticed that his works with tournies, too. awesome.
AHK Bet Pot Script for iPoker Quote
07-08-2007 , 08:10 AM
Just got around to reading the script code, awesome stuff! The ocr techniques used makes me see autoreloaders, lobby scrapers, action highlighters and other cool stuff on the horizon.
AHK Bet Pot Script for iPoker Quote
07-08-2007 , 08:31 AM
Is there a way to mod it so it bets 4bb+1 pf and 2/3 pot on turn/river?
AHK Bet Pot Script for iPoker Quote
07-11-2007 , 07:51 AM
Hi

i dont get it.

What do i do with the text i see on your website. i am completly lost.

I dont see a button with USER SETTINGS at CD POKER.

i want a bet pot script.....

Can i get a step by step introduction for dummies?

ty
AHK Bet Pot Script for iPoker Quote
07-11-2007 , 08:43 AM
now its works BUT must i click every time into the chatbox? otherwise i will not read the bet amount......cdpoker....


mmhhhhhhhhh
AHK Bet Pot Script for iPoker Quote
07-11-2007 , 08:47 AM
Hi major,
Yes of course I will help you.
We are all dummies

The "text" on my website is in fact a script made for Autohotkey, referred to as AHK.
What these AHK-scripts do is automate tasks in Windows and in the case of this script it changes the bet in your iPoker-software if you right click on the table or scroll the mouse wheel.

To get it up and running you simply install Autohotkey, which is required for the script to work. You download Autohotkey at http://www.autohotkey.com/download/A...keyInstall.exe and the installation process is very straight forward.

The next step is to save my script. For it to work you have to make sure the script has the file-extension ahk. I have uploaded the file with a txt-extension so that it can be viewed in the browser, mostly because people might want to read the code before running the script to make sure there isn' t anything suspicious with it. To save the file go to the File menu in your browser and select Save as (or something similiar for your browser). In the file dialog that appears you change the name of the file from "iPokerBetPot.txt" to "iPokerBetPot.ahk" and make sure you change the File Format from Text Document to All Files, otherwise your file will be called "iPokerBetPot.ahk.txt" and it will still be a txt-file.

Now that you're done just double-click the script-file to launch the script and now that you play at your iPoker-site you will hopefully have the new functionality.

Good luck at the tables!

/butcha
AHK Bet Pot Script for iPoker Quote
07-11-2007 , 08:53 AM
Quote:
now its works BUT must i click every time into the chatbox? otherwise i will not read the bet amount......cdpoker....


mmhhhhhhhhh
I'm not sure what you mean.
You are suppose to right-click anywhere in the poker-window to bet the pot. Of course this only works when it's your turn to act and you in fact have the possibility to raise. The same goes for the mouse wheel, which raises or lowers the bet by a fixed amount.
Is this not what happens for you?

/butcha
AHK Bet Pot Script for iPoker Quote
07-11-2007 , 10:41 AM
Quote:
Is there a way to mod it so it bets 4bb+1 pf and 2/3 pot on turn/river?
I am also interested how to make it bet 4bb+1bb/limper and 2/3 pot on other streets.

Thanks in advance

-EJ
AHK Bet Pot Script for iPoker Quote
07-12-2007 , 01:13 AM
Quote:
Quote:
Is there a way to mod it so it bets 4bb+1 pf and 2/3 pot on turn/river?
I am also interested how to make it bet 4bb+1bb/limper and 2/3 pot on other streets.

Thanks in advance

-EJ
AHK Bet Pot Script for iPoker Quote
07-12-2007 , 02:27 AM
I cant seem to get it work on Noble? do I have to d oanything other than start the scrcipt and then right click when I want to bet the pot?
AHK Bet Pot Script for iPoker Quote
07-12-2007 , 06:45 AM
Hi butcha,

many thanks for that great work. give me your Pokerstars screename please, i will send you a little donation, you really earned it.

btw. what about TONY G POKER. it wont work here. Fine at CD Poker
AHK Bet Pot Script for iPoker Quote
07-12-2007 , 08:28 AM
Quote:
I cant seem to get it work on Noble? do I have to d oanything other than start the scrcipt and then right click when I want to bet the pot?
Hi Praetor,
Yes that is all you have to do. If you have downloaded the script as it is without changing anything I can't think of any reason why it wouldn't work for you, but for others using Noble Poker.

I might sound like a moron, but you are sure the script is up and running? There were no error messages when you started the script and you see the green icon with a white H in it in the bottom right corner of your screen? Besides this, maybe you have changed the graphics of your tables?

If still no success I would really encourage you to upload a screenshot somewhere.

/butcha
AHK Bet Pot Script for iPoker Quote
07-12-2007 , 08:30 AM
Quote:
Hi butcha,

many thanks for that great work. give me your Pokerstars screename please, i will send you a little donation, you really earned it.

btw. what about TONY G POKER. it wont work here. Fine at CD Poker
Hi major,
I would be stupid not to accept such great appreciation as this
I'm sending you my screen name!

As for Tony G Poker, I haven't had anyone making any reports on this before. You could try the ButtonsOnLeft-option in the script. It has the default value of 0, if you change this to 1 it could work. Otherwise I would require a screenshot to figure out what's happening.

/butcha
AHK Bet Pot Script for iPoker Quote
07-12-2007 , 11:04 AM
Same here, nothing happens on Noble, hers a pic:

noble pic
AHK Bet Pot Script for iPoker Quote
07-12-2007 , 11:15 AM
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

      
m