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, 06:36 PM
Jeff_B Jeff_B is offline
Senior Member
 
Join Date: Jul 2005
Location: I need Patience NOW
Posts: 2,846
Default Question about BetPot Script on overcards by _dave_

link

The above is a link to a betpot script I found that works with ultimate bet

It says its possible to change the hot keys so that like F2 would bet 1/2 the pot etc...
(I am trying to use my xbox controller to play and have the mouse mapped to other things..

Also would it be possible that there is a script that will click the x,yth coordinate in the active window on a key or key combo press?
Reply With Quote
  #2  
Old 08-14-2007, 07:51 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Question about BetPot Script on overcards by _dave_

hi,

[ QUOTE ]

It says its possible to change the hot keys so that like F2 would bet 1/2 the pot etc...


[/ QUOTE ]

Certainly [img]/images/graemlins/smile.gif[/img]

[ QUOTE ]

I am trying to use my xbox controller to play and have the mouse mapped to other things..

[/ QUOTE ]

XBox controllers (and others) buttons are usually named JoyX (where X is thir button number - you can find out what button is what number in control panel)

So some simple controller commands would be like this: (edit "betpot_default_hotkeys.AHK"

<font class="small">Code:</font><hr /><pre>

; --- Set bet amount to half pot ---
Joy2::
Pot(getid(), "0.5")
return

; --- Set bet amount to full pot ---
Joy2::
Pot(getid(), "1")
return


; --- the next 3 should be obvious enough ---

Joy5::
Raise(getid())
return

Joy6::
Fold(getid())
return

Joy7::
Fold(getid())
return

Joy8::
Raise(getid())
return
</pre><hr />


[ QUOTE ]

Also would it be possible that there is a script that will click the x,yth coordinate in the active window


[/ QUOTE ]

By default, BetPot will act on the table below the mouse - if you edit the main script, change the variable at the top to 1, like this:

<font class="small">Code:</font><hr /><pre>
act_only_on_active_table = 1
</pre><hr />

BetPot commands will go to the active table - not that this is kinda dangerous, especially with a focus-stealing site such as UB.

A better idea would be to run AHK joystick2mouse on one of the analog sticks, and then target the tables using the cursor without having to use a real mouse.


If you feel like searching, I'm sure some kind people posted some decent xbox360 hotkey setups for BetPot in the monster thread.

Until Stars adds XBox 360 (for Europe) to the VIP store, I have no idea which of the controller's buttons I mapped to what in the example above [img]/images/graemlins/smile.gif[/img]


Hope that helps,

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 10:19 AM.


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