Open Side Menu Go to the Top

05-21-2011 , 04:50 PM
I haven't seen this anywhere but would it be possible to get an AHK script to open the tourney info tab on FT and attach the pop up to the side of the table as the info tab updates in real time. Would be a real help when stacking mtt's or sng mtt's.
Is this possible using an AHK script on FT? Quote
Is this possible using an AHK script on FT?
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Is this possible using an AHK script on FT?
05-21-2011 , 08:22 PM
OK so this is what I am looking for but doing it automatically each time a new table opens. The co-ords are for default sized tables.

Quote:
MouseGetPos, 98, 39
WinWait, Tourney Info,
IfWinNotActive, Tourney Info, , WinActivate, Tourney Info,
WinMove, 796 , 183
In this you have to click "tourney info" yourself.
This is probs a mish mash as I know squat about AHK but I just did this to give a better idea of what I meant.
Is this possible using an AHK script on FT? Quote
Is this possible using an AHK script on FT?
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Is this possible using an AHK script on FT?

      
m