Advertisement
Lukas17

Untitled

Mar 4th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.74 KB | None | 0 0
  1. --by Rufus14
  2. --use it for cringy scriptspeople
  3. --press k or j to suicide if cringe is too hard
  4.  
  5. right leg
  6. 0.5, -1.46988344, 0.0279101133, 1, 0, 0, 0, 0.500001788, 0.866028905, 0, -0.866028905, 0.500001848
  7. Right arm
  8. 1.5, -0.101397991, -0.190717191, 1, 0, 0, 0, 0.939695477, -0.342025012, 0, 0.342025012, 0.939695477
  9. left arm
  10. -1.5, -0.117072105, -0.330505013, 1, 0, 0, 0, 0.939698696, -0.342026591, 0, 0.342026591, 0.939698696
  11. humanoid
  12. 0, -1.42771983, -4.17232513e-07, 1, 0, 0, 0, 0.93969667, 0.342021197, 0, -0.342021197, 0.93969667
  13. left leg
  14. -0.5, -1.40858209, -0.0556170344, 1, 0, 0, 0, 0.500006139, 0.866026759, 0, -0.8660267, 0.50000602
  15. ---------
  16. left arm
  17. -1.5, 0.925116777, 0.132871658, 1, 0, 0, 0, 0.939695358, -0.34202534, 0, 0.34202534, 0.939695358
  18. rightarm
  19. 1.5, 0.940792322, 0.272662371, 1, 0, 0, 0, 0.939695835, -0.342025131, 0, 0.342025131, 0.939695835
  20. --
  21. mouse = game.Players.LocalPlayer:GetMouse()
  22. using = false
  23. stopit = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  24. stopit.SoundId = "rbxassetid://500243174"
  25. stopit.Volume = 9
  26. stopit.TimePosition = 0.3
  27. STOP = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  28. STOP.SoundId = "rbxassetid://200538945"
  29. STOP.Volume = 10
  30. STOP.TimePosition = 4
  31. iwanttoded = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  32. iwanttoded.SoundId = "rbxassetid://628715785"
  33. iwanttoded.Volume = 10
  34. DOIT = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  35. DOIT.SoundId = "rbxassetid://271168853"
  36. DOIT.Volume = 10
  37. gunshot = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  38. gunshot.SoundId = "rbxassetid://131070686"
  39. gunshot.Volume = 10
  40. ihavecripplingdepression = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  41. ihavecripplingdepression.SoundId = "rbxassetid://606732470"
  42. ihavecripplingdepression.Volume = 10
  43. ihavecripplingdepression.TimePosition = 2.4
  44. function iwanttodie(key)
  45. if key == "k" then
  46. if not using then
  47. using = true
  48. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  49. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  50. local humanclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  51. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:destroy()
  52. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  53. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  54. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  55. --
  56. local rramclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  57. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  58. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  59. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  60. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  61. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  62. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  63. --
  64. local lramclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  65. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  66. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  67. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  68. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  69. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  70. lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  71. --
  72. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  73. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  74. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  75. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  76. llegweld.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  77. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  78. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  79. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  80. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  81. rlegweld.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  82. local depressionmath = math.random(1,2)
  83. if depressionmath == 1 then
  84. iwanttoded:Play()
  85. end
  86. if depressionmath == 2 then
  87. ihavecripplingdepression:Play()
  88. end
  89. for i = 0,1 , 0.02 do
  90. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -0.744809389, -1.22797728, 1, 0, 0, 0, 0.499999821, 0.866025448, 0, -0.866025448, 0.499999881),i)
  91. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -0.794124842, -1.11989832, 1, 0, 0, 0, 0.500004053, 0.866023064, 0, -0.866023064, 0.500004053),i)
  92. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.573328972, 0.12868765, 1, 0, 0, 0, 0.939691424, -0.342023492, 0, 0.342023492, 0.939691424),i)
  93. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.557653427, -0.0111043155, 1, 0, 0, 0, 0.939691365, -0.342023849, 0, 0.342023849, 0.939691365),i)
  94. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -1.42771983, -4.17232513e-07, 1, 0, 0, 0, 0.93969667, 0.342021197, 0, -0.342021197, 0.93969667),i)
  95. game:GetService("RunService").RenderStepped:wait()
  96. end
  97. wait(0.5)
  98. --1.05868614, 0.139268637, 0.653819919, 0.173639387, 0.633023441, -0.754407585, 0.925421596, 0.157122895, 0.344842821, 0.336828381, -0.758023322, -0.558530569
  99. for i = 0,1 , 0.01 do
  100. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.05868614, 0.139268637, 0.653819919, 0.173639387, 0.633023441, -0.754407585, 0.925421596, 0.157122895, 0.344842821, 0.336828381, -0.758023322, -0.558530569),i)
  101. game:GetService("RunService").RenderStepped:wait()
  102. end
  103. wait(0.4)
  104. --Converted with ttyyuu12345's model to script plugin v4
  105. function sandbox(var,func)
  106. local env = getfenv(func)
  107. local newenv = setmetatable({},{
  108. __index = function(self,k)
  109. if k=="script" then
  110. return var
  111. else
  112. return env[k]
  113. end
  114. end,
  115. })
  116. setfenv(func,newenv)
  117. return func
  118. end
  119. cors = {}
  120. mas = Instance.new("Model",game:GetService("Lighting"))
  121. Model0 = Instance.new("Model")
  122. Part1 = Instance.new("Part")
  123. Part2 = Instance.new("Part")
  124. Part3 = Instance.new("Part")
  125. Part4 = Instance.new("Part")
  126. Weld5 = Instance.new("Weld")
  127. Weld6 = Instance.new("Weld")
  128. Weld7 = Instance.new("Weld")
  129. Weld8 = Instance.new("Weld")
  130. Part9 = Instance.new("Part")
  131. Part10 = Instance.new("Part")
  132. Model0.Name = "Gun"
  133. Model0.Parent = mas
  134. Part1.Name = "y"
  135. Part1.Parent = Model0
  136. Part1.BrickColor = BrickColor.new("Black")
  137. Part1.Rotation = Vector3.new(0, 0, 10)
  138. Part1.Size = Vector3.new(0.670000076, 1.0999999, 0.400000066)
  139. Part1.CFrame = CFrame.new(-57.2280045, 13.7866783, -5.16000128, 0.984807849, -0.173647925, 0, 0.173647925, 0.984807849, 0, 0, 0, 1)
  140. Part1.Color = Color3.new(0.105882, 0.164706, 0.207843)
  141. Part1.Position = Vector3.new(-57.2280045, 13.7866783, -5.16000128)
  142. Part1.Orientation = Vector3.new(0, 0, 10)
  143. Part1.Color = Color3.new(0.105882, 0.164706, 0.207843)
  144. Part2.Name = "t"
  145. Part2.Parent = Model0
  146. Part2.BrickColor = BrickColor.new("Black")
  147. Part2.Rotation = Vector3.new(0, 0, 10)
  148. Part2.Size = Vector3.new(2.2099998, 0.629999936, 0.400000095)
  149. Part2.CFrame = CFrame.new(-58.1168861, 14.508379, -5.1600008, 0.984807849, -0.173647955, 0, 0.173647955, 0.984807849, 0, 0, 0, 1)
  150. Part2.Color = Color3.new(0.105882, 0.164706, 0.207843)
  151. Part2.Position = Vector3.new(-58.1168861, 14.508379, -5.1600008)
  152. Part2.Orientation = Vector3.new(0, 0, 10)
  153. Part2.Color = Color3.new(0.105882, 0.164706, 0.207843)
  154. Part3.Name = "r"
  155. Part3.Parent = Model0
  156. Part3.BrickColor = BrickColor.new("Black")
  157. Part3.Rotation = Vector3.new(0, 0, 10)
  158. Part3.Size = Vector3.new(0.0500000007, 0.179999933, 0.110000141)
  159. Part3.CFrame = CFrame.new(-59.2444611, 14.7208614, -5.15684223, 0.984807849, -0.173647955, 0, 0.173647955, 0.984807849, 0, 0, 0, 1)
  160. Part3.Color = Color3.new(0.105882, 0.164706, 0.207843)
  161. Part3.Position = Vector3.new(-59.2444611, 14.7208614, -5.15684223)
  162. Part3.Orientation = Vector3.new(0, 0, 10)
  163. Part3.Color = Color3.new(0.105882, 0.164706, 0.207843)
  164. Part4.Name = "w"
  165. Part4.Parent = Model0
  166. Part4.BrickColor = BrickColor.new("Black")
  167. Part4.Rotation = Vector3.new(0, 0, 10)
  168. Part4.Size = Vector3.new(0.0500000007, 0.439999908, 0.180000082)
  169. Part4.CFrame = CFrame.new(-58.1606216, 14.1236334, -5.04999971, 0.984807849, -0.173647955, 0, 0.173647955, 0.984807849, 0, 0, 0, 1)
  170. Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  171. Part4.Position = Vector3.new(-58.1606216, 14.1236334, -5.04999971)
  172. Part4.Orientation = Vector3.new(0, 0, 10)
  173. Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  174. Weld5.Parent = Part4
  175. Weld5.C0 = CFrame.new(0.109882355, 0.371305943, -0.110001087, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  176. Weld5.Part0 = Part4
  177. Weld5.Part1 = Part2
  178. Weld6.Parent = Part4
  179. Weld6.C0 = CFrame.new(-0.963666916, 0.776361465, -0.106842518, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  180. Weld6.Part0 = Part4
  181. Weld6.Part1 = Part3
  182. Weld7.Parent = Part4
  183. Weld7.C0 = CFrame.new(0.332162857, -0.426007271, 4.76837158e-07, 0.500001013, -0.866024852, 0, 0.866024852, 0.500001013, 0, 0, 0, 1)
  184. Weld7.Part0 = Part4
  185. Weld7.Part1 = Part9
  186. Weld8.Parent = Part4
  187. Weld8.C0 = CFrame.new(0.371818542, -0.0153341293, 4.76837158e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  188. Weld8.Part0 = Part4
  189. Weld8.Part1 = Part10
  190. Part9.Name = "e"
  191. Part9.Parent = Model0
  192. Part9.BrickColor = BrickColor.new("Black")
  193. Part9.Rotation = Vector3.new(0, 0, 70)
  194. Part9.Size = Vector3.new(0.0500000007, 0.779999733, 0.180000082)
  195. Part9.CFrame = CFrame.new(-57.7595291, 13.7617779, -5.04999924, 0.342021465, -0.939692259, 0, 0.939692259, 0.342021465, 0, 0, 0, 1)
  196. Part9.Color = Color3.new(0.105882, 0.164706, 0.207843)
  197. Part9.Position = Vector3.new(-57.7595291, 13.7617779, -5.04999924)
  198. Part9.Orientation = Vector3.new(0, 0, 70)
  199. Part9.Color = Color3.new(0.105882, 0.164706, 0.207843)
  200. Part10.Name = "q"
  201. Part10.Parent = Model0
  202. Part10.BrickColor = BrickColor.new("Black")
  203. Part10.Rotation = Vector3.new(0, 0, 10)
  204. Part10.Size = Vector3.new(0.0500000007, 0.439999908, 0.180000082)
  205. Part10.CFrame = CFrame.new(-57.79179, 14.1730976, -5.04999924, 0.984807849, -0.173647955, 0, 0.173647955, 0.984807849, 0, 0, 0, 1)
  206. Part10.Color = Color3.new(0.105882, 0.164706, 0.207843)
  207. Part10.Position = Vector3.new(-57.79179, 14.1730976, -5.04999924)
  208. Part10.Orientation = Vector3.new(0, 0, 10)
  209. Part10.Color = Color3.new(0.105882, 0.164706, 0.207843)
  210. for i,v in pairs(mas:GetChildren()) do
  211. v.Parent = game:GetService("Players").LocalPlayer.Character
  212. pcall(function() v:MakeJoints() end)
  213. end
  214. mas:Destroy()
  215. for i,v in pairs(cors) do
  216. spawn(function()
  217. pcall(v)
  218. end)
  219. end
  220. local weldgunlol = Instance.new("Weld", Part1)
  221. weldgunlol.Part0 = Part1
  222. weldgunlol.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  223. weldgunlol.C0 = weldgunlol.C0 * CFrame.new(1,0,0) * CFrame.fromEulerAnglesXYZ(math.pi/2,0,math.pi/-2)
  224. DOIT:Play()
  225. for i = 0,1 , 0.005 do
  226. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(3.12682033, -0.450363398, 0.150601715, 0.283892304, 0.958834827, 0.0064933477, 0.956303954, -0.282635778, -0.0749013498, -0.0699828342, 0.0274735391, -0.997174144),i)
  227. game:GetService("RunService").RenderStepped:wait()
  228. end
  229. wait(math.random(4,5))
  230. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  231. gunshot:Play()
  232. DOIT:Stop()
  233. --0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0
  234. --0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0
  235. --[[
  236. local vel = Instance.new("BodyVelocity", game.Players.LocalPlayer.Character.Torso)
  237. vel.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * -5
  238. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  239. --]]
  240. --By Rufus14 (FINALLY I KNOW HOW TO MAKE A RAGDOLL :D)
  241. --die plz
  242. mouse = game.Players.LocalPlayer:GetMouse()
  243. function ragdoll()
  244. game.Players.LocalPlayer.Character.Archivable = true
  245. clone = game.Players.LocalPlayer.Character:Clone()
  246. clone.Parent = workspace
  247. for i,v in pairs(clone:GetChildren()) do
  248. if v.ClassName == "Script" or v.ClassName == "LocalScript" then
  249. v:destroy()
  250. end
  251. for i,p in pairs(v:GetChildren()) do
  252. if p.ClassName == "Weld" or p.ClassName == "Motor6D" or p.ClassName == "BodyVelocity" then
  253. p:destroy()
  254. end
  255. end
  256. end
  257. for i,t in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  258. if t.ClassName == "Accessory" or t.ClassName == "ForceField" then
  259. t:destroy()
  260. end
  261. end
  262. vel = Instance.new("BodyVelocity", clone.Torso)
  263. vel.Velocity = clone.Torso.CFrame.lookVector * -5
  264. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  265. clone.Head.face.Texture = "http://www.roblox.com/asset/?id=161061608"
  266. using = false
  267. hit = Instance.new("Sound", clone.Torso)
  268. hit.SoundId = "rbxassetid://260430060"
  269. hit.Volume = 5
  270. hit1 = Instance.new("Sound", clone.Torso)
  271. hit1.SoundId = "rbxassetid://138087186"
  272. hit1.Volume = 5
  273. hit2 = Instance.new("Sound", clone.Torso)
  274. hit2.SoundId = "rbxassetid://131237241"
  275. hit2.Volume = 5
  276. hit3 = Instance.new("Sound", clone.Torso)
  277. hit3.SoundId = "rbxassetid://278062209"
  278. hit3.Volume = 5
  279. hit3.TimePosition = 0.33
  280. ded = Instance.new("Sound", clone.Torso)
  281. ded.SoundId = "rbxassetid://418892870"
  282. ded.Volume = 5
  283. local leftarm = clone:findFirstChild("Left Arm")
  284. local rightrm = clone:findFirstChild("Right Arm")
  285. local leftleg = clone:findFirstChild("Left Leg")
  286. local rightleg = clone:findFirstChild("Right Leg")
  287. local head = clone:findFirstChild("Head")
  288. for i, g in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  289. if g.ClassName == "Part" then
  290. g:destroy()
  291. end
  292. end
  293. for i, h in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  294. if h.ClassName == "Accesory" then
  295. h:destroy()
  296. end
  297. end
  298. game.Workspace.CurrentCamera.CameraSubject = head
  299. if head ~= nil then
  300. local glue13 = Instance.new("Glue", clone.Torso)
  301. glue13.Part0 = clone.Torso
  302. glue13.Part1 = head
  303. glue13.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  304. glue13.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  305. local collider13 = Instance.new("Part", head)
  306. collider13.Position = Vector3.new(0,999,0)
  307. collider13.Size = Vector3.new(0.5, 0.9, 0.7)
  308. collider13.Shape = "Cylinder"
  309. collider13.Transparency = 1
  310. local weld = Instance.new("Weld", collider13)
  311. weld.Part0 = head
  312. weld.Part1 = collider13
  313. weld.C0 = CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  314. collider13.TopSurface = "Smooth"
  315. collider13.BottomSurface = "Smooth"
  316. collider13.formFactor = "Symmetric"
  317. end
  318. if leftleg ~= nil then
  319. local glue = Instance.new("Glue", clone.Torso)
  320. glue.Part0 = clone.Torso
  321. glue.Part1 = leftleg
  322. glue.Name = "Left leg"
  323. local collider = Instance.new("Part", leftleg)
  324. collider.Position = Vector3.new(0,999,0)
  325. collider.Size = Vector3.new(1.5, 1, 1)
  326. collider.Shape = "Cylinder"
  327. local weld = Instance.new("Weld", collider)
  328. weld.Part0 = leftleg
  329. weld.Part1 = collider
  330. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  331. collider.TopSurface = "Smooth"
  332. collider.BottomSurface = "Smooth"
  333. collider.formFactor = "Symmetric"
  334. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  335. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  336. collider.Transparency = 1
  337. end
  338. ------------
  339. if rightleg ~= nil then
  340. local glue1 = Instance.new("Glue", clone.Torso)
  341. glue1.Part0 = clone.Torso
  342. glue1.Part1 = rightleg
  343. glue1.Name = "Right leg"
  344. local collider1 = Instance.new("Part", rightleg)
  345. collider1.Position = Vector3.new(0,999,0)
  346. collider1.Size = Vector3.new(1.5, 1, 1)
  347. collider1.Shape = "Cylinder"
  348. local weld1 = Instance.new("Weld", collider1)
  349. weld1.Part0 = rightleg
  350. weld1.Part1 = collider1
  351. weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  352. collider1.TopSurface = "Smooth"
  353. collider1.BottomSurface = "Smooth"
  354. collider1.formFactor = "Symmetric"
  355. glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  356. glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  357. collider1.Transparency = 1
  358. end
  359. ------------
  360. if rightrm ~= nil then
  361. local glue11 = Instance.new("Glue", clone.Torso)
  362. glue11.Part0 = clone.Torso
  363. glue11.Part1 = rightrm
  364. glue11.Name = "Right shoulder"
  365. local collider11 = Instance.new("Part", rightrm)
  366. collider11.Position = Vector3.new(0,9999,0)
  367. collider11.Size = Vector3.new(1.5,1,1)
  368. collider11.Shape = "Cylinder"
  369. local weld11 = Instance.new("Weld", collider11)
  370. weld11.Part0 = rightrm
  371. weld11.Part1 = collider11
  372. weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  373. collider11.TopSurface = "Smooth"
  374. collider11.BottomSurface = "Smooth"
  375. collider11.formFactor = "Symmetric"
  376. glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  377. glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  378. collider11.Transparency = 1
  379. end
  380. ------------
  381. if leftarm ~= nil then
  382. local glue111 = Instance.new("Glue", clone.Torso)
  383. glue111.Part0 = clone.Torso
  384. glue111.Part1 = leftarm
  385. glue111.Name = "Left shoulder"
  386. local collider111 = Instance.new("Part", leftarm)
  387. collider111.Position = Vector3.new(0,9999,0)
  388. collider111.Size = Vector3.new(1.5,1,1)
  389. collider111.Shape = "Cylinder"
  390. local weld111 = Instance.new("Weld", collider111)
  391. weld111.Part0 = leftarm
  392. weld111.Part1 = collider111
  393. weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  394. collider111.TopSurface = "Smooth"
  395. collider111.BottomSurface = "Smooth"
  396. collider111.formFactor = "Symmetric"
  397. glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  398. glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  399. collider111.Transparency = 1
  400. ----------------
  401. sensoring = Instance.new("Part", clone.Torso)
  402. sensoring.Size = Vector3.new(1.2,1.1,0.8)
  403. sensoring.CanCollide = false
  404. sensoring.Position = clone.Torso.Position
  405. local welder = Instance.new("Weld", sensoring)
  406. welder.Part0 = clone.Torso
  407. welder.Part1 = sensoring
  408. welder.C0 = welder.C0 * CFrame.new(0,0,1.05)
  409. sensoring.Transparency = 1
  410. -----------------
  411. sensoring1 = Instance.new("Part", clone.Torso)
  412. sensoring1.Size = Vector3.new(1.2,1.1,0.8)
  413. sensoring1.CanCollide = false
  414. sensoring1.Position = clone.Torso.Position
  415. local welder1 = Instance.new("Weld", sensoring)
  416. welder1.Part0 = clone.Torso
  417. welder1.Part1 = sensoring1
  418. welder1.C0 = welder1.C0 * CFrame.new(0,0,-1.05)
  419. sensoring1.Transparency = 1
  420. end
  421. clone.Name = game.Players.LocalPlayer.Character.Name.." (Killed himself because Crypt left him. ;c)"
  422. ded:Play()
  423. vel:destroy()
  424. wait(0.5)
  425. local function touch()
  426. if not using then
  427. using = true
  428. local Math = math.random(1,4)
  429. if Math == 1 then
  430. hit:Play()
  431. end
  432. if Math == 2 then
  433. hit1:Play()
  434. end
  435. if Math == 3 then
  436. hit2:Play()
  437. end
  438. if Math == 4 then
  439. hit3:Play()
  440. end
  441. wait(0.1)
  442. using = false
  443. end
  444. end
  445. sensoring.Touched:connect(touch)
  446. sensoring1.Touched:connect(touch)
  447. while true do
  448. if head ~= nil then
  449. head.CanCollide = false
  450. end
  451. game:GetService("RunService").Stepped:wait()
  452. end
  453. end
  454.  
  455. game.Players.LocalPlayer.Character.Humanoid.Died:connect(ragdoll)
  456.  
  457. --di ent
  458. end
  459. end
  460. end
  461. mouse.KeyDown:connect(iwanttodie)
  462. function STOPPLS(key)
  463. key = key:lower()
  464. if key == "e" then
  465. if not using then
  466. using = true
  467. STOP.TimePosition = 4
  468. STOP:Play()
  469. local humanclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  470. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:destroy()
  471. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  472. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  473. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  474. --
  475. local rramclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  476. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  477. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  478. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  479. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  480. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  481. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  482. --
  483. local lramclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  484. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  485. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  486. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  487. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  488. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  489. lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  490. for i = 0,1 , 0.1 do
  491. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 1.34099412, 0.33427754, 1, 0, 0, 0, -0.939696312, 0.342021227, 0, -0.342021257, -0.939696312),i)
  492. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 1.34099412, 0.33427754, 1, 0, 0, 0, -0.939696431, 0.342021257, 0, -0.342021286, -0.939696431),i)
  493. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -2.38418579e-07, -1.78813934e-07, 1, 0, 0, 0, 0.984811604, -0.173648655, 0, 0.173648655, 0.984811604),i)
  494. game:GetService("RunService").RenderStepped:wait()
  495. end
  496. wait(0.5)
  497. STOP:Stop()
  498. for i = 0,1 , 0.1 do
  499. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),i)
  500. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),i)
  501. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  502. game:GetService("RunService").RenderStepped:wait()
  503. end
  504. rhandweld:destroy()
  505. rramclone.Parent = game.Players.LocalPlayer.Character.Torso
  506. lhandweld:destroy()
  507. lramclone.Parent = game.Players.LocalPlayer.Character.Torso
  508. humanoidrootpart:destroy()
  509. humanclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  510. using = false
  511. end
  512. end
  513. end
  514. mouse.KeyDown:connect(STOPPLS)
  515. function stopitgetsomehelp(key)
  516. key = key:lower()
  517. if key == "q" then
  518. if not using then
  519. using = true
  520. local rramclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  521. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  522. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  523. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  524. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  525. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  526. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  527. stopit.TimePosition = 0.3
  528. stopit:Play()
  529. for i = 0,1 , 0.02 do
  530. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.28145266, 0.622502327, -0.938417196, 1, 0, 0, 0, 0, -1, 0, 1, 0),i)
  531. game:GetService("RunService").RenderStepped:wait()
  532. end
  533. wait(0.2)
  534. for i = 0,1 , 0.04 do
  535. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.28145266, 0.72246933, -0.920790374, 1, 0, 0, 0, -0.173648089, -0.984808564, 0, 0.984808564, -0.173648089),i)
  536. game:GetService("RunService").RenderStepped:wait()
  537. end
  538. for i = 0,1 , 0.04 do
  539. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.28145266, 0.622502327, -0.938417196, 1, 0, 0, 0, 0, -1, 0, 1, 0),i)
  540. game:GetService("RunService").RenderStepped:wait()
  541. end
  542. wait(0.3)
  543. for i = 0,1 , 0.02 do
  544. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),i)
  545. game:GetService("RunService").RenderStepped:wait()
  546. end
  547. rhandweld:destroy()
  548. rramclone.Parent = game.Players.LocalPlayer.Character.Torso
  549. using = false
  550. end
  551. end
  552. end
  553. mouse.KeyDown:connect(stopitgetsomehelp)
  554. local ew = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  555. ew.SoundId = "rbxassetid://144884872"
  556. ew.Volume = 10
  557. ew.PlaybackSpeed = 0.8
  558. local ew1 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  559. ew1.SoundId = "rbxassetid://144884872"
  560. ew1.Volume = 10
  561. ew1.PlaybackSpeed = 0.8
  562. local ew3 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  563. ew3.SoundId = "rbxassetid://144884872"
  564. ew3.Volume = 10
  565. ew3.PlaybackSpeed = 0.8
  566. local ew4 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  567. ew4.SoundId = "rbxassetid://144884872"
  568. ew4.Volume = 10
  569. ew4.PlaybackSpeed = 0.8
  570. local ew15 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  571. ew15.SoundId = "rbxassetid://144884872"
  572. ew15.Volume = 10
  573. ew15.PlaybackSpeed = 0.8
  574. function killyourself(key)
  575. key = key:lower()
  576. if key == "j" and not using then
  577. using = true
  578. local XDDDD = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  579. XDDDD.SoundId = "rbxassetid://754618523"
  580. XDDDD.Volume = 6
  581. XDDDD.TimePosition = 0.4
  582. XDDDD:Play()
  583. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  584. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  585. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  586. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  587. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  588. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  589. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  590. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  591. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  592. lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  593. for i = 0,1 , 0.03 do
  594. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.17917442, 0.312903404, -1.13584185, 0.866025627, -0.492404014, -0.0868241489, -0.0868232697, 0.0229127109, -0.995961905, 0.492405146, 0.870064378, -0.0229094476),i)
  595. game:GetService("RunService").RenderStepped:wait()
  596. end
  597. wait(1)
  598. for i = 0,1 , 0.03 do
  599. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.38409138, 0.427100182, 0.356537104, 0.663413942, 0.556672633, -0.50000155, -0.365157276, 0.824114978, 0.433008313, 0.653104722, -0.104686618, 0.749998271),i)
  600. game:GetService("RunService").RenderStepped:wait()
  601. end
  602. wait(1)
  603. --Converted with ttyyuu12345's model to script plugin v4
  604. local function sandbox(var,func)
  605. local env = getfenv(func)
  606. local newenv = setmetatable({},{
  607. __index = function(self,k)
  608. if k=="script" then
  609. return var
  610. else
  611. return env[k]
  612. end
  613. end,
  614. })
  615. setfenv(func,newenv)
  616. return func
  617. end
  618. local cors = {}
  619. local mas = Instance.new("Model",game:GetService("Lighting"))
  620. local Model0 = Instance.new("Model")
  621. local Part1 = Instance.new("Part")
  622. local Part2 = Instance.new("Part")
  623. local Part3 = Instance.new("Part")
  624. local Part4 = Instance.new("Part")
  625. local Weld5 = Instance.new("Weld")
  626. local Weld6 = Instance.new("Weld")
  627. local Weld7 = Instance.new("Weld")
  628. local Weld8 = Instance.new("Weld")
  629. local Part9 = Instance.new("Part")
  630. Model0.Name = "kys knife"
  631. Model0.Parent = mas
  632. Part1.Name = "d"
  633. Part1.Parent = Model0
  634. Part1.Material = Enum.Material.Metal
  635. Part1.BrickColor = BrickColor.new("White")
  636. Part1.Rotation = Vector3.new(0, 90, 0)
  637. Part1.Size = Vector3.new(0.454666376, 0.249333888, 0.0500000007)
  638. Part1.CFrame = CFrame.new(-28.8698483, 11.4513311, -5.31685686, 1.77323818e-06, 0, 1.0000025, 0, 1.00000048, 2.16840434e-19, -1.00000298, 0, 1.77323909e-06)
  639. Part1.Color = Color3.new(0.952941, 0.94902, 0.960784)
  640. Part1.Position = Vector3.new(-28.8698483, 11.4513311, -5.31685686)
  641. Part1.Orientation = Vector3.new(0, 90, 0)
  642. Part1.Color = Color3.new(0.952941, 0.94902, 0.960784)
  643. Part2.Name = "xp"
  644. Part2.Parent = Model0
  645. Part2.Material = Enum.Material.Metal
  646. Part2.BrickColor = BrickColor.new("White")
  647. Part2.Rotation = Vector3.new(0, 90, 0)
  648. Part2.Size = Vector3.new(0.359333158, 0.249333888, 0.0500000007)
  649. Part2.CFrame = CFrame.new(-28.8698502, 11.7006636, -5.26919031, 1.77323818e-06, 0, 1.0000025, 0, 1.00000048, 2.16840434e-19, -1.00000298, 0, 1.77323909e-06)
  650. Part2.Color = Color3.new(0.952941, 0.94902, 0.960784)
  651. Part2.Position = Vector3.new(-28.8698502, 11.7006636, -5.26919031)
  652. Part2.Orientation = Vector3.new(0, 90, 0)
  653. Part2.Color = Color3.new(0.952941, 0.94902, 0.960784)
  654. Part3.Name = "xdd"
  655. Part3.Parent = Model0
  656. Part3.BrickColor = BrickColor.new("Dark orange")
  657. Part3.Rotation = Vector3.new(0, 90, 0)
  658. Part3.Size = Vector3.new(0.610000014, 0.149999991, 0.300000012)
  659. Part3.CFrame = CFrame.new(-28.8630695, 10.2738171, -5.38322401, 1.77323818e-06, 0, 1.0000025, 0, 1.00000048, 2.16840434e-19, -1.00000298, 0, 1.77323909e-06)
  660. Part3.Color = Color3.new(0.627451, 0.372549, 0.207843)
  661. Part3.Position = Vector3.new(-28.8630695, 10.2738171, -5.38322401)
  662. Part3.Orientation = Vector3.new(0, 90, 0)
  663. Part3.Color = Color3.new(0.627451, 0.372549, 0.207843)
  664. Part4.Name = "xd"
  665. Part4.Parent = Model0
  666. Part4.BrickColor = BrickColor.new("Black")
  667. Part4.Rotation = Vector3.new(0, 90, 0)
  668. Part4.Size = Vector3.new(0.370000064, 1, 0.300000012)
  669. Part4.CFrame = CFrame.new(-28.8630695, 9.6988163, -5.26322365, 1.77323818e-06, 0, 1.0000025, 0, 1.00000048, 2.16840434e-19, -1.00000298, 0, 1.77323909e-06)
  670. Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  671. Part4.Position = Vector3.new(-28.8630695, 9.6988163, -5.26322365)
  672. Part4.Orientation = Vector3.new(0, 90, 0)
  673. Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  674. Weld5.Parent = Part4
  675. Weld5.C0 = CFrame.new(0.00596666336, 2.00184655, -0.00677967072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  676. Weld5.Part0 = Part4
  677. Weld5.Part1 = Part2
  678. Weld6.Parent = Part4
  679. Weld6.C0 = CFrame.new(0.119999886, 0.575000107, 2.38418579e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  680. Weld6.Part0 = Part4
  681. Weld6.Part1 = Part3
  682. Weld7.Parent = Part4
  683. Weld7.C0 = CFrame.new(0.101300001, 1.13651657, -0.00677967072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  684. Weld7.Part0 = Part4
  685. Weld7.Part1 = Part9
  686. Weld8.Parent = Part4
  687. Weld8.C0 = CFrame.new(0.053633213, 1.75251412, -0.0067782402, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  688. Weld8.Part0 = Part4
  689. Weld8.Part1 = Part1
  690. Part9.Name = "x"
  691. Part9.Parent = Model0
  692. Part9.Material = Enum.Material.Metal
  693. Part9.BrickColor = BrickColor.new("White")
  694. Part9.Rotation = Vector3.new(0, 90, 0)
  695. Part9.Size = Vector3.new(0.549999833, 0.982667089, 0.0500000007)
  696. Part9.CFrame = CFrame.new(-28.8698483, 10.8353338, -5.36452389, 1.77323818e-06, 0, 1.0000025, 0, 1.00000048, 2.16840434e-19, -1.00000298, 0, 1.77323909e-06)
  697. Part9.Color = Color3.new(0.952941, 0.94902, 0.960784)
  698. Part9.Position = Vector3.new(-28.8698483, 10.8353338, -5.36452389)
  699. Part9.Orientation = Vector3.new(0, 90, 0)
  700. Part9.Color = Color3.new(0.952941, 0.94902, 0.960784)
  701. for i,v in pairs(mas:GetChildren()) do
  702. v.Parent = game:GetService("Players").LocalPlayer.Character
  703. pcall(function() v:MakeJoints() end)
  704. end
  705. mas:Destroy()
  706. for i,v in pairs(cors) do
  707. spawn(function()
  708. pcall(v)
  709. end)
  710. end
  711. local knifweld = Instance.new("Weld", Part4)
  712. knifweld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  713. knifweld.Part1 = Part4
  714. knifweld.C0 = CFrame.new(-0.096446991, -0.868163586, -0.0823068619, 1.77322534e-06, -1, 1.19355454e-05, -1.00000072, -1.7732059e-06, 1.74337083e-06, -1.74334969e-06, -1.19355564e-05, -1.00000072)
  715. for i = 0,1 , 0.03 do
  716. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.445044994, -0.0549964905, 1, 0, 0, 0, 1.74343586e-06, -1.00000024, 0, 1.00000024, 1.74343586e-06),i)
  717. game:GetService("RunService").RenderStepped:wait()
  718. end
  719. wait(0.5)
  720. for i = 0,1 , 0.03 do
  721. knifweld.C0 = knifweld.C0:lerp(CFrame.new(-0.160015106, -1.03289032, -0.0823178291, 0.766057372, -0.64277941, 6.23380447e-06, -0.642784357, -0.766051352, 1.03502898e-05, -1.87755973e-06, -1.19357737e-05, -1.00000775),i)
  722. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.16937733, 0.12454319, -0.745012283, 0.492395997, 0.852873027, -0.17364873, -0.0868230015, -0.150384992, -0.98480773, -0.866029978, 0.499992073, 2.80611197e-08),i)
  723. game:GetService("RunService").RenderStepped:wait()
  724. end
  725. wait(3)
  726. ew:Play()
  727. ew1:Play()
  728. ew3:Play()
  729. ew4:Play()
  730. ew15:Play()
  731. for i = 0,1 , 0.1 do
  732. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.43994045, -0.425028324, -0.37032032, 0.492395997, 0.852873027, -0.17364873, -0.0868230015, -0.150384992, -0.98480773, -0.866029978, 0.499992073, 2.80611197e-08),i)
  733. game:GetService("RunService").RenderStepped:wait()
  734. end
  735. function ragdoll()
  736. game.Players.LocalPlayer.Character.Archivable = true
  737. clone = game.Players.LocalPlayer.Character:Clone()
  738. clone.Parent = workspace
  739. for i,v in pairs(clone:GetChildren()) do
  740. if v.ClassName == "Script" or v.ClassName == "LocalScript" then
  741. v:destroy()
  742. end
  743. for i,p in pairs(v:GetChildren()) do
  744. if p.ClassName == "Weld" or p.ClassName == "Motor6D" or p.ClassName == "BodyVelocity" then
  745. p:destroy()
  746. end
  747. end
  748. end
  749. for i,t in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  750. if t.ClassName == "Accessory" or t.ClassName == "ForceField" then
  751. t:destroy()
  752. end
  753. end
  754. vel = Instance.new("BodyVelocity", clone.Torso)
  755. vel.Velocity = clone.Torso.CFrame.lookVector * -5
  756. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  757. clone.Head.face.Texture = "http://www.roblox.com/asset/?id=161061608"
  758. using = false
  759. hit = Instance.new("Sound", clone.Torso)
  760. hit.SoundId = "rbxassetid://260430060"
  761. hit.Volume = 5
  762. hit1 = Instance.new("Sound", clone.Torso)
  763. hit1.SoundId = "rbxassetid://138087186"
  764. hit1.Volume = 5
  765. hit2 = Instance.new("Sound", clone.Torso)
  766. hit2.SoundId = "rbxassetid://131237241"
  767. hit2.Volume = 5
  768. hit3 = Instance.new("Sound", clone.Torso)
  769. hit3.SoundId = "rbxassetid://278062209"
  770. hit3.Volume = 5
  771. hit3.TimePosition = 0.33
  772. ded = Instance.new("Sound", clone.Torso)
  773. ded.SoundId = "rbxassetid://754618523"
  774. ded.Volume = 5
  775. local leftarm = clone:findFirstChild("Left Arm")
  776. local rightrm = clone:findFirstChild("Right Arm")
  777. local leftleg = clone:findFirstChild("Left Leg")
  778. local rightleg = clone:findFirstChild("Right Leg")
  779. local head = clone:findFirstChild("Head")
  780. for i, g in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  781. if g.ClassName == "Part" then
  782. g:destroy()
  783. end
  784. end
  785. for i, h in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  786. if h.ClassName == "Accesory" then
  787. h:destroy()
  788. end
  789. end
  790. game.Workspace.CurrentCamera.CameraSubject = head
  791. if head ~= nil then
  792. local glue13 = Instance.new("Glue", clone.Torso)
  793. glue13.Part0 = clone.Torso
  794. glue13.Part1 = head
  795. glue13.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  796. glue13.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  797. local collider13 = Instance.new("Part", head)
  798. collider13.Position = Vector3.new(0,999,0)
  799. collider13.Size = Vector3.new(0.5, 0.9, 0.7)
  800. collider13.Shape = "Cylinder"
  801. collider13.Transparency = 1
  802. local weld = Instance.new("Weld", collider13)
  803. weld.Part0 = head
  804. weld.Part1 = collider13
  805. weld.C0 = CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  806. collider13.TopSurface = "Smooth"
  807. collider13.BottomSurface = "Smooth"
  808. collider13.formFactor = "Symmetric"
  809. end
  810. if leftleg ~= nil then
  811. local glue = Instance.new("Glue", clone.Torso)
  812. glue.Part0 = clone.Torso
  813. glue.Part1 = leftleg
  814. glue.Name = "Left leg"
  815. local collider = Instance.new("Part", leftleg)
  816. collider.Position = Vector3.new(0,999,0)
  817. collider.Size = Vector3.new(1.5, 1, 1)
  818. collider.Shape = "Cylinder"
  819. local weld = Instance.new("Weld", collider)
  820. weld.Part0 = leftleg
  821. weld.Part1 = collider
  822. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  823. collider.TopSurface = "Smooth"
  824. collider.BottomSurface = "Smooth"
  825. collider.formFactor = "Symmetric"
  826. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  827. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  828. collider.Transparency = 1
  829. end
  830. ------------
  831. if rightleg ~= nil then
  832. local glue1 = Instance.new("Glue", clone.Torso)
  833. glue1.Part0 = clone.Torso
  834. glue1.Part1 = rightleg
  835. glue1.Name = "Right leg"
  836. local collider1 = Instance.new("Part", rightleg)
  837. collider1.Position = Vector3.new(0,999,0)
  838. collider1.Size = Vector3.new(1.5, 1, 1)
  839. collider1.Shape = "Cylinder"
  840. local weld1 = Instance.new("Weld", collider1)
  841. weld1.Part0 = rightleg
  842. weld1.Part1 = collider1
  843. weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  844. collider1.TopSurface = "Smooth"
  845. collider1.BottomSurface = "Smooth"
  846. collider1.formFactor = "Symmetric"
  847. glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  848. glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  849. collider1.Transparency = 1
  850. end
  851. ------------
  852. if rightrm ~= nil then
  853. local glue11 = Instance.new("Glue", clone.Torso)
  854. glue11.Part0 = clone.Torso
  855. glue11.Part1 = rightrm
  856. glue11.Name = "Right shoulder"
  857. local collider11 = Instance.new("Part", rightrm)
  858. collider11.Position = Vector3.new(0,9999,0)
  859. collider11.Size = Vector3.new(1.5,1,1)
  860. collider11.Shape = "Cylinder"
  861. local weld11 = Instance.new("Weld", collider11)
  862. weld11.Part0 = rightrm
  863. weld11.Part1 = collider11
  864. weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  865. collider11.TopSurface = "Smooth"
  866. collider11.BottomSurface = "Smooth"
  867. collider11.formFactor = "Symmetric"
  868. glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  869. glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  870. collider11.Transparency = 1
  871. end
  872. ------------
  873. if leftarm ~= nil then
  874. local glue111 = Instance.new("Glue", clone.Torso)
  875. glue111.Part0 = clone.Torso
  876. glue111.Part1 = leftarm
  877. glue111.Name = "Left shoulder"
  878. local collider111 = Instance.new("Part", leftarm)
  879. collider111.Position = Vector3.new(0,9999,0)
  880. collider111.Size = Vector3.new(1.5,1,1)
  881. collider111.Shape = "Cylinder"
  882. local weld111 = Instance.new("Weld", collider111)
  883. weld111.Part0 = leftarm
  884. weld111.Part1 = collider111
  885. weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  886. collider111.TopSurface = "Smooth"
  887. collider111.BottomSurface = "Smooth"
  888. collider111.formFactor = "Symmetric"
  889. glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  890. glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  891. collider111.Transparency = 1
  892. ----------------
  893. sensoring = Instance.new("Part", clone.Torso)
  894. sensoring.Size = Vector3.new(1.2,1.1,0.8)
  895. sensoring.CanCollide = false
  896. sensoring.Position = clone.Torso.Position
  897. local welder = Instance.new("Weld", sensoring)
  898. welder.Part0 = clone.Torso
  899. welder.Part1 = sensoring
  900. welder.C0 = welder.C0 * CFrame.new(0,0,1.05)
  901. sensoring.Transparency = 1
  902. -----------------
  903. sensoring1 = Instance.new("Part", clone.Torso)
  904. sensoring1.Size = Vector3.new(1.2,1.1,0.8)
  905. sensoring1.CanCollide = false
  906. sensoring1.Position = clone.Torso.Position
  907. local welder1 = Instance.new("Weld", sensoring)
  908. welder1.Part0 = clone.Torso
  909. welder1.Part1 = sensoring1
  910. welder1.C0 = welder1.C0 * CFrame.new(0,0,-1.05)
  911. sensoring1.Transparency = 1
  912. end
  913. clone.Name = game.Players.LocalPlayer.Character.Name.." (Killed himself because Crypt left him. ;c)"
  914. ded:Play()
  915. vel:destroy()
  916. wait(0.5)
  917. local function touch()
  918. if not using then
  919. using = true
  920. local Math = math.random(1,4)
  921. if Math == 1 then
  922. hit:Play()
  923. end
  924. if Math == 2 then
  925. hit1:Play()
  926. end
  927. if Math == 3 then
  928. hit2:Play()
  929. end
  930. if Math == 4 then
  931. hit3:Play()
  932. end
  933. wait(0.1)
  934. using = false
  935. end
  936. end
  937. sensoring.Touched:connect(touch)
  938. sensoring1.Touched:connect(touch)
  939. while true do
  940. if head ~= nil then
  941. head.CanCollide = false
  942. end
  943. game:GetService("RunService").Stepped:wait()
  944. end
  945. end
  946.  
  947. game.Players.LocalPlayer.Character.Humanoid.Died:connect(ragdoll)
  948.  
  949. --di ent
  950. while game.Players.LocalPlayer.Character.Humanoid.Health >= 0.01 do
  951. local bl000d = Instance.new("Part", game.Players.LocalPlayer.Character)
  952. bl000d.Size = Vector3.new(0.2,0.2,0.2)
  953. bl000d.BrickColor = BrickColor.new("Maroon")
  954. bl000d.CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame * CFrame.new(math.random(-0.3,0.3),-0.5,0)
  955. bl000d:BreakJoints()
  956. bl000d.Velocity = Vector3.new(0,35,0)
  957. game.Players.LocalPlayer.Character.Humanoid.Health = game.Players.LocalPlayer.Character.Humanoid.Health - 0.5
  958. wait()
  959. end
  960. end
  961. end
  962. mouse.KeyDown:connect(killyourself)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement