MoonSec REST API docs
This documentation will show you how to use moonsec obfuscator's web api to automatically obfuscate files.
Obfuscate a script
POST
https://api.f3d.at/v1/obfuscate.php?key={api_key}&options={parameters}&bytecode={number}&platform={parameter}
This endpoint allows you to obfuscate your scripts.
Note that parameter values are NOT case sensitive. Which means you can do platform=Roblox
or platform=roblOX
. It doesn't matter.
Path Parameters
v1
string
Version of the API. This is currently v1.
Query Parameters
key
string
API key.
options
string
Specifies which features you want to enable. If you don't include this param, it will be maximum by default. You can find a list of valid options below.
bytecode
integer
Specifies the bytecode appearance. Default is 2
. You can find a list of them below
platform
string
Specifies the platform lock. Default is "lua". Valid platforms are: lua, roblox, csgo
Request Body
string
Request body must be your raw script.
Last updated
Was this helpful?