Tibia 7.7 · Nostalrius

Bot smarter,
not harder.

HaltCore is a lightweight, high-performance Tibia bot built in Rust. Pixel-perfect radar, intelligent targeting, Lua scripting, and more.

5003 Items in database
<1ms Reaction time
60+ Lua API functions

Everything you need

Built from the ground up for Nostalrius 7.7

Smart Healer

Configurable HP/MP thresholds with instant spell casting. Supports healing spells, mana potions, and health potions with priority rules.

Targeting Engine

Multiple stances: Reach, KeepDistance, Diagonal, AggroKite, and more. A* pathfinding with walkable-tile awareness. Loots after kills automatically.

Cavebot

Waypoint-based navigation with Walk, Stand, Rope, Shovel, Ladder, SewerGrate, Node, and Label support. Anti-stuck detection and auto-recovery.

📜

Lua Scripting

Full scripting engine with 60+ API functions. Read player stats, control movement, manage inventory, interact with the game world. Run scripts alongside the bot.

📦

Auto Looter

Intelligent corpse detection using verified monster-corpse ID mappings. Opens corpses, picks up loot, and manages backpack space automatically.

Hotkey System

Bind any action to keyboard shortcuts. Cast spells, use items, toggle bot features, all with customizable hotkeys.

🤖

Discord Bridge

Get live status updates, screenshots, and alerts sent directly to your Discord channel. Monitor your bot from anywhere.

🖥

HUD Overlay

In-game overlay showing experience tracking, kill statistics, loot value, and session timers. Always-on-top with transparency support.

Built with Rust

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.

  • Native Win32 API integration
  • A* pathfinding with tile-service
  • Double-buffered radar scanning
  • mlua scripting engine
  • Complete 7.7 item database (5003 items)
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

Simple pricing

Pay with crypto. Instant activation. No subscriptions.

30 Days
$ 15
  • All features included
  • Healer, Cavebot, Targeting
  • Looter & Lua Scripting
  • Radar & HUD Overlay
  • Discord Bridge
  • HWID-bound license
Buy 30 Days

Activate your key

Already have a license key? Verify it here.

FAQ

How do I get my license key?

After payment is confirmed on the blockchain, your key will be displayed on the confirmation page. Keep it safe.

Can I use my key on multiple PCs?

Keys are bound to one machine (HWID) on first activation. Contact support if you need to transfer your key.

Which cryptocurrencies are accepted?

We accept BTC, ETH, LTC, USDT, and 100+ other cryptocurrencies through NOWPayments.

What Tibia version is supported?

HaltCore is built for Tibia 7.7 (Nostalrius). Other versions are not currently supported.

Is it safe to use?

HaltCore runs as an external process with minimal footprint. However, use at your own risk — botting always carries risk of detection.

Can I get a refund?

Due to the nature of digital products and crypto payments, all sales are final. Try the community guides before purchasing.