fabric utility client for minecraft 26.x. fly, speed, a jump that actually goes the exact height u set, aim lock that auto hits (full charge or cps spam), esp, tracers, and storage esp so u can see every chest shulker and spawner around u thru walls
works on windows and linux (mac too prolly, its just java)
heads up tho, most servers ban stuff like this and anticheats catch movement hacks fast. use it in singleplayer, ur own server, or wherever its allowed. if u get banned thats on u
armed, with the combat settings open (aimlock n aimlockcps sliders)
and when its off nothing runs till u click that red box
grab the jar for ur exact version from releases
| minecraft | jar |
|---|---|
| 26.3 | esteban-1.2.1+26.3.jar |
| 26.2 | esteban-1.2.1+26.2.jar |
| 26.1.2 | esteban-1.2.1+26.1.2.jar |
| 26.1 | esteban-1.2.1+26.1.jar |
wrong jar wont load, fabric just tells u its the wrong version before the game even starts
u need 3 things, all for the same mc version: fabric loader, fabric api, and the esteban jar
prism / multimc / modrinth app / curseforge
make a fabric instance for ur version, add fabric api from the mod browser, drop the esteban jar in that instance's mods folder. done
vanilla launcher
run the fabric installer for ur version, grab fabric api, then put both jars in ur mods folder:
- windows:
%APPDATA%\.minecraft\mods(just paste that in the file explorer bar) - linux:
~/.minecraft/mods
then start the fabric profile
lunar client
pick ur version and set the loader to fabric, then put fabric api + esteban in:
- windows:
%USERPROFILE%\.lunarclient\profiles\26\mods\fabric-<version> - linux:
~/.lunarclient/profiles/26/mods/fabric-<version>
runs fine next to sodium and iris btw
- backspace opens the menu
- everything starts off every time u launch, click
CHEATS: OFFtop left to arm it. click it again and everything shuts off at once - left click a module to turn it on/off
- with AimLock or AimLockCPS on, middle click a mob or player to lock onto it. middle click it again (or middle click nothing) to let go. only one of them can be on at a time, the other one goes dark in the menu
- right click a module to open its settings, click the switches, drag the sliders
- drag a panel by its header to move it, right click the header to fold it
settings save to esteban/esteban.txt in ur game folder. which modules were on dosent get saved, thats on purpose so u always start clean
| module | what it does | settings |
|---|---|---|
| Fly | lets u fly | Mode (Motion, Vanilla, TP), Speed, Hover |
| Speed | go faster | Speed, GroundOnly |
| Jump | jumps to the exact height u set, in blocks. sprint jumping and holding space to bhop still work normal | Height (1.5 to 30) |
| AimLock | middle click a mob or player and ur aim locks on and follows it smooth. when ur attack bar is full and its in ur normal reach it hits, waits for the bar to fill back up, hits again. every hit is full charge even with a bit of lag, fist sword axe whatever. with Crits on, jump and it hits on the way down for crits, even while sprinting. only hits when ur crosshair is on it so no hitting thru walls, lets go when the target dies or gets too far |
Speed, LockRange, AutoHit, Crits |
| AimLockCPS | same lock, but when theyre in reach it spams hits like an autoclicker, up to 100 cps. Random makes it a bit uneven so it looks human. best on bedwars type servers with no attack cooldown, on normal 26.x servers AimLock kills faster cuz spam hits are weaker |
Speed, LockRange, AutoHit, CPS (1 to 100), Random |
| NoFall | no fall damage from any height, turn this on if ur doing big jumps | |
| AutoSprint | always sprinting | |
| Fullbright | see in the dark | |
| ESP | boxes on players (red) and mobs (green) thru walls | Range, PlayersOnly, Corners |
| Tracers | lines from the bottom of ur screen to every player and mob | Range |
| StorageESP | boxes + name tags on every chest, trapped chest, ender chest, shulker, barrel, hopper, dropper, dispenser and spawner in range, thru walls. blocks stay solid, its just drawn on top | Range, Chests, Shulkers, Barrels, Droppers, Spawners, Names, Tracers |
| GameMode | sends /gamemode, only works if ur op |
Mode |
storage colors: chests gold, ender chests teal, shulkers purple, barrels tan, hoppers droppers and dispensers grey, spawners red
u just need java 17 or newer installed. gradle grabs everything else by itself, even jdk 25 and the minecraft files
linux:
./gradlew build -Pmc=26.3
windows (powershell, keep the quotes, powershell gets weird with the dot):
.\gradlew.bat build "-Pmc=26.3"
jar ends up in build/libs/. swap 26.3 for whatever version u want
it pulls the minecraft client and its libs straight from mojang and checks every file against mojangs own checksums, nothing from minecraft is stored in this repo
26.x has no obfuscation so theres no mappings and no mixins, just fabric api's tick and hud hooks. mojang renamed some stuff between versions (and 26.3 ditched glfw for sdl3) so the small classes in src/platform/ handle that

