Advertisement
Animescapetower

EAT CRINGE

Jul 9th, 2018
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Tool0 = Instance.new("Tool")
  20. Part1 = Instance.new("Part")
  21. Sound2 = Instance.new("Sound")
  22. SpecialMesh3 = Instance.new("SpecialMesh")
  23. Sound4 = Instance.new("Sound")
  24. Script5 = Instance.new("Script")
  25. Script6 = Instance.new("Script")
  26. LocalScript7 = Instance.new("LocalScript")
  27. Tool0.Name = "DON'T PUT ME INTO A WASHING MACHINE OR I'LL PLAY THIS MUSIC"
  28. Tool0.Parent = mas
  29. Tool0.GripForward = Vector3.new(-0.293416232, 0.421587229, -0.858004153)
  30. Tool0.GripPos = Vector3.new(0, 0, -1.70000005)
  31. Tool0.GripRight = Vector3.new(-0.736731231, -0.671662271, -0.0780827701)
  32. Tool0.GripUp = Vector3.new(0.609207749, -0.609207749, -0.507673085)
  33. Tool0.ToolTip = "OR I'LL PLAY THIS MUSIC"
  34. Part1.Name = "Handle"
  35. Part1.Parent = Tool0
  36. Part1.BrickColor = BrickColor.new("Really black")
  37. Part1.Rotation = Vector3.new(-180, 0, -180)
  38. Part1.FormFactor = Enum.FormFactor.Custom
  39. Part1.Size = Vector3.new(0.400000006, 3, 0.800000012)
  40. Part1.CFrame = CFrame.new(-260.47998, 1.500018, -324.950012, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  41. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  42. Part1.Position = Vector3.new(-260.47998, 1.500018, -324.950012)
  43. Part1.Orientation = Vector3.new(0, 180, 0)
  44. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  45. Sound2.Name = "AnimeMusic"
  46. Sound2.Parent = Part1
  47. Sound2.SoundId = "rbxassetid://1343510795"
  48. Sound2.Volume = 3
  49. Sound2.Looped = true
  50. SpecialMesh3.Parent = Part1
  51. SpecialMesh3.MeshId = "http://www.roblox.com/asset/?id=43996479"
  52. SpecialMesh3.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  53. SpecialMesh3.TextureId = "http://www.roblox.com/asset/?id=43997070"
  54. SpecialMesh3.MeshType = Enum.MeshType.FileMesh
  55. SpecialMesh3.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  56. Sound4.Name = "lel"
  57. Sound4.Parent = Part1
  58. Sound4.SoundId = "rbxassetid://567545087"
  59. Sound4.Volume = 3
  60. Sound4.Looped = true
  61. Script5.Parent = Tool0
  62. table.insert(cors,sandbox(Script5,function()
  63. function LOL()
  64. script.Parent.Handle.AnimeMusic:Play()
  65. end
  66. function LOL2()
  67. script.Parent.Handle.AnimeMusic:Stop()
  68. end
  69.  
  70. script.Parent.Equipped:connect(LOL)
  71. script.Parent.Unequipped:connect(LOL2)
  72. end))
  73. Script6.Parent = Tool0
  74. table.insert(cors,sandbox(Script6,function()
  75. function LOL()
  76. script.Parent.Handle.lel:Play()
  77. end
  78. function LOL2()
  79. script.Parent.Handle.lel:Stop()
  80. end
  81.  
  82. script.Parent.Equipped:connect(LOL)
  83. script.Parent.Unequipped:connect(LOL2)
  84. end))
  85. LocalScript7.Parent = Tool0
  86. table.insert(cors,sandbox(LocalScript7,function()
  87. print("Meme Script Loaded")
  88. plr = game.Players.LocalPlayer
  89.  
  90.  
  91.  
  92.  
  93. wait(0.3)
  94.  
  95.  
  96.  
  97. equip = function()
  98.  
  99. wait(10)
  100. script.Parent.Handle.AnimeMusic:Stop()
  101. script.Parent.Handle.lel:Stop()
  102. sound = Instance.new("Sound")
  103. sound.SoundId = "rbxassetid://1404515287"
  104. sound.Volume = 10
  105. sound.Pitch = 1
  106. sound.Parent = script.Parent.Handle
  107. sound:Play()
  108. wait(3.2)
  109. sound:Stop()
  110. sound:Remove()
  111. plr.Character.Humanoid.Health = plr.Character.Humanoid.Health - 12378112312387891731923891273891739128718238921
  112.  
  113. end
  114.  
  115. unequip = function()
  116. script.Disabled = true
  117.  
  118.  
  119. clone = script:Clone()
  120. clone.Disabled = false
  121. clone.Parent = script.Parent
  122. script:Destroy()
  123.  
  124.  
  125.  
  126.  
  127. end
  128.  
  129. script.Parent.Equipped:connect(equip)
  130. script.Parent.Unequipped:connect(unequip)
  131.  
  132.  
  133.  
  134.  
  135.  
  136. end))
  137. for i,v in pairs(mas:GetChildren()) do
  138. v.Parent = game:GetService("Players").LocalPlayer.Character
  139. pcall(function() v:MakeJoints() end)
  140. end
  141. mas:Destroy()
  142. for i,v in pairs(cors) do
  143. spawn(function()
  144. pcall(v)
  145. end)
  146. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement