Tibia - Autohotkey Scripts

; Quick logout (ESC) F12::Send {ESC}

#NoEnv #SingleInstance Force SendMode Input ; Movement (WASD) - Keep native ; Spells on Numpad NumpadIns::Send {F1} ; Exura NumpadDel::Send {F2} ; Exura san NumpadEnd::Send {F3} ; Exori san NumpadDown::Send {F4} ; Exevo mas san NumpadPgDn::Send {F5} ; Heal friend NumpadLeft::Send {F6} ; Magic wall NumpadClear::Send {F7}; Enchant NumpadRight::Send {F8}; Destroy field tibia autohotkey scripts

; Ctrl + Numpad for runes ^NumpadIns::Send {F9} ; SD Rune ^NumpadDel::Send {F10} ; HMM ^NumpadEnd::Send {F11} ; GFB ; Quick logout (ESC) F12::Send {ESC} #NoEnv #SingleInstance

Download AutoHotkey from autohotkey.com. Step 2: Right-click on Desktop → New → AutoHotkey Script. Name it TibiaProfile.ahk . Step 3: Paste the following: Step 3: Paste the following: ; Toggle walk

; Toggle walk mode (Shift lock) CapsLock:: Send {Shift Down} KeyWait, CapsLock Send {Shift Up} return

; Pause script with Pause/Break key Pause:: Pause, Toggle TrayTip, Tibia AHK, Script is % (A_IsPaused ? "Paused" : "Resumed"), 2 return

Basic remapping (changing "A" to "B") is technically undetectable, but still against the spirit of the rules if it gives an advantage.