View Single Post
  #211  
Old 10-05-2007, 04:29 PM
schumi84 schumi84 is offline
Junior Member
 
Join Date: Oct 2007
Posts: 8
Default Stars Auto Reloader (NL & Limit) - New AHK Script

The 20BB reload functioned not yet on Stars NL.It reloads to 100BB

min_nl_bbs := 20

min_limit_bbs := 20
rebuy_limit_bbs := 20



filepath :="C:\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 := "6"

SetTimer, KillPopUps, 200
;SetTimer, KillPopUps, Off

F1:: ; <-------- Hotkey for manual reload, point mouse, press key.
id := getid()
IfWinExist, ahk_id%id% ahk_group StarsTables
Reply With Quote