Tibia Autohotkey Scripts _hot_ -

If you want your script to run as a standalone file without needing AHK installed on every machine, you can right-click your .ahk file and select to create an .exe file.

; MOUSE WHEEL HEAL (200ms delay) WheelUp:: Send, F1 Sleep, 200 return WheelDown:: Send, F2 Sleep, 200 return tibia autohotkey scripts

return