View Single Post
  #3  
Old 09-30-2007, 12:39 PM
solarpower solarpower is offline
Junior Member
 
Join Date: Aug 2007
Posts: 9
Default absolute script

Absolutepoker

f1 = said("fold",6)
f4 = said("check",6)
f3 = said("raise",6)
f2 = said("check",6)
f5 = said("raise",6)
f8 = said("money_all_in",6)
f7 = said("double",6)
f6 = said("double",6)

key.one = said("one",6)
two = said("two",6)
three = said("three",6)
four = said("four",6)
five = said("five",6)
six = said("six",6)
seven = said("seven",6)
eight = said("eight",6)
nine = said("nine",6)
zero = said("zero",6)
Backspace = said("delete",6)
alt and tab = said("table",6)
alt and tab + alt and tab = said("pokerroom",6)
dot = said("dot",6)

You say those words in microphone, and it is easy to change words. But it is easier to play fixed limit so you can just take the f command line in code.
Reply With Quote