Open Side Menu Go to the Top
Register
AHK Script: I can not click "I'm back" AHK Script: I can not click "I'm back"

09-29-2015 , 02:16 AM
I can not click button "I'm back" (PokerStars)
But I can click button "Fold"
Help me please

Code:
F7::   
    hwnd := WinExist("A")   

    ;~ Fold
    x := 450
    y := 533

    ;~ I'm back
    ;~ x := 600
    ;~ y := 500
    
    PostLeftClick(x, y, hwnd, 0) 
Return

PostLeftClick(x, y, table_id, activate=1, control_class="") 
{    
    PostMessage, 0x201, 0x0001, ((y<<16)^x), %control_class%, ahk_id%table_id%
    PostMessage, 0x202 , 0, ((y<<16)^x), %control_class%, ahk_id%table_id%
}
AHK Script: I can not click &quot;I'm back&quot; Quote
09-29-2015 , 04:21 AM
please all del
AHK Script: I can not click &quot;I'm back&quot; Quote
09-29-2015 , 06:26 AM
and GAYS must die
AHK Script: I can not click &quot;I'm back&quot; Quote

      
m