Open Side Menu Go to the Top
Register
How to interact with Poker clients to make Table Manager tool How to interact with Poker clients to make Table Manager tool

09-01-2021 , 06:10 PM
Does anyone how to interact with Poker Clients? Since Table Tamer is too finicky these days, I've been wanted to toy around with making my own Table Manager tool. It seems like I would need to be able to read in data/action from tables and then be able to send commands to the client. Something tells me OCR and object detection is not being used for this. Obviously there are a lot of poker clients, just hoping to be pointed in the right direction. Any help is much appreciated!

Last edited by LuckyShim; 09-01-2021 at 06:15 PM.
How to interact with Poker clients to make Table Manager tool Quote
09-03-2021 , 04:06 PM
there are alternatives that work with a lot of sites

I have not used it but this one seems popular

https://forumserver.twoplustwo.com/1...-tool-1761561/
How to interact with Poker clients to make Table Manager tool Quote
09-29-2021 , 05:21 PM
A simple table manager tool relies on the title of the table window. To get actions in real time you should reverse engineer the client, and then inject hooks to intercept network packets or rendering calls. This task requires skilled reverse engineers. I'd go with table titles and static hand histories first.

I'd not recommend going with traffic interception on PokerStars. They have the most complicated protocol among all poker rooms. However, we do intercept PokerStars traffic in Hand2Note, so it's possible, just prepare to spend months on just reversing their protocol.

Last edited by Andrii Plakhotnyi; 09-29-2021 at 05:31 PM.
How to interact with Poker clients to make Table Manager tool Quote

      
m