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
  #1051  
Old 06-11-2007, 07:39 PM
Klompy Klompy is offline
Senior Member
 
Join Date: Apr 2004
Location: Bumble[censored] Iowa
Posts: 6,236
Default Re: Stars Bet Pot AHK ?

Dave, are you updating your site right now or something? I'm trying to get the new version for FT so that it works again, but can't get the page to load?
Reply With Quote
  #1052  
Old 06-11-2007, 07:40 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

Halsted,

Thanks for the feedback - UB support is new, any feedback welcome.

[ QUOTE ]
So if had a few problems with the UB script.

I made Xbutton1 my fold button. But it crashed the whole UB client sometimes. Specifically when i "jump the gun" and click fold before the table is activated.



[/ QUOTE ]

I will try to replicate this - does it still do so with another button set? Normally, it should click (if visible) advance fold, or (if visible) fold - else do nothing.

[ QUOTE ]

the chat box scrolls when i middle scroll.


[/ QUOTE ]

Same goes for Full Tilt [img]/images/graemlins/frown.gif[/img] All you can really do is live with it, or remove the ~ symbol from before the WheelUP:: and WheelDown:: commands. This prevents the events from "passing through", but then you can't use the wheel in other apps while BetPot is running.

[ QUOTE ]

and, right click brings up an options menu most of the time.

[/ QUOTE ]

Again, same on FullTilt - either remove the ~ symbol, or click on an area that does not activate the options menu - a good one is on your action buttons when they appear [img]/images/graemlins/smile.gif[/img]

dave.
Reply With Quote
  #1053  
Old 06-11-2007, 07:50 PM
Hallett Hallett is offline
Senior Member
 
Join Date: Nov 2003
Location: Near Vancouver BC
Posts: 671
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
&lt;cries&gt;

I have 32 bit color mode, the unzip was flawless, I ran it from the folder, and I am Hyper-Simple (literally)... I will close it all down and try again.. Do I need to run that "Functions" script as well?

[/ QUOTE ]


Hallett,

please try running the script with "debug :=" set (right at the top of the script code). It should give some clue what is causing the trouble for you.

Does even the scroll wheel work?

What mouse do you have?

dave.

[/ QUOTE ]

I will try Debug when I get home. The scroll wheel does work, and the mouse is from Dell. It works fine on Party, just not Stars.
Reply With Quote
  #1054  
Old 06-11-2007, 07:57 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]

It works fine on Party, just not Stars.


[/ QUOTE ]

Of course, I forgot you mentioned that. So it is ruled out weirdo button assignments that you get on some logitech mouses etc.

Looks like I made a typo above, there should be a one after debug... it should be edited to read:

debug := 1

Then you will get a baloon pop-up of data, and visual confirmation of where OCR scanning is going on.

It makes things slow though, so only do 1 table with debug on [img]/images/graemlins/smile.gif[/img]

dave.
Reply With Quote
  #1055  
Old 06-11-2007, 08:23 PM
halsted halsted is offline
Senior Member
 
Join Date: Aug 2006
Posts: 201
Default Re: Stars Bet Pot AHK ?

Dave,

No problem.

I have only used the Xbutton1 set up. I play 6 tables overlapping each other a little. If that helps. As I said, it seems to happen when i click it too early.

I kinda figured that about the options thing.

Scroll works perfect BTW.
Reply With Quote
  #1056  
Old 06-12-2007, 12:11 AM
Hallett Hallett is offline
Senior Member
 
Join Date: Nov 2003
Location: Near Vancouver BC
Posts: 671
Default Re: Stars Bet Pot AHK ?

Any of this make sense?

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.

