Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local EzESP = loadstring(game:HttpGetAsync("https://pastebin.com/raw/r5xK0qCP"))()
- for k,v in pairs(game.Players:GetChildren()) do
- if v ~= game.Players.LocalPlayer then
- local obj = v.Character.Head
- EzESP.Tracer(obj,Color3.fromRGB(255,255,255),3)
- EzESP.Title(obj,Color3.fromRGB(60,60,60),Color3.fromRGB(255,255,255),0.8,{
- [1] = {
- ["Object"] = obj.Parent,
- ["Property"] = "Name",
- ["OutOf"] = nil
- },
- [2] = {
- ["Object"] = obj.Parent.Humanoid,
- ["Property"] = "Health",
- ["OutOf"] = "MaxHealth"
- }
- })
- end
- end
Add Comment
Please, Sign In to add comment