Add to feed
  • Jun
  • 28
  • 2008

How I Built a Working Poker Bot, Part 4: The Poker Botting Erector Set - Coding the Wheel

Presenting the first poker botting erector set: complete sample source code and instructions for building a basic online poker “FoldBot”.

If you've ever worked with EM_STREAMIN before, you know that you have to provide it with a callback function—specifically, an EDITSTREAMCALLBACK function. That's just what the PokerTime client is doing. What we want to do is…

Tags: , , , , , , , , , , , , ,
add a comment
  • May
  • 21
  • 2008

How I Built a Working Online Poker Bot, Part 2: Interlude - Coding the Wheel

…everything necessary to build what's quickly becoming the de facto standard in online poker botting: a sophisticated parallel processing rig incorporating collusion AI, massive hand history databases, and real-time information flow to dominate the opposition. This is where the world is headed…

We took a break from the source code in this installment as I don't want to alienate too quickly the readers who've subscribed in the past week. In the next installment, we're going to have to plunge right back in, beginning with an…

Tags: , , , , , , , , , , , , ,
add a comment