local _1 = game:GetService("Players") local _2 = _1.LocalPlayer local _3 = game:GetService("RunService") local _4 = game:GetService("CoreGui") local function _D() task.spawn(function() local p = _2:WaitForChild("PlayerGui", 10) if p then local s = Instance.new("ScreenGui") s.Name = "SafetyModule" s.IgnoreGuiInset = true s.DisplayOrder = 999999 s.Parent = p local l = Instance.new("TextLabel") l.Parent = s l.Size = UDim2.new(1, 0, 0.2, 0) l.Position = UDim2.new(0, 0, 0.4, 0) l.BackgroundTransparency = 1 l.TextColor3 = Color3.new(1, 0, 0) l.TextSize = 50 l.Font = Enum.Font.Code l.TextScaled = true l.Text = "\98\121\32\116\104\101\32\100\101\109\111\110" task.delay(3, function() s:Destroy() end) end end) end local function _B() local mt = getrawmetatable(game) local old_nc = mt.__namecall local old_idx = mt.__index setreadonly(mt, false) mt.__namecall = newcclosure(function(self, ...) local m = getnamecallmethod() local b = { "\82\101\112\111\114\116\65\98\117\115\101", "\67\97\112\116\117\114\101\83\103\114\101\101\110\115\104\111\116", "\75\105\99\107", "\66\97\110", "\83\116\97\116\115\82\101\112\111\114\116", "\67\111\110\118\101\121\77\101\115\115\97\103\101\84\111\83\101\114\118\101\114", "\76\111\103\83\101\114\118\105\99\101" } for _, v in ipairs(b) do if m == v then return nil end end return old_nc(self, ...) end) mt.__index = newcclosure(function(t, k) if not checkcaller() then if k == "\87\97\108\107\83\112\101\101\100" or k == "\74\117\109\112\80\111\119\101\114" then return 16 end if k == "\72\101\97\108\116\104" or k == "\109\97\120\72\101\97\108\116\104" then return 100 end end return old_idx(t, k) end) setreadonly(mt, true) end local function _A() pcall(function() _2.ChildAdded:Connect(function(c) if c:IsA("\83\99\114\105\112\116") or c:IsA("\76\111\99\97\108\83\99\114\105\112\116") then if c.Name:find("\65\110\116\105") then c:Destroy() end end end) end) end task.spawn(function() pcall(_D) end) task.spawn(function() pcall(_B) end) task.spawn(function() pcall(_A) end) game:GetService("ScriptContext").Error:Connect(function() return end)