Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function findwat(a,b)for c,d in pairs(a:GetChildren())do if string.find(string.lower(tostring(d)),string.lower(b))then return d end end end;local e=findwat(game,"Players")print(e)local f={}f.ESP=true;local g=e.LocalPlayer;while true do if f.ESP==true then for h,i in pairs(e:GetPlayers())do if i.Name~=g.Name and i.Character and g.Team.Name~=i.Team.Name then local j=i.Character:FindFirstChild("ESP")if i.Character:FindFirstChildOfClass("Humanoid").Health~=0 and not j then for c,k in pairs(i.Character:GetChildren())do if k:IsA("BasePart")and k.Name~="HumanoidRootPart"then local l=Instance.new("BoxHandleAdornment",k)l.Color3=Color3.new(0,1,1)l.Adornee=l.Parent;l.Transparency=0.70;if l.Adornee.Name~="Head"then l.Size=l.Adornee.Size else l.Size=Vector3.new(1,1,1)end;delay(0,function()l.AlwaysOnTop=true;wait(1)l.ZIndex=2 end)l.Name="Ur mom gay lol"end end;local j=Instance.new("Folder",i.Character)j.Name="ESP"end end end end;wait(3)end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement