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
|