Open Side Menu Go to the Top
Register
C# Code for PokerStars Data Mining C# Code for PokerStars Data Mining

05-15-2016 , 05:29 AM
Or does these first scripts still working? I dont know if could use it, have a lot of money and dont want Ban.
C# Code for PokerStars Data Mining Quote
05-16-2016 , 12:11 AM
Don't use it. These are not ready-made programs for anything, they are code for programmers to work with.
C# Code for PokerStars Data Mining Quote
05-16-2016 , 10:29 AM
Quote:
Originally Posted by MadmanCZ
Or does these first scripts still working? I dont know if could use it, have a lot of money and dont want Ban.
As dave noted above, these are not complete programs that you can download and run, a few of us simply shared some code other programmers could use if they are interested. If you are not a C# developer it won't be useful at all to you.
C# Code for PokerStars Data Mining Quote
05-17-2016 , 07:43 AM
i know C++, so i think i could do something in C sharp...

So,shows it cards, stack sizes, and BB size?

And could PS know, that i m using this script?
C# Code for PokerStars Data Mining Quote
05-17-2016 , 08:15 AM
If you have to ask the question "could PS know" that's a pretty damn good sign you shouldn't be doing whatever it is you plan - and yes, they can know whatever you try and do.

This code is for player names and finish positions, as stated in the OP.
C# Code for PokerStars Data Mining Quote
05-17-2016 , 09:54 AM
Quote:
Originally Posted by MadmanCZ
And could PS know, that i m using this script?
Maybe.
C# Code for PokerStars Data Mining Quote
06-06-2020 , 06:49 AM
Quote:
Originally Posted by _dave_
If you have to ask the question "could PS know" that's a pretty damn good sign you shouldn't be doing whatever it is you plan - and yes, they can know whatever you try and do.

This code is for player names and finish positions, as stated in the OP.
Hello.

If that's not a problem, I'll use this thread to ask a few questions. I'm trying to work in a Spin&Go auto-register software for PokerStars, just something similar to StarsCaption. I've already done the part of registering the tourneys automatically by using the AutomationElement of the Lobby, as I couldn't do it sending messages through Win32 API functions.

Now, I'm looking for a way of getting information of the opened tables; Multiplier, Check if the table is already in Heads-Up, etc... But I'm lost at this point and I don't know how I could achieve this (I would preffer to don't to it via OCR).

I'm quoting you, because I ended up in a StackOverflow post where I saw something very interesting for achieve what I want, and I think you're the one that posted it (if you're not, sorry, anyway I hope someone can help me) - https://stackoverflow.com/questions/...ll-those-hands

The suggestion was to use the log files found in the AppData of the PokerStars software. However, I tried to take a look a it while I'm playing, and I hardly see something useful. It is true that you can see the cards of the table, your actions... But I'm not sure if they're intentionally cripting the data in some way to make it unreadable. For now, basically, I would like to get the multiplier of the table, but I can't see a way of getting this from the log.

Could you help me in some way to achieve this?
C# Code for PokerStars Data Mining Quote

      
m