Full executor env
The globals you expect — getgenv, identifyexecutor, HttpGet, loadstring, metatable and hook access — all live.
niggahack is a Luau executor that runs natively on Linux — no Wine, no VM. Paste a script, attach to your session, and drop it straight onto the live game — then watch the output stream back.
-- niggahack: paste a script and hit Execute print("hello from " .. identifyexecutor()) local g = getgenv() g.loaded = true print("channel open ->", g.loaded)
Console idle — hit Execute to channel the script.
niggahack is a Luau executor for Linux — the real game client, running natively, with no Wine and no VM in the way. It's a single focused window: an editor, an Attach button, and a live console.
Paste a script, attach to your session, and pull the trigger. It runs on the live game with a full executor environment, and every print, return and error streams straight back into the console as it happens.
Paste. Attach. Execute. Everything between is handled for you.
The globals you expect — getgenv, identifyexecutor, HttpGet, loadstring, metatable and hook access — all live.
The engine log tails straight back, color-coded by level, auto-scrolling as your script speaks. Clear it, resize it, keep it.
Tabbed scripts with inline rename, seeded examples, and autosave to local storage. Your stash survives a restart.
A real Linux desktop app — not a wrapper, not a browser tab. Launch it, attach, and run.
Ctrl+Enter runs, Ctrl+S saves, Ctrl+` toggles the console. Hands stay home.
A clean dark default, a deeper midnight, or the signature niggahack mode — a live backdrop the chrome floats over.
Launch the app and join your game. One window, nothing else to set up.
Hit Attach. niggahack locks onto your live session and arms itself for the run.
Paste your Luau and pull the trigger — it runs on the live game in a full executor environment.
Output streams straight back into the console — prints, returns and errors, as they happen.
Try the force. Cancel anytime.
Pay once. Yours for good.
Buy wholesale, sell at your price.
No repo, no build. You get a single signed binary and a license key — drop the key into niggahack, attach, and the force is yours.
# 1 · drop in your key niggahack> license NH-XXXX-XXXX-XXXX license verified · hardware-locked · lifetime # 2 · launch & join a game, then niggahack> attach attached — executor armed # 3 · paste Lua and pull the trigger niggahack> execute running on the live game…