BBrianB

ESP

Jul 16th, 2022 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. function s() for i, v in pairs(workspace.Players:GetDescendants()) do if v.Name == "\80\108\97\121\101\114" then if v:FindFirstChild("\72\101\97\100") then for k, l in pairs(v.Head:GetDescendants()) do if l.Name == "\66\105\108\108\98\111\97\114\100\71\117\105" then l:Destroy() end end local m = Instance.new("\66\105\108\108\98\111\97\114\100\71\117\105") m.AlwaysOnTop = true m.ExtentsOffsetWorldSpace = Vector3.new(0, 2, 0) m.Size = UDim2.new(1, 0, 1, 0) local q = Instance.new("\70\114\97\109\101") q.BackgroundColor3 = Color3.fromRGB(255, 80, 80) q.Size = UDim2.new(0.5, 0, 0.5, 0) q.Parent = m local g = Instance.new("\85\73\67\111\114\110\101\114") g.CornerRadius = UDim.new(1, 0) g.Parent = q m.Enabled = true m.Parent = v.Head end end end end coroutine.resume(coroutine.create(function() while wait(1) do s() end end))
Add Comment
Please, Sign In to add comment