Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > PL/NL Texas Hold'em > Medium Stakes
FAQ Community Calendar Today's Posts Search

View Poll Results: K8 Suited
Call 26 92.86%
Raise 2 7.14%
Muck 0 0%
Voters: 28. You may not vote on this poll

Closed Thread
 
Thread Tools Display Modes
  #4231  
Old 09-01-2007, 04:19 PM
ahnuld ahnuld is offline
Senior Member
 
Join Date: May 2005
Posts: 10,945
Default Re: Official Party Regulars Thread

hey stats for 5/10 and below?
  #4232  
Old 09-01-2007, 04:30 PM
Pudge714 Pudge714 is offline
Senior Member
 
Join Date: May 2005
Location: The Black Kelly Holcomb
Posts: 13,713
Default Re: Official Party Regulars Thread

Does any have a working autoreload script?
The one on overcards.com hasn't been working for me.
  #4233  
Old 09-01-2007, 05:15 PM
aislephive aislephive is offline
Senior Member
 
Join Date: Oct 2005
Location: And now the children are asleep
Posts: 6,874
Default Re: Official Party Regulars Thread

Posted this before in this thread but here is mine, the hotkey is delete but you can change it to whatever.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Code begins here ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;------------------------------------------------------------------------------------------------
; Chip Reloader v0.11
;------------------------------------------------------------------------------------------------
; Date: 2006-05-23
; AHK version: 1.0.44.01
;------------------------------------------------------------------------------------------------
; Author(s): Adde @ 2+2 forums
; Contact: HstreamPoker at gmail dot com
;------------------------------------------------------------------------------------------------
; Reload chips on all Partypoker and Pokerstars tables with just one click.
; See web page for more details.
;
; http://overcards.com/wiki/moin.cgi/ChipReloader
;
; All rights reserved. Use at your own risk.
;------------------------------------------------------------------------------------------------

;_________________________________________________ _______________________________________________
;
; EDIT THESE SETTINGS
;_________________________________________________ _______________________________________________

; Set what hotkeys should perform the reload. Leave blank to not use this function as a hotkey.
; List of available hotkeys: http://www.autohotkey.com/docs/KeyList.htm

cr_hotkey_reload = Delete

; Set if Party and/or Stars reload should be performed (1) or not (0).

cr_reload_party = 1
cr_reload_stars = 0

;_________________________________________________ _______________________________________________
;
; DO NOT EDIT BELOW HERE
;_________________________________________________ _______________________________________________

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; auto-execute ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

#NoEnv
#SingleInstance Ignore
#Persistent

cr_scriptpad_command_header = Chip Reloader
cr_scriptpad_command_name = Reload All Tables
cr_scriptpad_command_label = CR_ReloadAll_Label
cr_scriptpad_command_enabled = 1

cr_web_page = http://overcards.com/wiki/moin.cgi/PokerReloader

Hotkey, %cr_hotkey_reload%, CR_ReloadAll_Label, UseErrorLevel

goto CR_Scriptpad_End

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; labels ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

CR_ReloadAll_Label:
CR_ReloadAll()
return

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

CR_ReloadAll()
{
global
if (cr_reload_party)
CR_ReloadParty()
if (cr_reload_stars)
CR_ReloadStars()
SoundBeep, , 50
}

CR_ReloadParty()
{
SetTitleMatchMode, 2
WinGet, idList, list, Good Luck ahk_class #32770, , PartyPoker.com:
Loop, %idList%
{
winID := idList%a_index%
CR_ReloadPartyTable(winID)
}
}

CR_ReloadPartyTable(winID)
{
ControlGet, result, Visible, , AfxWnd42u1, ahk_id %winID%
if (not result)
return
ControlGet, result, Visible, , Button5, ahk_id %winID%
if (not result)
return
ControlClick, AfxWnd42u1, ahk_id%winID%
sleep, 300
IfWinExist, PartyPoker.com ahk_class #32770, You can take a maximum
{
WinClose, PartyPoker.com ahk_class #32770, You can take a maximum
return
}

WinWait, Buy-In ahk_class #32770, , 2
if (ErrorLevel <> 0)
return
WinActivate, Buy-In ahk_class #32770
ControlFocus, Button2, Buy-In ahk_class #32770
SendInput {SPACE}
sleep 300

IfWinExist, PartyPoker.com ahk_class #32770, Please enter an amount
{
WinClose, PartyPoker.com ahk_class #32770, Please enter an amount
WinClose, Buy-In ahk_class #32770
return
}
IfWinExist, PartyPoker.com ahk_class #32770, You can bring a maximum
{
WinClose, PartyPoker.com ahk_class #32770, You can bring a maximum
WinClose, Buy-In ahk_class #32770
return
}

WinWaitClose, Buy-In ahk_class #32770, , 2
Loop
{
IfWinNotExist, Buy-In ahk_class #32770
return
WinActivate, Buy-In ahk_class #32770
ControlFocus, Button1, Buy-In ahk_class #32770
SendInput {SPACE}
WinWaitClose, Buy-In ahk_class #32770, , 1
}

WinWait, PartyPoker.com, Additional chips, 1
if (ErrorLevel <> 0)
return
ControlFocus, Button1, PartyPoker.com, Additional chips
SendInput {SPACE}
WinWaitClose, PartyPoker.com, Additional chips, 2
Loop
{
IfWinNotExist, PartyPoker.com, Additional chips
return
ControlFocus, Button1, PartyPoker.com, Additional chips
SendInput {SPACE}
WinWaitClose, PartyPoker.com, Additional chips, 2
}
}

