Two Plus Two Newer Archives

Two Plus Two Newer Archives (http://archives1.twoplustwo.com/index.php)
-   Software (http://archives1.twoplustwo.com/forumdisplay.php?f=47)
-   -   chipreloader .20 ps hackfix (http://archives1.twoplustwo.com/showthread.php?t=448962)

PLOlover 07-11-2007 09:59 PM

chipreloader .20 ps hackfix
 
defaulted to pokerstars and added something to make sure button got clicked.
anybody know how to close the msgbox that tells you your stack will be updated next hand? btw reload all tables seems to work fine it was just reload active table that was messed up.

[ QUOTE ]
CR_ReloadActiveTable(1)


{
global cr_reset_mouse_pointer
if (cr_reset_mouse_pointer)
AF_SaveMousePosition()
WinGetActiveTitle, title
WinGet, winID, ID, %title%
WinGetClass, class, ahk_id %winID%
if (class = "#32770")
CR_ReloadPartyTable(winID)
If( class = "FTC_TableViewFull")
CR_ReloadFullTiltTable(winID)
;ps_class = Afx:400000:b:
;can't figure out what this changed to so just default to ps
;IfInString, class, %ps_class%

CR_ReloadStarsTable(winID)
if (cr_reset_mouse_pointer)
AF_RestoreMousePosition()

------------------------------------------
if CR_ButtonDisabled(winID, "Button1")
return
ControlFocus, Button1, ahk_id %winID%
SendInput {SPACE}
SetControlDelay -1 ;added
ControlClick, Button1, ahk_id %winID%,,,,NA ;added

sleep, 100


if CR_ButtonDisabled(winID, "Button3")
return
ControlFocus, Button3, ahk_id %winID%
SendInput {SPACE}
sleep, 300

IfWinExist, PokerStars, Your stack will be updated when the current hand is finished
WinClose, PokerStars, Your stack will be updated when the current hand is finished

[/ QUOTE ]

_dave_ 07-11-2007 10:03 PM

Re: chipreloader .20 ps hackfix
 
[ QUOTE ]

anybody know how to close the msgbox that tells you your stack will be updated next hand?


[/ QUOTE ]

StarsPlanner has code to take care of these annoying pop-up dialogs [img]/images/graemlins/smile.gif[/img]

dave.


All times are GMT -4. The time now is 01:48 AM.

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