What bot were you using (that you couldn't figure out)? Also, you'll most likely have to use a poker client which displays your hole cards and the community cards as text. Card recognition would be fairly difficult, I'm not sure how/if I could do it and I'm a competent developer.
From there, it's just a matter of using the WinAPI, for example, to move the cursor to the correct position, which if you know the resolution/size/button placement of each action, this is trivial.
Also note this is nearly 100% useless for no limit which is more about implied odds which requires a relatively smart AI and is only useful in limit where it's more about directly computable pot odds.
|