you need to install the auto-hotkey program
then edit/run the script
look around the website and within the scripts themselves, theres a pretty detailed guide on how to use it
to edit the amounts of your hotkeys, you need to edit the betpot_default_hotkeys script
to actually use the script to play, use the betpot-v0.2s script
to change the F1/F2 keys and the amounts, this is what you change
F1::
Pot(getid(),"0.75 0.75 0.66 0.66", "smallblind", "ssnl", 0)
return
F2::
Pot(getid(),"1 0.8 0.8 0.8", "smallblind", 0, 0)
return
F3::
Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)
return
F4::
Pot(getid(),"0.5 0.5 0.5 0.5", "smallblind", "ssnl", 0)
return
F5::
Pot(getid(),"2 1.75 1.5 1.2", "smallblind", "ssnl", 0)
return
thats the edited section of my script |