Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software

Reply
 
Thread Tools Display Modes
  #1  
Old 08-13-2007, 07:12 PM
K䲰䮥n K䲰䮥n is offline
Senior Member
 
Join Date: May 2006
Posts: 3,616
Default Re: AHK Bet Pot Script for iPoker

looking forward to it, betafemale!

I dont think it matters any if the two scripts are separate or mix in..? Not atleast to me. So, please mix them -> ~934934 clicks less on the following year. [img]/images/graemlins/wink.gif[/img]
Reply With Quote
  #2  
Old 08-13-2007, 10:57 PM
robster robster is offline
Member
 
Join Date: May 2006
Posts: 30
Default Re: AHK Bet Pot Script for iPoker

very nice betafemale [img]/images/graemlins/laugh.gif[/img]

really looking forward to testing your script/scripts [img]/images/graemlins/laugh.gif[/img]
Reply With Quote
  #3  
Old 08-15-2007, 06:25 AM
Herrigel Herrigel is offline
Senior Member
 
Join Date: Nov 2005
Posts: 624
Default Re: AHK Bet Pot Script for iPoker

[ QUOTE ]
very nice betafemale [img]/images/graemlins/laugh.gif[/img]

really looking forward to testing your script/scripts [img]/images/graemlins/laugh.gif[/img]

[/ QUOTE ]

Any ETA yet? [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #4  
Old 08-15-2007, 06:08 PM
kaby kaby is offline
Senior Member
 
Join Date: Jan 2007
Posts: 535
Default Re: AHK Bet Pot Script for iPoker

[ QUOTE ]
very nice betafemale [img]/images/graemlins/laugh.gif[/img]

really looking forward to testing your script/scripts [img]/images/graemlins/laugh.gif[/img]

[/ QUOTE ]
Reply With Quote
  #5  
Old 08-15-2007, 06:25 PM
betafemale betafemale is offline
Senior Member
 
Join Date: Jan 2007
Posts: 194
Default Re: AHK Bet Pot Script for iPoker

There is some things I need to fix, like my functions only work on the active table, while the rest of the functions in the script always work on the table your mouse is over, active or not. I also need some time to test it. I haven't worked on it as much the last days, had a lot of work to do and not feeling so well.
Reply With Quote
  #6  
Old 08-16-2007, 04:14 AM
K䲰䮥n K䲰䮥n is offline
Senior Member
 
Join Date: May 2006
Posts: 3,616
Default Re: AHK Bet Pot Script for iPoker

ouch. get well soon.
Reply With Quote
  #7  
Old 08-16-2007, 07:21 PM
betafemale betafemale is offline
Senior Member
 
Join Date: Jan 2007
Posts: 194
Default Re: AHK Bet Pot Script for iPoker

While you wait (might take a while), here is a reload function for the script (it uses two functions from the iPoker bet pot script, if you want it stand alone, you have to copy those too):

Reload()
{
ReloadX := 400
ReloadY := 140

ReloadOKX := 165
ReloadOKY := 245

CheckBoxX := 725
CheckBoxY := 575

SaveMousePos()

WinGetPos, WindowX, WindowY, , , A

MouseMove, WindowX + ReloadX, WindowY + ReloadY

Click

Sleep, 250

WinGetPos, PopupX, PopupY, Width, Height, A

if (Width = 402 AND height = 265)
{
MouseMove, PopupX + ReloadOKX, PopupY + ReloadOKY

Click

Sleep, 1000

CheckBoxX := 725 + WindowX
CheckBoxY := 575 + WindowY

PixelGetColor, checkcolor, %CheckBoxX%, %CheckBoxY%

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

Click
}
}

RestoreMousePos()

return
}

Paste it in the other script (I have mine just above the betpot function), and paste this also some where in the top of the script, along with the rest of the hot keys:

F12::
Reload()
Return

Now F12 reloads the ACTIVE window (NOT the one the mouse is over, like the rest of the script). The final version will be for the window that the mouse is over, and might be all along diffrent, see this a as a preview or something.

I tried this today on my XP SP2, classic theme on Titan for over 1200 hands and reloaded alot of times, and it worked flawlessly FOR ME. If your stack is too big already it will handle it, also if the post blinds check box is unchecked it will recheck it. Also there is no check yet that you actually are over a poker table, so don't click F12 in another window or something strange might happen [img]/images/graemlins/wink.gif[/img]

Enjoy!

/beta
Reply With Quote
  #8  
Old 08-17-2007, 04:43 AM
Herrigel Herrigel is offline
Senior Member
 
Join Date: Nov 2005
Posts: 624
Default Re: AHK Bet Pot Script for iPoker

Is there a way to speed up OP's script?
For me it takes like nearly 1 second after clicking or "wheeling" until the amount shows up. This can be quite a time when you are heavy multitabling.

In comparison the Party betpot-script works like a flash...
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:54 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.