Script protection and
licensing for FiveM

Obfuscate your Lua, enforce license keys, and see exactly who is running your code. One dashboard from upload to execution.

Anti-tamper
Runtime guard
UUID lock
Per license key
Runtime API
Live license checks
Everything included

Protection, delivery and control

One dashboard for the whole lifecycle of your script - from paste to payout.

Runtime API

Your code, key-aware

Every protected script gets a built-in ssn table: check remaining time, gate features by region, and react to VPN detection.

Function Returns Description
protected.lua
1
2
3
4
5
6
7
8
9
10
-- runs inside your protected build
if ssn.VPNDetected() then
    print("VPN blocked")
    return
end

local left = ssn.SecondsLeft()
if left > 0 and left < 86400 then
    print("Less than a day left")
end

print("Region: " .. ssn.Region())
Ln 10, Col 43 10 lines 273 chars Ready

Check a script

Paste a script ID to see who published it and whether it is verified.

Pricing

Simple, honest pricing

Two plans, no hidden tiers. Pay monthly or once, and cancel any time.

Orders are handled manually through Discord. Open a ticket and we'll get you set up.

Ready to protect your work?

Create a free account, paste your Lua and publish a protected build in under a minute.