Luau Executor // Linux-native

Paste a script.
Pull the trigger. Watch it run 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.

identifyexecutor()"niggahack" closed-source · private build instant key delivery
niggahack executor Attached
main.lua× httpget.lua env.lua
-- niggahack: paste a script and hit Execute
print("hello from " .. identifyexecutor())
 
local g = getgenv()
g.loaded = true
print("channel open ->", g.loaded)
run with Ctrl + Enter

Console idle — hit Execute to channel the script.

idle Luau ready
01

What niggahack is

native linux · no wine

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.

platformLinux — native
runtimeno Wine · no VM
languageLuau
environmentfull executor
deliverysigned binary + key
identifyexecutor()"niggahack"
02

Capabilities

what you get

Full executor env

The globals you expect — getgenv, identifyexecutor, HttpGet, loadstring, metatable and hook access — all live.

Live console

The engine log tails straight back, color-coded by level, auto-scrolling as your script speaks. Clear it, resize it, keep it.

Script library

Tabbed scripts with inline rename, seeded examples, and autosave to local storage. Your stash survives a restart.

Native desktop app

A real Linux desktop app — not a wrapper, not a browser tab. Launch it, attach, and run.

Keyboard-first

Ctrl+Enter runs, Ctrl+S saves, Ctrl+` toggles the console. Hands stay home.

Themes

A clean dark default, a deeper midnight, or the signature niggahack mode — a live backdrop the chrome floats over.

03

How it works

four moves, start to finish
01

Open niggahack

Launch the app and join your game. One window, nothing else to set up.

02

Attach

Hit Attach. niggahack locks onto your live session and arms itself for the run.

03

Execute

Paste your Luau and pull the trigger — it runs on the live game in a full executor environment.

04

Watch

Output streams straight back into the console — prints, returns and errors, as they happen.

04

Get a key

closed source · paid
Month
$8/ month

Try the force. Cancel anytime.

  • Full executor environment
  • Native desktop app
  • All updates while active
  • 1 device
  • Priority support
Get monthly
Best value
Lifetime
$40once

Pay once. Yours for good.

  • Everything in Month
  • Updates for life
  • 2 devices
  • Priority support
  • Early access to new builds
Get lifetime
Reseller
$150/ 10 keys

Buy wholesale, sell at your price.

  • 10 lifetime keys at $15 each
  • Resale rights — keep the margin
  • Dashboard to generate & revoke keys
  • Restock anytime, bigger tiers on ask
  • Direct seller support line
Become a reseller
Instant key delivery Crypto & card accepted Hardware-locked license

Key in hand?
Channel it.

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.

niggahack — activate
# 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…