Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A poker bot that was meant to play on PokerStars (incomplete)

NotificationsYou must be signed in to change notification settings

borlak/pokerstars_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Many years ago when playing poker online in the USA was still legal, I decided to try and make apoker bot. I chose Poker Stars as my first target and began my quest on the creation of this bot.Along the way I learned about: DLL injection, trampolining, and basic windows programming.

I never fully completed the bot, but in its current state it was capable of:

  1. Logging in
  2. Getting a list of tables
  3. Join a table with players, but that is not full
  4. Click on betting buttons

But I never got around to writing the actual betting logic. Eventually, I learned that Poker Starsstarted fighting back against botters like this one that used DLL injection, by renaming theirinternal functions and such. Also you will notice I named the project "test2", as an attempt toskirt bot detection by checking out running program names like "pokerstars-bot.exe".

This bot will probably not work at all with current day Poker Stars. It relied on some things likethe table-list window size having particular proportions. From what I remember, Poker Stars didn'tuse the default Windows classes -- they inherited them and changed things around, I assumed to makeit harder to identify things like which sub-window was the table-list. I got around this by checkingdimension proportions compared to the main window size. Since the table-list window took up XYZ% ofthe main window, I could just loop through all the sub-windows and find it that way.

Have fun!


[8]ページ先頭

©2009-2025 Movatter.jp