Heal without moving your fingers from mouse:
#IfWinActive, ahk_class TibiaClient
WheelUp::Send, F1 ; Exura on F1
WheelDown::Send, F2 ; Exura gran on F2
#IfWinActive
Add a delay to prevent overflow (BattleEye hates 50 casts/second): tibia autohotkey scripts
WheelUp::
Send, F1
Sleep, 200
return
To avoid an instant ban or a deletion, follow these guidelines when writing your scripts: Heal without moving your fingers from mouse: #IfWinActive,
The following scripts can be detected by BattleEye. They are provided for educational purposes only. Use at your own risk. Add a delay to prevent overflow (BattleEye hates