Yes it will be limit, will try it on a low limit until i have a winner then try to beat higher limits etc. Most poker programs display the hole cards as text, so it will grab it from there basically, and check it with a bunch of if statements like:
If card1 = As
& card2 = Ah
& dealerpuck = -2
& bettinground = preflop
& potsize = < 50
type F1
And then F1 will either hit the raise button in certain software or trigger a hotkey for a macro which will move my mouse over to the raise button and click it for software without hotkeys.
I already have the second part with the mouse and hotkeys figured out, I just need to figure out how to declare everything like card1, card2, position from puck, pot size, etc.
|