
10.5k Views
481 Executions
Description
Basic backdoor (BASIC and now OPEN SOURCE!!) hope you like

Basic backdoor (BASIC and now OPEN SOURCE!!) hope you like

Script hub
Hall of Fame #3
Moondiety Script | 17+ supported Games
Universal Script 📌

Universal Script 📌

Universal Script 📌

Script hub

Universal Script 📌

Script hub
#4 this week
Snowy Hub 80+ Games & 1600+ Features
Universal Script 📌
I love this script thanks
Looking for testers to review btw for supported game links in comments and desc of last script https://scriptblox.com/script/Universal-Script-Backdoor-scanner-custom-50367
@Basicexploitdev i deobfuscated this: print("Chaos Backdoor // Starting automatic scan and execution.") local function debug(msg) -- This debug function is fine, we'll leave it as is. end local AcquiredRemote = nil local RemoteList = {} local IsAcquiring = true local testModelName = "ZzXyYyZz" -- A consistent, hard-coded name. local scanAttempts = 0 local maxScanAttempts = 10 -- Let's try 10 times just to be sure,that we find them for you UwU while AcquiredRemote == nil and scanAttempts < maxScanAttempts do scanAttempts = scanAttempts + 1 warn('ChaosBackdoor // Attempt ' .. scanAttempts .. ' of ' .. maxScanAttempts .. '') -- Clear the list for a new scan attempt RemoteList = {} -- Focus on common locations where malicious remotes are hidden. local locationsToScan = { game:GetService("Workspace"), game:GetService("Players"), game:GetService("ReplicatedStorage"), game:GetService("ServerScriptService") } for _, location in ipairs(locationsToScan) do for _, v in pairs(location:GetDescendants()) do if v:IsA("RemoteEvent") or v:IsA("RemoteFunction") then debug('Getting '..v.Cl*Name..' "'..v.Name..'" into RemoteList.') table.insert(RemoteList, v) end end end for a, b in pairs(RemoteList) do if AcquiredRemote == nil then print("ChaosBackdoor // Checking "..b.Cl*Name..' "'..b.Name..'".') local testCode = 'Instance.new("Model", workspace).Name="'..testModelName..'"' if b.Parent ~= game:GetService('RobloxReplicatedStorage') then if b:IsA('RemoteEvent') then debug('Fired') b:FireServer(testCode) elseif b:IsA
@Intiha stop delete the comment pls i will now impove obfuscation and update