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
  #1171  
Old 07-11-2007, 04:46 AM
HighSteaks HighSteaks is offline
Senior Member
 
Join Date: Aug 2006
Location: Australia
Posts: 658
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
i know this is gonna make me sound stupid... but im trying to install the script and before i ran it i choose to open it in notepad... now im unable to to run it with out it just opening up in notepad. can someone tell me how to install this? i.e. - what program should i open the .ahk file with. thanks!

[/ QUOTE ]

You need to install this on your computer
http://www.autohotkey.com/

and follow the instructions here
http://www.overcards.com/wiki/moin.cgi/BetPot

other keys here
http://www.overcards.com/wiki/moin.cgi/AutoHotKey

Easy to get the hang of [img]/images/graemlins/wink.gif[/img]
Reply With Quote
  #1172  
Old 07-11-2007, 07:27 AM
OBigO OBigO is offline
Junior Member
 
Join Date: Jul 2007
Posts: 3
Default Re: Stars Bet Pot AHK ?

you need to get 'Auto Hot Key' and then convert the .ahk file to a .exe and the run Bet Pot.exe
Reply With Quote
  #1173  
Old 07-11-2007, 12:43 PM
bozzer bozzer is offline
Senior Member
 
Join Date: May 2006
Location: in with the 2p2 lingo
Posts: 2,140
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
<font color="blue">BetPot v-0.2p Update</font>

PokerStars
<ul type="square">[*]Fix for MouseWheel after latest update[/list]
http://www.overcards.com/wiki/moin.cgi/BetPot


Enjoy!

dave.

[/ QUOTE ]

New version on stars sets the bet amount to 0 for either middle or right mouse button. I didn't change any parameters at all.

Which parameter(s) need to be changed?

[/ QUOTE ]
Reply With Quote
  #1174  
Old 07-11-2007, 04:08 PM
catcher193 catcher193 is offline
Senior Member
 
Join Date: Jan 2006
Location: min-raising and donk-betting
Posts: 3,671
Default Re: Stars Bet Pot AHK ?

anybody know what I need to do to make the NUMPAD:
/ button = fold
* button = check/call
- button = raise

this is what I have but I don't think its right, I'm a major noob.

NumpadDiv (/)::
Fold(getid())
return

NumpadMult (*)::
Call(getid())
return

NumpadSub (-)::
Raise(getid())
return


Up::
AlterAmount(getid(),"up", 0.1, "pot")
return

Down::
AlterAmount(getid(),"down", 0.1, "pot")
return

Left::
AlterAmount(getid(),"up", 0.05, "pot")
return

Right::
AlterAmount(getid(),"down", 0.05, "pot")
return
Reply With Quote
  #1175  
Old 07-11-2007, 04:26 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

You are very close,

you don't need those bracketed symbols after the key names.

Should look like:
-----------------------------------


NumpadDiv::
Fold(getid())
return

NumpadMult::
Call(getid())
return

NumpadSub::
Raise(getid())
return


----------------------------------------------


I presume your arrow key commands are working OK?

dave.
Reply With Quote
  #1176  
Old 07-11-2007, 05:11 PM
catcher193 catcher193 is offline
Senior Member
 
Join Date: Jan 2006
Location: min-raising and donk-betting
Posts: 3,671
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
You are very close,

you don't need those bracketed symbols after the key names.

Should look like:
-----------------------------------


NumpadDiv::
Fold(getid())
return

NumpadMult::
Call(getid())
return

NumpadSub::
Raise(getid())
return


----------------------------------------------


I presume your arrow key commands are working OK?

dave.

[/ QUOTE ]
tyvm, about to go test it, it owuldn't even let me reload, thats how I knew there was a problem.
Reply With Quote
  #1177  
Old 07-11-2007, 05:16 PM
catcher193 catcher193 is offline
Senior Member
 
Join Date: Jan 2006
Location: min-raising and donk-betting
Posts: 3,671
Default Re: Stars Bet Pot AHK ?

almost completely mouse/less, how can I get the bet amount window to automatically highlight so if I type in numbers its right in teh little box.
Reply With Quote
  #1178  
Old 07-12-2007, 07:07 AM
fulkill fulkill is offline
Junior Member
 
Join Date: Jan 2007
Posts: 4
Default Re: Stars Bet Pot AHK ?

Hi, are you planning to support pacific poker? If not, any ideas, how to make it work? Thank you
Reply With Quote
  #1179  
Old 07-12-2007, 08:26 AM
jj12 jj12 is offline
Senior Member
 
Join Date: Sep 2006
Location: crushing donks
Posts: 1,368
Default Re: Stars Bet Pot AHK ?

_dave_ when I try using the script it works but with incredible delay. This happens both on ftp and stars.
Reply With Quote
  #1180  
Old 07-12-2007, 09:30 PM
meleader2 meleader2 is offline
Senior Member
 
Join Date: Apr 2005
Posts: 3,900
Default Re: Stars Bet Pot AHK ?

_dave_,

when pressing my middle mouse button to bet pot, the text enterd is just a min raise if someone raised me prior to my raise. if no raises to me, it is a pot size bet.

this is joker stars
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:50 AM.


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