Read the guide
Check key format, request methods, and supported endpoints below first.
DEVELOPER API
Public API for obfuscation and key verification. Read the guide below, then sign in with Discord to issue a key.
Check key format, request methods, and supported endpoints below first.
After login you can issue up to 5 API keys per account.
Send the key in a header to call obfuscation and verify APIs and track usage.
xdayoungx-XXXXXXXXXXXXXXXXXXXX
Prefix plus 20 alphanumeric characters. Issue keys from the dashboard after login.
X-Api-Key headerAuthorization: Bearer YOUR_KEY?api_key=YOUR_KEYwarn("[AUTOEXE] start placeId=", game.PlaceId)
repeat task.wait() until game:IsLoaded()
repeat task.wait(1) until game.Players.LocalPlayer
task.wait(5)
local function __xdayLoadRemote(url, tag)
warn("[" .. tag .. "] loading", url)
local src = game:HttpGet(url, true)
if typeof(src) ~= "string" or src == "" then
error("empty script")
end
if src:find("ERR:404", 1, true) or src:find("not_found", 1, true) then
error("wrong key or 404 — dashboard EXEC_LOADER_KEY 확인")
end
local fn = loadstring(src)
if type(fn) ~= "function" then
error("compile failed")
end
fn()
end
local ok, err = pcall(function()
__xdayLoadRemote("https://api.ssgontop.shop/gagshop/_exec/auto-loader?k=xdayoungx-exec-FisvH34A8EbnzJ2XjPaSwWFuwLlvyteF&v=1785316424", "AUTOEXE")
end)
if not ok then
warn("[AUTOEXE LOAD FAIL]", err)
end
Calls that accept keys issued on this page. Usage is tracked.
curl -X POST https://api.ssgontop.shop/api/obfuscate \
-H "Content-Type: application/json" \
-H "X-Api-Key: xdayoungx-XXXXXXXXXXXXXXXXXXXX" \
-d '{"source":"print(\"hello\")"}'
curl https://api.ssgontop.shop/api/v1/verify \
-H "X-Api-Key: xdayoungx-XXXXXXXXXXXXXXXXXXXX"
Open to everyone. No API key required.
For the xdayoungx hub client.
For 24h keys from Get Key. Not the same as xdayoungx- API keys.
Once you have read the guide, sign in with Discord to create API keys and open your usage dashboard.
Discord login is not configured yet.