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 07-11-2007, 09:59 PM
PLOlover PLOlover is offline
Senior Member
 
Join Date: Jun 2005
Posts: 3,465
Default 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 ]
Reply With Quote
  #2  
Old 07-11-2007, 10:03 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default 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.
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:08 PM.


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