HaltCore is a lightweight, high-performance Tibia bot built in Rust. Pixel-perfect radar, intelligent targeting, Lua scripting, and more.
Built from the ground up for Nostalrius 7.7
Configurable HP/MP thresholds with instant spell casting. Supports healing spells, mana potions, and health potions with priority rules.
Real-time minimap powered by a complete 5003-item database. See walkable tiles, walls, creatures, NPCs, and players with pixel-perfect accuracy.
Multiple stances: Reach, KeepDistance, Diagonal, AggroKite, and more. A* pathfinding with walkable-tile awareness. Loots after kills automatically.
Waypoint-based navigation with Walk, Stand, Rope, Shovel, Ladder, SewerGrate, Node, and Label support. Anti-stuck detection and auto-recovery.
Full scripting engine with 60+ API functions. Read player stats, control movement, manage inventory, interact with the game world. Run scripts alongside the bot.
Intelligent corpse detection using verified monster-corpse ID mappings. Opens corpses, picks up loot, and manages backpack space automatically.
Bind any action to keyboard shortcuts. Cast spells, use items, toggle bot features, all with customizable hotkeys.
Get live status updates, screenshots, and alerts sent directly to your Discord channel. Monitor your bot from anywhere.
In-game overlay showing experience tracking, kill statistics, loot value, and session timers. Always-on-top with transparency support.
HaltCore is written entirely in Rust for maximum performance and reliability. No .NET bloat, no Python overhead. Direct memory access with zero-copy reads, shellcode injection for game function calls, and a native egui interface that runs at 60fps with minimal CPU usage.
local hp = hppc()
local mp = mppc()
-- Smart healing logic
if hp < 60 then
cast("exura vita")
elseif mp > 80 and hp < 85 then
cast("exura")
end
-- Check equipment
local weapon = item_by_id(lhand())
if weapon then
statusmessage(weapon.name
.. " atk:" .. weapon.attack)
end
Pay with crypto. Instant activation. No subscriptions.
Already have a license key? Verify it here.
After payment is confirmed on the blockchain, your key will be displayed on the confirmation page. Keep it safe.
Keys are bound to one machine (HWID) on first activation. Contact support if you need to transfer your key.
We accept BTC, ETH, LTC, USDT, and 100+ other cryptocurrencies through NOWPayments.
HaltCore is built for Tibia 7.7 (Nostalrius). Other versions are not currently supported.
HaltCore runs as an external process with minimal footprint. However, use at your own risk — botting always carries risk of detection.
Due to the nature of digital products and crypto payments, all sales are final. Try the community guides before purchasing.