Advertisement
MarcAndrew

Untitled

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