127: AlterAmount(getid(),"up")
2348: tn := TableNav()
2373: if ! WinExist("blue_bar ahk_class AutoHotkeyGUI")
2374: Return,0
2349: if (tn)
2354: {
2355: id :=
2356: if (act_only_on_active_table = 1)
2362: {
2364: MouseGetPos,,,id
2365: }
2366: }
2368: Return,id
272: IfWinExist,ahk_id%id% ahk_group MiniFT
279: WinGetTitle,title,ahk_id%id%
280: amount := 0
284: IfWinExist,ahk_id%id% ahk_group StarsTables
297: IfWinExist,ahk_id%id% ahk_group PartyTables
322: IfWinExist,ahk_id%id% ahk_group CryptoTables
328: IfWinExist,ahk_id%id% ahk_group FullTiltTables
333: IfWinExist,ahk_id%id% ahk_group PrimaTables
339: IfWinExist,ahk_id%id% ahk_group UBTables
353: {
354: Return
128: Return (0.01)
127: AlterAmount(getid(),"up")
2348: tn := TableNav()
2373: if ! WinExist("blue_bar ahk_class AutoHotkeyGUI")
2374: Return,0
2349: if (tn)
2354: {
2355: id :=
2356: if (act_only_on_active_table = 1)
2362: {
2364: MouseGetPos,,,id
2365: }
2366: }
2368: Return,id
272: IfWinExist,ahk_id%id% ahk_group MiniFT
279: WinGetTitle,title,ahk_id%id%
280: amount := 0
284: IfWinExist,ahk_id%id% ahk_group StarsTables
297: IfWinExist,ahk_id%id% ahk_group PartyTables
322: IfWinExist,ahk_id%id% ahk_group CryptoTables
328: IfWinExist,ahk_id%id% ahk_group FullTiltTables
333: IfWinExist,ahk_id%id% ahk_group PrimaTables
339: IfWinExist,ahk_id%id% ahk_group UBTables
353: {
354: Return
128: Return (0.02)
127: AlterAmount(getid(),"up")
2348: tn := TableNav()
2373: if ! WinExist("blue_bar ahk_class AutoHotkeyGUI")
2374: Return,0
2349: if (tn)
2354: {
2355: id :=
2356: if (act_only_on_active_table = 1)
2362: {
2364: MouseGetPos,,,id
2365: }
2366: }
2368: Return,id
272: IfWinExist,ahk_id%id% ahk_group MiniFT
279: WinGetTitle,title,ahk_id%id%
280: amount := 0
284: IfWinExist,ahk_id%id% ahk_group StarsTables
297: IfWinExist,ahk_id%id% ahk_group PartyTables
322: IfWinExist,ahk_id%id% ahk_group CryptoTables
328: IfWinExist,ahk_id%id% ahk_group FullTiltTables
333: IfWinExist,ahk_id%id% ahk_group PrimaTables
339: IfWinExist,ahk_id%id% ahk_group UBTables
353: {
354: Return
128: Return (0.01)
127: AlterAmount(getid(),"up")
2348: tn := TableNav()
2373: if ! WinExist("blue_bar ahk_class AutoHotkeyGUI")
2374: Return,0
2349: if (tn)
2354: {
2355: id :=
2356: if (act_only_on_active_table = 1)
2362: {
2364: MouseGetPos,,,id
2365: }
2366: }
2368: Return,id
272: IfWinExist,ahk_id%id% ahk_group MiniFT
279: WinGetTitle,title,ahk_id%id%
280: amount := 0
284: IfWinExist,ahk_id%id% ahk_group StarsTables
297: IfWinExist,ahk_id%id% ahk_group PartyTables
322: IfWinExist,ahk_id%id% ahk_group CryptoTables
328: IfWinExist,ahk_id%id% ahk_group FullTiltTables
333: IfWinExist,ahk_id%id% ahk_group PrimaTables
339: IfWinExist,ahk_id%id% ahk_group UBTables
353: {
354: Return
128: Return (0.02)
127: AlterAmount(getid(),"up")
2348: tn := TableNav()
2373: if ! WinExist("blue_bar ahk_class AutoHotkeyGUI")
2374: Return,0
2349: if (tn)
2354: {
2355: id :=
2356: if (act_only_on_active_table = 1)
2362: {
2364: MouseGetPos,,,id
2365: }
2366: }
2368: Return,id
272: IfWinExist,ahk_id%id% ahk_group MiniFT
279: WinGetTitle,title,ahk_id%id%
280: amount := 0
284: IfWinExist,ahk_id%id% ahk_group StarsTables
297: IfWinExist,ahk_id%id% ahk_group PartyTables
322: IfWinExist,ahk_id%id% ahk_group CryptoTables
328: IfWinExist,ahk_id%id% ahk_group FullTiltTables
333: IfWinExist,ahk_id%id% ahk_group PrimaTables
339: IfWinExist,ahk_id%id% ahk_group UBTables
353: {
354: Return
128: Return (0.03)
127: AlterAmount(getid(),"up")
2348: tn := TableNav()
2373: if ! WinExist("blue_bar ahk_class AutoHotkeyGUI")
2374: Return,0
2349: if (tn)
2354: {
2355: id :=
2356: if (act_only_on_active_table = 1)
2362: {
2364: MouseGetPos,,,id
2365: }
2366: }
2368: Return,id
272: IfWinExist,ahk_id%id% ahk_group MiniFT
279: WinGetTitle,title,ahk_id%id%
280: amount := 0
284: IfWinExist,ahk_id%id% ahk_group StarsTables
297: IfWinExist,ahk_id%id% ahk_group PartyTables
322: IfWinExist,ahk_id%id% ahk_group CryptoTables
328: IfWinExist,ahk_id%id% ahk_group FullTiltTables
333: IfWinExist,ahk_id%id% ahk_group PrimaTables
339: IfWinExist,ahk_id%id% ahk_group UBTables
353: {
354: Return
128: Return (41.30)
127: AlterAmount(getid(),"up")
2348: tn := TableNav()
2373: if ! WinExist("blue_bar ahk_class AutoHotkeyGUI")
2374: Return,0
2349: if (tn)
2354: {
2355: id :=
2356: if (act_only_on_active_table = 1)
2362: {
2364: MouseGetPos,,,id
2365: }
2366: }
2368: Return,id
272: IfWinExist,ahk_id%id% ahk_group MiniFT
279: WinGetTitle,title,ahk_id%id%
280: amount := 0
284: IfWinExist,ahk_id%id% ahk_group StarsTables
297: IfWinExist,ahk_id%id% ahk_group PartyTables
322: IfWinExist,ahk_id%id% ahk_group CryptoTables
328: IfWinExist,ahk_id%id% ahk_group FullTiltTables
329: {
330: StringMid,bb,title,InStr(title, "/") + 1,InStr(title, a_space,"", InStr(title, "/")) - InStr(title, "/") - 1
331: }
357: StringReplace,bb,bb,$,,1
358: StringReplace,bb,bb,£,,1
359: StringReplace,bb,bb,€,,1
362: sb := sb(bb)
2070: if bb = .25
2071: sb := .10
2079: if (sb &gt; 1)
2084: {
2085: sb := Round(sb, 2)
2086: }
2087: Return,sb
364: if (unit = "" || unit = "bb")
365: {
366: unit := bb
367: }
418: amount := unit * frac
420: if (dir="down")
447: IfWinExist,ahk_id%id% ahk_group StarsTables
462: IfWinExist,ahk_id%id% ahk_group PartyTables
482: IfWinExist,ahk_id%id% ahk_group CryptoTables
494: IfWinExist,ahk_id%id% ahk_group FullTiltTables
495: {
496: ControlGet,v,Visible,,Edit1,ahk_id%id%
497: if (v)
509: }
536: }
128: Return (0.06)
127: AlterAmount(getid(),"up")
2348: tn := TableNav()
2373: if ! WinExist("blue_bar ahk_class AutoHotkeyGUI")
2374: Return,0
2349: if (tn)
2354: {
2355: id :=
2356: if (act_only_on_active_table = 1)
2362: {
2364: MouseGetPos,,,id
2365: }
2366: }
2368: Return,id
272: IfWinExist,ahk_id%id% ahk_group MiniFT
279: WinGetTitle,title,ahk_id%id%
280: amount := 0
284: IfWinExist,ahk_id%id% ahk_group StarsTables
297: IfWinExist,ahk_id%id% ahk_group PartyTables
322: IfWinExist,ahk_id%id% ahk_group CryptoTables
328: IfWinExist,ahk_id%id% ahk_group FullTiltTables
329: {
330: StringMid,bb,title,InStr(title, "/") + 1,InStr(title, a_space,"", InStr(title, "/")) - InStr(title, "/") - 1
331: }
357: StringReplace,bb,bb,$,,1
358: StringReplace,bb,bb,£,,1
359: StringReplace,bb,bb,€,,1
362: sb := sb(bb)
2070: if bb = .25
2071: sb := .10
2079: if (sb &gt; 1)
2084: {
2085: sb := Round(sb, 2)
2086: }
2087: Return,sb
364: if (unit = "" || unit = "bb")
365: {
366: unit := bb
367: }
418: amount := unit * frac
420: if (dir="down")
447: IfWinExist,ahk_id%id% ahk_group StarsTables
462: IfWinExist,ahk_id%id% ahk_group PartyTables
482: IfWinExist,ahk_id%id% ahk_group CryptoTables
494: IfWinExist,ahk_id%id% ahk_group FullTiltTables
495: {
496: ControlGet,v,Visible,,Edit1,ahk_id%id%
497: if (v)
509: }
536: }
128: Return (0.03)
127: AlterAmount(getid(),"up")
2348: tn := TableNav()
2373: if ! WinExist("blue_bar ahk_class AutoHotkeyGUI")
2374: Return,0
2349: if (tn)
2354: {
2355: id :=
2356: if (act_only_on_active_table = 1)
2362: {
2364: MouseGetPos,,,id
2365: }
2366: }
2368: Return,id
272: IfWinExist,ahk_id%id% ahk_group MiniFT
279: WinGetTitle,title,ahk_id%id%
280: amount := 0
284: IfWinExist,ahk_id%id% ahk_group StarsTables
297: IfWinExist,ahk_id%id% ahk_group PartyTables
322: IfWinExist,ahk_id%id% ahk_group CryptoTables
328: IfWinExist,ahk_id%id% ahk_group FullTiltTables
329: {
330: StringMid,bb,title,InStr(title, "/") + 1,InStr(title, a_space,"", InStr(title, "/")) - InStr(title, "/") - 1
331: }
357: StringReplace,bb,bb,$,,1
358: StringReplace,bb,bb,£,,1
359: StringReplace,bb,bb,€,,1
362: sb := sb(bb)
2070: if bb = .25
2071: sb := .10
2079: if (sb &gt; 1)
2084: {
2085: sb := Round(sb, 2)
2086: }
2087: Return,sb
364: if (unit = "" || unit = "bb")
365: {
366: unit := bb
367: }
418: amount := unit * frac
420: if (dir="down")
447: IfWinExist,ahk_id%id% ahk_group StarsTables
462: IfWinExist,ahk_id%id% ahk_group PartyTables
482: IfWinExist,ahk_id%id% ahk_group CryptoTables
494: IfWinExist,ahk_id%id% ahk_group FullTiltTables
495: {
496: ControlGet,v,Visible,,Edit1,ahk_id%id%
497: if (v)
509: }
536: }
128: Return (0.05)
127: AlterAmount(getid(),"up")
2348: tn := TableNav()
2373: if ! WinExist("blue_bar ahk_class AutoHotkeyGUI")
2374: Return,0
2349: if (tn)
2354: {
2355: id :=
2356: if (act_only_on_active_table = 1)
2362: {
2364: MouseGetPos,,,id
2365: }
2366: }
2368: Return,id
272: IfWinExist,ahk_id%id% ahk_group MiniFT
279: WinGetTitle,title,ahk_id%id%
280: amount := 0
284: IfWinExist,ahk_id%id% ahk_group StarsTables
297: IfWinExist,ahk_id%id% ahk_group PartyTables
322: IfWinExist,ahk_id%id% ahk_group CryptoTables
328: IfWinExist,ahk_id%id% ahk_group FullTiltTables
329: {
330: StringMid,bb,title,InStr(title, "/") + 1,InStr(title, a_space,"", InStr(title, "/")) - InStr(title, "/") - 1
331: }
357: StringReplace,bb,bb,$,,1
358: StringReplace,bb,bb,£,,1
359: StringReplace,bb,bb,€,,1
362: sb := sb(bb)
2070: if bb = .25
2071: sb := .10
2079: if (sb &gt; 1)
2084: {
2085: sb := Round(sb, 2)
2086: }
2087: Return,sb
364: if (unit = "" || unit = "bb")
365: {
366: unit := bb
367: }
418: amount := unit * frac
420: if (dir="down")
447: IfWinExist,ahk_id%id% ahk_group StarsTables
462: IfWinExist,ahk_id%id% ahk_group PartyTables
482: IfWinExist,ahk_id%id% ahk_group CryptoTables
494: IfWinExist,ahk_id%id% ahk_group FullTiltTables
495: {
496: ControlGet,v,Visible,,Edit1,ahk_id%id%
497: if (v)
509: }
536: }
128: Return (0.10)
127: AlterAmount(getid(),"up")
2348: tn := TableNav()
2373: if ! WinExist("blue_bar ahk_class AutoHotkeyGUI")
2374: Return,0
2349: if (tn)
2354: {
2355: id :=
2356: if (act_only_on_active_table = 1)
2362: {
2364: MouseGetPos,,,id
2365: }
2366: }
2368: Return,id
272: IfWinExist,ahk_id%id% ahk_group MiniFT
279: WinGetTitle,title,ahk_id%id%
280: amount := 0
284: IfWinExist,ahk_id%id% ahk_group StarsTables
297: IfWinExist,ahk_id%id% ahk_group PartyTables
322: IfWinExist,ahk_id%id% ahk_group CryptoTables
328: IfWinExist,ahk_id%id% ahk_group FullTiltTables
329: {
330: StringMid,bb,title,InStr(title, "/") + 1,InStr(title, a_space,"", InStr(title, "/")) - InStr(title, "/") - 1
331: }
357: StringReplace,bb,bb,$,,1
358: StringReplace,bb,bb,£,,1
359: StringReplace,bb,bb,€,,1
362: sb := sb(bb)
2070: if bb = .25
2071: sb := .10
2079: if (sb &gt; 1)
2084: {
2085: sb := Round(sb, 2)
2086: }
2087: Return,sb
364: if (unit = "" || unit = "bb")
365: {
366: unit := bb
367: }
418: amount := unit * frac
420: if (dir="down")
447: IfWinExist,ahk_id%id% ahk_group StarsTables
462: IfWinExist,ahk_id%id% ahk_group PartyTables
482: IfWinExist,ahk_id%id% ahk_group CryptoTables
494: IfWinExist,ahk_id%id% ahk_group FullTiltTables
495: {
496: ControlGet,v,Visible,,Edit1,ahk_id%id%
497: if (v)
509: }
536: }
128: Return (2.15)
Reply With Quote
  #1057  
Old 06-12-2007, 10:29 AM
halsted halsted is offline
Senior Member
 
Join Date: Aug 2006
Posts: 201
Default Re: Stars Bet Pot AHK ?

Dave,

Im trying to make Xbutton1 fold on prima. but it doesnt do anything
Is below correct?

~Wheeldown::
AlterAmount(getid(),"up")
return

~Wheelup::
AlterAmount(getid(),"down")
return

^WheelDown::
AlterAmount(getid(),"up", 1, "sb")
return

^Wheelup::
AlterAmount(getid(),"down", 1, "sb")
return


Xbutton1::
Fold(getid())
return
Reply With Quote
  #1058  
Old 06-13-2007, 03:27 PM
fruktmusli fruktmusli is offline
Junior Member
 
Join Date: Aug 2006
Posts: 1
Default Re: Stars Bet Pot AHK ?

cant get this to work on crypto (betsafe) wheel works fine other buttons goes to 0.00
Reply With Quote
  #1059  
Old 06-14-2007, 03:55 PM
wildzer0 wildzer0 is offline
Senior Member
 
Join Date: May 2005
Location: Balmer, hon
Posts: 2,211
Default Re: Stars Bet Pot AHK ?

It's been a while since I used this stuff, and I'm trying to get it going again because I'm having wrist issues. I've pretty much read the entire TN thread and this one - are gamepads just not possible to use anymore with either of these scripts? I tried the gosub trick, no luck.
Reply With Quote
  #1060  
Old 06-14-2007, 07:48 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
It's been a while since I used this stuff, and I'm trying to get it going again because I'm having wrist issues. I've pretty much read the entire TN thread and this one - are gamepads just not possible to use anymore with either of these scripts? I tried the gosub trick, no luck.

[/ QUOTE ]

Game pads should be fine.

In the hotkey section, just replace ~MButton:: with Joy1:: for example, and whatever button 1 is on your pad should then do what your middle mouse used to.

If TableNav is running, use the "bar highlight", and BetPot will act on whatever table has the bar.

Just be careful not to use the same Joy# for a function in both TableNav and BetPot, else it will be random which function is carried out [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 02:38 PM.


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