Originally Posted by
triskac
Hi
I am playing poker and wanted to create script for making my life easier. I wanted to create scripts that will autoregister for the tourneys, so I do not have to click on the register button, instead of this time I can focus on playing. But for I don't know what reason moves what are working on notepad are not working on pokerstars.
Does anybody of you have an idea why it is so?
For example:
WinActivate ( "PokerStars Lobby")
WinWaitActive ( "PokerStars Lobby")
MouseClick ( "left" , 581, 352, 2)
this is not working at all. But when I put the the script only this command MouseClick ( "left" , 581, 352, 2) mouse is moved to window, but double click is not working.
Thank you for any advice.