Hexis

Automate YourSkyblock Grind

Create powerful macros with simple Lua scripting. No coding experience required.

Free during beta. No credit card required.

Pre-built Macros

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.

12+
Farming Scripts
8+
Mining Macros
6+
Foraging Tools
10+
Fishing Bots
Pre-built Macros Preview
Smart Pathfinding

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.

Obstacle avoidance
Smart navigation around blocks and entities
Multi-level support
Works across different heights and layers
Optimized routes
Finds the fastest path to your destination

How it works

Get started in three simple steps

01

Sign Up

Create your account with Google in seconds. No forms, no hassle.

02

Download

Install the Hexis mod for your Minecraft version. Quick and easy setup.

03

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

Foraging
Farming
Mining
Fishing
Combat
Hunting
Solvers
Utility

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
farming.lua
1-- Simple farming script
2local hexis = require("hexis")
3
4-- Configuration
5local CROP = "wheat"
6local FARM_AREA = {x1 = 100, z1 = 200, x2 = 150, z2 = 250}
7
8-- Main farming loop
9while hexis.isEnabled() do
10 -- Navigate to farm
11 hexis.pathfind(FARM_AREA.x1, FARM_AREA.z1)
12
13 -- Harvest and replant
14 for x = FARM_AREA.x1, FARM_AREA.x2 do
15 for z = FARM_AREA.z1, FARM_AREA.z2 do
16 if hexis.getCrop(x, z) == CROP then
17 hexis.harvest(x, z)
18 hexis.plant(x, z, CROP)
19 end
20 end
21 end
22
23 hexis.wait(1000)
24end

Join the Community

Get help, share scripts, and connect with other players

Join Discord
Active community
24/7 support
Script sharing

Ready to grindsmarter?

Join the beta and start automating your Skyblock experience today.

Free during beta. No credit card required.