View Single Post
  #1117  
Old 10-08-2007, 06:39 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Full Tilt Shortcuts - new ahk script

[ QUOTE ]

I can't even click the fold/call/raise buttons with 100% reliability, it took me 25 lines of code for each button just to get like 95% reliablility


[/ QUOTE ]

Bishop22, use BetPot for this. Add

<font class="small">Code:</font><hr /><pre>
f::Fold(getid())
c::Call(getid())
r::Raise(getid())
</pre><hr />

if you wanted to use, F, C, R keys - edit as required.

Seriously, what Stars shortcuts are you people wanting? I expect you have not discovered them yet - or if not, I'll make then for you no worries.
Reply With Quote