suicide script roblox pastebin --Made By Bartus2009_Bro --]] rig = game.Players.LocalPlayer.Character.Torso local printmessage = [[By Theamazingnater Please don't leak, as this is the true power of guests. Hope you enjoy! - Theamazingnater ]] char= game.Players.LocalPlayer.Character Character = char suicide script roblox pastebin How to get it for free? suicide script roblox pastebin char.Humanoid.Name = "Noni" mouse = game.Players.LocalPlayer:GetMouse() local Create = LoadLibrary("RbxUtility").Create for i = 1,21 do wait() rig["Left Hip"].C0 = rig["Left Hip"].C0 * CFrame.Angles(0,0,-0.02) rig.Neck.C0 = rig.Neck.C0 * CFrame.Angles(0.015,0,0) char.HumanoidRootPart.RootJoint.C0 = char.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0.015,0,0) rig["Left Shoulder"].C0 = rig["Left Shoulder"].C0 * CFrame.Angles(0,0,-0.02) rig["Right Shoulder"].C0 = rig["Right Shoulder"].C0 * CFrame.Angles(0,0,0.02) suicide script roblox pastebin PasteShr suicide script roblox pastebin end print(printmessage) char.Head.face.Texture = "http://www.roblox.com/asset/?id=1430746354" char.Noni.WalkSpeed = 8 for i,v in pairs(char:GetChildren()) do if v.ClassName == "Shirt" or v.ClassName == "Pants" or v.ClassName == "CharacterMesh" then v:Destroy() end end local Shirt = Instance.new("Shirt",char) suicide script roblox pastebin How to dowload it? suicide script roblox pastebin Shirt.ShirtTemplate = "rbxassetid://57282083" -- Bodycolors! local bdycolors = char:findFirstChild("Body Colors") bdycolors.TorsoColor3 = Color3.new(1,1,1) bdycolors.LeftArmColor3 = Color3.new(1,1,1) bdycolors.RightArmColor3 = Color3.new(1,1,1) bdycolors.HeadColor3 = Color3.new(1,1,1) bdycolors.LeftLegColor3 = Color3.new(0,0,0) bdycolors.RightLegColor3 = Color3.new(0,0,0) -- Sounds suicide script roblox pastebin How to dowload it? suicide script roblox pastebin local music = Instance.new("Sound",char) music.SoundId = "rbxassetid://155772047" music.Volume = 4 music.Looped = true music:Play() -- Hats for i,v in pairs(char:GetChildren()) do if v.ClassName == "Accessory" or v.ClassName == "Hat" then v:Destroy() end suicide script roblox pastebin How to get it? suicide script roblox pastebin end local Classicred = Instance.new("Part",char.Head) Classicred.Name = "Robloxclassicred" local Classicredmesh = Instance.new("FileMesh",Classicred) Classicredmesh.MeshId = "http://www.roblox.com/asset/?id=46834172" Classicredmesh.TextureId = "http://www.roblox.com/asset/?id=47991609" Classicredmesh.Scale = Vector3.new(1.05, 1.05, 1.05) local Classicredweld = Instance.new("Weld",Classicred) Classicredweld.Part0 = Classicred Classicredweld.Part1 = char.Head suicide script roblox pastebin How to get it? suicide script roblox pastebin Classicredweld.C0 = CFrame.new(0.00257301331, -0.508233547, 0.112071037, 0.998388648, 0, -0.0567459799, 0, 1, 0, 0.0567459799, 0, 0.998388648) Classicred.CanCollide = false -- CFuncs (for clarity) function RemoveOutlines(part) part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10 end CFuncs = { ["Part"] = { Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size) local Part = Create("Part"){ suicide script roblox pastebin How to use it? suicide script roblox pastebin Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, Material = Material, } suicide script roblox pastebin How to dowload it? suicide script roblox pastebin --remove these lines if u want it purple-------- if Part.BrickColor == BrickColor.new("Mulberry") then Part.BrickColor = BrickColor.new("Crimson") end if Part.BrickColor == BrickColor.new("Royal purple") then Part.BrickColor = BrickColor.new("Bright red") end if Part.BrickColor == BrickColor.new("Alder") or Part.BrickColor == BrickColor.new("Dark indigo") then Part.BrickColor = BrickColor.new("Really red") end suicide script roblox pastebin How to dowload it? suicide script roblox pastebin ------------------------------------------------ RemoveOutlines(Part) return Part end; }; ["Mesh"] = { Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) local Msh = Create(Mesh){ Parent = Part, suicide script roblox pastebin How to dowload it? suicide script roblox pastebin Offset = OffSet, Scale = Scale, } if Mesh == "SpecialMesh" then Msh.MeshType = MeshType Msh.MeshId = MeshId end return Msh end; }; suicide script roblox pastebin How to dowload it? suicide script roblox pastebin ["Mesh"] = { Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) local Msh = Create(Mesh){ Parent = Part, Offset = OffSet, Scale = Scale, } if Mesh == "SpecialMesh" then Msh.MeshType = MeshType suicide script roblox pastebin PasteShr suicide script roblox pastebin Msh.MeshId = MeshId end return Msh end; }; ["Weld"] = { Create = function(Parent, Part0, Part1, C0, C1) local Weld = Create("Weld"){ Parent = Parent, suicide script roblox pastebin PasteShr suicide script roblox pastebin Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1, } return Weld end; }; ["Sound"] = { suicide script roblox pastebin How to dowload it? suicide script roblox pastebin Create = function(id, par, vol, pit) coroutine.resume(coroutine.create(function() local S = Create("Sound"){ Volume = vol, Pitch = pit or 1, SoundId = id, Parent = par or workspace, } wait() S:play() suicide script roblox pastebin How to dowload it? suicide script roblox pastebin game:GetService("Debris"):AddItem(S, 6) end)) end; }; ["ParticleEmitter"] = { Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread) local fp = Create("ParticleEmitter"){ Parent = Parent, Color = ColorSequence.new(Color1, Color2), suicide script roblox pastebin How to get it? suicide script roblox pastebin LightEmission = LightEmission, Size = Size, Texture = Texture, Transparency = Transparency, ZOffset = ZOffset, Acceleration = Accel, Drag = Drag, LockedToPart = LockedToPart, VelocityInheritance = VelocityInheritance, EmissionDirection = EmissionDirection, suicide script roblox pastebin PasteShr suicide script roblox pastebin Enabled = Enabled, Lifetime = LifeTime, Rate = Rate, Rotation = Rotation, RotSpeed = RotSpeed, Speed = Speed, VelocitySpread = VelocitySpread, } return fp end; suicide script roblox pastebin PasteShr suicide script roblox pastebin }; CreateTemplate = { }; } -- New = function(Object, Parent, Name, Data) suicide script roblox pastebin How to use it? suicide script roblox pastebin local Object = Instance.new(Object) for Index, Value in pairs(Data or {}) do Object[Index] = Value end Object.Parent = Parent Object.Name = Name if Object:IsA("BasePart") then Object.CanCollide = false Object.Anchored = false end suicide script roblox pastebin How to dowload it? suicide script roblox pastebin return Object end function onKeyPress(inputObject, gameProcessedEvent) if inputObject.KeyCode == Enum.KeyCode.R then cankys = true weld = Instance.new("Weld", Part0) weld.Part0 = game.Players.LocalPlayer.Character["Left Arm"] weld.Part1 = Part0 weld.C0 = CFrame.new(0.158004761, -1.63815379, -1.00455856, -5.79879307e-22, 9.29214533e-23, 1, -0.587791622, -0.809012473, -2.65673535e-22, 0.809012473, -0.587791622, 5.23747954e-22) function killyourself(key) suicide script roblox pastebin PasteShr suicide script roblox pastebin if cankys then cankys = false if game.Players.LocalPlayer.Character.Head:findFirstChild("face") then game.Players.LocalPlayer.Character.Head.face.Texture = "rbxassetid://1148787155" end local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso) rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"] rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1) local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso) suicide script roblox pastebin How to use it? suicide script roblox pastebin lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"] lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1) for i = 0,2 , 0.02 do weld.C0 = weld.C0:lerp(CFrame.new(0.720336914, -0.258590698, -0.514060974, 0.409927189, 0.572569966, -0.710018694, 0.0567400455, 0.760912359, 0.646370947, 0.910354853, -0.305250764, 0.279430419),i) lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.832244873, 0.405325174, -1.44667816, 0.719340205, -0.634600103, -0.28254649, -0.214658037, 0.183768019, -0.959245205, 0.660660148, 0.750674427, -0.00403028121),i) rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.921920776, 0.294008493, -1.1861496, 0.88295126, 0.469464868, 6.12843053e-07, -0.0490720123, 0.0922940373, -0.994521856, -0.466893107, 0.878114343, 0.104528703),i) game:GetService("RunService").RenderStepped:wait() end script.Parent = nil suicide script roblox pastebin How to get it? suicide script roblox pastebin function ragdoll() game.Players.LocalPlayer.Character.Archivable = true clone = game.Players.LocalPlayer.Character:Clone() clone.Parent = workspace for i,v in pairs(clone:GetChildren()) do if v.ClassName == "Script" or v.ClassName == "LocalScript" then v:destroy() end for i,p in pairs(v:GetChildren()) do if p.ClassName == "Weld" or p.ClassName == "Motor6D" or p.ClassName == "BodyVelocity" then suicide script roblox pastebin PasteShr suicide script roblox pastebin p:destroy() end end end for i,t in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if t.ClassName == "Accessory" or t.ClassName == "ForceField" then t:destroy() end end vel = Instance.new("BodyVelocity", clone.Torso) suicide script roblox pastebin How to get it for free? suicide script roblox pastebin vel.Velocity = clone.Torso.CFrame.lookVector * -5 vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge) clone.Head.face.Texture = "http://www.roblox.com/asset/?id=305296807" using = false hit = Instance.new("Sound", clone.Torso) hit.SoundId = "rbxassetid://260430060" hit.Volume = 0 hit1 = Instance.new("Sound", clone.Torso) hit1.SoundId = "rbxassetid://138087186" hit1.Volume = 0 suicide script roblox pastebin How to get it? suicide script roblox pastebin hit2 = Instance.new("Sound", clone.Torso) hit2.SoundId = "rbxassetid://131237241" hit2.Volume = 0 hit3 = Instance.new("Sound", clone.Torso) hit3.SoundId = "rbxassetid://278062209" hit3.Volume = 0 hit3.TimePosition = 0.33 ded = Instance.new("Sound", clone.Torso) ded.SoundId = "rbxassetid://304679846" ded.Volume = 10 suicide script roblox pastebin How to use it? suicide script roblox pastebin local leftarm = clone:findFirstChild("Left Arm") local rightrm = clone:findFirstChild("Right Arm") local leftleg = clone:findFirstChild("Left Leg") local rightleg = clone:findFirstChild("Right Leg") local head = clone:findFirstChild("Head") for i, g in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if g.ClassName == "Part" then g:destroy() end end suicide script roblox pastebin How to dowload it? suicide script roblox pastebin for i, h in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if h.ClassName == "Accesory" then h:destroy() end end game.Workspace.CurrentCamera.CameraSubject = head if head then local attachment = Instance.new("Attachment", clone.Head) attachment.Position = Vector3.new(0, -0.5, 0) attachment.Name = "lol" suicide script roblox pastebin PasteShr suicide script roblox pastebin attachment.Visible = false clone.Torso.NeckAttachment.Visible = false clone.Torso.NeckAttachment.Position = clone.Torso.NeckAttachment.Position + Vector3.new(0,0,0) local ball = Instance.new("BallSocketConstraint", clone) ball.Attachment0 = clone.Torso.NeckAttachment ball.Attachment1 = attachment ball.LimitsEnabled = true ball.TwistLimitsEnabled = true ball.UpperAngle = 90 ball.Restitution = 0.5 suicide script roblox pastebin How to dowload it? suicide script roblox pastebin ball.TwistUpperAngle = 90 ball.TwistLowerAngle = -90 local collidepartofleftleg = Instance.new("Part", clone.Torso) collidepartofleftleg.Name = "Bone" collidepartofleftleg.Size = Vector3.new(0.7,0.7,0.7) collidepartofleftleg.Transparency = 1 collidepartofleftleg:BreakJoints() local weeld = Instance.new("Weld", collidepartofleftleg) weeld.Part0 = collidepartofleftleg weeld.Part1 = clone["Head"] suicide script roblox pastebin How to use it? suicide script roblox pastebin end if leftleg ~= nil then local glue = Instance.new("Glue", clone.Torso) glue.Part0 = clone.Torso glue.Part1 = leftleg glue.Name = "Left leg" local collider = Instance.new("Part", leftleg) collider.Position = Vector3.new(0,999,0) collider.Size = Vector3.new(1.5, 1, 1) collider.Shape = "Cylinder" suicide script roblox pastebin How to get it? suicide script roblox pastebin local weld = Instance.new("Weld", collider) weld.Part0 = leftleg weld.Part1 = collider weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2) collider.TopSurface = "Smooth" collider.BottomSurface = "Smooth" collider.formFactor = "Symmetric" glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) collider.Transparency = 1 suicide script roblox pastebin PasteShr suicide script roblox pastebin end ------------ if rightleg ~= nil then local glue1 = Instance.new("Glue", clone.Torso) glue1.Part0 = clone.Torso glue1.Part1 = rightleg glue1.Name = "Right leg" local collider1 = Instance.new("Part", rightleg) collider1.Position = Vector3.new(0,999,0) collider1.Size = Vector3.new(1.5, 1, 1) suicide script roblox pastebin How to get it for free? suicide script roblox pastebin collider1.Shape = "Cylinder" local weld1 = Instance.new("Weld", collider1) weld1.Part0 = rightleg weld1.Part1 = collider1 weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2) collider1.TopSurface = "Smooth" collider1.BottomSurface = "Smooth" collider1.formFactor = "Symmetric" glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) suicide script roblox pastebin PasteShr suicide script roblox pastebin collider1.Transparency = 1 end ------------ if rightrm ~= nil then local glue11 = Instance.new("Glue", clone.Torso) glue11.Part0 = clone.Torso glue11.Part1 = rightrm glue11.Name = "Right shoulder" local collider11 = Instance.new("Part", rightrm) collider11.Position = Vector3.new(0,9999,0) suicide script roblox pastebin PasteShr suicide script roblox pastebin collider11.Size = Vector3.new(1.5,1,1) collider11.Shape = "Cylinder" local weld11 = Instance.new("Weld", collider11) weld11.Part0 = rightrm weld11.Part1 = collider11 weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2) collider11.TopSurface = "Smooth" collider11.BottomSurface = "Smooth" collider11.formFactor = "Symmetric" glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) suicide script roblox pastebin How to use it? suicide script roblox pastebin glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) collider11.Transparency = 1 end ------------ if leftarm ~= nil then local glue111 = Instance.new("Glue", clone.Torso) glue111.Part0 = clone.Torso glue111.Part1 = leftarm glue111.Name = "Left shoulder" local collider111 = Instance.new("Part", leftarm) suicide script roblox pastebin How to use it? suicide script roblox pastebin collider111.Position = Vector3.new(0,9999,0) collider111.Size = Vector3.new(1.5,1,1) collider111.Shape = "Cylinder" local weld111 = Instance.new("Weld", collider111) weld111.Part0 = leftarm weld111.Part1 = collider111 weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2) collider111.TopSurface = "Smooth" collider111.BottomSurface = "Smooth" collider111.formFactor = "Symmetric" suicide script roblox pastebin How to get it? suicide script roblox pastebin glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) collider111.Transparency = 1 ---------------- sensoring = Instance.new("Part", clone.Torso) sensoring.Size = Vector3.new(1.2,1.1,0.8) sensoring.CanCollide = false sensoring.Position = clone.Torso.Position local welder = Instance.new("Weld", sensoring) welder.Part0 = clone.Torso suicide script roblox pastebin How to use it? suicide script roblox pastebin welder.Part1 = sensoring welder.C0 = welder.C0 * CFrame.new(0,0,1.05) sensoring.Transparency = 1 ----------------- sensoring1 = Instance.new("Part", clone.Torso) sensoring1.Size = Vector3.new(1.2,1.1,0.8) sensoring1.CanCollide = false sensoring1.Position = clone.Torso.Position local welder1 = Instance.new("Weld", sensoring) welder1.Part0 = clone.Torso suicide script roblox pastebin How to get it for free? suicide script roblox pastebin welder1.Part1 = sensoring1 welder1.C0 = welder1.C0 * CFrame.new(0,0,-1.05) sensoring1.Transparency = 1 end clone.Name = game.Players.LocalPlayer.Character.Name.." (Suicide)" ded:Play() vel:destroy() wait(0.5) local function touch() if not using then suicide script roblox pastebin How to dowload it? suicide script roblox pastebin using = true local Math = math.random(1,4) if Math == 1 then hit:Play() end if Math == 2 then hit1:Play() end if Math == 3 then hit2:Play() suicide script roblox pastebin How to get it? suicide script roblox pastebin end if Math == 4 then hit3:Play() end wait(0.1) using = false end end sensoring.Touched:connect(touch) sensoring1.Touched:connect(touch) suicide script roblox pastebin How to use it? suicide script roblox pastebin while true do clone.Head.CanCollide = false game:GetService("RunService").Stepped:wait() end end game.Players.LocalPlayer.Character.Humanoid.Died:connect(ragdoll) --di ent game.Players.LocalPlayer.Character.Humanoid.Health = 0 suicide script roblox pastebin How to get it? suicide script roblox pastebin end end mouse.Button1Down:connect(killyourself) suicide script roblox pastebin