Guest User

Untitled

a guest
Dec 13th, 2017
104
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. 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 cringe was too hard.)"
  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:Play()
  468.             local humanclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  469.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:destroy()
  470.             local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  471.             humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  472.             humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  473.             --
  474.             local rramclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  475.             game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  476.             local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  477.             rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  478.             rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  479.             rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  480.             rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  481.             --
  482.             local lramclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  483.             game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  484.             local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  485.             lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  486.             lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  487.             lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  488.             lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  489.             for i = 0,1 , 0.1 do
  490.                 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)
  491.                 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)
  492.                 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)
  493.                 game:GetService("RunService").RenderStepped:wait()
  494.             end
  495.             wait(0.5)
  496.             STOP:Stop()
  497.             for i = 0,1 , 0.1 do
  498.                 rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),i)
  499.                 lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),i)
  500.                 humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  501.                 game:GetService("RunService").RenderStepped:wait()
  502.             end
  503.             rhandweld:destroy()
  504.             rramclone.Parent = game.Players.LocalPlayer.Character.Torso
  505.             lhandweld:destroy()
  506.             lramclone.Parent = game.Players.LocalPlayer.Character.Torso
  507.             humanoidrootpart:destroy()
  508.             humanclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  509.             using = false
  510.         end
  511.     end
  512. end
  513. mouse.KeyDown:connect(STOPPLS)
  514. function stopitgetsomehelp(key)
  515.     key = key:lower()
  516.     if key == "q" then
  517.         if not using then
  518.             using = true
  519.             local rramclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  520.             game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  521.             local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  522.             rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  523.             rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  524.             rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  525.             rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  526.             stopit.TimePosition = 0.3
  527.             stopit:Play()
  528.             for i = 0,1 , 0.02 do
  529.                 rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.28145266, 0.622502327, -0.938417196, 1, 0, 0, 0, 0, -1, 0, 1, 0),i)
  530.                 game:GetService("RunService").RenderStepped:wait()
  531.             end
  532.             wait(0.2)
  533.             for i = 0,1 , 0.04 do
  534.                 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)
  535.                 game:GetService("RunService").RenderStepped:wait()
  536.             end
  537.             for i = 0,1 , 0.04 do
  538.                 rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.28145266, 0.622502327, -0.938417196, 1, 0, 0, 0, 0, -1, 0, 1, 0),i)
  539.                 game:GetService("RunService").RenderStepped:wait()
  540.             end
  541.             wait(0.3)
  542.             for i = 0,1 , 0.02 do
  543.                 rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),i)
  544.                 game:GetService("RunService").RenderStepped:wait()
  545.             end
  546.             rhandweld:destroy()
  547.             rramclone.Parent = game.Players.LocalPlayer.Character.Torso
  548.             using = false
  549.         end
  550.     end
  551. end
  552. mouse.KeyDown:connect(stopitgetsomehelp)
  553. local ew = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  554. ew.SoundId = "rbxassetid://144884872"
  555. ew.Volume = 10
  556. ew.PlaybackSpeed = 0.8
  557. local ew1 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  558. ew1.SoundId = "rbxassetid://144884872"
  559. ew1.Volume = 10
  560. ew1.PlaybackSpeed = 0.8
  561. local ew3 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  562. ew3.SoundId = "rbxassetid://144884872"
  563. ew3.Volume = 10
  564. ew3.PlaybackSpeed = 0.8
  565. local ew4 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  566. ew4.SoundId = "rbxassetid://144884872"
  567. ew4.Volume = 10
  568. ew4.PlaybackSpeed = 0.8
  569. local ew15 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  570. ew15.SoundId = "rbxassetid://144884872"
  571. ew15.Volume = 10
  572. ew15.PlaybackSpeed = 0.8
  573. function killyourself(key)
  574.     key = key:lower()
  575.     if key == "j" and not using then
  576.         using = true
  577.         local XDDDD = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  578.         XDDDD.SoundId = "rbxassetid://370475890"
  579.         XDDDD.Volume = 6
  580.         XDDDD.TimePosition = 0.4
  581.         XDDDD:Play()
  582.         local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  583.         rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  584.         rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  585.         rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  586.         rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  587.         local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  588.         lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  589.         lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  590.         lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  591.         lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  592.         for i = 0,1 , 0.03 do
  593.             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)
  594.             game:GetService("RunService").RenderStepped:wait()
  595.         end
  596.         wait(1)
  597.         for i = 0,1 , 0.03 do
  598.             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)
  599.             game:GetService("RunService").RenderStepped:wait()
  600.         end
  601.         wait(1)
  602.         --Converted with ttyyuu12345's model to script plugin v4
  603.         local function sandbox(var,func)
  604.             local env = getfenv(func)
  605.             local newenv = setmetatable({},{
  606.                 __index = function(self,k)
  607.                     if k=="script" then
  608.                         return var
  609.                     else
  610.                         return env[k]
  611.                     end
  612.                 end,
  613.             })
  614.             setfenv(func,newenv)
  615.             return func
  616.         end
  617.         local cors = {}
  618.         local mas = Instance.new("Model",game:GetService("Lighting"))
  619.         local Model0 = Instance.new("Model")
  620.         local Part1 = Instance.new("Part")
  621.         local Part2 = Instance.new("Part")
  622.         local Part3 = Instance.new("Part")
  623.         local Part4 = Instance.new("Part")
  624.         local Weld5 = Instance.new("Weld")
  625.         local Weld6 = Instance.new("Weld")
  626.         local Weld7 = Instance.new("Weld")
  627.         local Weld8 = Instance.new("Weld")
  628.         local Part9 = Instance.new("Part")
  629.         Model0.Name = "kys knife"
  630.         Model0.Parent = mas
  631.         Part1.Name = "d"
  632.         Part1.Parent = Model0
  633.         Part1.Material = Enum.Material.Metal
  634.         Part1.BrickColor = BrickColor.new("White")
  635.         Part1.Rotation = Vector3.new(0, 90, 0)
  636.         Part1.Size = Vector3.new(0.454666376, 0.249333888, 0.0500000007)
  637.         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)
  638.         Part1.Color = Color3.new(0.952941, 0.94902, 0.960784)
  639.         Part1.Position = Vector3.new(-28.8698483, 11.4513311, -5.31685686)
  640.         Part1.Orientation = Vector3.new(0, 90, 0)
  641.         Part1.Color = Color3.new(0.952941, 0.94902, 0.960784)
  642.         Part2.Name = "xp"
  643.         Part2.Parent = Model0
  644.         Part2.Material = Enum.Material.Metal
  645.         Part2.BrickColor = BrickColor.new("White")
  646.         Part2.Rotation = Vector3.new(0, 90, 0)
  647.         Part2.Size = Vector3.new(0.359333158, 0.249333888, 0.0500000007)
  648.         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)
  649.         Part2.Color = Color3.new(0.952941, 0.94902, 0.960784)
  650.         Part2.Position = Vector3.new(-28.8698502, 11.7006636, -5.26919031)
  651.         Part2.Orientation = Vector3.new(0, 90, 0)
  652.         Part2.Color = Color3.new(0.952941, 0.94902, 0.960784)
  653.         Part3.Name = "xdd"
  654.         Part3.Parent = Model0
  655.         Part3.BrickColor = BrickColor.new("Dark orange")
  656.         Part3.Rotation = Vector3.new(0, 90, 0)
  657.         Part3.Size = Vector3.new(0.610000014, 0.149999991, 0.300000012)
  658.         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)
  659.         Part3.Color = Color3.new(0.627451, 0.372549, 0.207843)
  660.         Part3.Position = Vector3.new(-28.8630695, 10.2738171, -5.38322401)
  661.         Part3.Orientation = Vector3.new(0, 90, 0)
  662.         Part3.Color = Color3.new(0.627451, 0.372549, 0.207843)
  663.         Part4.Name = "xd"
  664.         Part4.Parent = Model0
  665.         Part4.BrickColor = BrickColor.new("Black")
  666.         Part4.Rotation = Vector3.new(0, 90, 0)
  667.         Part4.Size = Vector3.new(0.370000064, 1, 0.300000012)
  668.         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)
  669.         Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  670.         Part4.Position = Vector3.new(-28.8630695, 9.6988163, -5.26322365)
  671.         Part4.Orientation = Vector3.new(0, 90, 0)
  672.         Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  673.         Weld5.Parent = Part4
  674.         Weld5.C0 = CFrame.new(0.00596666336, 2.00184655, -0.00677967072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  675.         Weld5.Part0 = Part4
  676.         Weld5.Part1 = Part2
  677.         Weld6.Parent = Part4
  678.         Weld6.C0 = CFrame.new(0.119999886, 0.575000107, 2.38418579e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  679.         Weld6.Part0 = Part4
  680.         Weld6.Part1 = Part3
  681.         Weld7.Parent = Part4
  682.         Weld7.C0 = CFrame.new(0.101300001, 1.13651657, -0.00677967072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  683.         Weld7.Part0 = Part4
  684.         Weld7.Part1 = Part9
  685.         Weld8.Parent = Part4
  686.         Weld8.C0 = CFrame.new(0.053633213, 1.75251412, -0.0067782402, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  687.         Weld8.Part0 = Part4
  688.         Weld8.Part1 = Part1
  689.         Part9.Name = "x"
  690.         Part9.Parent = Model0
  691.         Part9.Material = Enum.Material.Metal
  692.         Part9.BrickColor = BrickColor.new("White")
  693.         Part9.Rotation = Vector3.new(0, 90, 0)
  694.         Part9.Size = Vector3.new(0.549999833, 0.982667089, 0.0500000007)
  695.         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)
  696.         Part9.Color = Color3.new(0.952941, 0.94902, 0.960784)
  697.         Part9.Position = Vector3.new(-28.8698483, 10.8353338, -5.36452389)
  698.         Part9.Orientation = Vector3.new(0, 90, 0)
  699.         Part9.Color = Color3.new(0.952941, 0.94902, 0.960784)
  700.         for i,v in pairs(mas:GetChildren()) do
  701.             v.Parent = game:GetService("Players").LocalPlayer.Character
  702.             pcall(function() v:MakeJoints() end)
  703.         end
  704.         mas:Destroy()
  705.         for i,v in pairs(cors) do
  706.             spawn(function()
  707.                 pcall(v)
  708.             end)
  709.         end
  710.         local knifweld = Instance.new("Weld", Part4)
  711.         knifweld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  712.         knifweld.Part1 = Part4
  713.         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)
  714.         for i = 0,1 , 0.03 do
  715.             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)
  716.             game:GetService("RunService").RenderStepped:wait()
  717.         end
  718.         wait(0.5)
  719.         for i = 0,1 , 0.03 do
  720.             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)
  721.             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)
  722.             game:GetService("RunService").RenderStepped:wait()
  723.         end
  724.         wait(3)
  725.         ew:Play()
  726.         ew1:Play()
  727.         ew3:Play()
  728.         ew4:Play()
  729.         ew15:Play()
  730.         for i = 0,1 , 0.1 do
  731.             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)
  732.             game:GetService("RunService").RenderStepped:wait()
  733.         end
  734.         function ragdoll()
  735. game.Players.LocalPlayer.Character.Archivable = true
  736. clone = game.Players.LocalPlayer.Character:Clone()
  737. clone.Parent = workspace
  738. for i,v in pairs(clone:GetChildren()) do
  739.     if v.ClassName == "Script" or v.ClassName == "LocalScript" then
  740.         v:destroy()
  741.     end
  742.     for i,p in pairs(v:GetChildren()) do
  743.     if p.ClassName == "Weld" or p.ClassName == "Motor6D" or p.ClassName == "BodyVelocity" then
  744.         p:destroy()
  745.     end
  746. end
  747. end
  748. for i,t in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  749.     if t.ClassName == "Accessory" or t.ClassName == "ForceField" then
  750.         t:destroy()
  751.     end
  752. end
  753. vel = Instance.new("BodyVelocity", clone.Torso)
  754. vel.Velocity = clone.Torso.CFrame.lookVector * -5
  755. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  756. clone.Head.face.Texture = "http://www.roblox.com/asset/?id=161061608"
  757. using = false
  758. hit = Instance.new("Sound", clone.Torso)
  759. hit.SoundId = "rbxassetid://260430060"
  760. hit.Volume = 5
  761. hit1 = Instance.new("Sound", clone.Torso)
  762. hit1.SoundId = "rbxassetid://138087186"
  763. hit1.Volume = 5
  764. hit2 = Instance.new("Sound", clone.Torso)
  765. hit2.SoundId = "rbxassetid://131237241"
  766. hit2.Volume = 5
  767. hit3 = Instance.new("Sound", clone.Torso)
  768. hit3.SoundId = "rbxassetid://278062209"
  769. hit3.Volume = 5
  770. hit3.TimePosition = 0.33
  771. ded = Instance.new("Sound", clone.Torso)
  772. ded.SoundId = "rbxassetid://418892870"
  773. ded.Volume = 5
  774. local leftarm = clone:findFirstChild("Left Arm")
  775. local rightrm = clone:findFirstChild("Right Arm")
  776. local leftleg = clone:findFirstChild("Left Leg")
  777. local rightleg = clone:findFirstChild("Right Leg")
  778. local head = clone:findFirstChild("Head")
  779. for i, g in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  780.     if g.ClassName == "Part" then
  781.         g:destroy()
  782.     end
  783. end
  784. for i, h in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  785.     if h.ClassName == "Accesory" then
  786.         h:destroy()
  787.     end
  788. end
  789. game.Workspace.CurrentCamera.CameraSubject = head
  790. if head ~= nil then
  791.     local glue13 = Instance.new("Glue", clone.Torso)
  792.     glue13.Part0 = clone.Torso
  793.     glue13.Part1 = head
  794.     glue13.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  795.     glue13.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  796.     local collider13 = Instance.new("Part", head)
  797.     collider13.Position = Vector3.new(0,999,0)
  798.     collider13.Size = Vector3.new(0.5, 0.9, 0.7)
  799.     collider13.Shape = "Cylinder"
  800.     collider13.Transparency = 1
  801.     local weld = Instance.new("Weld", collider13)
  802.     weld.Part0 = head
  803.     weld.Part1 = collider13
  804.     weld.C0 = CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  805.     collider13.TopSurface = "Smooth"
  806.     collider13.BottomSurface = "Smooth"
  807.     collider13.formFactor = "Symmetric"
  808. end
  809. if leftleg ~= nil then
  810. local glue = Instance.new("Glue", clone.Torso)
  811. glue.Part0 = clone.Torso
  812. glue.Part1 = leftleg
  813. glue.Name = "Left leg"
  814. local collider = Instance.new("Part", leftleg)
  815. collider.Position = Vector3.new(0,999,0)
  816. collider.Size = Vector3.new(1.5, 1, 1)
  817. collider.Shape = "Cylinder"
  818. local weld = Instance.new("Weld", collider)
  819. weld.Part0 = leftleg
  820. weld.Part1 = collider
  821. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  822. collider.TopSurface = "Smooth"
  823. collider.BottomSurface = "Smooth"
  824. collider.formFactor = "Symmetric"
  825. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  826. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  827. collider.Transparency = 1
  828. end
  829. ------------
  830. if rightleg ~= nil then
  831. local glue1 = Instance.new("Glue", clone.Torso)
  832. glue1.Part0 = clone.Torso
  833. glue1.Part1 = rightleg
  834. glue1.Name = "Right leg"
  835. local collider1 = Instance.new("Part", rightleg)
  836. collider1.Position = Vector3.new(0,999,0)
  837. collider1.Size = Vector3.new(1.5, 1, 1)
  838. collider1.Shape = "Cylinder"
  839. local weld1 = Instance.new("Weld", collider1)
  840. weld1.Part0 = rightleg
  841. weld1.Part1 = collider1
  842. weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  843. collider1.TopSurface = "Smooth"
  844. collider1.BottomSurface = "Smooth"
  845. collider1.formFactor = "Symmetric"
  846. glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  847. glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  848. collider1.Transparency = 1
  849. end
  850. ------------
  851. if rightrm ~= nil then
  852. local glue11 = Instance.new("Glue", clone.Torso)
  853. glue11.Part0 = clone.Torso
  854. glue11.Part1 = rightrm
  855. glue11.Name = "Right shoulder"
  856. local collider11 = Instance.new("Part", rightrm)
  857. collider11.Position = Vector3.new(0,9999,0)
  858. collider11.Size = Vector3.new(1.5,1,1)
  859. collider11.Shape = "Cylinder"
  860. local weld11 = Instance.new("Weld", collider11)
  861. weld11.Part0 = rightrm
  862. weld11.Part1 = collider11
  863. weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  864. collider11.TopSurface = "Smooth"
  865. collider11.BottomSurface = "Smooth"
  866. collider11.formFactor = "Symmetric"
  867. glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  868. glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  869. collider11.Transparency = 1
  870. end
  871. ------------
  872. if leftarm ~= nil then
  873. local glue111 = Instance.new("Glue", clone.Torso)
  874. glue111.Part0 = clone.Torso
  875. glue111.Part1 = leftarm
  876. glue111.Name = "Left shoulder"
  877. local collider111 = Instance.new("Part", leftarm)
  878. collider111.Position = Vector3.new(0,9999,0)
  879. collider111.Size = Vector3.new(1.5,1,1)
  880. collider111.Shape = "Cylinder"
  881. local weld111 = Instance.new("Weld", collider111)
  882. weld111.Part0 = leftarm
  883. weld111.Part1 = collider111
  884. weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  885. collider111.TopSurface = "Smooth"
  886. collider111.BottomSurface = "Smooth"
  887. collider111.formFactor = "Symmetric"
  888. glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  889. glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  890. collider111.Transparency = 1
  891. ----------------
  892. sensoring = Instance.new("Part", clone.Torso)
  893. sensoring.Size = Vector3.new(1.2,1.1,0.8)
  894. sensoring.CanCollide = false
  895. sensoring.Position = clone.Torso.Position
  896. local welder = Instance.new("Weld", sensoring)
  897. welder.Part0 = clone.Torso
  898. welder.Part1 = sensoring
  899. welder.C0 = welder.C0 * CFrame.new(0,0,1.05)
  900. sensoring.Transparency = 1
  901. -----------------
  902. sensoring1 = Instance.new("Part", clone.Torso)
  903. sensoring1.Size = Vector3.new(1.2,1.1,0.8)
  904. sensoring1.CanCollide = false
  905. sensoring1.Position = clone.Torso.Position
  906. local welder1 = Instance.new("Weld", sensoring)
  907. welder1.Part0 = clone.Torso
  908. welder1.Part1 = sensoring1
  909. welder1.C0 = welder1.C0 * CFrame.new(0,0,-1.05)
  910. sensoring1.Transparency = 1
  911. end
  912. clone.Name = game.Players.LocalPlayer.Character.Name.." (Killed himself because cringe was too hard.)"
  913. ded:Play()
  914. vel:destroy()
  915. wait(0.5)
  916. local function touch()
  917.     if not using then
  918.         using = true
  919.         local Math = math.random(1,4)
  920.         if Math == 1 then
  921.             hit:Play()
  922.         end
  923.         if Math == 2 then
  924.             hit1:Play()
  925.         end
  926.         if Math == 3 then
  927.             hit2:Play()
  928.         end
  929.         if Math == 4 then
  930.             hit3:Play()
  931.         end
  932.         wait(0.1)
  933.         using = false
  934.     end
  935. end
  936. sensoring.Touched:connect(touch)
  937. sensoring1.Touched:connect(touch)
  938. while true do
  939.     if head ~= nil then
  940.         head.CanCollide = false
  941.     end
  942.     game:GetService("RunService").Stepped:wait()
  943. end
  944.         end
  945.  
  946. game.Players.LocalPlayer.Character.Humanoid.Died:connect(ragdoll)
  947.  
  948. --di ent
  949.         while game.Players.LocalPlayer.Character.Humanoid.Health >= 0.01 do
  950.             local bl000d = Instance.new("Part", game.Players.LocalPlayer.Character)
  951.             bl000d.Size = Vector3.new(0.2,0.2,0.2)
  952.             bl000d.BrickColor = BrickColor.new("Maroon")
  953.             bl000d.CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame * CFrame.new(math.random(-0.3,0.3),-0.5,0)
  954.             bl000d:BreakJoints()
  955.             bl000d.Velocity = Vector3.new(0,35,0)
  956.             game.Players.LocalPlayer.Character.Humanoid.Health = game.Players.LocalPlayer.Character.Humanoid.Health - 0.5
  957.             wait()
  958.         end
  959.     end
  960. end
  961. mouse.KeyDown:connect(killyourself)
Advertisement
Add Comment
Please, Sign In to add comment