HuyEvilDumb

Cringe Reactions

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