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
  #11  
Old 05-08-2006, 12:28 PM
Nirfur Nirfur is offline
Member
 
Join Date: Apr 2006
Posts: 96
Default Re: FullTilt : Is there a script to close theses sngo tournaments lobby ?

Great.

The main lobby name I see is : " Full Tilt Poker - Logged In As MyPseudo "

Tournament lobby: " Full Tilt Poker - Tournament 4086973 "

I am not sure if it is exactly what you asked.
Else, tell me
Reply With Quote
  #12  
Old 05-08-2006, 12:31 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: FullTilt : Is there a script to close theses sngo tournaments lobby ?

It'd be better if you could give the title of an actual table also (as opposed to a lobby). Otherwise the script might close the tables too.
Reply With Quote
  #13  
Old 05-08-2006, 12:35 PM
Nirfur Nirfur is offline
Member
 
Join Date: Apr 2006
Posts: 96
Default Re: FullTilt : Is there a script to close theses sngo tournaments lobby ?

Yes, a tournament table I see

"$30 + $3 Sit & go (4086891), Table1 - 20/40 - No Limit Holdem- Logged In As MyPseudo"

Is it really more complexe to auto register in a tournament ? it would be a great feature too

Thank you for your help
Reply With Quote
  #14  
Old 05-08-2006, 01:20 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: FullTilt : Is there a script to close theses sngo tournaments lobby ?

Okay, I downloaded the FT software after all. Which is a good thing because this is a lot less easy than I thought. I mean, I can't just close the lobbies, otherwise you won't be able to register.

So basically it checks whether you are trying to register or if you're already registered now, but I'm not sure how we'll it'll work. Quite frankly, this whole concept with the lobbies is pretty [censored] up and confusing. Ah well. Test it on play money.

#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%
{
Msgbox, %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
  #15  
Old 05-08-2006, 01:26 PM
Nirfur Nirfur is offline
Member
 
Join Date: Apr 2006
Posts: 96
Default Re: FullTilt : Is there a script to close theses sngo tournaments lobby ?

ty, I am going to test it
Reply With Quote
  #16  
Old 05-08-2006, 01:34 PM
Nirfur Nirfur is offline
Member
 
Join Date: Apr 2006
Posts: 96
Default Re: FullTilt : Is there a script to close theses sngo tournaments lobby ?

It seems I do not have the time to register.
Reply With Quote
  #17  
Old 05-08-2006, 01:49 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: FullTilt : Is there a script to close theses sngo tournaments lobby ?

It registers for you. You asked for that...
Reply With Quote
  #18  
Old 05-08-2006, 01:51 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: FullTilt : Is there a script to close theses sngo tournaments lobby ?

I forgot a Msgbox somewhere. You can remove it.
Reply With Quote
  #19  
Old 05-08-2006, 01:56 PM
Nirfur Nirfur is offline
Member
 
Join Date: Apr 2006
Posts: 96
Default Re: FullTilt : Is there a script to close theses sngo tournaments lobby ?

Great, well done, thank you
Reply With Quote
  #20  
Old 05-08-2006, 02:01 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: FullTilt : Is there a script to close theses sngo tournaments lobby ?

Lol - there's gotta be a bug somewhere... [img]/images/graemlins/wink.gif[/img]
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 04:56 PM.


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