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 12-24-2006, 10:39 PM
halsted halsted is offline
Senior Member
 
Join Date: Aug 2006
Posts: 201
Default Bodog Bet Pot Script? There software is horible

Could anyone write a Bodog bet pot script?

There software is horrible for multitabling.

For example:

the buttons are too small.
The tables are dragged when you click on ANY part of them. So, if you miss click the bet box you drag the whole table out of place. Very annoying.

The bet scroll is also painfully slow.

Also Bodog is the 3rd or 4th biggest U.S. site now a days. So I bet many could use it.

If anyone can do it I will pay for the time.

thanks
Reply With Quote
  #2  
Old 12-25-2006, 01:46 AM
tsearcher tsearcher is offline
Senior Member
 
Join Date: Jul 2006
Location: Oak Park, IL
Posts: 631
Default Re: Bodog Bet Pot Script? There software is horible

Here's a simple AHK script that should work on NL ring and cash games. Note: it only works on the widescreen settings and will not work on PL games.

;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.



left::MouseClick, left, 305, 497 ;left arrow for fold
down::MouseClick, left, 386, 497 ;down arrow for check/call
right::MouseClick, left, 460, 497 ;right arrow for bet/raise

numpadenter::Mouseclickdrag, left, 262, 523, 407, 523 ;numpad enter for all in

control::Mouseclick, left, 360,545 ; control for bet pot <font color="red"> </font>
Reply With Quote
  #3  
Old 12-25-2006, 07:12 AM
r0eKY r0eKY is offline
Senior Member
 
Join Date: Dec 2005
Location: 502
Posts: 706
Default Re: Bodog Bet Pot Script? There software is horible

thx for making this, so all i need to do is copy and paste this into a text doc and save as betpot.ahk right?
Reply With Quote
  #4  
Old 12-25-2006, 02:19 PM
tsearcher tsearcher is offline
Senior Member
 
Join Date: Jul 2006
Location: Oak Park, IL
Posts: 631
Default Re: Bodog Bet Pot Script? There software is horible

Yes, of course you need to have the ahk program. See the FAQ for better explanations of how to do it. Also practice on a free table to make sure it works and you understand it.
Reply With Quote
  #5  
Old 12-25-2006, 07:41 PM
r0eKY r0eKY is offline
Senior Member
 
Join Date: Dec 2005
Location: 502
Posts: 706
Default Re: Bodog Bet Pot Script? There software is horible

so i dont need to edit anything?

doesn't seem to work for me, anyone else get this working?
Reply With Quote
  #6  
Old 12-25-2006, 10:02 PM
tsearcher tsearcher is offline
Senior Member
 
Join Date: Jul 2006
Location: Oak Park, IL
Posts: 631
Default Re: Bodog Bet Pot Script? There software is horible

Make sure you are using the widescreen table. Not the standard size table. Otherwise you'll have to change the coordinates.
Reply With Quote
  #7  
Old 12-25-2006, 10:25 PM
tsearcher tsearcher is offline
Senior Member
 
Join Date: Jul 2006
Location: Oak Park, IL
Posts: 631
Default Re: Bodog Bet Pot Script? There software is horible

Here is the script for the standard sized tables:

;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other &lt;myemail@nowhere.com&gt;
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.



left::MouseClick, left, 197, 497 ;left arrow for fold
down::MouseClick, left, 286, 497 ;down arrow for check/call
right::MouseClick, left, 386, 497 ;right arrow for bet/raise

numpadenter::Mouseclick, left, 307, 545 ;numpad enter for all in

control::Mouseclick, left, 243,545 ; control for bet pot
Reply With Quote
  #8  
Old 12-25-2006, 11:13 PM
halsted halsted is offline
Senior Member
 
Join Date: Aug 2006
Posts: 201
Default Re: Bodog Bet Pot Script? There software is horible

tsearcher,

thanks for the script. But I was looking for a mouse script

middle click bet pots.
right click bets 3/4ths pot
and middle scroll raises the bet amount by + or - a big blind or small blind

Maybe xbutton1 folds

any way to add that in?

thanks again.
Reply With Quote
  #9  
Old 12-25-2006, 11:26 PM
halsted halsted is offline
Senior Member
 
Join Date: Aug 2006
Posts: 201
Default Re: Bodog Bet Pot Script? There software is horible

Got your script to bet pot with the middle click . But every time I middle click it relocates my mouse pointer to right over the bet pot box. Anyway to stop this?

Also the table needs to be clicked before the action takes place. With the scripts this isnt needed. Do you know how to fix that?

Tried to get the middle scroll to raise/lower the bet amount by a big blind but couldnt. Can you give it a try?

Also, is a right click 3/4ths pot bet possible?
Reply With Quote
  #10  
Old 12-25-2006, 11:49 PM
tsearcher tsearcher is offline
Senior Member
 
Join Date: Jul 2006
Location: Oak Park, IL
Posts: 631
Default Re: Bodog Bet Pot Script? There software is horible

Sorry, my AHK abilities are very limited. I know I can't do 3/4 bet. I believe that would involve some type of screen scraping. See the scripts for stars bet pot, its pretty complicated.

I find that using the keyboard is a lot easier than using the mouse any way. Try it for a while you might find you like it better also.

Again, sorry I couldn't help you any more than that.
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:46 PM.


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