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 04-11-2007, 05:54 PM
xsizzurpx xsizzurpx is offline
Senior Member
 
Join Date: Jan 2007
Posts: 190
Default Help for playing at office

I'm a really big computer noob but could someone make a program or script or something that would automatically hit the sit out next hand check mark and minimize all my full tilt windows when I hit a button. So that the tables are hidden and then they don't keep popping back up whenever I am dealt a hand? Thanks in advance.

-sizz
Reply With Quote
  #2  
Old 04-11-2007, 06:27 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: Help for playing at office

Okay, but I think we should click the Fold to any Bet button too, instead of just letting you time out. Try this. (You'll need my functions).

<font class="small">Code:</font><hr /><pre>
#NoEnv
#SingleInstance force
#Include %a_scriptDir%
#Include Functions.ahk

SetWorkingDir %a_scriptDir%
DetectHiddenWindows On

f9::
hide:=!hide
tables:=tablesFullTilt() "," lobbyIDFullTilt()
Loop, Parse, tables, `,
{ ControlClick, FTCButton32, ahk_id%a_loopfield%
ControlClick, FTCButton33, ahk_id%a_loopfield%
If ( hide )
WinHide, ahk_id%a_loopfield%
else
WinShow, ahk_id%a_loopfield%
}
return
</pre><hr />
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 03:16 AM.


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