Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #31  
Old 11-05-2007, 10:16 AM
Spurious Spurious is offline
Senior Member
 
Join Date: Aug 2006
Posts: 1,575
Default Re: AHK script to open Stars tables???

hopefully, i think there is a link between a table opener and datamining, but it also helps to tableselect.
In order to see all the stats i got on people, i need to open 15 tables by my on. and since the new stars software is [censored] up, it takes even longer
Reply With Quote
  #32  
Old 11-05-2007, 12:41 PM
yellowbluebus yellowbluebus is offline
Senior Member
 
Join Date: Oct 2005
Location: Texas
Posts: 740
Default Re: AHK script to open Stars tables???

Here's a quick and very very dirty (code wise) way to open a bunch of Stars' tables. It has no way of knowing which stakes it's opening so you would have to have the tables you want to open at the top of the list. It'll open around ~30 or so tables.

GL

<font class="small">Code:</font><hr /><pre>
MouseClick, left, 571, 459
Sleep, 100
WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 132, 239
MouseClick, left, 132, 239

Loop, 2 {

WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 164, 250
MouseClick, left, 164, 250


WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 150, 266
MouseClick, left, 150, 266


WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 159, 279
MouseClick, left, 159, 279


WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 206, 291
MouseClick, left, 206, 291


WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 206, 304
MouseClick, left, 206, 304


WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 206, 317
MouseClick, left, 206, 317


WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 206, 330
MouseClick, left, 206, 330


WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 206, 343
MouseClick, left, 206, 343


WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 206, 356
MouseClick, left, 206, 356


WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 206, 369
MouseClick, left, 206, 369


WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 206, 382
MouseClick, left, 206, 382


WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 206, 395
MouseClick, left, 206, 395


WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 206, 415
MouseClick, left, 206, 415


WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
MouseClick, left, 206, 430
MouseClick, left, 206, 430


WinWait, PokerStars Lobby,
IfWinNotActive, PokerStars Lobby, , WinActivate, PokerStars Lobby,
WinWaitActive, PokerStars Lobby,
Send, {PGDN}
MouseClick, left, 228, 437
Sleep, 100
Send, {PGDN}{PGUP}
}

</pre><hr />
Reply With Quote
Reply


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 02:27 AM.


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