Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-17-2006, 03:42 PM
K䲰䮥n K䲰䮥n is offline
Senior Member
 
Join Date: May 2006
Posts: 3,616
Default Help: The auto-timebank AHK script after latest PP [censored]

This script was made by PLOlover. It is an automated timebank clicker for Party Poker. It's no longer working after the latest update. Tigerite suggested this but it didnt work.

[ QUOTE ]
Just change: AfxWnd4236 to: AfxWnd42u36, I suspect.

[/ QUOTE ]

Here's the script (with the change Tigerite suggested):



#Persistent
#SingleInstance Ignore
#NoEnv

checkfield = AfxWnd42u36 ; AfxWnd42u36 is timebank control
LobbyWindowTitle = Poker Lobby ; identify poker lobby substring
TableWindowTitle = Buy-in. ; identify pokertable substring
interval = 1000 ; period between refreshes

Loop
{
TableIDList(LobbyId())
Sleep %interval%
}

LobbyId()
{
local rid
SetTitleMatchMode 2
WinGet, rid, ID, %LobbyWindowTitle%
return rid
}

TableIDList(lobbyID)
{
local pid,rlist,this_id,name,result
SetTitleMatchMode 2
WinGet, pid, PID, ahk_id%lobbyID%
WinGet, rlist, LIST, %TableWindowTitle% ahk_pid%pid%
Loop %rlist%
{
this_id := rlist%a_index%
If this_id != %lobbyID%
{
WinGetTitle, name, ahk_id%this_id%
ControlGet, result, Visible, , %checkfield%, ahk_id%this_id%
if (result)
{
ControlClick %checkfield%, ahk_id%this_id% ;Click timebank
}
}
}
return
}
Reply With Quote
  #2  
Old 11-17-2006, 03:52 PM
Martin456 Martin456 is offline
Junior Member
 
Join Date: May 2006
Posts: 14
Default Re: Help: The auto-timebank AHK script after latest PP [censored]

partybetpot.ahk doesn't work either [img]/images/graemlins/frown.gif[/img]
Reply With Quote
  #3  
Old 11-17-2006, 08:54 PM
PLOlover PLOlover is offline
Senior Member
 
Join Date: Jun 2005
Posts: 3,465
Default Re: Help: The auto-timebank AHK script after latest PP [censored]

I don't play on party anymore but just use the autohotkey windowspy thingy and see what the control is on the timebank button and change it to that.

As you can see there are three variables, make sure they are all the same or update them. "Buy-in." may have changed, for example.
Reply With Quote
  #4  
Old 11-19-2006, 07:10 AM
K䲰䮥n K䲰䮥n is offline
Senior Member
 
Join Date: May 2006
Posts: 3,616
Default Re: Help: The auto-timebank AHK script after latest PP [censored]

[ QUOTE ]
I don't play on party anymore but just use the autohotkey windowspy thingy and see what the control is on the timebank button and change it to that.

As you can see there are three variables, make sure they are all the same or update them. "Buy-in." may have changed, for example.

[/ QUOTE ]

That's rocket science. I have no idea what to do.
Reply With Quote
  #5  
Old 11-20-2006, 03:22 PM
aghasax aghasax is offline
Senior Member
 
Join Date: Jan 2006
Location: Tlön
Posts: 208
Default Re: Help: The auto-timebank AHK script after latest PP [censored]



[/ QUOTE ]

That's rocket science. I have no idea what to do.

[/ QUOTE ]

bump?
Reply With Quote
Reply


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:38 AM.


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