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

08-18-2007 , 12:48 PM
Quote:
How can I find the color of the checkbox?
I have uploaded a screenshot of how a table looks at hansapoker where I'm playing.

http://img149.imageshack.us/my.php?i...creenshxm7.jpg

What should I change pls in the script to check the autopost button? Thank u.
Change

if (checkcolor != "0xFFFFFB")

to

if (checkcolor = "0xFFFFFF")

and see if it works. If not try decresing the CheckBoxX variable one step and reload the script and try again. Hopefully it works without that adjustment, but if it needs it it should work after less than 5 tries.

Edit: "How can I find the color of the checkbox?" forgot that one, see a bit up in this thread, there is a very little mini guide how to find it. The spy tool comes with autohotkey.
AHK Bet Pot Script for iPoker Quote
08-18-2007 , 01:06 PM
What am I supposed to put as a variable there? Letters?
AHK Bet Pot Script for iPoker Quote
08-18-2007 , 01:09 PM
Try it with just the change I posted above. If it doesn't work change

CheckBoxX := 725

to

CheckBoxX := 724

and try again (don't forget to reload the script), next time try with 723.
AHK Bet Pot Script for iPoker Quote
08-18-2007 , 01:49 PM
I tried modifying as u said, but its simply not working. It doesn't check the autopost button
Any chance u could take a look pls?
Thanks for trying to help.
AHK Bet Pot Script for iPoker Quote
08-18-2007 , 02:09 PM
Try this:

change

if (checkcolor != "0xFFFFFB")
{
MouseMove, CheckBoxX, CheckBoxY

Click
}


to

MouseMove, CheckBoxX, CheckBoxY

Click

(remove the line starting with if and starting with { and } )

It will now force check the box, however, sometimes the client will NOT uncheck the box when you reload and those times the script will uncheck the box (this typicly happens if you reload in betwen hands). If it doesn't work, then the coordinates are wrong.
AHK Bet Pot Script for iPoker Quote
08-18-2007 , 02:23 PM
Changed that and its still not working .
AHK Bet Pot Script for iPoker Quote
08-18-2007 , 02:40 PM
Quote:
Changed that and its still not working .
CheckBoxX := 745
CheckBoxY := 575

Is those the numbers you are using?

If you are using the old version, make sure they are correct in both places, in the newer I posted today, you only need to change them in one place.
AHK Bet Pot Script for iPoker Quote
08-18-2007 , 02:44 PM
Got it to work with 745.

and this

if (checkcolor = "0xFFFFFF")
{
MouseMove, CheckBoxX, CheckBoxY

Click
}
}

Thanks a lot.
AHK Bet Pot Script for iPoker Quote
08-18-2007 , 02:51 PM
Nice. If someone else can't get it to work, try changing 725 (seems only Titan uses this one) to 745 and try again.
AHK Bet Pot Script for iPoker Quote
08-19-2007 , 01:18 PM
i used the cordinates ontiltsoon posted:
CheckBoxX := 745
CheckBoxY := 575
and changed checkcolour to 0xE9E9E9.
works on noiq!
AHK Bet Pot Script for iPoker Quote
08-19-2007 , 01:47 PM
Quote:
i used the cordinates ontiltsoon posted:
CheckBoxX := 745
CheckBoxY := 575
and changed checkcolour to 0xE9E9E9.
works on noiq!
I'm a CPU n00b. This is for the normal view?
AHK Bet Pot Script for iPoker Quote
08-19-2007 , 02:00 PM
The script is made for normal view, but if you change the coordinates it will work on mini also.
AHK Bet Pot Script for iPoker Quote
08-19-2007 , 05:35 PM
Quote:
i used the cordinates ontiltsoon posted:
CheckBoxX := 745
CheckBoxY := 575
and changed checkcolour to 0xE9E9E9.
works on noiq!
ty, works nicely for me. finally
AHK Bet Pot Script for iPoker Quote
08-19-2007 , 09:24 PM
It works good at CarlosPoker but sometimes when im gonna bet pot I minibets. Dont really know when it happens, tried to figure it out but seemed to be random, but most of them happend when i moved the mouse fast to the window and rightclicked but not always. ( happend like 6 times in 1400 hands.)

