Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. local c=game:service("\80\108\97\121\101\114\115")local d=c.LocalPlayer
  2. function Esp(_a,aa)
  3. if _a~=c.LocalPlayer and
  4. _a.Character then
  5. local ba=_a.Character:FindFirstChild("\84\111\114\115\111")
  6. if ba then
  7. local ca=Instance.new("\66\105\108\108\98\111\97\114\100\71\117\105",workspace.CurrentCamera)local da=Instance.new("\70\114\97\109\101",ca)ca.AlwaysOnTop=true
  8. ca.Enabled=true;ca.Size=UDim2.new(3.5,0,4.7,0)ca.Name=aa;ca.Adornee=ba;ca.StudsOffset=Vector3.new(0,
  9. -0.6,0)
  10. da.BackgroundColor3=Color3.new(2,0,0)da.BackgroundTransparency=0.8;da.BorderColor3=Color3.new(0,0,0)
  11. da.BorderSizePixel=1;da.Size=UDim2.new(1,0,1,0)end end end
  12. function CheckEsp()
  13. for _a,aa in pairs(c:GetChildren())do
  14. if aa then
  15. if aa.TeamColor~=d.TeamColor then
  16. local ba=aa.Character
  17. if ba then local ca=ba:FindFirstChild("\84\111\114\115\111")if ca then
  18. local da=workspace.CurrentCamera;local _b=aa.Name
  19. if da:FindFirstChild(_b)==nil then Esp(aa,_b)end end end end end end end;while wait(1)do CheckEsp()end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement