Two Plus Two Newer Archives  

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

Reply
 
Thread Tools Display Modes
  #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
  #2  
Old 09-05-2006, 11:17 AM
Ryendal Ryendal is offline
Senior Member
 
Join Date: Aug 2004
Posts: 899
Default Re: Problem with AHK script ( FTP close lobby and autoregister )

The problem I have is something like that.
The box to register is still here when I am registered, and if I move it, I have another one at the same place. I can have tons of box like that. And also, the lobby do not disappear.

May be there is another script to delete lobbies at ftp ? ( the autoregister is nice but the awful thing are theses lobbies ... )
Reply With Quote
  #3  
Old 09-08-2006, 04:47 AM
Ryendal Ryendal is offline
Senior Member
 
Join Date: Aug 2004
Posts: 899
Default Re: Problem with AHK script ( FTP close lobby and autoregister )

Bump, Any idea ?
Reply With Quote
  #4  
Old 09-08-2006, 09:44 AM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Problem with AHK script ( FTP close lobby and autoregister )

I'll make a wild guess here...perhaps Roland did not enjoy the treatment he got in a previous TN support matter? Or perhaps he loved the crap he got, but haven't got the time to address this post yet? I'm only speculating. It could be either one.

Adde
Reply With Quote
  #5  
Old 09-08-2006, 01:31 PM
Ryendal Ryendal is offline
Senior Member
 
Join Date: Aug 2004
Posts: 899
Default Re: Problem with AHK script ( FTP close lobby and autoregister )

Adde, you could have Pmed me for this stuff, no ?

Nevertheless, I talked with Roland few days via posts and , may be I'm wrong, but I believe we can talk really more friendly now.
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 09:10 AM.


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