Scripts

The UI library is free and open. Game-specific scripts require a key — free via WorkInk or premium via Discord.

ℹ️ Building your own scripts? You don't need a key — just load the library from GitHub. Keys are only needed for our curated game scripts below.
UI Library — Universal

Straw Hat Hub Library

The full Discord-styled UI library. Servers, channels, sections, all components, 6 themes, key system support. Completely free to use and build on.

Open Source Docs →
Universal

ESP + Aimbot

Corner-box ESP with health bars, name tags, tracers. Smooth camera aimbot with FOV circle, hitbox selector, and color picker.

Free Key Get Key →
Universal

Movement Pack

Walk speed, jump power, infinite jump, no clip, fly mode with camera-relative WASD controls and keybind support.

Free Key Get Key →
Coming Soon

Premium Game Scripts

Game-specific scripts with advanced features. Details and supported games will be announced in Discord.

Premium Key Discord →

Free Library Loader

No key required. Load and start building immediately.

local StrawHat = loadstring(game:HttpGet( "https://api.strawhat.lol/v1/lib" ))() local Window = StrawHat:CreateWindow({ Name = "My Hub", Theme = "Default", Keybind = Enum.KeyCode.RightShift, }) -- See strawhat.lol/docs for full usage