Advertisement
antoniorigo4

:O

Jan 9th, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.25 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. Animation1 = Instance.new("Animation")
  21. LocalScript2 = Instance.new("LocalScript")
  22. ObjectValue3 = Instance.new("ObjectValue")
  23. Part4 = Instance.new("Part")
  24. Script5 = Instance.new("Script")
  25. Part6 = Instance.new("Part")
  26. Part7 = Instance.new("Part")
  27. SurfaceGui8 = Instance.new("SurfaceGui")
  28. TextLabel9 = Instance.new("TextLabel")
  29. WeldConstraint10 = Instance.new("WeldConstraint")
  30. Part11 = Instance.new("Part")
  31. WeldConstraint12 = Instance.new("WeldConstraint")
  32. Sound13 = Instance.new("Sound")
  33. Script14 = Instance.new("Script")
  34. Script15 = Instance.new("Script")
  35. Part16 = Instance.new("Part")
  36. Decal17 = Instance.new("Decal")
  37. Script18 = Instance.new("Script")
  38. WeldConstraint19 = Instance.new("WeldConstraint")
  39. Sound20 = Instance.new("Sound")
  40. Script21 = Instance.new("Script")
  41. BillboardGui22 = Instance.new("BillboardGui")
  42. TextLabel23 = Instance.new("TextLabel")
  43. Script24 = Instance.new("Script")
  44. Tool0.Name = "punchanimation"
  45. Tool0.Parent = mas
  46. Tool0.CanBeDropped = false
  47. Tool0.Grip = CFrame.new(0, 0, 0.200000003, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  48. Tool0.GripPos = Vector3.new(0, 0, 0.200000003)
  49. Tool0.RequiresHandle = false
  50. Tool0.ToolTip = "PUNCH"
  51. Animation1.Name = "dance"
  52. Animation1.Parent = Tool0
  53. Animation1.AnimationId = "rbxassetid://2728780988"
  54. LocalScript2.Name = "PotionScript"
  55. LocalScript2.Parent = Tool0
  56. table.insert(cors,sandbox(LocalScript2,function()
  57. enabled = false
  58. local Tool = script.Parent;
  59. local dancer = nil
  60. local player = game.Players.LocalPlayer
  61.  
  62.  
  63.  
  64. function onActivated()
  65.  
  66.  
  67. --This will check if it is enabled and then either start dancing or stop dancing
  68. if enabled == false then
  69. local humanoid = Tool.Parent:FindFirstChild("Humanoid")
  70. local torso = Tool.Parent:FindFirstChild("Torso")
  71.  
  72. dancer = humanoid:LoadAnimation(Tool.dance)
  73. Tool.DanceObject.Value = dancer
  74. dancer:Play()
  75. Tool.dancepart.Position = player.Character.Head.Position
  76.  
  77. enabled = true
  78. speed = player.Character.Humanoid.WalkSpeed
  79. player.Character.Humanoid.WalkSpeed = 0
  80. repeat
  81. wait(1)
  82. Tool.dancepart.Position = player.Character.Head.Position
  83. until enabled == false
  84.  
  85. else
  86. dancer:Stop()
  87. dancer:remove()
  88.  
  89. enabled = false
  90. player.Character.Humanoid.WalkSpeed = speed
  91. end
  92. end
  93.  
  94. function onUnequipped()
  95. dancer:Stop()
  96. dancer:remove()
  97.  
  98. enabled = false
  99. player.Character.Humanoid.WalkSpeed = speed
  100. end
  101.  
  102. Tool.Activated:connect(onActivated)
  103. Tool.Unequipped:connect(onUnequipped)
  104.  
  105. end))
  106. ObjectValue3.Name = "DanceObject"
  107. ObjectValue3.Parent = Tool0
  108. Part4.Name = "dancepart"
  109. Part4.Parent = Tool0
  110. Part4.CFrame = CFrame.new(-33.723568, 3.37001491, -103.186554, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  111. Part4.Position = Vector3.new(-33.723568, 3.37001491, -103.186554)
  112. Part4.Transparency = 1
  113. Part4.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  114. Part4.Anchored = true
  115. Part4.BottomSurface = Enum.SurfaceType.Smooth
  116. Part4.CanCollide = false
  117. Part4.Locked = true
  118. Part4.TopSurface = Enum.SurfaceType.Smooth
  119. Script5.Name = "Parentscript"
  120. Script5.Parent = Tool0
  121. table.insert(cors,sandbox(Script5,function()
  122. wait (2)
  123. local dad = owner
  124. local backpack = dad.Backpack
  125. local tool = script.Parent
  126. tool.Parent = backpack
  127.  
  128. end))
  129. Part6.Name = "Handle"
  130. Part6.Parent = mas
  131. Part6.CFrame = CFrame.new(6.50051117, 3.16000891, 1.02392602, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  132. Part6.Orientation = Vector3.new(0, -90, 0)
  133. Part6.Position = Vector3.new(6.50051117, 3.16000891, 1.02392602)
  134. Part6.Rotation = Vector3.new(0, -90, 0)
  135. Part6.Color = Color3.new(1, 0, 0.74902)
  136. Part6.Size = Vector3.new(1.15999985, 2.31999969, 1.15999985)
  137. Part6.BottomSurface = Enum.SurfaceType.Smooth
  138. Part6.BrickColor = BrickColor.new("Hot pink")
  139. Part6.Material = Enum.Material.SmoothPlastic
  140. Part6.TopSurface = Enum.SurfaceType.Smooth
  141. Part6.brickColor = BrickColor.new("Hot pink")
  142. Part7.Name = "credits"
  143. Part7.Parent = Part6
  144. Part7.CFrame = CFrame.new(7.10554504, 3.54501009, 1.04892755, 0, 8.34465027e-07, -1.00000012, 0, 1.00000012, 8.34465027e-07, 1, 0, 0)
  145. Part7.Orientation = Vector3.new(0, -90, 0)
  146. Part7.Position = Vector3.new(7.10554504, 3.54501009, 1.04892755)
  147. Part7.Rotation = Vector3.new(0, -90, 0)
  148. Part7.Color = Color3.new(0.584314, 0.47451, 0.466667)
  149. Part7.Transparency = 1
  150. Part7.Size = Vector3.new(1, 0.529999971, 0.0500000007)
  151. Part7.BrickColor = BrickColor.new("Sand red")
  152. Part7.brickColor = BrickColor.new("Sand red")
  153. Part7.FormFactor = Enum.FormFactor.Symmetric
  154. Part7.formFactor = Enum.FormFactor.Symmetric
  155. SurfaceGui8.Parent = Part7
  156. SurfaceGui8.CanvasSize = Vector2.new(200, 100)
  157. TextLabel9.Name = "SIGN"
  158. TextLabel9.Parent = SurfaceGui8
  159. TextLabel9.Size = UDim2.new(1, 0, 1, 0)
  160. TextLabel9.BackgroundColor = BrickColor.new("Institutional white")
  161. TextLabel9.BackgroundColor3 = Color3.new(1, 1, 1)
  162. TextLabel9.BackgroundTransparency = 1
  163. TextLabel9.Font = Enum.Font.SourceSansBold
  164. TextLabel9.FontSize = Enum.FontSize.Size48
  165. TextLabel9.Text = "by antoniorigo4"
  166. TextLabel9.TextColor = BrickColor.new("Institutional white")
  167. TextLabel9.TextColor3 = Color3.new(1, 1, 1)
  168. TextLabel9.TextScaled = true
  169. TextLabel9.TextSize = 48
  170. TextLabel9.TextStrokeTransparency = 0
  171. TextLabel9.TextWrap = true
  172. TextLabel9.TextWrapped = true
  173. WeldConstraint10.Parent = Part7
  174. WeldConstraint10.Part0 = Part6
  175. WeldConstraint10.Part1 = Part7
  176. Part11.Name = "Light"
  177. Part11.Parent = Part6
  178. Part11.CFrame = CFrame.new(6.50051117, 3.75000858, 0.414926767, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  179. Part11.Orientation = Vector3.new(0, 90, 0)
  180. Part11.Position = Vector3.new(6.50051117, 3.75000858, 0.414926767)
  181. Part11.Rotation = Vector3.new(0, 90, 0)
  182. Part11.Color = Color3.new(1, 0.4, 0.8)
  183. Part11.Size = Vector3.new(0.0579999946, 1.15999985, 1.15999985)
  184. Part11.BottomSurface = Enum.SurfaceType.Smooth
  185. Part11.BrickColor = BrickColor.new("Pink")
  186. Part11.Material = Enum.Material.Neon
  187. Part11.TopSurface = Enum.SurfaceType.Smooth
  188. Part11.brickColor = BrickColor.new("Pink")
  189. Part11.Shape = Enum.PartType.Cylinder
  190. WeldConstraint12.Parent = Part11
  191. WeldConstraint12.Part0 = Part6
  192. WeldConstraint12.Part1 = Part11
  193. Sound13.Name = "sound"
  194. Sound13.Parent = Part6
  195. Sound13.Looped = true
  196. Sound13.SoundId = "rbxassetid://224798276"
  197. Sound13.Volume = 10
  198. Script14.Parent = Sound13
  199. table.insert(cors,sandbox(Script14,function()
  200. wait (63)
  201. script.Parent:Play()
  202. end))
  203. Script15.Parent = Part6
  204. table.insert(cors,sandbox(Script15,function()
  205. local User = owner
  206. local chara = User.Character
  207. local LARM = chara["Left Arm"]
  208. local weld = Instance.new("Weld",script.Parent)
  209. weld.Part0 = script.Parent
  210. weld.Part1 = LARM
  211. script.Parent.Parent = chara
  212.  
  213.  
  214. end))
  215. Part16.Name = "screen"
  216. Part16.Parent = Part6
  217. Part16.CFrame = CFrame.new(7.10551453, 2.79000902, 1.03892541, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  218. Part16.Position = Vector3.new(7.10551453, 2.79000902, 1.03892541)
  219. Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  220. Part16.Size = Vector3.new(0.0500000007, 1, 0.909999549)
  221. Part16.BottomSurface = Enum.SurfaceType.Smooth
  222. Part16.BrickColor = BrickColor.new("Really black")
  223. Part16.TopSurface = Enum.SurfaceType.Smooth
  224. Part16.brickColor = BrickColor.new("Really black")
  225. Decal17.Name = "master"
  226. Decal17.Parent = Part16
  227. Decal17.Texture = "http://www.roblox.com/asset/?id=1409009142"
  228. Decal17.Face = Enum.NormalId.Right
  229. Script18.Parent = Decal17
  230. table.insert(cors,sandbox(Script18,function()
  231. script.Parent.Parent.Masterwords:Play()
  232. wait (63)
  233. script.Parent.Transparency = 1
  234.  
  235. end))
  236. WeldConstraint19.Parent = Part16
  237. WeldConstraint19.Part0 = Part16
  238. WeldConstraint19.Part1 = Part6
  239. Sound20.Name = "Masterwords"
  240. Sound20.Parent = Part16
  241. Sound20.SoundId = "rbxassetid://1018697003"
  242. Sound20.Volume = 10
  243. Script21.Name = "murder"
  244. Script21.Parent = Part6
  245. table.insert(cors,sandbox(Script21,function()
  246. local function PlayerTouched(Part)
  247. local Parent = Part.Parent
  248. if game.Players:GetPlayerFromCharacter(Parent) then
  249. Parent.Humanoid.Health = 1
  250.  
  251. end
  252. end
  253.  
  254. script.parent.Touched:connect(PlayerTouched)
  255. end))
  256. BillboardGui22.Parent = Part6
  257. BillboardGui22.LightInfluence = 1
  258. BillboardGui22.Size = UDim2.new(0, 200, 0, 50)
  259. BillboardGui22.ClipsDescendants = true
  260. BillboardGui22.ExtentsOffset = Vector3.new(0, 3, 0)
  261. TextLabel23.Parent = BillboardGui22
  262. TextLabel23.Size = UDim2.new(0, 200, 0, 50)
  263. TextLabel23.BackgroundColor = BrickColor.new("Institutional white")
  264. TextLabel23.BackgroundColor3 = Color3.new(1, 1, 1)
  265. TextLabel23.BackgroundTransparency = 1
  266. TextLabel23.Font = Enum.Font.Cartoon
  267. TextLabel23.FontSize = Enum.FontSize.Size48
  268. TextLabel23.Text = "The Murder."
  269. TextLabel23.TextColor = BrickColor.new("Really red")
  270. TextLabel23.TextColor3 = Color3.new(1, 0, 0)
  271. TextLabel23.TextSize = 40
  272. Script24.Parent = BillboardGui22
  273. table.insert(cors,sandbox(Script24,function()
  274. local User = owner
  275. local char = User.Character
  276. script.Parent.Parent = char["Head"]
  277. script.parent.Adornee = char["Head"]
  278. end))
  279. for i,v in pairs(mas:GetChildren()) do
  280. v.Parent = workspace
  281. pcall(function() v:MakeJoints() end)
  282. end
  283. mas:Destroy()
  284. for i,v in pairs(cors) do
  285. spawn(function()
  286. pcall(v)
  287. end)
  288. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement