Two Plus Two Newer Archives  

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-05-2006, 12:04 AM
Ryendal Ryendal is offline
Senior Member
 
Join Date: Aug 2004
Posts: 899
Default Problem with AHK script ( FTP close lobby and autoregister )

The Script below do not run correctly. Roland made it few months ago and, IIRC I think it was good at that time.
At least now, there is a problem, and I have no idea how to solve it.

#Persistent
WinWait, Full Tilt Poker - Logged In As
WinGetTitle, t
StringTrimLeft, sn, t, StrLen("Full Tilt Poker - Logged In As ")
GroupAdd, Lobbies, Full Tilt Poker - Tournament
SetTimer, CloseLobbies
return

CloseLobbies:
IfWinNotExist, ahk_group Lobbies
return
WinGet, this_lobby
Loop
{
Sleep 100
ControlGet, info, list,, SysListView323
If a_index > 10
break
If info is space
continue
IfInString, info, Loading...
continue
IfInString, info, %sn%
{
WinClose
return
}
else
break
}

Loop
{
ControlClick, FTCButton2
WinWait, Tournament BuyIn,,1
If ErrorLevel = 0
break
If a_index > 10
return
}
Loop
{
ControlClick, Button1
ControlClick, Button8
WinWaitClose,,,1
If ErrorLevel = 0
break
If a_index > 10
return
}
WinClose, ahk_id%this_lobby%
return
Reply With Quote
 


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 11:14 AM.


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