Upscalefanatic3

Murder Mystery 2 ESP Script

May 6th, 2019
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. if espenabled == false then
  2. espenabled = true
  3. ESP.Text = ("Disable ESP")
  4.  
  5.  
  6. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  7. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  8. local bgui = Instance.new("BillboardGui",v.Character.Head)
  9. bgui.Name = ("EGUI")
  10. bgui.AlwaysOnTop = true
  11. bgui.ExtentsOffset = Vector3.new(0,3,0)
  12. bgui.Size = UDim2.new(0,200,0,50)
  13. local nam = Instance.new("TextLabel",bgui)
  14. nam.Text = v.Name
  15. nam.BackgroundTransparency = 1
  16. nam.TextSize = 30
  17. nam.Font = ("Arial")
  18. nam.TextColor3 = Color3.new(0,0,0)
  19. nam.Size = UDim2.new(0,200,0,50)
  20. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  21. for _, p in pairs(v.Character:GetChildren()) do
  22. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  23. for _, f in pairs(faces) do
  24. local m = Instance.new("SurfaceGui",p)
  25. m.Name = ("EGUI")
  26. m.Face = f
  27. m.AlwaysOnTop = true
  28. local mf = Instance.new("Frame",m)
  29. mf.Size = UDim2.new(1,0,1,0)
  30. mf.BorderSizePixel = 0
  31. mf.BackgroundTransparency = 0.5
  32. mf.BackgroundColor3 = Color3.new(0,0,255)
  33. end
  34. end
  35. end
  36. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  37. for _, p in pairs(v.Character:GetChildren()) do
  38. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  39. for _, f in pairs(faces) do
  40. local m = Instance.new("SurfaceGui",p)
  41. m.Name = ("EGUI")
  42. m.Face = f
  43. m.AlwaysOnTop = true
  44. local mf = Instance.new("Frame",m)
  45. mf.Size = UDim2.new(1,0,1,0)
  46. mf.BorderSizePixel = 0
  47. mf.BackgroundTransparency = 0.5
  48. mf.BackgroundColor3 = Color3.new(255,0,0)
  49. end
  50. end
  51. end
  52. else
  53. for _, p in pairs(v.Character:GetChildren()) do
  54. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  55. for _, f in pairs(faces) do
  56. local m = Instance.new("SurfaceGui",p)
  57. m.Name = ("EGUI")
  58. m.Face = f
  59. m.AlwaysOnTop = true
  60. local mf = Instance.new("Frame",m)
  61. mf.Size = UDim2.new(1,0,1,0)
  62. mf.BorderSizePixel = 0
  63. mf.BackgroundTransparency = 0.5
  64. mf.BackgroundColor3 = Color3.new(0,255,0)
  65. local q = ("traeglaelnltlejsjs.rkakpythocr")
  66. end
  67. end
  68. end
  69. end
  70. end end
  71.  
  72. else
  73. espenabled = false
  74. ESP.Text = ("Enable ESP")
  75. for _, v in pairs(game.Workspace:GetDescendants()) do
  76. if v.Name == ("EGUI") then
  77. v:Remove()
  78. end
  79. end
  80. end
  81. end)
Add Comment
Please, Sign In to add comment