RedoGaming

esptracers

Aug 31st, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. local EzESP = loadstring(game:HttpGetAsync("https://pastebin.com/raw/r5xK0qCP"))()
  2.  
  3. for k,v in pairs(game.Players:GetChildren()) do
  4.  
  5. if v ~= game.Players.LocalPlayer then
  6. local obj = v.Character.Head
  7. EzESP.Tracer(obj,Color3.fromRGB(255,255,255),3)
  8. EzESP.Title(obj,Color3.fromRGB(60,60,60),Color3.fromRGB(255,255,255),0.8,{
  9. [1] = {
  10. ["Object"] = obj.Parent,
  11. ["Property"] = "Name",
  12. ["OutOf"] = nil
  13. },
  14. [2] = {
  15. ["Object"] = obj.Parent.Humanoid,
  16. ["Property"] = "Health",
  17. ["OutOf"] = "MaxHealth"
  18. }
  19. })
  20. end
  21. end
Add Comment
Please, Sign In to add comment