=link=: Autohotkey Tibia

global botActive := false global antiIdleTimer := ""

; ---------- Pause script with Pause/Break key ---------- Pause::Pause

F2:: botActive := false SetTimer, AntiIdle, Off TrayTip, Tibia Bot, Bot DISABLED, 1 return

; ---------- Healing (Self-target potions) ---------- F3:: ; Mana potion on self if (botActive) { Send {F3} ; assumes mana potion is on F3 hotkey in Tibia Send {Enter} } return