bah i cant find it.. i guess ill post it here. the script only does a couple things (i had changed it to tile the tables instead of cascade)
seems to be perfect still excpet the right click to 2.5bb
F1- tiles tables
F2- closes lobbys
F3- All in (also *)
right click in table raises pf bet to 2.5 BB
here it is
---------------------------------------------
---------------------------------------------
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#NoEnv
#Persistent
#SingleInstance force
#Include %a_scriptDir%
#Include Functions.ahk