Poker-AI.org

Poker AI and Botting Discussion Forum
It is currently Mon Nov 13, 2023 11:48 am

All times are UTC




Post new topic Reply to topic  [ 12 posts ] 
Author Message
PostPosted: Mon Mar 30, 2020 9:16 pm 
Offline
New Member

Joined: Thu Sep 17, 2015 11:57 am
Posts: 4
Hi everyone!

First, if you have any thoughts, ideas and suggestions, I'm open for any team work.

Several years ago I had the idea to implement PokerStars Bot. I have quite good experience in software development. Now it's clear to me that I'm ready. I'd like to present my vision of Bot and highlight the most narrow places where PokerStars (and maybe others) can catch it.

Let me start from business goals.
1. Undetectable by Room.
2. Fully automated. Support of scheduling work (MTT or playing cash, I mean human like).
3. Simple setup, not for sale, but for scaling.

My ideas for implementation.
1. Human like behavior.
1.1. Undetectable reading information from screen (VM is not an option, maybe KVM, maybe video driver, it's problem for investigation).
1.2. Recognize situation on tables including table and event name, bet sizes and positions, player names (as far as I researched it's obvious nowadays).
1.3. Making decision service (I'm planning to implement like separate "online" service. It will be mix of machine learning and charts).
1.4. Low level mouse driver implementation with human emulation (another yet problem, the idea I have is to save all my track moves and randomly use them).
2. Full automation(I suppose it's obvious, in case all implemented above).
2.1. Run client by schedule. Should have significant events schedule in DB.
2.2. Open scheduled event table or cash tables. Using previous recognition and inputs, of course.
2.3. Monitoring balance. Bot should stop work by balance limitations.
2.4. Close in human like manner.
3. Simple setup. I mean that it should be thick client that is on the same PC with Poker Room client. Decision service and maybe recognition module are elsewhere.

Maybe, I didn't take into account some security issues like VPN or geo location, let me know, please.

Thanks in advance.


Top
 Profile  
 
PostPosted: Tue Mar 31, 2020 5:57 am 
Offline
Site Admin
User avatar

Joined: Sun Feb 24, 2013 9:39 pm
Posts: 642
- Don't start with PokerStars. They have the best bot detection.
- Specialise in the AI or the Casino Interface, at least to start. Hopefully somebody will rent you an AI or sell you a Casino Interface eg
viewtopic.php?f=33&t=3299
- I started with a program like https://www.poker-genius.com/ If you want to use that check the API actually works. There is also something called pokertestbed.
- Spend a few days reading this forum. There is some good content but it is very spread out.


Top
 Profile  
 
PostPosted: Tue Mar 31, 2020 7:52 am 
Offline
Junior Member

Joined: Sat Feb 01, 2020 9:43 am
Posts: 20
Poker stars is the holy grail. Maybe start to develop what you mentioned above, but don't exclude trying it on other sites.

If you do get things going for you I'd be happy to be involved and maybe share thoughts.

_________________
Looking for professional help (paid) with stealth & botting scale. PM me if you know your way...


Top
 Profile  
 
PostPosted: Wed Apr 01, 2020 4:35 pm 
Offline
New Member

Joined: Thu Sep 17, 2015 11:57 am
Posts: 4
Guys,

Thanks for useful replies. However, I have last, but not least problem. Is it possible to emulate human input? Scaling and automation aren't possible without that.


Top
 Profile  
 
PostPosted: Wed Apr 01, 2020 4:46 pm 
Offline
Junior Member

Joined: Sat Feb 01, 2020 9:43 am
Posts: 20
baddy wrote:
Guys,

Thanks for useful replies. However, I have last, but not least problem. Is it possible to emulate human input? Scaling and automation aren't possible without that.


This is the whole point of creating a poker strategy.

_________________
Looking for professional help (paid) with stealth & botting scale. PM me if you know your way...


Top
 Profile  
 
PostPosted: Thu Apr 02, 2020 6:16 am 
Offline
Site Admin
User avatar

Joined: Sun Feb 24, 2013 9:39 pm
Posts: 642
baddy wrote:
Guys,

Thanks for useful replies. However, I have last, but not least problem. Is it possible to emulate human input? Scaling and automation aren't possible without that.


It's possible to move the cursor in a human like way. Be sure to test this properly because there are pitfalls.


Top
 Profile  
 
PostPosted: Thu Apr 02, 2020 6:25 pm 
Offline
Regular Member

Joined: Wed Mar 18, 2015 10:02 am
Posts: 80
spears wrote:
baddy wrote:
Guys,

Thanks for useful replies. However, I have last, but not least problem. Is it possible to emulate human input? Scaling and automation aren't possible without that.


It's possible to move the cursor in a human like way. Be sure to test this properly because there are pitfalls.


What kind of pitfalls you mean?
Would it be enough to record human mouse movements, and then if you want to move mouse between A and B, pick random path, and rotate, translate, scale points to fit between A and B?


Top
 Profile  
 
PostPosted: Tue Mar 21, 2023 11:13 am 
Offline
Site Admin
User avatar

Joined: Sun Feb 24, 2013 9:39 pm
Posts: 642
Ideally the rotating scaling etc should be kept small because the mouse trajectory is statistically different for different directions and distances.

I'm not at liberty to tell you why you should test it, but believe me, when you do you are very likely to find something you have not anticipated. Plot out the generated mouse position every few hundred milliseconds and visually compare the result with recorded real ones.


Top
 Profile  
 
PostPosted: Fri Mar 24, 2023 6:23 pm 
Offline
Regular Member

Joined: Wed Mar 18, 2015 10:02 am
Posts: 80
Thank you for the answer. I have done human mouse play back it looks quite realistic.
Do you know if poker site could detect that the mouse move and click come from software API and not from hardware by moving mouse?
Same for keyboard.


Top
 Profile  
 
PostPosted: Tue Mar 28, 2023 11:51 am 
Offline
Site Admin
User avatar

Joined: Sun Feb 24, 2013 9:39 pm
Posts: 642
Quote:
I have done human mouse play back it looks quite realistic.
Make sure the machine generating the mouse actions is under realistic load.

nbiresev wrote:
Do you know if poker site could detect that the mouse move and click come from software API and not from hardware by moving mouse?
Same for keyboard.


If the automated mouse and keyboard actions are realistic and come in from another machine via usb (or serial) they can't tell. Otherwise they can in principle. Different sites have different abilities. Stars can and will detect everything.


Top
 Profile  
 
PostPosted: Thu Mar 30, 2023 8:53 am 
Offline
Regular Member

Joined: Wed Mar 18, 2015 10:02 am
Posts: 80
How could you know that pokerstars could detect it? Do you know if someone tested this and verified?


Top
 Profile  
 
PostPosted: Fri Mar 31, 2023 6:36 am 
Offline
Site Admin
User avatar

Joined: Sun Feb 24, 2013 9:39 pm
Posts: 642
There was quite a lot of discussion about Stars detection capabilities on this forum years back, probably on the private subforums which weren't archived. It was fairly clear that they could detect anything on the machine connected to the casino and suspicious mouse movements. It is not all that hard to detect bots and the only reason other casinos don't do it is because they are fighting for market share and are prepared to tolerate bots to get more players.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group