Advertisement
Nova355killer

Tracers jailbreak and madcity

Mar 14th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. plrs=game:service'Players'lp=plrs.LocalPlayer;char=lp.Character;function tracers()for cj,ci in pairs(plrs:GetPlayers())do if ci.Character and ci.Character:FindFirstChild'HumanoidRootPart'and not ci.Character.HumanoidRootPart:FindFirstChild'Attachment'then beam=Instance.new('Beam',plrs.LocalPlayer.Character.HumanoidRootPart)beam.Width0=.15;beam.Width1=.15;beam.Name='Beam'beam.FaceCamera=true;beam.Color=ColorSequence.new(ci.TeamColor.Color,ci.TeamColor.Color)one=Instance.new('Attachment',plrs.LocalPlayer.Character.HumanoidRootPart)two=Instance.new('Attachment',ci.Character.HumanoidRootPart)beam.Attachment0=one;beam.Attachment1=two end end end;tracers()_G.tracers2=workspace.ChildAdded:Connect(function(ck)if game:service'Players':FindFirstChild(ck.Name)then wait(.3)repeat wait()until lp.Character and lp.Character:FindFirstChildOfClass'Humanoid'and lp.Character:FindFirstChildOfClass'Humanoid'.Health>0;tracers()end end)function humdied()_G.tracers=workspace.ChildRemoved:Connect(function(ck)if ck.Name==lp.Name then for cj,ci in pairs(plrs:GetPlayers())do if ci.Character and ci.Character:FindFirstChild'HumanoidRootPart'then for cl,cm in pairs(ci.Character:GetChildren())do ci.Character.HumanoidRootPart:ClearAllChildren()end end end;repeat wait()until lp.Character and lp.Character:FindFirstChild'HumanoidRootPart'tracers()humdied()end end)end;humdied()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement