Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.04 KB | None | 0 0
  1. --By Rufus14 (editted by GhostPepperGirl)
  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. Part0 = Instance.new("Part")
  20. Sound1 = Instance.new("Sound")
  21. Attachment2 = Instance.new("Attachment")
  22. RopeConstraint3 = Instance.new("RopeConstraint")
  23. Part4 = Instance.new("Part")
  24. SpecialMesh5 = Instance.new("SpecialMesh")
  25. Attachment6 = Instance.new("Attachment")
  26. RopeConstraint7 = Instance.new("RopeConstraint")
  27. RopeConstraint8 = Instance.new("RopeConstraint")
  28. Part0.Parent = mas
  29. Part0.BrickColor = BrickColor.new("Medium stone grey")
  30. Part0.Anchored = true
  31. Part0.Size = Vector3.new(9.97000027, 0.720000267, 7.03999949)
  32. Part0.CFrame = CFrame.new(16.7149887, 13.7606668, 36.7299957, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  33. Part0.BottomSurface = Enum.SurfaceType.Smooth
  34. Part0.TopSurface = Enum.SurfaceType.Smooth
  35. Part0.Color = Color3.new(0.905882, 0.905882, 0.92549)
  36. Part0.Position = Vector3.new(16.7149887, 13.7606668, 36.7299957)
  37. Part0.Color = Color3.new(0.905882, 0.905882, 0.92549)
  38. Sound1.Parent = Part0
  39. Sound1.SoundId = "rbxassetid://1205183071"
  40. Attachment6.Parent = Part0
  41. Attachment6.Visible = true
  42. RopeConstraint8.Parent = Attachment6
  43. RopeConstraint8.Color = BrickColor.new("Brown")
  44. RopeConstraint8.Visible = true
  45. RopeConstraint8.Attachment0 = nil
  46. RopeConstraint8.Attachment1 = Attachment6
  47. RopeConstraint8.Color = BrickColor.new("Maroon")
  48. RopeConstraint8.Length = 7.5
  49. RopeConstraint8.Thickness = 0.20000000298023
  50. RopeConstraint8.Restitution = 0.10000000149012
  51. Part4.Parent = mas
  52. Part4.Size = Vector3.new(3.6299994, 2.9199996, 2.94999957)
  53. Part4.CFrame = CFrame.new(16.4487038, 1.47368073, 36.9643707, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  54. Part4.BottomSurface = Enum.SurfaceType.Smooth
  55. Part4.TopSurface = Enum.SurfaceType.Smooth
  56. Part4.Position = Vector3.new(16.4487038, 1.47368073, 36.9643707)
  57. SpecialMesh5.Parent = Part4
  58. SpecialMesh5.MeshId = "http://www.roblox.com/asset/?id=112335925"
  59. SpecialMesh5.Scale = Vector3.new(3, 3, 3)
  60. SpecialMesh5.TextureId = "http://www.roblox.com/asset/?id=112335881"
  61. SpecialMesh5.MeshType = Enum.MeshType.FileMesh
  62. SpecialMesh5.Scale = Vector3.new(3, 3, 3)
  63. Attachment6.Parent = Part0
  64. Attachment6.Visible = true
  65. RopeConstraint8.Parent = Attachment6
  66. RopeConstraint8.Color = BrickColor.new("Brown")
  67. RopeConstraint8.Visible = true
  68. RopeConstraint8.Length = 7.5
  69. RopeConstraint8.Thickness = 0.20000000298023
  70. RopeConstraint8.Restitution = 0
  71. for i,v in pairs(mas:GetChildren()) do
  72. v.Parent = game:GetService("Players").LocalPlayer.Character
  73. pcall(function() v:MakeJoints() end)
  74. end
  75. mas:Destroy()
  76. for i,v in pairs(cors) do
  77. spawn(function()
  78. pcall(v)
  79. end)
  80. end
  81. Part0.CFrame = game.Players.LocalPlayer.Character.Head.CFrame * CFrame.new(0,7.5,0)
  82. game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,2,0)
  83. Part4.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,-3,0)
  84. RopeConstraint8.Attachment0 = game.Players.LocalPlayer.Character.Torso.NeckAttachment
  85. RopeConstraint8.Attachment1 = Attachment6
  86. RopeConstraint8.Visible = true
  87. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  88. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  89. game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=1316065564"
  90. game.Players.LocalPlayer.Character.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=1287270529"
  91. -- Objects
  92.  
  93. local ScreenGui = Instance.new("ScreenGui")
  94. local TextButton = Instance.new("TextButton")
  95.  
  96. -- Properties
  97.  
  98. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  99.  
  100. TextButton.Parent = ScreenGui
  101. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  102. TextButton.Position = UDim2.new(0.318378747, 0, 0.816154361, 0)
  103. TextButton.Size = UDim2.new(0, 496, 0, 135)
  104. TextButton.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  105. TextButton.Font = Enum.Font.SourceSans
  106. TextButton.FontSize = Enum.FontSize.Size14
  107. TextButton.Text = "Suicide."
  108. TextButton.TextColor3 = Color3.new(0.454902, 0, 0)
  109. TextButton.TextScaled = true
  110. TextButton.TextSize = 14
  111. TextButton.TextWrapped = true
  112. function kys()
  113. ScreenGui:destroy()
  114. local bodyvel = Instance.new("BodyVelocity", Part4)
  115. bodyvel.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 45
  116. local death = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  117. death.Volume = 10
  118. death.SoundId = "rbxassetid://12222242"
  119. wait(0.2)
  120. death:Play()
  121. bodyvel:destroy()
  122. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  123. if game.Players.LocalPlayer.Character:findFirstChild("Torso") then
  124. game.Players.LocalPlayer.Character.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 10
  125. for i,v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  126. if v.ClassName == "Motor6D" then
  127. if v.Name == "Neck" then
  128.  
  129. else
  130. v:destroy()
  131. end
  132. end
  133. end
  134. end
  135. if game.Players.LocalPlayer.Character:findFirstChild("Right Arm") then
  136. local attachment = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  137. attachment.Position = Vector3.new(1, 1, 0)
  138. local ball = Instance.new("BallSocketConstraint", game.Players.LocalPlayer.Character)
  139. ball.Attachment0 = game.Players.LocalPlayer.Character["Right Arm"].RightShoulderAttachment
  140. ball.Attachment1 = attachment
  141. local collidepartofleftleg = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  142. collidepartofleftleg.Name = "Bone"
  143. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  144. collidepartofleftleg.Transparency = 1
  145. collidepartofleftleg:BreakJoints()
  146. local weeld = Instance.new("Weld", collidepartofleftleg)
  147. weeld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  148. weeld.Part1 = collidepartofleftleg
  149. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  150. end
  151. if game.Players.LocalPlayer.Character:findFirstChild("Left Arm") then
  152. local attachment = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  153. attachment.Position = Vector3.new(-1, 1, 0)
  154. local ball = Instance.new("BallSocketConstraint", game.Players.LocalPlayer.Character)
  155. ball.Attachment0 = attachment
  156. ball.Attachment1 = game.Players.LocalPlayer.Character["Left Arm"].LeftShoulderAttachment
  157. local collidepartofleftleg = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  158. collidepartofleftleg.Name = "Bone"
  159. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  160. collidepartofleftleg.Transparency = 1
  161. collidepartofleftleg:BreakJoints()
  162. local weeld = Instance.new("Weld", collidepartofleftleg)
  163. weeld.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
  164. weeld.Part1 = collidepartofleftleg
  165. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  166. end
  167. if game.Players.LocalPlayer.Character:findFirstChild("Right Leg") then
  168. local attachment = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  169. attachment.Position = Vector3.new(0.5, -1, 0)
  170. local ball = Instance.new("BallSocketConstraint", game.Players.LocalPlayer.Character)
  171. ball.Attachment0 = game.Players.LocalPlayer.Character["Right Leg"].RightFootAttachment
  172. ball.Attachment1 = attachment
  173. game.Players.LocalPlayer.Character["Right Leg"].RightFootAttachment.Position = Vector3.new(0, 1, 0)
  174. local collidepartofleftleg = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  175. collidepartofleftleg.Name = "Bone"
  176. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  177. collidepartofleftleg.Transparency = 1
  178. collidepartofleftleg:BreakJoints()
  179. local weeld = Instance.new("Weld", collidepartofleftleg)
  180. weeld.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
  181. weeld.Part1 = collidepartofleftleg
  182. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  183. end
  184. if game.Players.LocalPlayer.Character:findFirstChild("Left Leg") then
  185. local attachment = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  186. attachment.Position = Vector3.new(-0.5, -1, 0)
  187. local ball = Instance.new("BallSocketConstraint", game.Players.LocalPlayer.Character)
  188. ball.Attachment0 = game.Players.LocalPlayer.Character["Left Leg"].LeftFootAttachment
  189. ball.Attachment1 = attachment
  190. game.Players.LocalPlayer.Character["Left Leg"].LeftFootAttachment.Position = Vector3.new(0, 1, 0)
  191. local collidepartofleftleg = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  192. collidepartofleftleg.Name = "Bone"
  193. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  194. collidepartofleftleg.Transparency = 1
  195. collidepartofleftleg:BreakJoints()
  196. local weeld = Instance.new("Weld", collidepartofleftleg)
  197. weeld.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
  198. weeld.Part1 = collidepartofleftleg
  199. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  200. end
  201. if game.Players.LocalPlayer.Character:findFirstChild("Head") then
  202. local attachment = Instance.new("Attachment", game.Players.LocalPlayer.Character.Head)
  203. attachment.Position = Vector3.new(0, -0.5, 0)
  204. attachment.Name = "lol"
  205. attachment.Visible = false
  206. game.Players.LocalPlayer.Character.Torso.NeckAttachment.Visible = false
  207. game.Players.LocalPlayer.Character.Torso.NeckAttachment.Position = game.Players.LocalPlayer.Character.Torso.NeckAttachment.Position + Vector3.new(0,0,0)
  208. local ball = Instance.new("BallSocketConstraint", game.Players.LocalPlayer.Character)
  209. ball.Attachment0 = game.Players.LocalPlayer.Character.Torso.NeckAttachment
  210. ball.Attachment1 = attachment
  211. ball.LimitsEnabled = true
  212. ball.TwistLimitsEnabled = true
  213. ball.UpperAngle = 90
  214. ball.Restitution = 0.5
  215. ball.TwistUpperAngle = 180
  216. ball.TwistLowerAngle = -180
  217. local collidepartofleftleg = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  218. collidepartofleftleg.Name = "Bone"
  219. collidepartofleftleg.Size = Vector3.new(0.7,0.7,0.7)
  220. collidepartofleftleg.Transparency = 1
  221. collidepartofleftleg:BreakJoints()
  222. local weeld = Instance.new("Weld", collidepartofleftleg)
  223. weeld.Part0 = collidepartofleftleg
  224. weeld.Part1 = game.Players.LocalPlayer.Character["Head"]
  225. if game.Players.LocalPlayer.Character.Torso:findFirstChild("Neck") then
  226. game.Players.LocalPlayer.Character.Torso.Neck:destroy()
  227. end
  228. if game.Players.LocalPlayer.Character.Head:findFirstChild("face") then
  229. game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=1177309556"
  230. end
  231. end
  232. game.Players.LocalPlayer.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  233. game.Players.LocalPlayer.Character.Humanoid.Health = 0.1
  234. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  235. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  236. local dead = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  237. dead.Volume = 10
  238. dead.SoundId = "rbxassetid://1248405065"
  239. dead:Play()
  240. dead.Looped = true
  241. while true do
  242. game.Players.LocalPlayer.Character.Humanoid.Health = 0.1
  243. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  244. wait()
  245. end
  246. end
  247. TextButton.MouseButton1Click:connect(kys)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement