SHOW:
|
|
- or go back to the newest paste.
| 1 | local hehah = Instance.new('ScreenGui')
| |
| 2 | local lele = game.Players.LocalPlayer | |
| 3 | hehah.Parent = lele.PlayerGui | |
| 4 | local scr = Instance.new('TextLabel')
| |
| 5 | scr.Parent = hehah | |
| 6 | - | scr.Text = "Created by mustardfoot for Raindrop users. Enjoy!" |
| 6 | + | scr.Text = "Slice" |
| 7 | scr.TextScaled = true | |
| 8 | scr.Font = Enum.Font.SciFi | |
| 9 | scr.TextColor = BrickColor.new(1001) | |
| 10 | scr.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294) | |
| 11 | scr.BorderColor3 = Color3.new(0, 0, 0) | |
| 12 | scr.Position = UDim2.new(0.2, 0, 0.2, 0) | |
| 13 | scr.Size = UDim2.new(0.7, 0, 0.7, 0) | |
| 14 | wait(3) | |
| 15 | hehah:Destroy() | |
| 16 | ||
| 17 | local plr = game.Players.LocalPlayer | |
| 18 | local chr = plr.Character | |
| 19 | local hum = chr:FindFirstChildOfClass('Humanoid')
| |
| 20 | local Tool = nil | |
| 21 | Gibs = game.Workspace | |
| 22 | ||
| 23 | function Kill(Character) | |
| 24 | Character.Humanoid.Health = 0 | |
| 25 | local poo = Instance.new("IntValue",Character)
| |
| 26 | - | poo.Name = "haha nope" |
| 26 | + | poo.Name = "Heh..." |
| 27 | local svch = Character | |
| 28 | local hum = Character:findFirstChild("Humanoid")
| |
| 29 | Character.Archivable = true | |
| 30 | local chrclone = Character:clone() | |
| 31 | Character.Archivable = false | |
| 32 | ||
| 33 | local ch = chrclone:GetChildren() | |
| 34 | local i | |
| 35 | for i = 1,#ch do | |
| 36 | if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" or ch[i].ClassName == "Script" then | |
| 37 | ch[i]:remove() | |
| 38 | end | |
| 39 | end | |
| 40 | local function Scan(ch) | |
| 41 | local e | |
| 42 | for e = 1,#ch do | |
| 43 | Scan(ch[e]:GetChildren()) | |
| 44 | if ch[e].ClassName == "Weld" or ch[e].ClassName == "Motor6D" then | |
| 45 | ch[e]:remove() | |
| 46 | end | |
| 47 | end | |
| 48 | end | |
| 49 | Scan(chrclone:GetChildren()) | |
| 50 | ||
| 51 | local hum2 = chrclone:findFirstChild("Humanoid")
| |
| 52 | ||
| 53 | ||
| 54 | if hum2 ~= nil then | |
| 55 | hum2.Name = "Humanoid2" | |
| 56 | hum2.PlatformStand = true | |
| 57 | hum2.Sit = true | |
| 58 | hum2.MaxHealth = 0 | |
| 59 | hum2.Health = 0 | |
| 60 | end | |
| 61 | ||
| 62 | local ch = Character:GetChildren() | |
| 63 | local i | |
| 64 | for i = 1,#ch do | |
| 65 | if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then | |
| 66 | ch[i]:remove() | |
| 67 | end | |
| 68 | end | |
| 69 | ||
| 70 | wait(0.2) | |
| 71 | ||
| 72 | local ch = Character:GetChildren() | |
| 73 | local i | |
| 74 | for i = 1,#ch do | |
| 75 | if ch[i].ClassName == "Part" or ch[i].ClassName == "Hat" or ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then | |
| 76 | ch[i]:remove() | |
| 77 | end | |
| 78 | end | |
| 79 | Character = chrclone | |
| 80 | local Torso = Character.Torso | |
| 81 | local movevector = Vector3.new() | |
| 82 | ||
| 83 | if Torso then | |
| 84 | local Head = Character:FindFirstChild("Head")
| |
| 85 | local Limb = Character:FindFirstChild("Right Arm")
| |
| 86 | if Limb then | |
| 87 | ||
| 88 | Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0) | |
| 89 | local Joint = Instance.new("Glue")
| |
| 90 | Joint.Name = "RightShoulder" | |
| 91 | Joint.Part0 = Torso | |
| 92 | Joint.Part1 = Limb | |
| 93 | Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
| 94 | Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
| 95 | Joint.Parent = Torso | |
| 96 | ||
| 97 | local B = Instance.new("Part")
| |
| 98 | B.TopSurface = 0 | |
| 99 | B.BottomSurface = 0 | |
| 100 | B.formFactor = "Symmetric" | |
| 101 | B.Size = Vector3.new(1, 1, 1) | |
| 102 | B.Transparency = 1 | |
| 103 | B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0) | |
| 104 | B.Parent = Character | |
| 105 | local W = Instance.new("Weld")
| |
| 106 | W.Part0 = Limb | |
| 107 | W.Part1 = B | |
| 108 | W.C0 = CFrame.new(0, -0.5, 0) | |
| 109 | W.Parent = Limb | |
| 110 | ||
| 111 | end | |
| 112 | local Limb = Character:FindFirstChild("Left Arm")
| |
| 113 | if Limb then | |
| 114 | ||
| 115 | Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0) | |
| 116 | local Joint = Instance.new("Glue")
| |
| 117 | Joint.Name = "LeftShoulder" | |
| 118 | Joint.Part0 = Torso | |
| 119 | Joint.Part1 = Limb | |
| 120 | Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) | |
| 121 | Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) | |
| 122 | Joint.Parent = Torso | |
| 123 | ||
| 124 | local B = Instance.new("Part")
| |
| 125 | B.TopSurface = 0 | |
| 126 | B.BottomSurface = 0 | |
| 127 | B.formFactor = "Symmetric" | |
| 128 | B.Size = Vector3.new(1, 1, 1) | |
| 129 | B.Transparency = 1 | |
| 130 | B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0) | |
| 131 | B.Parent = Character | |
| 132 | local W = Instance.new("Weld")
| |
| 133 | W.Part0 = Limb | |
| 134 | W.Part1 = B | |
| 135 | W.C0 = CFrame.new(0, -0.5, 0) | |
| 136 | W.Parent = Limb | |
| 137 | ||
| 138 | end | |
| 139 | local Limb = Character:FindFirstChild("Right Leg")
| |
| 140 | if Limb then | |
| 141 | ||
| 142 | Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0) | |
| 143 | local Joint = Instance.new("Glue")
| |
| 144 | Joint.Name = "RightHip" | |
| 145 | Joint.Part0 = Torso | |
| 146 | Joint.Part1 = Limb | |
| 147 | Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
| 148 | Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
| 149 | Joint.Parent = Torso | |
| 150 | ||
| 151 | local B = Instance.new("Part")
| |
| 152 | B.TopSurface = 0 | |
| 153 | B.BottomSurface = 0 | |
| 154 | B.formFactor = "Symmetric" | |
| 155 | B.Size = Vector3.new(1, 1, 1) | |
| 156 | B.Transparency = 1 | |
| 157 | B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0) | |
| 158 | B.Parent = Character | |
| 159 | local W = Instance.new("Weld")
| |
| 160 | W.Part0 = Limb | |
| 161 | W.Part1 = B | |
| 162 | W.C0 = CFrame.new(0, -0.5, 0) | |
| 163 | W.Parent = Limb | |
| 164 | ||
| 165 | end | |
| 166 | local Limb = Character:FindFirstChild("Left Leg")
| |
| 167 | if Limb then | |
| 168 | ||
| 169 | Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0) | |
| 170 | local Joint = Instance.new("Glue")
| |
| 171 | Joint.Name = "LeftHip" | |
| 172 | Joint.Part0 = Torso | |
| 173 | Joint.Part1 = Limb | |
| 174 | Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) | |
| 175 | Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) | |
| 176 | Joint.Parent = Torso | |
| 177 | ||
| 178 | local B = Instance.new("Part")
| |
| 179 | B.TopSurface = 0 | |
| 180 | B.BottomSurface = 0 | |
| 181 | B.formFactor = "Symmetric" | |
| 182 | B.Size = Vector3.new(1, 1, 1) | |
| 183 | B.Transparency = 1 | |
| 184 | B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0) | |
| 185 | B.Parent = Character | |
| 186 | local W = Instance.new("Weld")
| |
| 187 | W.Part0 = Limb | |
| 188 | W.Part1 = B | |
| 189 | W.C0 = CFrame.new(0, -0.5, 0) | |
| 190 | W.Parent = Limb | |
| 191 | ||
| 192 | end | |
| 193 | --[ | |
| 194 | local Bar = Instance.new("Part")
| |
| 195 | Bar.TopSurface = 0 | |
| 196 | Bar.BottomSurface = 0 | |
| 197 | Bar.formFactor = "Symmetric" | |
| 198 | Bar.Size = Vector3.new(1, 1, 1) | |
| 199 | Bar.Transparency = 1 | |
| 200 | Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0) | |
| 201 | Bar.Parent = Character | |
| 202 | local Weld = Instance.new("Weld")
| |
| 203 | Weld.Part0 = Torso | |
| 204 | Weld.Part1 = Bar | |
| 205 | Weld.C0 = CFrame.new(0, 0.5, 0) | |
| 206 | Weld.Parent = Torso | |
| 207 | --]] | |
| 208 | end | |
| 209 | Character.Parent = Gibs | |
| 210 | game.Debris:AddItem(Character, 12) | |
| 211 | if movevector ~= Vector3.new() then | |
| 212 | for i = 1,10 do | |
| 213 | wait() | |
| 214 | Torso.Velocity = Vector3.new(0,0,-100) | |
| 215 | Head.Velocity = movevector * 200 | |
| 216 | end | |
| 217 | end | |
| 218 | local duh = Torso | |
| 219 | ee = Instance.new("Part")
| |
| 220 | ee.Anchored = false | |
| 221 | ee.CanCollide = false | |
| 222 | ee.Parent = duh | |
| 223 | ee.Transparency =1 | |
| 224 | ee.Size = Vector3.new(0.15, 0.15, 0.15) | |
| 225 | wee = Instance.new("Weld")
| |
| 226 | wee.Parent = duh | |
| 227 | wee.Part0 = duh | |
| 228 | wee.Part1 = ee | |
| 229 | wee.C0 = CFrame.new(0, 1, 0) | |
| 230 | ge = Instance.new('ParticleEmitter')
| |
| 231 | ge.Parent = ee | |
| 232 | - | ge.Texture = "rbxassetid://29712167" |
| 232 | + | ge.Texture = "rbxassetid://72244195" |
| 233 | - | ge.Size = NumberSequence.new(0.2,0.05) |
| 233 | + | ge.Size = NumberSequence.new(1,1) |
| 234 | ge.Acceleration = Vector3.new(0, -20, 0) | |
| 235 | ge.Rate = 100000 | |
| 236 | ge.Speed = NumberRange.new(7,8) | |
| 237 | ge.Lifetime = NumberRange.new(3,4) | |
| 238 | ge.VelocitySpread = 10 | |
| 239 | ge.VelocityInheritance = 0.3 | |
| 240 | ea = Instance.new("Part")
| |
| 241 | ea.Anchored = false | |
| 242 | ea.CanCollide = false | |
| 243 | ea.Parent = Character.Head | |
| 244 | ea.Transparency =1 | |
| 245 | ea.Size = Vector3.new(0.15, 0.15, 0.15) | |
| 246 | wea = Instance.new("Weld")
| |
| 247 | wea.Parent = Character.Head | |
| 248 | wea.Part0 = Character.Head | |
| 249 | wea.Part1 = ea | |
| 250 | wea.C0 = CFrame.new(0, -0.7, 0) | |
| 251 | ga = Instance.new('ParticleEmitter')
| |
| 252 | ga.Parent = ea | |
| 253 | ga.Texture = "rbxassetid://29712167" | |
| 254 | ga.Size = NumberSequence.new(0.2,0.05) | |
| 255 | ga.Acceleration = Vector3.new(0, -20, 0) | |
| 256 | ga.Rate = 100000 | |
| 257 | ga.Speed = NumberRange.new(7,8) | |
| 258 | ga.Lifetime = NumberRange.new(3,4) | |
| 259 | ga.VelocitySpread = 10 | |
| 260 | ga.VelocityInheritance = 0.3 | |
| 261 | ga.EmissionDirection = Enum.NormalId.Bottom | |
| 262 | end | |
| 263 | if plr.Backpack:FindFirstChild('Chainsaw') then
| |
| 264 | plr.Backpack.Chainsaw:Destroy() | |
| 265 | elseif plr.Character:FindFirstChild('Chainsaw') then
| |
| 266 | plr.Character.Chainsaw:Destroy() | |
| 267 | end | |
| 268 | wait() | |
| 269 | local hee = Instance.new('Tool',plr.Backpack)
| |
| 270 | hee.Name = "Chainsaw" | |
| 271 | hee.CanBeDropped = false | |
| 272 | hee.GripPos = Vector3.new(0,0,1.5) | |
| 273 | hee.GripForward = Vector3.new(1,0,0) | |
| 274 | hee.GripRight = Vector3.new(1,0,0) | |
| 275 | hee.GripUp = Vector3.new(0,0,-1) | |
| 276 | local hee2 = Instance.new('Part',hee)
| |
| 277 | hee2.Name = 'Handle' | |
| 278 | hee2.Size = Vector3.new(0.2,0.7,2.5) | |
| 279 | local hee3 = Instance.new('FileMesh',hee2)
| |
| 280 | - | hee3.MeshId = 'rbxassetid://2766469' |
| 280 | + | hee3.MeshId = 'rbxassetid://94840342' |
| 281 | - | hee3.TextureId = 'rbxassetid://2766467' |
| 281 | + | hee3.TextureId = 'rbxassetid://250727362' |
| 282 | Tool = hee | |
| 283 | local haha = false | |
| 284 | Tool.Activated:connect(function() | |
| 285 | haha = true | |
| 286 | local anim = Instance.new("StringValue")
| |
| 287 | anim.Name = "toolanim" | |
| 288 | anim.Value = "Slash" | |
| 289 | anim.Parent = Tool | |
| 290 | local sound = Instance.new("Sound",hee2)
| |
| 291 | - | sound.SoundId = 'rbxassetid://248088589' |
| 291 | + | sound.SoundId = 'rbxassetid://220833976' |
| 292 | sound:Play() | |
| 293 | wait(0.5) | |
| 294 | haha = false | |
| 295 | anim:Destroy() | |
| 296 | sound:Destroy() | |
| 297 | end) | |
| 298 | ||
| 299 | hee2.Touched:connect(function(hit) | |
| 300 | if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChild('Torso') and hit.Parent:FindFirstChild('Head') and hit.Parent:FindFirstChild('haha nope') == nil and haha == true then
| |
| 301 | Kill(hit.Parent) | |
| 302 | end | |
| 303 | end) |