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")
- Sound2 = Instance.new("Sound")
- SpecialMesh3 = Instance.new("SpecialMesh")
- Sound4 = Instance.new("Sound")
- Script5 = Instance.new("Script")
- Script6 = Instance.new("Script")
- LocalScript7 = Instance.new("LocalScript")
- Tool0.Name = "DON'T PUT ME INTO A WASHING MACHINE OR I'LL PLAY THIS MUSIC"
- Tool0.Parent = mas
- Tool0.GripForward = Vector3.new(-0.293416232, 0.421587229, -0.858004153)
- Tool0.GripPos = Vector3.new(0, 0, -1.70000005)
- Tool0.GripRight = Vector3.new(-0.736731231, -0.671662271, -0.0780827701)
- Tool0.GripUp = Vector3.new(0.609207749, -0.609207749, -0.507673085)
- Tool0.ToolTip = "OR I'LL PLAY THIS MUSIC"
- Part1.Name = "Handle"
- Part1.Parent = Tool0
- Part1.BrickColor = BrickColor.new("Really black")
- Part1.Rotation = Vector3.new(-180, 0, -180)
- Part1.FormFactor = Enum.FormFactor.Custom
- Part1.Size = Vector3.new(0.400000006, 3, 0.800000012)
- Part1.CFrame = CFrame.new(-260.47998, 1.500018, -324.950012, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part1.Position = Vector3.new(-260.47998, 1.500018, -324.950012)
- Part1.Orientation = Vector3.new(0, 180, 0)
- Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Sound2.Name = "AnimeMusic"
- Sound2.Parent = Part1
- Sound2.SoundId = "rbxassetid://1343510795"
- Sound2.Volume = 3
- Sound2.Looped = true
- SpecialMesh3.Parent = Part1
- SpecialMesh3.MeshId = "http://www.roblox.com/asset/?id=43996479"
- SpecialMesh3.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
- SpecialMesh3.TextureId = "http://www.roblox.com/asset/?id=43997070"
- SpecialMesh3.MeshType = Enum.MeshType.FileMesh
- SpecialMesh3.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
- Sound4.Name = "lel"
- Sound4.Parent = Part1
- Sound4.SoundId = "rbxassetid://567545087"
- Sound4.Volume = 3
- Sound4.Looped = true
- Script5.Parent = Tool0
- table.insert(cors,sandbox(Script5,function()
- function LOL()
- script.Parent.Handle.AnimeMusic:Play()
- end
- function LOL2()
- script.Parent.Handle.AnimeMusic:Stop()
- end
- script.Parent.Equipped:connect(LOL)
- script.Parent.Unequipped:connect(LOL2)
- end))
- Script6.Parent = Tool0
- table.insert(cors,sandbox(Script6,function()
- function LOL()
- script.Parent.Handle.lel:Play()
- end
- function LOL2()
- script.Parent.Handle.lel:Stop()
- end
- script.Parent.Equipped:connect(LOL)
- script.Parent.Unequipped:connect(LOL2)
- end))
- LocalScript7.Parent = Tool0
- table.insert(cors,sandbox(LocalScript7,function()
- print("Meme Script Loaded")
- plr = game.Players.LocalPlayer
- wait(0.3)
- equip = function()
- wait(10)
- script.Parent.Handle.AnimeMusic:Stop()
- script.Parent.Handle.lel:Stop()
- sound = Instance.new("Sound")
- sound.SoundId = "rbxassetid://1404515287"
- sound.Volume = 10
- sound.Pitch = 1
- sound.Parent = script.Parent.Handle
- sound:Play()
- wait(3.2)
- sound:Stop()
- sound:Remove()
- plr.Character.Humanoid.Health = plr.Character.Humanoid.Health - 12378112312387891731923891273891739128718238921
- end
- unequip = function()
- script.Disabled = true
- clone = script:Clone()
- clone.Disabled = false
- clone.Parent = script.Parent
- script:Destroy()
- end
- script.Parent.Equipped:connect(equip)
- script.Parent.Unequipped:connect(unequip)
- end))
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = game:GetService("Players").LocalPlayer.Character
- 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