View Single Post
  #1  
Old 10-10-2007, 11:34 PM
adamw005 adamw005 is offline
Member
 
Join Date: Apr 2006
Posts: 85
Default AHK Script Issues on my laptop

I can't get betpot or starsautoreloader to work. I have the newest AHK program. In the bet pot script the only thing that works is the mouse wheel as the scroller. in the autoreloader the f1 key works to reload but it wont automatically

here is my reloader script:


min_nl_bbs := 250

min_limit_bbs := 50
rebuy_limit_bbs := 4



filepath := A_ProgramFiles "\PokerStars\HandHistory\"

; END OF SETTINGS

#NoEnv
#SingleInstance, Force
SendMode Input
tables := ""
nltables := ""
SetTitleMatchMode 2
GroupAdd, StarsTables, Logged In as ,,, PokerStars Lobby
SetTimer, UpdateTables, 1000
timezone_difference_EST := "1"

I'm in Central time zone btw, is this setting correct?

for bet pot i havent changed any setting i dont think.

any suggestions?
Reply With Quote