Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > Tournament Poker > One-table Tournaments
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #10  
Old 11-28-2005, 03:31 AM
Big Limpin' Big Limpin' is offline
Senior Member
 
Join Date: Dec 2004
Location: Vancouver, Canada
Posts: 298
Default Re: Anyone playing 10 tables with the beta software?

[ QUOTE ]

What I do want though is a macro that would let me go all-in at the press of a button.

[/ QUOTE ]


; Fold
F1::
MouseClick, left, 200, 320
Sleep, 10
MouseClick, left, 200, 340
Sleep, 10
return

; Check/Call
F2::
MouseClick, left, 257, 320
Sleep, 10
MouseClick, left, 257, 340
Sleep, 10
return

; Bet/Raise
F3::
MouseClick, left, 367, 335
Sleep, 10
return

; Push
F4::
MouseClickDrag, left, 227, 300, 243, 300
Sleep, 10
Send,9999
MouseClick, left, 367, 335
Sleep, 10
return

;Reset
Esc::
MouseClickDrag, left, 220, 300, 243, 300
Sleep, 10
return


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; WindowLeft
Left::
CoordMode, Mouse, Relative
MouseMove,-267,200
MouseGetPos, curPosX, curPosY, curWin
WinGetTitle, title, ahk_id %curWin%
WinActivate, %title%
return

; WindowDown
Down::
CoordMode, Mouse, Relative
MouseMove,267,600
MouseGetPos, curPosX, curPosY, curWin
WinGetTitle, title, ahk_id %curWin%
WinActivate, %title%
return

; WindowRight
Right::
CoordMode, Mouse, Relative
MouseMove,800,200
MouseGetPos, curPosX, curPosY, curWin
WinGetTitle, title, ahk_id %curWin%
WinActivate, %title%
return

; WindowUp
Up::
CoordMode, Mouse, Relative
MouseMove,267,-200
MouseGetPos, curPosX, curPosY, curWin
WinGetTitle, title, ahk_id %curWin%
WinActivate, %title%
return
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Reply With Quote
 


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 05:32 PM.


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