CR_ReloadStars()
{
SetTitleMatchMode, 2
WinGet, idList, list, Logged In as, , PokerStars Lobby
Loop, %idList%
{
winID := idList%a_index%
CR_ReloadStarsTable(winID)
}
}

CR_ReloadStarsTable(winID)
{
WinActivate, ahk_id %winID%
CR_PostLeftClick(400, 80, winID)

SetTitleMatchMode, 2
WinWait, Options, Add More Chips, 3
WinGet, winID, ID, Options, Add More Chips
if (winID = "")
return
if CR_ButtonDisabled(winID,"Button5")
return
ControlFocus, Button5, ahk_id %winID%
SendInput {SPACE}

stopTime := A_Now
EnvAdd, stopTime, 5, seconds
loop
{
IfWinExist, PokerStars, Your rebuy cannot be processed
{
WinClose, PokerStars, Your rebuy cannot be processed
return
}
IfWinExist, Buy-in, Allowed maximum
break
if (A_Now > stopTime)
return
}

WinGet, winID, ID, Buy-in, Allowed maximum
if (winID = "")
return

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

if CR_ButtonDisabled(winID, "Button4")
return
ControlFocus, Button4, 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
}

CR_ButtonDisabled(winID, buttonName)
{
ControlGet, result, Enabled, , %buttonName%, ahk_id %winID%
if (result = false)
WinClose, ahk_id %winID%
return (result=false)
}

CR_PostLeftClick(x, y, table_id)
{ ; ### JUK: Send the down left click, then the mouse-up messages.
; NOTE: This is relative to the top left of the client area and NOT the top left of the
; window (ie: It *doesn't* include the title-bar like AHK's MouseClick does!!!).
Postmessage 0x201, 0x0001, ((y*65536)+x), , ahk_id%table_id%
Postmessage 0x202, 0, ((y*65536)+x), , ahk_id%table_id%
}

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; scriptpad ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

CR_Scriptpad_End:
; Do nothing. This is needed to work with Scriptpad.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Code ends here ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  #4234  
Old 09-01-2007, 05:55 PM
nextgenneo nextgenneo is offline
Senior Member
 
Join Date: Mar 2006
Location: Grinding
Posts: 1,838
Default Re: Official Party Regulars Thread

lol @ party. called VIP support to see if I could get my $500 grindload bonus a day earlier cuz I am not playing next week and the guy told me I have a lot of money in my account, why do I need a bonus.
  #4235  
Old 09-01-2007, 05:57 PM
callme callme is offline
Senior Member
 
Join Date: Feb 2006
Posts: 460
Default Re: Official Party Regulars Thread

LOL - now thats the reason why i got flooded with reloads the last couple weeks [img]/images/graemlins/grin.gif[/img]
  #4236  
Old 09-01-2007, 07:10 PM
Requin Requin is offline
Senior Member
 
Join Date: Aug 2005
Location: Back online
Posts: 6,446
Default Re: Official Party Regulars Thread

Anyone have datamining for 1K and 600 last month?
  #4237  
Old 09-01-2007, 07:34 PM
tozzy tozzy is offline
Senior Member
 
Join Date: Nov 2006
Location: Vienna
Posts: 2,182
Default Re: Official Party Regulars Thread

and 400?
  #4238  
Old 09-01-2007, 07:41 PM
Pudge714 Pudge714 is offline
Senior Member
 
Join Date: May 2005
Location: The Black Kelly Holcomb
Posts: 13,713
Default Re: Official Party Regulars Thread

Nextgen,
Did you PM me that script or another one?
Anyways thanks to both of you.
  #4239  
Old 09-01-2007, 07:51 PM
MilkMan MilkMan is offline
Senior Member
 
Join Date: Dec 2005
Location: tippin away
Posts: 802
Default Re: Official Party Regulars Thread

[ QUOTE ]
lol @ party. called VIP support to see if I could get my $500 grindload bonus a day earlier cuz I am not playing next week and the guy told me I have a lot of money in my account, why do I need a bonus.

[/ QUOTE ]

T.I.P.
  #4240  
Old 09-01-2007, 10:31 PM
pethie pethie is offline
Senior Member
 
Join Date: Sep 2005
Location: Denmark
Posts: 596
Default Re: Official Party Regulars Thread

[ QUOTE ]
hehe...imdonelosing always says he's on a downswing...lol
he's biggest winner in my database in NL5k. (since may/june or so)

[/ QUOTE ]

Imdonelosing has to be the best player at party 25/50 then.
Closed Thread


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 01:05 AM.


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