Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Internet Poker > Software

Notices

Software Discussions about gambling-related and poker software.

Reply
 
Thread Tools Display Modes
Old 01-07-2009, 05:14 PM   #1
grinder
 
wateronrock's Avatar
 
Join Date: Mar 2004
Location: Even when I lose...I win.
Posts: 477
Xbox 360 controller AHK / Xpadder - collected threads edition

I'm going absolutely crazy trying to figure out how to get my xbox 360 wireless controller to work like a mouse.

I figured out how to use my keyboard with the AHK scripts but it seems to be much more complicated to input joystick values?

Most of the scripts I downloaded (stars planner) would just show up in my task bar as the green H and be functional...but the "using a joystick as a mouse" script just gives me the actual code? Do I have to copy and paste this script somewhere to get rolling?

24 tabling has taken it's toll physically and I'm starting to feel numbness in my fingers, it's to the point where I simply can't ignore it anymore. I'm hoping by switching periodically from mouse to joystick I can take some of the repetitive stress away.

If anyone can point me in the right direction or link me to any info I would really appreciate it?
wateronrock is offline   Reply With Quote
Old 01-07-2009, 05:32 PM   #2
adept
 
Amerzel's Avatar
 
Join Date: Apr 2005
Location: Oregon
Posts: 732
Re: Xbox 360 controller as a mouse with AHK?

I assume you have the xbox 360 wireless control working with your computer already? If not there's a wireless receiver you need to buy in order to use a 360 controller with your computer. In order to use a Joystick with AHK you need to specific what buttons you want to do what. I don't use stars planner so I don't know how they do it but the list of joystick buttons for AHK can be found here. You type in Joy1, Joy2, Joy3, etc for what button you want to correspond to what action, that's how Stars Hotkeys works at least.
Amerzel is offline   Reply With Quote
Old 01-07-2009, 09:56 PM   #3
adept
 
New York Jet's Avatar
 
Join Date: Aug 2004
Location: ICM = I Collect Money
Posts: 759
Re: Xbox 360 controller as a mouse with AHK?

Download BetPot at http://www.overcards.com/wiki/moin.cgi/BetPot

Add the following code to "betpot_default_hotkeys.ahk"
Code:
;XBox360

Joy1:: ; Green A
Pot(getid(),"999 999 999 999", "smallblind", 0, 0)
return

Joy2:: ; Red B
Raise(getid())
return

Joy3:: ; Blue X
Fold(getid())
return

Joy4:: ; Yellow Y
Call(getid())
return

Joy5::
Pot(getid(),"0.857 0.5 0.5 0.5", "smallblind", 0, 0)
return

Joy6::
Pot(getid(),"1 1 1 1", "smallblind", 0, 0)
return

Joy11::
Gosub, WheelDown
return

Joy12::
Gosub, WheelUp
return
Profit
New York Jet is offline   Reply With Quote
Old 01-07-2009, 10:41 PM   #4
adept
 
jaminbird's Avatar
 
Join Date: Jan 2005
Location: The other side of the tubes
Posts: 1,049
Re: Xbox 360 controller as a mouse with AHK?

Download xpadder and use with whatever betpot script you prefer.
jaminbird is offline   Reply With Quote
Old 01-08-2009, 02:49 AM   #5
veteran
 
Join Date: Oct 2008
Location: $100-$100k-#SNE
Posts: 2,828
Re: Xbox 360 controller as a mouse with AHK?

+1 to xpadder. been doing this for months. use the left joy as mouse start as left click. and when i play no limit RB as bet pot
mrdurdenptp is offline   Reply With Quote
Old 01-18-2009, 05:28 AM   #6
banned
 
jogden139's Avatar
 
Join Date: Mar 2008
Location: doesnt have aim.
Posts: 1,995
Re: Xbox 360 controller as a mouse with AHK?

please please please please please please let this work for me 1st try.
jogden139 is offline   Reply With Quote
Old 01-18-2009, 01:07 PM   #7
adept
 
Amerzel's Avatar
 
Join Date: Apr 2005
Location: Oregon
Posts: 732
Re: Xbox 360 controller as a mouse with AHK?

I just got it working with a 360 controller for my roommate Jog so if you have problems just IM me.
Amerzel is offline   Reply With Quote
Old 02-17-2009, 02:52 PM   #8
grinder
 
wateronrock's Avatar
 
Join Date: Mar 2004
Location: Even when I lose...I win.
Posts: 477
Re: Xbox 360 controller as a mouse with AHK?

Thanks for the response guys, I didn't check back and actually got things set up myself with some help from the SSNL forum.

I used xpadder and AHK and it works really well. I have the wireless 360 game pad and initially was told that it would not work....but it does.

I would recommend this as an alternative to anyone who is having issues with repetitive stress from multi tabling.
wateronrock is offline   Reply With Quote
Old 02-17-2009, 04:12 PM   #9
stranger
 
Join Date: Feb 2009
Posts: 8
Re: Xbox 360 controller as a mouse with AHK?

i like to use tableninja and joy2key. works great !
wheels83 is offline   Reply With Quote
Old 02-17-2009, 05:06 PM   #10
journeyman
 
Join Date: Mar 2008
Posts: 254
Re: Xbox 360 controller as a mouse with AHK?

Do you have to buy the controller specifically for windows, you can't just use a standard 360 wireless controller?
plopro7 is offline   Reply With Quote
Old 03-21-2009, 10:57 PM   #11
Carpal \'Tunnel
 
NameOnTheCake's Avatar
 
Join Date: Jul 2004
Location: we're not enemies, we just disagree
Posts: 19,596
Re: Xbox 360 controller as a mouse with AHK?

Is the free version of xpadder adequate or do you need the pay version?

also, is it possible for it to be configured to allow your conventional mouse to work simultaneously? or is it and either or situation
NameOnTheCake is offline   Reply With Quote
Old 03-22-2009, 10:42 AM   #12
Carpal \'Tunnel
 
NameOnTheCake's Avatar
 
Join Date: Jul 2004
Location: we're not enemies, we just disagree
Posts: 19,596
Re: Xbox 360 controller as a mouse with AHK?

bump
NameOnTheCake is offline   Reply With Quote
Old 03-22-2009, 04:23 PM   #13
grinder
 
Join Date: Aug 2008
Posts: 604
Re: Xbox 360 controller as a mouse with AHK?

Quote:
Originally Posted by NameOnTheCake View Post
Is the free version of xpadder adequate or do you need the pay version?

also, is it possible for it to be configured to allow your conventional mouse to work simultaneously? or is it and either or situation
Free version works fine for me and the mouse is not affected at all so I can control the poker hands by XBOX controller, keyboard or mouse all at the same time.
malloc is offline   Reply With Quote
Old 03-22-2009, 05:10 PM   #14
Carpal \'Tunnel
 
NameOnTheCake's Avatar
 
Join Date: Jul 2004
Location: we're not enemies, we just disagree
Posts: 19,596
Re: Xbox 360 controller as a mouse with AHK?

Quote:
Originally Posted by malloc View Post
Free version works fine for me and the mouse is not affected at all so I can control the poker hands by XBOX controller, keyboard or mouse all at the same time.
awesome, thanks
NameOnTheCake is offline   Reply With Quote
Old 03-22-2009, 06:00 PM   #15
old hand
 
LoveisHell's Avatar
 
Join Date: Aug 2008
Location: Finland
Posts: 1,725
Re: Xbox 360 controller as a mouse with AHK?

Is this any good in practise BTW? Sounds good but I don't know.
LoveisHell is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 04:49 PM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive