ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script 📌
13.8k Views
Key System

DarkX ServerSide Executor

Universal Script 📌Uploaded by
3 months ago
Please login to perform these actions:

Description

So I’ve been working on this for a while – a tool that actually finds hidden backdoors in games, not just the obvious ones. It’s called DarkX Executor, and it’s built around a multi‑layer scanner that digs deep into every corner of a game to uncover even the most obfuscated server‑side backdoors. What makes the scanner different? Most scanners just look for remote events or basic require calls and call it a day. DarkX does a lot more. It runs through multiple detection layers: Layer 1 – Remote Testing It fires test payloads at every remote event/function it can find. If a remote creates a part in the workspace, it’s flagged as a backdoor. Layer 2 – Signature Patterns It scans scripts for telltale signs like loadstring, require with asset IDs, game:HttpGet, hookfunction, hookmetamethod, getrawmetatable, even obfuscation stuff like bit32.bxor or string.char. If it sees any of these, it raises a flag. Layer 3 – HTTP Backdoors It checks for any script making HTTP calls (HttpGet, HttpService:GetAsync, PostAsync, RequestInternal). Then it actually follows the link – if that link returns an asset ID, it traces it down. That’s how you catch those two‑stage payloads. Layer 4 – Obfuscation Detection It calculates entropy to spot high‑entropy strings (encrypted or packed code) and detects bytecode (scripts that aren’t plain text). Also watches for anti‑debug tricks like checking JobId or IsStudio. Layer 5 – Model Analysis It doesn’t just check scripts – it dives into every model, looks for scripts hidden inside parts, tools, accessories, welds, whatever. If a model contains scripts, it scans each one individually. Layer 6 – Attribute Scanning Some backdoors store asset IDs or commands in instance attributes. DarkX reads every object’s attributes and flags anything suspicious. Layer 7 – Unusual Parent Check If a script is sitting in a weird place – like a blacklisted service (LogService, Stats, etc.) or inside a part where it has no business – it gets flagged. Anything that scores high enough gets tagged as a backdoor and added to the list you can execute on. It even finds suspicious StringValue objects that contain Lua code. Beyond scanning Once you’ve found the backdoors, you can: Execute your own Lua through them (with an optional anti‑logger that replaces your script with “DarkX PWNED YOU” so skids’ loggers see nothing). Use the Exploits tab to target other players with replication‑based attacks – crash, freeze, kill, ragdoll, remove limbs, memory exhaust, blocklist crash, client injection, you name it. Hit the HIJACK GAME button – this deletes every backdoor it found, injects a permanent backdoor Exser into the game, and sets up monitors to destroy any new backdoors that appear. Your backdoor stays in control for the whole server session, and only you can use it. There’s also a Logger tab that hooks remote calls in real time so you can see what other exploiters are trying to run. Why I built it I got tired of scanners that miss everything. The professional serverside services (serversiding.xyz, serverside.fun, aureus.wtf) all use heavily obfuscated backdoors hidden inside models. DarkX is my attempt to build something that can actually find those. It’s not perfect – no scanner is – but after a lot of trial and error it’s become reliable enough to catch even the sneaky ones. How to get started You’ll need a key – they expire every two days (keeps things fresh). Drop your key in the box, hit Validate, and the tool loads up.

View Raw
Edited By: DarkX_PWNS Download


Comments
7
User profile picture
scriptuserofYM 3 months ago
dawg each time i try and execute the thing it just don't appear bruh :sob:
scriptuserofYM's profile picturescriptuserofYMdawg each time i try and execute the thing it just...
User profile picture
DarkX_PWNS 3 months ago
@scriptuserofYM your executor is most likely not supported or does not have high enough UNC
User profile picture
Hubmaker 3 months ago
heres the key for no reason (probally will get deleted comment) : 39a6f0b0-6a24-47a5-8ae9-21ea356a43e7
User profile picture
Hubmaker 3 months ago
i cant tell if it dont work or if i executed it too many times
DarkX_PWNS's profile pictureDarkX_PWNS@scriptuserofYM your executor is most likely not s...
User profile picture
Federalisme 3 months ago
@DarkX_PWNS Does This Work? Or Are There Any Executors That Work With Delta Or Arceus X?
DarkX_PWNS's profile pictureDarkX_PWNS@scriptuserofYM your executor is most likely not s...
User profile picture
scriptuserofYM 3 months ago - Edited
@DarkX_PWNS mannn im using xeno for ts it probably sucks bruh one thing i also wanna note is that it worked the first time i executed it, it just won't work after that
User profile picture
shanegglovessigeonp 2 months ago
crashes whenever i execute, am using velocity
Please Login to add a comment.