Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

View Poll Results: poll
< 1K 24 28.57%
1-10K 18 21.43%
10-100K 11 13.10%
100-500K 6 7.14%
500-1000K 3 3.57%
> 1000K 22 26.19%
Voters: 84. You may not vote on this poll

Reply
 
Thread Tools Display Modes
  #821  
Old 04-05-2007, 01:15 AM
Beeblebrox Beeblebrox is offline
Member
 
Join Date: Mar 2006
Posts: 34
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]

anyone else having trouble with the bet pot ahk on vista? i recently purchased a new computer and installed ahk on here, but whenever i open the bet pot script like i did on my previous computer, nothing happens. neither the scroll nor right clicking works.


[/ QUOTE ]

No vista experience here yet. Beat? Brag?

At a guess you are going to have to run everything (poker clients / AHK scripts) as Administrator.

Or entirely disable UAC? not sure thats the correct name.

Pls report anything you find to work for the benefit of others [img]/images/graemlins/smile.gif[/img]

dave.

[/ QUOTE ]


Compiling the script and setting it as administrator makes the betscrolling with the wheel work. The potbet function still doesnt work though. Tried xp compatibility mode as well and that doesnt work either. The fold function also seem to be broken.
Reply With Quote
  #822  
Old 04-05-2007, 10:45 AM
acidca acidca is offline
Senior Member
 
Join Date: Aug 2005
Location: Manhattan
Posts: 1,765
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
I don't know if this has been addressed already (haven't read through the hundreds of posts), but I use this at 50nl and every once in a while, instead of betting 4bb+1/limper preflop it bets $1.25. Anyone know what causes that to happen?

[/ QUOTE ]

is this out of the BB in FT? or something else? details pls [img]/images/graemlins/smile.gif[/img]

[/ QUOTE ]

On Pokerstars, it seems to happen a lot when I'm UTG. Seems to happen a lot with mid pocket pairs which really tilts me.
Reply With Quote
  #823  
Old 04-05-2007, 11:46 AM
willw9 willw9 is offline
Senior Member
 
Join Date: Nov 2006
Location: where momma keeps the peanut butter
Posts: 4,235
Default Re: Stars Bet Pot AHK ?

I downloaded the script, extracted the files, and clicked on the BetPot-v0.2k.ahk icon. When I opened it, I get this:

Script lines most recently executed (oldest first). Press [F5] to refresh. The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0). The bottommost line's elapsed time is the number of seconds since it executed.

005: debug := 0
006: act_only_on_active_table := 0
007: fix_blinds := 1
008: deduct_rake := 1
011: party_uses_commas_for_decimals := 0
012: fphg_party_hh_folder := C:\FreePHG_HandHistories\
014: fphg_uselive = 1
019: FTP_Beta := 1
022: use_old_stars_buttons := 0
031: SendMode,Input
032: SetTitleMatchMode,2
033: caller_hwnd :=
034: SysGet,border,32
035: SysGet,caption,4
036: caption := border + caption
041: WinGet,interpoker,pid,InterPoker - Lobby
042: if (interpoker)
047: WinGet,sunpoker,pid,SunPoker.com - Lobby
048: if (sunpoker)
053: GroupAdd,StarsTables,Logged In as,,,PokerStars Lobby
054: GroupAdd,PartyTables,ahk_class #32770,,,: Poker Lobby
055: GroupAdd,FullTiltTables,ahk_class FTC_TableViewFull
056: GroupAdd,PrimaTables,ahk_class POPUP_INT_DLG_WINDOW
057: GroupAdd,MiniFT,MiniFT ahk_class AutoHotkeyGUI
059: Return (34.44)

Press [F5] to refresh.




WTF?
Reply With Quote
  #824  
Old 04-05-2007, 02:23 PM
HalvSame HalvSame is offline
Senior Member
 
Join Date: May 2006
Posts: 391
Default Re: Stars Bet Pot AHK ?

How about some iPoker support, Dave? Pretty please? [img]/images/graemlins/laugh.gif[/img]
Reply With Quote
  #825  
Old 04-05-2007, 03:02 PM
Tree Surgeon Tree Surgeon is offline
Senior Member
 
Join Date: Aug 2006
Posts: 362
Default Re: Stars Bet Pot AHK ?

Having a problem on Stars: scrolling BB works, but any clicking reduces bet to 0.00 (using hyper-simple theme).

Any suggestions?
Reply With Quote
  #826  
Old 04-05-2007, 04:11 PM
cbloom cbloom is offline
Senior Member
 
Join Date: Jul 2003
Location: communist
Posts: 8,940
Default Re: Stars Bet Pot AHK ?

Hey dave (maybe others) - it looks like on Stars you're doing everything by image-matching the digits. Is it not possible to read from the "Dealer:" messages in the Notes box? Seems like that would be faster + more reliable.
Reply With Quote
  #827  
Old 04-05-2007, 04:43 PM
fraac fraac is offline
Senior Member
 
Join Date: Oct 2006
Posts: 752
Default Re: Stars Bet Pot AHK ?

It is possible, it is about the same speed, and it is less reliable. The dealer messages often lag.
Reply With Quote
  #828  
Old 04-05-2007, 04:50 PM
willw9 willw9 is offline
Senior Member
 
Join Date: Nov 2006
Location: where momma keeps the peanut butter
Posts: 4,235
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
I downloaded the script, extracted the files, and clicked on the BetPot-v0.2k.ahk icon. When I opened it, I get this:

Script lines most recently executed (oldest first). Press [F5] to refresh. The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0). The bottommost line's elapsed time is the number of seconds since it executed.

005: debug := 0
006: act_only_on_active_table := 0
007: fix_blinds := 1
008: deduct_rake := 1
011: party_uses_commas_for_decimals := 0
012: fphg_party_hh_folder := C:\FreePHG_HandHistories\
014: fphg_uselive = 1
019: FTP_Beta := 1
022: use_old_stars_buttons := 0
031: SendMode,Input
032: SetTitleMatchMode,2
033: caller_hwnd :=
034: SysGet,border,32
035: SysGet,caption,4
036: caption := border + caption
041: WinGet,interpoker,pid,InterPoker - Lobby
042: if (interpoker)
047: WinGet,sunpoker,pid,SunPoker.com - Lobby
048: if (sunpoker)
053: GroupAdd,StarsTables,Logged In as,,,PokerStars Lobby
054: GroupAdd,PartyTables,ahk_class #32770,,,: Poker Lobby
055: GroupAdd,FullTiltTables,ahk_class FTC_TableViewFull
056: GroupAdd,PrimaTables,ahk_class POPUP_INT_DLG_WINDOW
057: GroupAdd,MiniFT,MiniFT ahk_class AutoHotkeyGUI
059: Return (34.44)

Press [F5] to refresh.




WTF?

[/ QUOTE ]

Anybody? I should get getting a program similar to the FullTiltShortcuts script popping up right?
Reply With Quote
  #829  
Old 04-05-2007, 05:00 PM
HalvSame HalvSame is offline
Senior Member
 
Join Date: May 2006
Posts: 391
Default Re: Stars Bet Pot AHK ?

willw9, that code shows the script is running. There is no graphical user interface in this script, so the only way to confirm that it's working is to try it out at the table.

Configuration is done by editing the .ahk file itself.
Reply With Quote
  #830  
Old 04-05-2007, 05:12 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]

How about some iPoker support, Dave? Pretty please?


[/ QUOTE ]

Which are some iPoker sites?

Anything to be aware of before making accounts?
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 08:49 AM.


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