
Automate YourSkyblock Grind
Create powerful macros with simple Lua scripting. No coding experience required.
Free during beta. No credit card required.
Ready to use, no coding required
Jump right in with our library of professionally crafted macros. Farming, mining, foraging, fishing, and more — all tested and optimized for maximum efficiency.

Navigate anywhere, automatically
Our advanced pathfinding engine handles all travel for you. Set your destination and watch as Hexis finds the optimal route through any terrain or obstacle.
How it works
Get started in three simple steps
Sign Up
Create your account with Google in seconds. No forms, no hassle.
Download
Install the Hexis mod for your Minecraft version. Quick and easy setup.
Automate
Pick a pre-built script or write your own. Start grinding smarter, not harder.
Scripts for every skill
Pre-built automation for all your Skyblock grinding needs
And many more scripts added by the community
Simple, powerfulLua scripting
Create custom macros with clean, readable code. Our Lua API is designed to be beginner-friendly while still offering powerful capabilities.
- Easy-to-learn syntax
- Built-in pathfinding API
- Hot-reload support
- Full documentation
1-- Simple farming script2local hexis = require("hexis")34-- Configuration5local CROP = "wheat"6local FARM_AREA = {x1 = 100, z1 = 200, x2 = 150, z2 = 250}78-- Main farming loop9while hexis.isEnabled() do10 -- Navigate to farm11 hexis.pathfind(FARM_AREA.x1, FARM_AREA.z1)1213 -- Harvest and replant14 for x = FARM_AREA.x1, FARM_AREA.x2 do15 for z = FARM_AREA.z1, FARM_AREA.z2 do16 if hexis.getCrop(x, z) == CROP then17 hexis.harvest(x, z)18 hexis.plant(x, z, CROP)19 end20 end21 end2223 hexis.wait(1000)24endJoin the Community
Get help, share scripts, and connect with other players
Ready to grindsmarter?
Join the beta and start automating your Skyblock experience today.
Free during beta. No credit card required.