local _1 = "\104\116\116\112\115\58\47\47\115\105\114\105\117\115\46\109\101\110\117\47\114\97\121\102\105\101\108\100" local _2 = loadstring(game:HttpGet(_1))() local _3 = _2:CreateWindow({ Name = "\83\69\82\86\69\82\32\77\69\83\83\65\71\69\32\65\76\76\32\83\69\69", LoadingTitle = "\86\69\82\89\32\68\69\84\69\67\84\65\66\76\69", LoadingSubtitle = "\98\121\32\116\104\101\32\100\101\109\111\110", ConfigurationSaving = {Enabled = false}, KeySystem = false }) local _4 = _3:CreateTab("\66\114\111\97\100\99\101\115\116", 4483362458) local _5 = _3:CreateTab("\83\99\97\110\110\101\114", 4483362458) local _v = "" _4:CreateInput({ Name = "\77\101\115\115\97\103\101\32\67\111\110\116\101\110\116", PlaceholderText = "\46\46\46", RemoveTextAfterFocusLost = false, Callback = function(t) _v = t end, }) _4:CreateButton({ Name = "\69\88\69\67\85\84\69\32\65\76\76\32\83\69\69", Callback = function() if _v == "" then return end local _w = game:GetService("\119\111\114\107\115\112\97\99\101") local _h = Instance.new("\72\105\110\116", _w) _h.Text = _v task.delay(10, function() if _h then _h:Destroy() end end) local _m = Instance.new("\77\101\115\115\97\103\101", _w) _m.Text = _v task.delay(10, function() if _m then _m:Destroy() end end) for _, r in ipairs(game:GetDescendants()) do if r:IsA("\82\101\109\111\116\101\69\118\101\110\116") then pcall(function() r:FireServer(_v) r:FireServer("\65\110\110\111\117\110\99\101", _v) r:FireServer("\83\121\115\116\101\109\77\115\103", _v) end) end end end, }) _5:CreateButton({ Name = "\68\101\101\112\32\66\97\99\107\100\111\111\114\32\83\99\97\110", Callback = function() local _c = 0 local _s = {game:GetService("\82\101\112\108\105\99\97\116\101\100\83\116\111\114\97\103\101"), game:GetService("\74\111\105\110\116\115\83\101\114\118\105\99\101"), _w} for _, f in ipairs(_s) do for _, o in ipairs(f:GetDescendants()) do if o:IsA("\82\101\109\111\116\101\69\118\101\110\116") then if #o.Name <= 2 or o.Name:lower():find("\97\100\109\105\110") then print("\91\70\79\85\78\68\93\32" .. o:GetFullName()) _c = _c + 1 end end end end _2:Notify({ Title = "\83\99\97\110\32\70\105\110\105\115\104\101\100", Content = "\70\111\117\110\100\32" .. _c .. "\32\116\104\114\101\97\116\115\46\32\67\104\101\93\107\32\70\57", Duration = 5 }) end, })