edit: i think it wrote the potsize in the chatwindow but im not sure at this either.
AHK Bet Pot Script for iPoker Quote
08-20-2007 , 01:24 PM
Quote:
Quote:
any chance of getting this to work on Vista?
It probably will, you might have to adjust the coordinates and colors depending on skin though, follow the little "guide" above.
It works for me on Noble on XP but My Laptop has Vista and it doesnt, can anybody do it for me and I can pay a small amount?
AHK Bet Pot Script for iPoker Quote
08-20-2007 , 01:26 PM
Quote:
Quote:
Quote:
any chance of getting this to work on Vista?
It probably will, you might have to adjust the coordinates and colors depending on skin though, follow the little "guide" above.
It works for me on Noble on XP but My Laptop has Vista and it doesnt, can anybody do it for me and I can pay a small amount?
Doesn't it work at all? Or is it just the checkbox that is not recrossed?
AHK Bet Pot Script for iPoker Quote
08-20-2007 , 01:32 PM
Sometimes this script sets the pot size to something like 1000.020009 or something, can't remember exactly tried it only once. Also sometimes it sets betsize to minbet (=2xbb), and sometimes it also bets it automatically, but only in cases where it erroneously minbet, and once it automatically went all-in. These anomalies seem to be correlated to how many tables I was playing / cpu load of the computer.
AHK Bet Pot Script for iPoker Quote
08-20-2007 , 01:41 PM
Quote:
Sometimes this script sets the pot size to something like 1000.020009 or something, can't remember exactly tried it only once. Also sometimes it sets betsize to minbet (=2xbb), and sometimes it also bets it automatically, but only in cases where it erroneously minbet, and once it automatically went all-in. These anomalies seem to be correlated to how many tables I was playing / cpu load of the computer.
That's from the orignal script, not from the reload "addon" I made. I used both the original script with the reload and never had any trouble of that kind.
AHK Bet Pot Script for iPoker Quote
08-20-2007 , 01:49 PM
Quote:
Quote:
Quote:
Quote:
any chance of getting this to work on Vista?
It probably will, you might have to adjust the coordinates and colors depending on skin though, follow the little "guide" above.
It works for me on Noble on XP but My Laptop has Vista and it doesnt, can anybody do it for me and I can pay a small amount?
Doesn't it work at all? Or is it just the checkbox that is not recrossed?
what do you mean by the checkbox is not recrossed? all I know is when I run the script on my laptop and then click to bet the pot nothing happens
AHK Bet Pot Script for iPoker Quote
08-20-2007 , 02:23 PM
Sorry, I thought you were talking about my reload "addon", not the original script.
AHK Bet Pot Script for iPoker Quote
08-20-2007 , 03:03 PM
oh right, nope. would you be able to get it working on vista for a fee?
AHK Bet Pot Script for iPoker Quote
08-20-2007 , 03:35 PM
I won't charge for help, but if you like the script (and/or) my addon feel free to donate some money.

I'll send you a msg.
AHK Bet Pot Script for iPoker Quote
08-20-2007 , 04:11 PM
script is betting more from sb/bb, how to turn off that?
AHK Bet Pot Script for iPoker Quote
08-20-2007 , 08:15 PM
Betafemale cant help because its a Vista problem and she doesnt have Vista, is there anybody with Vista willing to help out for a fee?
AHK Bet Pot Script for iPoker Quote
08-20-2007 , 08:39 PM
Quote:
Betafemale cant help because its a Vista problem and she doesnt have Vista, is there anybody with Vista willing to help out for a fee?
Chances are you just have to run everything (site, autohotkey.exe) as administrator and/or disable UAC - do you have similar problems with my BetPot script?

EDIT: with the methods this script uses, probably "disable desktop composition" for the iPoker skin is required too.
AHK Bet Pot Script for iPoker Quote

      
m