Headers:
x-hwid: string (required)
Content-Type: application/json
Body:
code: string (6 letters, required for first link)
hwid: string (required)
robloxUserId: string (required)
robloxUsername: string (required)
robloxDisplayName: string (optional)
metadata: {
clientVersion: string
executor: string
gameId: string
placeId: string
}
Response (200):
{ success: true, connected: true, alreadyLinked: boolean }Headers:
x-hwid: string (required)
Content-Type: application/json
Body:
hwid: string (required)
robloxUserId: string (required)
robloxUsername: string (required)
metadata: {
gameId: string
placeId: string
players: number
executor: string
}
Response (200):
{ success: true, targetAccount: { userId, username } }Headers:
x-hwid: string (required)
x-roblox-user: string (username, required)
Query Parameters:
robloxUserId: string (required)
Response (200):
{ commands: [{ _id, commandType, commandData, status }] }Headers:
x-hwid: string (required)
Content-Type: application/json
Body:
success: boolean (required)
error: string | null (error message if failed)
Response (200):
{ message: "Command marked as completed" }Response (429 Too Many Requests):
{ "error": "Too many requests from this IP..." }
Headers:
X-RateLimit-Limit: 100
X-RateLimit-Remaining: 0
X-RateLimit-Reset: 1704902400 (unix timestamp)_G.CC = "YOUR_CODE"
loadstring(game:HttpGet("https://bot.nyxor.cc/loader"))()