Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Tool0 = Instance.new("Tool")
- Part1 = Instance.new("Part")
- BillboardGui2 = Instance.new("BillboardGui")
- TextLabel3 = Instance.new("TextLabel")
- Sound4 = Instance.new("Sound")
- LocalScript5 = Instance.new("LocalScript")
- Part6 = Instance.new("Part")
- Weld7 = Instance.new("Weld")
- Script8 = Instance.new("Script")
- Tool0.Name = "M3m3"
- Tool0.Parent = mas
- Part1.Name = "Handle"
- Part1.Parent = Tool0
- Part1.CFrame = CFrame.new(-8.27500343, 6.71999979, 12, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part1.Position = Vector3.new(-8.27500343, 6.71999979, 12)
- Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part1.Size = Vector3.new(1.45000041, 1.43000031, 2)
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.BrickColor = BrickColor.new("Really black")
- Part1.TopSurface = Enum.SurfaceType.Smooth
- Part1.brickColor = BrickColor.new("Really black")
- BillboardGui2.Parent = Part1
- BillboardGui2.LightInfluence = 1
- BillboardGui2.Size = UDim2.new(0, 200, 0, 50)
- BillboardGui2.Active = true
- BillboardGui2.ClipsDescendants = true
- BillboardGui2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- BillboardGui2.AlwaysOnTop = true
- TextLabel3.Parent = BillboardGui2
- TextLabel3.Size = UDim2.new(0, 200, 0, 50)
- TextLabel3.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel3.BackgroundTransparency = 1
- TextLabel3.Font = Enum.Font.SourceSans
- TextLabel3.FontSize = Enum.FontSize.Size32
- TextLabel3.Text = "M3m3 By: 5k5k5k5"
- TextLabel3.TextColor = BrickColor.new("Really red")
- TextLabel3.TextColor3 = Color3.new(1, 0, 0)
- TextLabel3.TextSize = 30
- Sound4.Parent = Part1
- Sound4.Looped = true
- Sound4.MaxDistance = 10000000000
- Sound4.SoundId = "rbxassetid://1478734728"
- Sound4.Volume = 10
- LocalScript5.Parent = Part1
- table.insert(cors,sandbox(LocalScript5,function()
- script.Parent.Sound:Play()
- script.Parent.Sound.Looped = true
- end))
- Part6.Parent = Tool0
- Part6.CFrame = CFrame.new(-8.27277088, 6.71265984, 10.9750013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part6.Position = Vector3.new(-8.27277088, 6.71265984, 10.9750013)
- Part6.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part6.Size = Vector3.new(1.45000005, 1.42999995, 0.0500000007)
- Part6.BottomSurface = Enum.SurfaceType.Smooth
- Part6.BrickColor = BrickColor.new("Institutional white")
- Part6.Material = Enum.Material.Neon
- Part6.TopSurface = Enum.SurfaceType.Smooth
- Part6.brickColor = BrickColor.new("Institutional white")
- Weld7.Parent = Part6
- Weld7.C0 = CFrame.new(0.725000203, -0.715000153, -1, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- Weld7.C1 = CFrame.new(0.72276783, -0.707660198, 0.0249986649, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- Weld7.Part0 = Part1
- Weld7.Part1 = Part6
- Weld7.part1 = Part6
- Script8.Parent = Part6
- table.insert(cors,sandbox(Script8,function()
- --Kill OnTouch :P
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then -- if a humanoid exists, then
- humanoid.Health = 0 -- damage the humanoid
- end
- end
- script.Parent.Touched:connect(onTouch)
- --Made By XxAtrocity
- end))
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement