This is a repository for open-source Magisk Modules which is run by by IzzyOnDroid (details), currently serving 139 modules. To add it to your MMRL client, use this URL:
https://apt.izzysoft.de/magisk
Note this repo is still in BETA stage, so there might be some glitches and not everything is working as planned yet! Further, other than with our F-Droid repo, there is no extensive scanning framework in place. Modules are taken in directly from their resp. developers.
Last updated: 2026-03-06 20:33 UTC
Any script that plays the game for you (healing automatically when health is low or cycling spells on a timer) is a bannable offense .
; Set your Tibia window title (optional) TibiaWindowTitle := "Tibia"
If you have a gaming mouse with side buttons (Mouse 4 and Mouse 5) or want to utilize easily reachable keys like F and R without triggering Tibia's chat, this script rebinds them to your standard F-key hotkey bars. autohotkey
Looting monsters quickly is essential for maximizing your experience per hour. This macro clicks the mouse rapidly while holding down a modifier key. autohotkey tibia autohotkey scripts
However, using third-party software in Tibia carries significant risks. This comprehensive guide covers how AutoHotkey works with Tibia, how to write safe scripts, and how to avoid account deletion. ⚠️ BattlEye and the Legality of AHK in Tibia
CipSoft’s official stance is clear: Macros that perform multiple actions from a single button press are illegal. However, simple remaps and accessibility tools are generally tolerated if they don't automate gameplay.
Scripts that read colors from the screen to detect health levels or monsters are highly detectable and forbidden. Any script that plays the game for you
If you prefer moving with WASD instead of the arrow keys but still need to chat, a toggle script is incredibly useful. autohotkey
#IfWinActive Tibia ; Press ScrollLock to turn the WASD movement on or off ScrollLock:: Suspend Toggle return w::Up a::Left s::Down d::Right Use code with caution. BattlEye and the Risk of Deletion
Many Tibia players prefer moving with WASD rather than the arrow keys. This script remaps WASD to the arrow keys, converts QEZC into diagonal movement, and uses the ScrollLock key to toggle the script on and off so you can still chat normally. autohotkey This macro clicks the mouse rapidly while holding
Hold Ctrl + D to drop 100 gold pieces quickly (one per 70ms):
AutoHotkey can significantly enhance the comfort of playing Tibia, especially for long hunting sessions. However, the line between "convenience" and "automation" is thin. Using, or creating, scripts that mimic human behavior—such as introducing random delays and avoiding, non-stop loops—is key to keeping your account safe in 2026.
Open or close multiple chat channels and side windows with a single command. Essential AHK Scripts for Tibia
: Right-click your desktop, select New > AutoHotkey Script , and name it TibiaScripts.ahk .
#IfWinActive ahk_exe tibia.exe w::Up a::Left s::Down d::Right ; Diagonal Movement (Numpad equivalents) q::Numpad7 ; North-West e::Numpad9 ; North-East z::Numpad1 ; South-West c::Numpad3 ; South-East #IfWinActive Use code with caution. 3. Mouse Wheel Smart Healing