Two Plus Two Newer Archives  

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

Reply
 
Thread Tools Display Modes
  #1  
Old 09-19-2007, 08:23 AM
flite flite is offline
Member
 
Join Date: May 2007
Posts: 89
Default Re: AHK Bet Pot Script for iPoker

reload script for carlos poker mini view

############################

Reload()
{
ReloadX := 475
ReloadY := 38

BuyChipsX := 467
BuyChipsY := 84

ReloadOKX := 185
ReloadOKY := 245

CheckBoxX := 471
CheckBoxY := 346

id := GetTableId()
If (NOT id)
Return

TableSize := GetTableSize(id)
If (NOT TableSize)
Return

SaveMousePos()

WinGetPos, WindowX, WindowY, , , ahk_id %id%

MouseMove, WindowX + ReloadX, WindowY + ReloadY

Click
Sleep, 230

MouseMove, WindowX + BuyChipsX, WindowY + BuyChipsY

Click

Sleep, 230

WinGetPos, PopupX, PopupY, Width, Height, A

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

Click

Sleep, 900

CheckBoxX += WindowX
CheckBoxY += WindowY

PixelGetColor, checkcolor, %CheckBoxX%, %CheckBoxY%

; MsgBox, %checkcolor%

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

}

RestoreMousePos()

return
}
Reply With Quote
  #2  
Old 09-19-2007, 06:03 PM
Jim14Qc Jim14Qc is offline
Senior Member
 
Join Date: Nov 2006
Posts: 661
Default Re: AHK Bet Pot Script for iPoker

can someone make one for cardoza? I'd be willing to pay a small fee.
Reply With Quote
  #3  
Old 09-19-2007, 09:00 PM
flite flite is offline
Member
 
Join Date: May 2007
Posts: 89
Default Re: AHK Bet Pot Script for iPoker

[ QUOTE ]
can someone make one for cardoza? I'd be willing to pay a small fee.

[/ QUOTE ]

i dont use cardoza but i can make one for you if you send me a screenshot. PM me if interested.
Reply With Quote
  #4  
Old 09-21-2007, 02:29 PM
Jim14Qc Jim14Qc is offline
Senior Member
 
Join Date: Nov 2006
Posts: 661
Default Re: AHK Bet Pot Script for iPoker

[ QUOTE ]
[ QUOTE ]
can someone make one for cardoza? I'd be willing to pay a small fee.

[/ QUOTE ]

i dont use cardoza but i can make one for you if you send me a screenshot. PM me if interested.

[/ QUOTE ]

theres a screenshot posted just a few posts abovve mine.
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 12:15 PM.


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