View Single Post
  #259  
Old 10-31-2007, 07:08 AM
ASPoker8 ASPoker8 is offline
Senior Member
 
Join Date: Aug 2006
Location: Titletown (Boston, UF)
Posts: 13,738
Default Re: Stars Auto Reloader (NL & Limit) - New AHK Script

$5 to anyone who can get mine working:

-I live on the East Coast
-I use Windows Vista
-My Stars is in C -> Program Files -> PokerStars -> HandHistory


min_nl_bbs := 104

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 := "-5"


why wont anything work?

what do I need to do?
Reply With Quote