Autohotkey Tibia Now
F2:: botActive := false SetTimer, AntiIdle, Off TrayTip, Tibia Bot, Bot DISABLED, 1 return
F4:: ; Health potion on self if (botActive) { Send {F4} ; assumes health potion on F4 hotkey Send {Enter} } return autohotkey tibia
; ---------- Exit script ---------- F10::ExitApp F2:: botActive := false SetTimer, AntiIdle, Off TrayTip,
; ---------- 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 F2:: botActive := false SetTimer
