AntiIdle: Send, {F12} Sleep, 100 return
The golden rule is simple:
^LButton:: ; Control + Left Click Click, Right Sleep, 100 Click return Hold Ctrl + D to drop 100 gold pieces quickly (one per 70ms): tibia autohotkey scripts
^F9:: ; Ctrl+F9 toggles anti-idle Toggle := !Toggle If Toggle { SetTimer, AntiIdle, 300000 Tooltip, Anti-idle ON } Else { SetTimer, AntiIdle, Off Tooltip, Anti-idle OFF } SetTimer, RemoveTooltip, -1000 return To craft 10 runes while holding down a key: AntiIdle: Send, {F12} Sleep, 100 return The golden
~Shift:: Suspend, Toggle Tooltip, WASD Movement % (A_IsSuspended ? "OFF" : "ON") SetTimer, RemoveTooltip, -1000 return RemoveTooltip: Tooltip return Heal without moving your fingers from mouse: Control + Left Click Click
#IfWinActive, ahk_class TibiaClient
#IfWinActive, ahk_class TibiaClient w::Up a::Left s::Down d::Right #IfWinActive This interferes with chat typing. Add a toggle: