Two Plus Two Newer Archives  

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

Reply
 
Thread Tools Display Modes
  #1  
Old 08-14-2007, 12:49 PM
halperin halperin is offline
Senior Member
 
Join Date: Nov 2006
Posts: 522
Default Bet pot script with side buttons any 1?

Can any 1 link me or c/p a bet pot script that uses the two side buttons on the mouse for 3/4 and 2/3 or pot. Thanks
Reply With Quote
  #2  
Old 08-14-2007, 01:12 PM
a nonymous a nonymous is offline
Senior Member
 
Join Date: Apr 2007
Posts: 815
Default Re: Bet pot script with side buttons any 1?

What site?

http://overcards.com/wiki/moin.cgi/BetPot
Reply With Quote
  #3  
Old 08-14-2007, 04:32 PM
HalvSame HalvSame is offline
Senior Member
 
Join Date: May 2006
Posts: 391
Default Re: Bet pot script with side buttons any 1?

For when you want to set up the hotkeys; the side button hotkeys are probably named XButton1 and XButton2.
Reply With Quote
  #4  
Old 08-15-2007, 01:54 AM
halperin halperin is offline
Senior Member
 
Join Date: Nov 2006
Posts: 522
Default Re: Bet pot script with side buttons any 1?

how do i set them up? i go to eddit script but i dont get any of that code or where to type in what i want the buttoms to do.
Reply With Quote
  #5  
Old 08-15-2007, 04:39 AM
HalvSame HalvSame is offline
Senior Member
 
Join Date: May 2006
Posts: 391
Default Re: Bet pot script with side buttons any 1?

Edit the betpot_default_ahk file. See the Stars Bet Pot AHK? thread for details on how to set up hotkeys.

To make the buttons bet 2/3 and 3/4 pot on all streets use this <font class="small">Code:</font><hr /><pre>~Xbutton1::
Pot(getid(),"0.66")
return

~Xbutton2::
Pot(getid(),"0.75")
return</pre><hr />
Reply With Quote
  #6  
Old 08-15-2007, 12:38 PM
halperin halperin is offline
Senior Member
 
Join Date: Nov 2006
Posts: 522
Default Re: Bet pot script with side buttons any 1?

thank you [img]/images/graemlins/smile.gif[/img] is there a way to almost make it so preflop when i press the side button it raises pot? then post flop continues to do 3/4 and 2/3
Reply With Quote
  #7  
Old 08-15-2007, 12:56 PM
HalvSame HalvSame is offline
Senior Member
 
Join Date: May 2006
Posts: 391
Default Re: Bet pot script with side buttons any 1?

If by "almost" you mean "excactly" then yes [img]/images/graemlins/smile.gif[/img].

<font class="small">Code:</font><hr /><pre>~Xbutton1::
Pot(getid(),"0.66", , "1 0.75 0.75 0.75")
return</pre><hr />Makes it bet pot pre, 75% of pot on flop, turn, river. You really should take a look at that other thread for examples on how to set up the hotkeys though, everything is explained in there.
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 04:51 AM.


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