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 08-18-2006, 02:17 PM
The Funky Llama The Funky Llama is offline
Senior Member
 
Join Date: Feb 2004
Location: RIP James Brown
Posts: 4,209
Default New script: HidePartyCashier

Ok so a few weeks ago Roland wrote a little script for me that makes the cashier window on party's lobby all white so you can't see it.

Sometimes it works when I open party and sign in, but other times it doesn't for some reason. When it doesn't, I restart party and it always works a second time. Can anyone edit it to make sure it always works? (I've been using tiltblocker as a backup)

Here is what it says now:


#SingleInstance force
WinWait PartyAccount Login
WinWaitClose
WinWait, PartyPoker.com:
If ! WinExist("PartyPlanner") {
state = min
DetectHiddenWindows On
If ! WinExist("PartyPlanner")
state = 0
} else {
state = rest
}
If ( state ) {
WinShow
ControlClick WindowsForms10.BUTTON.app.0.33c0d9d2
}
WinWait PartyPoker.com
Sleep 100
ControlMove, Internet Explorer_Server2, 1, 1, 1, 1
If WinExist("PartyPlanner") {
ControlClick WindowsForms10.BUTTON.app.0.33c0d9d3
If ( state = "min" )
WinHide PartyPlanner
}
WinWait PartyPoker.com
WinActivate
ControlMove, Internet Explorer_Server2, 1, 1, 1, 1
WinWaitClose
Reload

Edited title. -Sam
Reply With Quote
  #2  
Old 08-18-2006, 04:54 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: Roland\'s Lobby.ahk script

I can fix this, but have you tried MiniLobby?
Reply With Quote
  #3  
Old 08-18-2006, 05:09 PM
The Funky Llama The Funky Llama is offline
Senior Member
 
Join Date: Feb 2004
Location: RIP James Brown
Posts: 4,209
Default Re: Roland\'s Lobby.ahk script

I read the thread about it, but it seems like a pain in the ass to setup. I have to edit images, download your tools, etc. etc.

I am an extremely lazy llama...if you could edit this little script for me to make it work I would be ecstatic! I can pay you for your time...
Reply With Quote
  #4  
Old 08-18-2006, 05:11 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: Roland\'s Lobby.ahk script

Add

[ QUOTE ]
Loop 10

[/ QUOTE ]

before the third line from the bottom (ControlMove,..).

That should work.
Reply With Quote
  #5  
Old 08-20-2006, 05:18 AM
donkraft donkraft is offline
Senior Member
 
Join Date: Sep 2005
Location: donkraftpoker.com
Posts: 316
Default Re: Roland\'s Lobby.ahk script

Why would you want to cover the cashier?

Im just curious... [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #6  
Old 08-20-2006, 03:56 PM
The Funky Llama The Funky Llama is offline
Senior Member
 
Join Date: Feb 2004
Location: RIP James Brown
Posts: 4,209
Default Re: Roland\'s Lobby.ahk script

so I can't tell if I am up or down. I look once every week or so. It helps me to play my A game.
Reply With Quote
  #7  
Old 08-20-2006, 10:44 PM
The Funky Llama The Funky Llama is offline
Senior Member
 
Join Date: Feb 2004
Location: RIP James Brown
Posts: 4,209
Default Re: Roland\'s Lobby.ahk script

roland, I added this line and it still doesn't work everytime. Does it matter if I enter my account info in the little window that comes up or in the lobby itself?
Reply With Quote
  #8  
Old 08-21-2006, 11:41 AM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: Roland\'s Lobby.ahk script

[ QUOTE ]
roland, I added this line and it still doesn't work everytime.

[/ QUOTE ]

I dunno. Try MiniLobby. Moving another control over the critical region is the only solution that's 100% reliable...
Reply With Quote
  #9  
Old 01-31-2007, 02:56 AM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Juk\'s hack of Roland\'s Lobby.ahk script

An old thread I know, but it's the only AHK script I could find to hide the cashier. I also had the problem of it sometimes still being shown and I'm not sure if my hack of Roland's script will work 100% of the time, but it seems to be working OK for me:

<font class="small">Code:</font><hr /><pre>#SingleInstance force
DetectHiddenWindows On

WinWait, PartyAccount Login
WinWaitClose

WinWait, PartyPoker.com:
WinMove, PartyPoker.com:, , , , 1, 1

Gosub, HideCashier
SetTimer, HideCashier, 100

WinWaitClose, Status
WinMove, PartyPoker.com:, , , , 786, 566
WinWaitClose
Reload

HideCashier:

ControlMove, Internet Explorer_Server2, 1, 1, 1, 1, PartyPoker.com
Control, Hide, , Internet Explorer_Server2, PartyPoker.com

return</pre><hr />

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #10  
Old 01-31-2007, 07:41 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: Juk\'s hack of Roland\'s Lobby.ahk script

I've now added the code to the Overcards wiki, see here: http://www.overcards.com/wiki/moin.cgi/HidePartyCashier

Juk [img]/images/graemlins/smile.gif[/img]
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 07:23 PM.


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