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 12-27-2006, 04:50 AM
Bishop22 Bishop22 is offline
Senior Member
 
Join Date: Oct 2005
Location: Amphora Lounge
Posts: 1,369
Default FTP SNG opener hot key help

OK, I've been out of the AHK game for a while so I may be a little rusty. I don't need a SNG opener that does everything for me, I am just looking for the code to press the buttons in sequence. ControlClick isn't working well for buttons 2-4 and I can't get 'control check' to work. So what is the best way to get these buttons pressed in sequence?

Win titles are same as visible; button names are:
1) FTCButton2
2) Button1
3) FTCSkinButton1
4) FTCSkinButton1





Reply With Quote
  #2  
Old 12-27-2006, 02:15 PM
Quetzo Quetzo is offline
Senior Member
 
Join Date: Jan 2006
Location: Sweden
Posts: 262
Default Re: FTP SNG opener hot key help

I might have the same problem as you since my script misses some registrations. I'm pretty happy with how it works though so I haven't tested any other metods.

<font class="small">Code:</font><hr /><pre> ControlClick, FTCButton2, Full Tilt Poker - Tournament %tourneyID%,,L,,NA

WinWait, Tournament Buy-In,,3

if !ErrorLevel
{
ControlClick, Button1, Tournament Buy-In,,L,, NA
Sleep, 100
ControlSend, FTCSkinButton1, {Blind}{Enter}, Tournament Buy-In

if !ErrorLevel
{
WinWait, Full Tilt Poker ahk_class #32770,, 3


IfWinExist, Full Tilt Poker ahk_class #32770
{
ControlSend, FTCSkinButton1, {Blind}{Enter}, Full Tilt Poker ahk_class #32770
}
}
} </pre><hr />
Reply With Quote
  #3  
Old 12-27-2006, 08:01 PM
Bishop22 Bishop22 is offline
Senior Member
 
Join Date: Oct 2005
Location: Amphora Lounge
Posts: 1,369
Default Re: FTP SNG opener hot key help

Thanks, seems to be working a lot better than mine.
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 06:51 AM.


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