
Stop Grinding.Start Scripting.
Write simple Lua scripts to automate the boring parts of Skyblock. Or use our pre-built macros and start right away.
Free in beta.
Pick a script,
hit run
A growing library of Hypixel SkyBlock scripts covering combat, foraging, utilities, and more — all tested and ready to go out of the box.

Navigate anywhere,
automatically
A* pathfinding for Minecraft that handles jumps, ladders, and obstacles. Call hexis.pathfind(x, z) and it figures out the rest.
How it works
Up and running in under 5 minutes
Sign Up
Sign in with Google or Discord. Takes about 10 seconds.
Download
Grab the Minecraft Fabric mod from the dashboard. Drop it in your mods folder.
Automate
Pick a pre-built SkyBlock macro or write your own Lua script. AFK the rest.
Simple, powerful
scripting
Write your own automation with a clean Lua API. Combat, pathfinding, inventory management. It's all built in.
- Lua is easy to pick up, even if you've never coded
- Built-in combat, pathfinding, and inventory APIs
- Hot-reload: edit scripts without restarting
- Docs at docs.usehexis.com
hexis.script({ name = "Mob Hunter", version = "8.0", category = "Combat",})local config = hexis.config({ mob_type = hexis.config.dropdown("Mob Type", {"zombie", "wolf", "enderman"}, "wolf"), radius = hexis.config.slider( "Search Radius", 16, 64, 32, 8), range = hexis.config.slider( "Attack Range", 2.0, 4.0, 3.0, 0.5),})function hexis.main() while true do hexis.combat.hunt({ type = config.mob_type, search_radius = config.radius, attack_range = config.range, }) hexis.wait(1.0) endendJoin the Community
Get help, share scripts, and connect with other players
Ready toautomate?
Discounted while we're in beta. Sign up, install the Minecraft mod, and automate Hypixel SkyBlock.