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
  #1201  
Old 07-15-2007, 03:44 PM
BigCummins BigCummins is offline
Senior Member
 
Join Date: Nov 2006
Location: Davenport
Posts: 528
Default Re: Stars Bet Pot AHK ?

hmmm i still cant get that to work with my controller.
Reply With Quote
  #1202  
Old 07-15-2007, 06:42 PM
k3ys3r k3ys3r is offline
Senior Member
 
Join Date: Feb 2007
Location: Nite Owl
Posts: 142
Default Re: Stars Bet Pot AHK ?

hello.

the bet pot script works perfect for me @ stars (cash &amp; tourney), FT (only play cash there) and PP (cash games).

but when i try to play a tourney @ PP, the "scroll function" doesn't work. the buttons are working normal.
when i try to use the "scroll function", the amount will be set to 0.

have that something to do with the fact, that i use a customized, black layout ?
or could there be another reason why the "scroll function" doesn't work @ PP tourney's ?

i use BetPot v-0.2p, FPHG and XP.


thanks
Reply With Quote
  #1203  
Old 07-18-2007, 02:43 PM
kmar1085 kmar1085 is offline
Member
 
Join Date: Sep 2006
Location: Satelliting into freerolls
Posts: 75
Default Re: Stars Bet Pot AHK ?

the script works great for me at stars and full tilt, however I cant get it to work at Ultimate bet at all, the 'm' button doesnt work and when i use the scroll wheel all it does is scroll the chat box. Anything I can do to help it work on UB?
Reply With Quote
  #1204  
Old 07-19-2007, 01:54 AM
Tenacious A Tenacious A is offline
Senior Member
 
Join Date: Oct 2004
Location: two hit wondering
Posts: 117
Default Re: Stars Bet Pot AHK ?

All right...I'm a jackass...not sure what I'm doing wrong. I saved the zipped file to my desktop, and extracted it to a new folder. But, when I double click on "BetPot-v0.2p.ahk" (in the new folder), I get a message asking me to select which program to use to open it. Can anyone help a dumb, fat guy out and let me know which program to use?

Thanks.
Reply With Quote
  #1205  
Old 07-19-2007, 02:00 AM
KittyLiquor KittyLiquor is offline
Senior Member
 
Join Date: Feb 2005
Location: Desert
Posts: 578
Default Re: Stars Bet Pot AHK ?

Install this: linky

-------------Meow
Reply With Quote
  #1206  
Old 07-19-2007, 11:22 AM
BigCummins BigCummins is offline
Senior Member
 
Join Date: Nov 2006
Location: Davenport
Posts: 528
Default Re: Stars Bet Pot AHK ?

Ok, i got my 360 gamepad set up and i think its pretty sick.. heres the layout

Ltrigger- All in
Lbutton- check/call
Rtrigger- execute Raise
Rbutton-fold

Dpad up- slider up BB
Dpad down-slider down BB
Dpad right-slider up SB
Dpad left-slider down SB

Right Joy- 1/3 pot
A- 1/2 pot
B- 2/3 pot
X- 4/5 pot
Y- 3/4 pot
Start- 1 pot

I still have the left joystick and other middle button open so i'm not sure what else to add, any suggestions?
Reply With Quote
  #1207  
Old 07-19-2007, 12:37 PM
ViZioN ViZioN is offline
Member
 
Join Date: Jul 2007
Location: Edinburgh
Posts: 64
Default Re: Stars Bet Pot AHK ?

Hi guys!

I've been trying for the past 40 mins to try and get this script working on Stars. I can only seem to get the scroll up and down working. Right clicking or the middle scroll wheel doesn't work [img]/images/graemlins/frown.gif[/img]

I read the first 20 or so pages of this topic, I know this script has been out for a while.

- I'm using 32 bit colour
- I'm on Vista
- Using HyperSimple theme with default background
- Tested on 50NL and play money tables

Can anyone help?

Thanks

ViZioN
Reply With Quote
  #1208  
Old 07-20-2007, 03:58 AM
KaMiKaZeEe KaMiKaZeEe is offline
Junior Member
 
Join Date: Feb 2007
Posts: 1
Default Re: Stars Bet Pot AHK ?

Hi, I have the script set up as for stars

~RButton::
Pot(getid(),"1 1 1 1", 0.2, 0, 0)
return

The script is working great except when i reraise in certain situations. An example is when i reraise a button raise from the big blind or small blind and it will raise pot size minus the big blind or small blind.

Any help is appreciated.
Reply With Quote
  #1209  
Old 07-20-2007, 08:27 AM
cardsport cardsport is offline
Member
 
Join Date: Sep 2006
Location: Germany
Posts: 65
Default Re: Stars Bet Pot AHK ?

Hi KaMiKaZeEe,

this could work, dont know.

change:

if (fix_blinds AND open AND street="pre")
{
if (hero_position = "sb" )
{
pot := pot - sb
call := call + sb
}
else if (hero_position = "bb")
{
pot := pot - bb
call := call + bb
}
}

to:

if (fix_blinds AND open AND street="pre")
{
if (hero_position = "sb" )
{
pot := pot
call := call + sb
}
else if (hero_position = "bb")
{
pot := pot
call := call + bb
}
}
Reply With Quote
  #1210  
Old 07-21-2007, 09:06 AM
Unarmed Unarmed is offline
Senior Member
 
Join Date: Feb 2004
Location: Shipitholla Mansion
Posts: 2,205
Default Re: Stars Bet Pot AHK ?

Is mousewheel bet size scrolling busto on Party with their new update? Isn't working for me...
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:05 AM.


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