SHOW:
|
|
- or go back to the newest paste.
| 1 | --[[Hell toast by vlad20020-- | |
| 2 | Im a bit crappy scripter but its ok. | |
| 3 | --]] | |
| 4 | plr = game.Players.LocalPlayer | |
| 5 | char = plr.Character | |
| 6 | ra = char["Right Arm"] | |
| 7 | la = char["Left Arm"] | |
| 8 | rl = char["Right Leg"] | |
| 9 | ll = char["Left Leg"] | |
| 10 | h = char.Head | |
| 11 | t = char.Torso | |
| 12 | mouse = plr:GetMouse() | |
| 13 | tweens = game:GetService("TweenService")
| |
| 14 | print("Made by vlad20020")
| |
| 15 | warn([[ | |
| 16 | Q - I still dont know how to name this attack | |
| 17 | E - Toast smash | |
| 18 | R - Just bit the toast | |
| 19 | T - Dead sky | |
| 20 | F - Punch | |
| 21 | G - Stomp(Works only if dud stunned) | |
| 22 | Z - Sit | |
| 23 | X - Teleport | |
| 24 | C - Crouch + Half invisiblity | |
| 25 | V - *CrUnCh* | |
| 26 | Y - Throw Toast(Heals) | |
| 27 | N - Fix character | |
| 28 | B - Summon an explosion(Aim) | |
| 29 | H - Cut the throat(Target) | |
| 30 | J - Kaboom! | |
| 31 | U - Bread Grenade | |
| 32 | N - Decapitate(Target) | |
| 33 | M - T-Pose dance | |
| 34 | 1 - Randomly change music | |
| 35 | Click - Slap]]) | |
| 36 | --------------- | |
| 37 | rs = t["Right Shoulder"] | |
| 38 | ls = t["Left Shoulder"] | |
| 39 | rh = t["Right Hip"] | |
| 40 | lh = t["Left Hip"] | |
| 41 | nec = t.Neck | |
| 42 | rut = char.HumanoidRootPart | |
| 43 | rutj = rut.RootJoint | |
| 44 | hum = char.Humanoid | |
| 45 | using = false | |
| 46 | eating = false | |
| 47 | it = Instance.new | |
| 48 | ---I took it from shackluster`s script lol--- | |
| 49 | ------Part Creation------ | |
| 50 | function CreatePart( parent, material, reflectance, transparency, brickcolor, name, size, anchor,cancollide) | |
| 51 | local NEWPART = Instance.new("Part")
| |
| 52 | NEWPART.Reflectance = reflectance | |
| 53 | NEWPART.Transparency = transparency | |
| 54 | NEWPART.CanCollide = false | |
| 55 | NEWPART.Locked = true | |
| 56 | NEWPART.Anchored = true | |
| 57 | NEWPART.CanCollide = cancollide | |
| 58 | if anchor == false then | |
| 59 | NEWPART.Anchored = false | |
| 60 | end | |
| 61 | NEWPART.BrickColor = BrickColor.new(tostring(brickcolor)) | |
| 62 | NEWPART.Name = name | |
| 63 | NEWPART.Size = size | |
| 64 | NEWPART.Position = t.Position | |
| 65 | NEWPART.Material = material | |
| 66 | NEWPART:BreakJoints() | |
| 67 | NEWPART.Parent = parent | |
| 68 | return NEWPART | |
| 69 | end | |
| 70 | ------Mesh Creation------ | |
| 71 | function createMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET) | |
| 72 | local NEWMESH = it(MESH) | |
| 73 | if MESH == "SpecialMesh" then | |
| 74 | NEWMESH.MeshType = MESHTYPE | |
| 75 | if MESHID ~= "nil" and MESHID ~= "" then | |
| 76 | NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID | |
| 77 | end | |
| 78 | if TEXTUREID ~= "nil" and TEXTUREID ~= "" then | |
| 79 | NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID | |
| 80 | end | |
| 81 | end | |
| 82 | NEWMESH.Offset = OFFSET or Vector3.new(0, 0, 0) | |
| 83 | NEWMESH.Scale = SCALE | |
| 84 | NEWMESH.Parent = PARENT | |
| 85 | return NEWMESH | |
| 86 | end | |
| 87 | ------Weld Creation------ | |
| 88 | function CreateWeld(Type, parent, part0, part1, C0, C1) | |
| 89 | local newweld = Instance.new(Type) | |
| 90 | newweld.Part0 = part0 | |
| 91 | newweld.Part1 = part1 | |
| 92 | newweld.C0 = C0 | |
| 93 | newweld.C1 = C1 | |
| 94 | newweld.Parent = parent | |
| 95 | return newweld | |
| 96 | end | |
| 97 | ---------Ragdoll-------- | |
| 98 | at2 = t:findFirstChild("RightCollarAttachment") at2.Position = Vector3.new(1,.8,0)
| |
| 99 | at = Instance.new("Attachment",ra) at.Name = "oof" at.Position = Vector3.new(-.5,.8,0)
| |
| 100 | balls = Instance.new("BallSocketConstraint",ra) balls.Attachment0 = at2 balls.Attachment1 = at
| |
| 101 | at21 = t:findFirstChild("LeftCollarAttachment") at21.Position = Vector3.new(-1,.8,0) at21.Orientation = Vector3.new(0,180,0)
| |
| 102 | at1 = Instance.new("Attachment",la) at.Name = "oof" at1.Position = Vector3.new(.5,.8,0)
| |
| 103 | balls1 = Instance.new("BallSocketConstraint",la) balls1.Attachment0 = at21 balls1.Attachment1 = at1
| |
| 104 | nek = Instance.new("Attachment",h) nek.Position = Vector3.new(0,-.5,0) nball = Instance.new("BallSocketConstraint",h) nball.Attachment0 = nek nball.Attachment1 = t:findFirstChild("NeckAttachment")
| |
| 105 | owihatedis = Instance.new("Attachment",t) owihatedis.Position = Vector3.new(.6,-1,0) oihd = Instance.new("Attachment",rl) oihd.Position = Vector3.new(.1,1,0) oww = Instance.new("BallSocketConstraint",rl) oww.Attachment0 = owihatedis oww.Attachment1 = oihd
| |
| 106 | owihatedis2 = Instance.new("Attachment",t) owihatedis2.Position = Vector3.new(-.6,-1,0) oihd2 = Instance.new("Attachment",ll) oihd2.Position = Vector3.new(-.1,1,0) oww2 = Instance.new("BallSocketConstraint",ll) oww2.Attachment0 = owihatedis2 oww2.Attachment1 = oihd2
| |
| 107 | hum.Died:connect(function() | |
| 108 | mus:Destroy() | |
| 109 | rut:Destroy() | |
| 110 | local dying = Instance.new("Sound",char) dying.Volume = 5 dying.SoundId = "rbxassetid://475550904" dying:Play() hum.DisplayDistanceType = "None"
| |
| 111 | local boom = Instance.new("Explosion",char) boom.Position = t.Position h.face.Texture = "http://www.roblox.com/asset/?id=41679365" boom.BlastRadius = 1
| |
| 112 | ouch = Instance.new("Model",char) ouch1 = Instance.new("Part",ouch) ouch1.CFrame = h.CFrame ouch1.Size = Vector3.new(.4,.4,.4) ouch1.CanCollide = false ouch1.Name = "Head" ouch.Name = "OW" ouch2 = Instance.new("Humanoid",ouch) ouch3 = Instance.new("Attachment",ouch1) ouch4 = Instance.new("BallSocketConstraint",ouch1) ouch4.Attachment0 = ouch3 ouch4.Attachment1 = h.FaceCenterAttachment
| |
| 113 | end) | |
| 114 | ---------------- | |
| 115 | local a13 = Instance.new("Sound",t) a13.SoundId = "rbxassetid://0" a13.Looped = true a13.Volume = 0 a13:Play()
| |
| 116 | local bochka = Instance.new("Sound",t) bochka.Looped = true bochka.SoundId = "rbxassetid://1287970292" bochka.Volume = 0 bochka:Play()
| |
| 117 | local tripoloski = Instance.new("Sound",t) tripoloski.Looped = true tripoloski.SoundId = "rbxassetid://689628356" tripoloski.Volume = 0 tripoloski:Play()
| |
| 118 | local cm = Instance.new("Sound",t) cm.Looped = true cm.EmitterSize = 30 cm.Volume = 0 cm.SoundId = "rbxassetid://213693358" cm:Play()
| |
| 119 | hum.MaxHealth = "inf" hum.Health = "inf" ff = Instance.new("ForceField",char) ff.Visible = false char.Animate.idle.Animation2:Destroy()
| |
| 120 | mus = Instance.new("Sound",t) mus.SoundId = "rbxassetid://1722896592" mus.Volume = 2 mus.Looped = true mus:Play()
| |
| 121 | -------------- | |
| 122 | brda = Instance.new("Part",char) brda.Transparency = 1 brda.CanCollide = false brda.Size = Vector3.new(1.248, 1.264, 0.16) brdam = Instance.new("SpecialMesh",brda) brdam.Scale = Vector3.new(0.003, 0.003, 0.003) brdam.MeshType = "FileMesh" brdam.MeshId = "rbxassetid://1614924885" brdam.TextureId = "rbxassetid://1614940093" brdaw = Instance.new("Weld",ra) brdaw.Part0 = ra brdaw.Part1 = brda brdaw.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,3) brdaw.C0 = brdaw.C0 * CFrame.new(0,1.3,0)
| |
| 123 | ------Uuhh... Idk-------- | |
| 124 | mouse.KeyDown:connect(function(key) | |
| 125 | if key == "q" and not using then | |
| 126 | using = true | |
| 127 | function die(hit) | |
| 128 | if hit.Parent ~= nil then | |
| 129 | local hum = hit.Parent:findFirstChildOfClass("Humanoid")
| |
| 130 | if hum ~= nil then | |
| 131 | if hit.Parent == char then | |
| 132 | ||
| 133 | else | |
| 134 | hit:Destroy() | |
| 135 | end | |
| 136 | end | |
| 137 | end | |
| 138 | end | |
| 139 | aaa = Instance.new("Sound",t) aaa.SoundId = "rbxassetid://176238381" aaa.Volume = 2 aaa:Play()
| |
| 140 | bread = Instance.new("Part",workspace) bread.CanCollide = false bread.Anchored = true bread.Position = mouse.Hit.p bread.CFrame = bread.CFrame * CFrame.new(0,30,0) bread.Size = Vector3.new(15.6, 15.8, 4) bread.Orientation = Vector3.new(90, 180, 0)
| |
| 141 | bc = bread.Touched:connect(die) | |
| 142 | bmesh = Instance.new("SpecialMesh",bread) bmesh.MeshType = "FileMesh" bmesh.MeshId = "rbxassetid://1614924885" bmesh.TextureId = "rbxassetid://1614940093" bmesh.Scale = Vector3.new(0.035, 0.035, 0.035)
| |
| 143 | hum.WalkSpeed = 0 hum.JumpPower = 0 | |
| 144 | for i = 1,10 do | |
| 145 | bread.CFrame = bread.CFrame * CFrame.new(0,0,3) | |
| 146 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(1,1,1) | |
| 147 | ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(1,1,1) | |
| 148 | rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(1,1,1) | |
| 149 | lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(1,1,1) | |
| 150 | nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(1,1,1) | |
| 151 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(1,1,1) | |
| 152 | wait() | |
| 153 | end | |
| 154 | for i = 1,30 do | |
| 155 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(1,1,1) | |
| 156 | ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(1,1,1) | |
| 157 | rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(1,1,1) | |
| 158 | lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(1,1,1) | |
| 159 | nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(1,1,1) | |
| 160 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(1,1,1) | |
| 161 | wait() | |
| 162 | end | |
| 163 | aaa:Destroy() | |
| 164 | hum.WalkSpeed = 16 hum.JumpPower = 50 | |
| 165 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) | |
| 166 | ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1) | |
| 167 | rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1) | |
| 168 | lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1) | |
| 169 | nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1) | |
| 170 | rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0) | |
| 171 | for i = 1,10 do | |
| 172 | bread.Transparency = bread.Transparency + .1 | |
| 173 | wait() | |
| 174 | end | |
| 175 | bread:Destroy() | |
| 176 | wait(.1) | |
| 177 | using = false | |
| 178 | end | |
| 179 | end) | |
| 180 | ----------Toast smash----------- | |
| 181 | mouse.KeyDown:connect(function(key) | |
| 182 | if key == "e" and not using then | |
| 183 | using = true | |
| 184 | function die(hit) | |
| 185 | if hit.Parent ~= nil then | |
| 186 | local hum = hit.Parent:findFirstChildOfClass("Humanoid")
| |
| 187 | if hum ~= nil then | |
| 188 | if hit.Parent == char then | |
| 189 | ||
| 190 | else | |
| 191 | bd = Instance.new("Decal",hit) bd.Texture = "http://www.roblox.com/asset/?id=718043865" bd.Face = "Front" bd.Transparency = .5
| |
| 192 | bd1 = Instance.new("Decal",hit) bd1.Texture = "http://www.roblox.com/asset/?id=718043865" bd1.Face = "Back" bd1.Transparency = .5
| |
| 193 | bd2 = Instance.new("Decal",hit) bd2.Texture = "http://www.roblox.com/asset/?id=718043865" bd2.Face = "Right" bd2.Transparency = .5
| |
| 194 | bd3 = Instance.new("Decal",hit) bd3.Texture = "http://www.roblox.com/asset/?id=718043865" bd3.Face = "Left" bd3.Transparency = .5
| |
| 195 | bd4 = Instance.new("Decal",hit) bd4.Texture = "http://www.roblox.com/asset/?id=718043865" bd4.Face = "Bottom" bd4.Transparency = .5
| |
| 196 | bd5 = Instance.new("Decal",hit) bd5.Texture = "http://www.roblox.com/asset/?id=718043865" bd5.Face = "Top" bd5.Transparency = .5
| |
| 197 | bme = Instance.new("SpecialMesh",hit) bme.MeshType = "Brick"
| |
| 198 | hit.Size = hit.Size * Vector3.new(1,.5,1) | |
| 199 | for i = 1,10 do | |
| 200 | hit.Transparency = hit.Transparency +.1 | |
| 201 | wait() | |
| 202 | end | |
| 203 | hit:Destroy() | |
| 204 | end | |
| 205 | end | |
| 206 | end | |
| 207 | end | |
| 208 | hum.WalkSpeed = 0 hum.JumpPower = 0 | |
| 209 | for i = 1,5 do | |
| 210 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.3,-.2,.6) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(-.3,.2,-.6) rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(-.07,0,0) rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1) lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(0,0,.1) | |
| 211 | wait() | |
| 212 | end | |
| 213 | han = Instance.new("Part",workspace) han.Size = Vector3.new(2,2,1) han.Transparency = 1 han.CanCollide = false hw = Instance.new("Weld",han) hw.Part0 = han hw.Part1 = t
| |
| 214 | mb = Instance.new("Part",workspace) mb.Transparency = 1 mb.CFrame = t.CFrame rut.Anchored = true mb.Size = Vector3.new(15.6, 15.8, 2) mm = Instance.new("SpecialMesh",mb) mm.MeshType = "FileMesh" mm.MeshId = "rbxassetid://1614924885" mm.TextureId = "rbxassetid://1614940093" mm.Scale = Vector3.new(0.035, 0.035, 0.035) mw = Instance.new("Weld",mb) mw.Part0 = mb mw.Part1 = han mw.C0 = mw.C0 * CFrame.new(0,-20,0)
| |
| 215 | for i = 1,10 do | |
| 216 | mb.Transparency = mb.Transparency -.1 | |
| 217 | wait() | |
| 218 | end | |
| 219 | mc = mb.Touched:connect(die) | |
| 220 | for i = 1,5 do | |
| 221 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(.2,0,0) rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(0,0,.24) lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.24) hw.C0 = hw.C0 * CFrame.fromEulerAnglesXYZ(.18,0,0) hw.C0 = hw.C0 * CFrame.new(0,1.2,0) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.3,-.2,-.2) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(.3,-.1,.1) nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(.1,0,0) | |
| 222 | wait() | |
| 223 | end | |
| 224 | han:Destroy() mb.Anchored = true | |
| 225 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) | |
| 226 | ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1) | |
| 227 | rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1) | |
| 228 | lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1) | |
| 229 | nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1) | |
| 230 | rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0) | |
| 231 | hum.WalkSpeed = 16 hum.JumpPower = 50 rut.Anchored = false | |
| 232 | wait(.5) | |
| 233 | mc:disconnect(die) | |
| 234 | wait(.5) | |
| 235 | for i = 1,10 do | |
| 236 | mb.Transparency = mb.Transparency +.1 | |
| 237 | wait() | |
| 238 | end | |
| 239 | mb:Destroy() | |
| 240 | wait(.1) | |
| 241 | using = false | |
| 242 | end | |
| 243 | end) | |
| 244 | -----------Slap---------- | |
| 245 | function slap() | |
| 246 | if mouse.Button1Down and not using then | |
| 247 | using = true | |
| 248 | function dmg(hit1) | |
| 249 | if hit1.Parent ~= nil then | |
| 250 | local hum = hit1.Parent:findFirstChildOfClass("Humanoid")
| |
| 251 | local faic = hit1.Parent.Head:findFirstChildOfClass("Decal")
| |
| 252 | if hum ~= nil then | |
| 253 | if hit1.Parent == char then | |
| 254 | ||
| 255 | else | |
| 256 | hum.MaxHealth = 100 | |
| 257 | hum.Health = hum.Health -5 | |
| 258 | hum.PlatformStand = true faic.Texture = "rbxassetid://1383895045" | |
| 259 | slap = Instance.new("Sound",brda) slap.Volume = 3 slap.SoundId = "rbxassetid://511340819"
| |
| 260 | slap:Play() | |
| 261 | ogad = Instance.new("Weld",workspace) ogad.Part0 = hum.Parent.Torso ogad.Part1 = hum.Parent["Left Arm"] ogad.C0 = ogad.C0 * CFrame.fromEulerAnglesXYZ(0,0,4.7) ogad.C0 = ogad.C0 * CFrame.new(-.5,-2,0) ogad1 = Instance.new("Weld",workspace) ogad1.Part0 = hum.Parent.Torso ogad1.Part1 = hum.Parent["Right Arm"] ogad1.C0 = ogad1.C0 * CFrame.fromEulerAnglesXYZ(0,9.4,4.7) ogad1.C0 = ogad1.C0 * CFrame.new(-.5,-2,0) ogad2 = Instance.new("Weld",workspace) ogad2.Part0 = hum.Parent.Torso ogad2.Part1 = hum.Parent["Left Leg"] ogad2.C0 = ogad2.C0 * CFrame.new(-1,-1.6,0) ogad3 = Instance.new("Weld",workspace) ogad3.Part0 = hum.Parent.Torso ogad3.Part1 = hum.Parent["Right Leg"] ogad3.C0 = ogad3.C0 * CFrame.new(1,-1.6,0)
| |
| 262 | ow = Instance.new("Decal",hum.Parent.Head) ow.Texture = "http://www.roblox.com/asset/?id=140321302" ow.Color3 = Color3.fromRGB(255,50,50) ow.Transparency = .5
| |
| 263 | oof = Instance.new("Weld",workspace) oof.Part0 = hum.Parent.Head oof.Part1 = hum.Parent.Torso oof.C0 = oof.C0 * CFrame.new(0,-1.5,0) oof.C0 = oof.C0 * CFrame.fromEulerAnglesXYZ(0,.5,0)
| |
| 264 | wait(1) | |
| 265 | slap:Destroy() | |
| 266 | hum.WalkSpeed = 0 hum.JumpPower = 0 | |
| 267 | wait(4) | |
| 268 | hum.PlatformStand = false | |
| 269 | wait(3) | |
| 270 | hum.WalkSpeed = 16 hum.JumpPower = 50 | |
| 271 | end | |
| 272 | end | |
| 273 | end | |
| 274 | end | |
| 275 | brda.Transparency = 0 | |
| 276 | for i = 1,5 do | |
| 277 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3) | |
| 278 | wait() | |
| 279 | end | |
| 280 | for i = 1,5 do | |
| 281 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.25,0,0) | |
| 282 | wait() | |
| 283 | end | |
| 284 | brda.CanCollide = true | |
| 285 | dmgg = brda.Touched:connect(dmg) | |
| 286 | for i = 1,5 do | |
| 287 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.4,0,0) | |
| 288 | wait() | |
| 289 | end | |
| 290 | dmgg:disconnect(dmg) | |
| 291 | for i = 1,5 do | |
| 292 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.1,0,-.33) | |
| 293 | wait() | |
| 294 | end | |
| 295 | brda.Transparency = 1 | |
| 296 | brda.CanCollide = false | |
| 297 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) | |
| 298 | using = false | |
| 299 | end | |
| 300 | end | |
| 301 | mouse.Button1Down:connect(slap) | |
| 302 | -------------Dead Sky---------- | |
| 303 | mouse.KeyDown:connect(function(key) | |
| 304 | if key == "t" and not using then | |
| 305 | using = true | |
| 306 | function die1(hit) | |
| 307 | if hit.Parent ~= nil then | |
| 308 | local hum = hit.Parent:findFirstChildOfClass("Humanoid")
| |
| 309 | if hum ~= nil then | |
| 310 | hit:Destroy() | |
| 311 | end | |
| 312 | end | |
| 313 | end | |
| 314 | for i = 1,6 do | |
| 315 | mus.Volume = mus.Volume -.5 | |
| 316 | wait(.2) | |
| 317 | end | |
| 318 | hum.WalkSpeed = 70 hum.JumpPower = 120 | |
| 319 | hum.DisplayDistanceType = "None" hum.HealthDisplayType = "AlwaysOff" | |
| 320 | game.Lighting.TimeOfDay = 0 game.Lighting.FogColor = Color3.fromRGB(0,0,0) game.Lighting.FogEnd = 20 | |
| 321 | h.face.Transparency = 1 | |
| 322 | eh = Instance.new("Decal",h) eh.Texture = "http://www.roblox.com/asset/?id=1471407701"
| |
| 323 | scm = Instance.new("Sound",workspace) scm.Volume = 1 scm.SoundId = "rbxassetid://1569907462" scm:Play()
| |
| 324 | hewill = Instance.new("Sound",workspace) hewill.Pitch = .9 hewill.Volume = 10 hewill.SoundId = "rbxassetid://689176850" hewill:Play()
| |
| 325 | for i = 1,70 do | |
| 326 | nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(0,.0125,0) | |
| 327 | wait() | |
| 328 | nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(0,-.00625,0) | |
| 329 | wait() | |
| 330 | end | |
| 331 | wait(4.4) | |
| 332 | lau = Instance.new("Sound",t) lau.SoundId = "rbxassetid://138085838" lau.Volume = 5 lau:Play()
| |
| 333 | hum.WalkSpeed = 0 hum.JumpPower = 0 | |
| 334 | blid = Instance.new("Part",workspace) blid.Anchored = true blid.CanCollide = false blid.BrickColor = BrickColor.new("Crimson") blid.Material = "Neon" blid.Size = Vector3.new(1,.05,1) blid.CFrame = t.CFrame * CFrame.new(0,-2.85,0) bm = Instance.new("SpecialMesh",blid) bm.MeshType = "Sphere"
| |
| 335 | for i = 1,15 do | |
| 336 | blid.Size = blid.Size + Vector3.new(1,0,1) | |
| 337 | rut.Anchored = true | |
| 338 | wait() | |
| 339 | end | |
| 340 | hewill:Destroy() | |
| 341 | wot = Instance.new("Part",workspace) wot.CanCollide = false wot.Transparency = 1 wot.Size = Vector3.new(1000, 1000, 60) wot.Anchored = true wot.CFrame = t.CFrame * CFrame.new(0,100,0) wot.CFrame = wot.CFrame * CFrame.fromEulerAnglesXYZ(4.7,0,0) wot.BrickColor = BrickColor.new("Crimson") wot.Material = "Glass" wot.Transparency = 1 li = Instance.new("SurfaceLight",wot) li.Angle = 180 li.Brightness = 100 li.Color = Color3.fromRGB(255,0,0) li.Range = 100 li.Face = "Front" wot.Name = "onoweded" hum.WalkSpeed = 0 hum.JumpPower = 0
| |
| 342 | dy3 = wot.Touched:connect(die1) | |
| 343 | for i = 1,5 do | |
| 344 | rutj.C0 = rutj.C0 * CFrame.new(0,0,-2.5) | |
| 345 | wot.Transparency = wot.Transparency -.14 | |
| 346 | wait() | |
| 347 | end | |
| 348 | for i = 1,15 do | |
| 349 | blid.Size = blid.Size - Vector3.new(1,0,1) | |
| 350 | wait() | |
| 351 | end | |
| 352 | blid.Transparency = 1 | |
| 353 | for i = 1,14 do | |
| 354 | wot.CFrame = wot.CFrame * CFrame.new(0,0,-2.5) | |
| 355 | wait(.1) | |
| 356 | end | |
| 357 | lau:Destroy() | |
| 358 | for i = 1,26 do | |
| 359 | wot.CFrame = wot.CFrame * CFrame.new(0,0,-2.5) | |
| 360 | wait(.1) | |
| 361 | end | |
| 362 | wait(1) | |
| 363 | blid.Transparency = 0 | |
| 364 | for i = 1,15 do | |
| 365 | blid.Size = blid.Size + Vector3.new(1,0,1) | |
| 366 | wait() | |
| 367 | end | |
| 368 | scm:Destroy() | |
| 369 | h.face.Transparency = 0 eh:Destroy() | |
| 370 | for i = 1,6 do | |
| 371 | mus.Volume = mus.Volume +.5 | |
| 372 | wait() | |
| 373 | end | |
| 374 | for i = 1,7 do | |
| 375 | wot.Transparency = wot.Transparency +.1 | |
| 376 | wait() | |
| 377 | end | |
| 378 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) | |
| 379 | ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1) | |
| 380 | rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1) | |
| 381 | lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1) | |
| 382 | nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1) | |
| 383 | rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0) rutj.C0 = rutj.C0 * CFrame.new(0,0,-10) | |
| 384 | hum.DisplayDistanceType = "Viewer" hum.HealthDisplayType = "DisplayWhenDamaged" | |
| 385 | for i = 1,5 do | |
| 386 | rutj.C0 = rutj.C0 * CFrame.new(0,0,2) | |
| 387 | wait() | |
| 388 | end | |
| 389 | rut.Anchored = false wot:Destroy() hum.WalkSpeed = 16 hum.JumpPower = 50 game.Lighting.TimeOfDay = 14 game.Lighting.FogColor = Color3.fromRGB(191,191,191) game.Lighting.FogEnd = 100000 | |
| 390 | for i = 1,10 do | |
| 391 | blid.Transparency = blid.Transparency +.1 | |
| 392 | wait(.05) | |
| 393 | end | |
| 394 | blid:Destroy() | |
| 395 | wait(.1) | |
| 396 | using = false | |
| 397 | end | |
| 398 | end) | |
| 399 | ----------------Bit Toast------------- | |
| 400 | mouse.KeyDown:connect(function(key) | |
| 401 | if key == "r" and not using and not eating then | |
| 402 | using = true | |
| 403 | eating = true | |
| 404 | for i = 1,10 do | |
| 405 | brda.Transparency = brda.Transparency -.1 | |
| 406 | wait() | |
| 407 | end | |
| 408 | hum.WalkSpeed = 0 hum.JumpPower = 0 | |
| 409 | for i = 1,10 do | |
| 410 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.1,.07,.15) brdaw.C0 = brdaw.C0 * CFrame.fromEulerAnglesXYZ(.2,.15,.2) | |
| 411 | wait() | |
| 412 | end | |
| 413 | wait(.5) | |
| 414 | crunch = Instance.new("Sound",brda) crunch.Volume = 5 crunch.SoundId = "rbxassetid://181027147" crunch:Play()
| |
| 415 | piece = Instance.new("Part",workspace) piece.BrickColor = BrickColor.new("Wheat") piece.Size = Vector3.new(.1,.1,.1) piece.TopSurface = "Smooth" piece.BottomSurface = "Smooth" piece.CFrame = h.CFrame * CFrame.new(.1,0,-.4)
| |
| 416 | piece1 = Instance.new("Part",workspace) piece1.BrickColor = BrickColor.new("Deep orange") piece1.Size = Vector3.new(.1,.1,.1) piece1.TopSurface = "Smooth" piece1.BottomSurface = "Smooth" piece1.CFrame = h.CFrame * CFrame.new(0,0,-.5)
| |
| 417 | piece2 = Instance.new("Part",workspace) piece2.BrickColor = BrickColor.new("Wheat") piece2.Size = Vector3.new(.1,.1,.1) piece2.TopSurface = "Smooth" piece2.BottomSurface = "Smooth" piece2.CFrame = h.CFrame * CFrame.new(0,.05,-.5)
| |
| 418 | piece3 = Instance.new("Part",workspace) piece3.BrickColor = BrickColor.new("Wheat") piece3.Size = Vector3.new(.1,.1,.1) piece3.TopSurface = "Smooth" piece3.BottomSurface = "Smooth" piece3.CFrame = h.CFrame * CFrame.new(-.1,.1,-.6)
| |
| 419 | piece4 = Instance.new("Part",workspace) piece4.BrickColor = BrickColor.new("Wheat") piece4.Size = Vector3.new(.1,.1,.1) piece4.TopSurface = "Smooth" piece4.BottomSurface = "Smooth" piece4.CFrame = h.CFrame * CFrame.new(-.1,.1,-.6)
| |
| 420 | for i = 1,2 do | |
| 421 | nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(.1,0,0) | |
| 422 | wait() | |
| 423 | end | |
| 424 | happy = Instance.new("Decal",h) happy.Texture = "http://www.roblox.com/asset/?id=258591579" h.face.Transparency = 1
| |
| 425 | wait(.07) | |
| 426 | for i = 1,10 do | |
| 427 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.1,-.07,-.15) brdaw.C0 = brdaw.C0 * CFrame.fromEulerAnglesXYZ(-.2,-.15,-.2) | |
| 428 | nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(-.02,0,0) | |
| 429 | wait() | |
| 430 | end | |
| 431 | for i = 1,10 do | |
| 432 | brda.Transparency = brda.Transparency +.1 | |
| 433 | wait() | |
| 434 | end | |
| 435 | crunch:Destroy() hum.WalkSpeed = 40 hum.JumpPower = 80 | |
| 436 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) brdaw.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,3) brdaw.C0 = brdaw.C0 * CFrame.new(0,1.3,0) | |
| 437 | wait(.1) | |
| 438 | using = false | |
| 439 | for i = 1,10 do | |
| 440 | hum.WalkSpeed = 40 hum.JumpPower = 80 | |
| 441 | wait(.5) | |
| 442 | end | |
| 443 | for i = 1,10 do | |
| 444 | piece.Transparency = piece.Transparency +.1 | |
| 445 | piece1.Transparency = piece1.Transparency +.1 | |
| 446 | piece2.Transparency = piece2.Transparency +.1 | |
| 447 | piece3.Transparency = piece3.Transparency +.1 | |
| 448 | piece4.Transparency = piece4.Transparency +.1 | |
| 449 | wait() | |
| 450 | end | |
| 451 | piece:Destroy() piece1:Destroy() piece2:Destroy() piece3:Destroy() piece4:Destroy() | |
| 452 | for i = 1,30 do | |
| 453 | hum.WalkSpeed = 40 hum.JumpPower = 80 | |
| 454 | wait(.5) | |
| 455 | end | |
| 456 | happy:Destroy() h.face.Transparency = 0 | |
| 457 | hum.WalkSpeed = 16 hum.JumpPower = 50 | |
| 458 | eating = false | |
| 459 | end | |
| 460 | end) | |
| 461 | -------------Sit-------------- | |
| 462 | mouse.KeyDown:connect(function(key) | |
| 463 | if key == "z" and not using then | |
| 464 | hum.WalkSpeed = 0 hum.JumpPower = 0 | |
| 465 | rutj.C0 = rutj.C0 * CFrame.new(0,0,-1.9) | |
| 466 | rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(0,-.2,.8) rh.C0 = rh.C0 * CFrame.new(1,.4,0) | |
| 467 | lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(0,.1,-1.5) lh.C0 = lh.C0 * CFrame.new(-.3,0,0) | |
| 468 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,1,1) | |
| 469 | ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,-.5,-.7) | |
| 470 | end | |
| 471 | end) | |
| 472 | mouse.KeyUp:connect(function(key) | |
| 473 | if key == "z" and not using then | |
| 474 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) | |
| 475 | ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1) | |
| 476 | rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1) | |
| 477 | lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1) | |
| 478 | nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1) | |
| 479 | rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0) | |
| 480 | hum.WalkSpeed = 16 hum.JumpPower = 50 | |
| 481 | end | |
| 482 | end) | |
| 483 | -------------Punch------------- | |
| 484 | mouse.KeyDown:connect(function(key) | |
| 485 | if key == "f" and not using then | |
| 486 | using = true | |
| 487 | function punch(hit) | |
| 488 | if hit.Parent ~= nil then | |
| 489 | local huma = hit.Parent:findFirstChildOfClass("Humanoid")
| |
| 490 | if hum ~= nil then | |
| 491 | ow = Instance.new("Sound",hit.Parent.Head) ow.Volume = 3 ow.SoundId = "rbxassetid://743886825" ow:Play()
| |
| 492 | huma.MaxHealth = 100 huma.PlatformStand = true | |
| 493 | huma:TakeDamage(math.random(1,5)) | |
| 494 | huma.Health = huma.Health -0 | |
| 495 | blud = Instance.new("Part",hit.Parent.Head) blud.Material = "Glass" blud.Shape = "Ball" blud.Size = Vector3.new(.25,.25,.25) blud.BrickColor = BrickColor.new("Crimson") blud.CFrame = hit.Parent.Head.CFrame bludm = Instance.new("SpecialMesh",blud) bludm.MeshType = "Brick"
| |
| 496 | wait(3) | |
| 497 | for i,v in pairs(hit.Parent.Head:GetChildren()) do | |
| 498 | if v:IsA("Part") then
| |
| 499 | v.Transparency = v.Transparency +.1 | |
| 500 | wait(.1) | |
| 501 | end | |
| 502 | end | |
| 503 | for i,v in pairs(hit.Parent.Head:GetChildren()) do | |
| 504 | if v:IsA("Part") then
| |
| 505 | v:Destroy() | |
| 506 | wait() | |
| 507 | end | |
| 508 | end | |
| 509 | ow:Destroy() huma.PlatformStand = false | |
| 510 | end | |
| 511 | end | |
| 512 | end | |
| 513 | hb = Instance.new("Part",ra) hb.Size = Vector3.new(1,1,1) hbw = Instance.new("Weld",hb) hb.Transparency = 1 hbw.Part0 = ra hbw.Part1 = hb hbw.C0 = hbw.C0 * CFrame.new(0,-.5,0)
| |
| 514 | for i = 1,5 do | |
| 515 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1) | |
| 516 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3) | |
| 517 | wait() | |
| 518 | end | |
| 519 | hb.Touched:connect(punch) | |
| 520 | wait(.2) | |
| 521 | for i = 1,5 do | |
| 522 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3) | |
| 523 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.16,0,0) | |
| 524 | wait() | |
| 525 | end | |
| 526 | for i,v in pairs(ra:GetChildren()) do | |
| 527 | if v:IsA("Part") then
| |
| 528 | v:Destroy() | |
| 529 | end | |
| 530 | end | |
| 531 | for i = 1,10 do | |
| 532 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1) | |
| 533 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.154) | |
| 534 | wait() | |
| 535 | end | |
| 536 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,3.145,0) | |
| 537 | wait(.1) | |
| 538 | using = false | |
| 539 | end | |
| 540 | end) | |
| 541 | -------Teleport-------- | |
| 542 | mouse.KeyDown:connect(function(key) | |
| 543 | if key == "x" then | |
| 544 | t.CFrame = mouse.Hit * CFrame.new(0,2.5,0) | |
| 545 | end | |
| 546 | end) | |
| 547 | ---------FINISH HIM--------- | |
| 548 | mouse.KeyDown:connect(function(key) | |
| 549 | if key == "g" and not using then | |
| 550 | using = true | |
| 551 | function awa(hit) | |
| 552 | if hit.Parent ~= nil then | |
| 553 | local humn = hit.Parent:findFirstChildOfClass("Humanoid")
| |
| 554 | if humn ~= nil then | |
| 555 | if humn.PlatformStand == true then | |
| 556 | ow1 = Instance.new("Sound",hit.Parent.Head) ow1.Volume = 3 ow1.SoundId = "rbxassetid://743886825" ow1:Play() humn.Health = 0
| |
| 557 | for i = 1,10 do | |
| 558 | blud1 = Instance.new("Part",hit.Parent.Head) blud1.Material = "Glass" blud1.CFrame = hit.Parent.Head.CFrame blud1.Size = Vector3.new(.25,.25,.25) blud1.BrickColor = BrickColor.new("Crimson") blud1.Shape = "Ball" blud1m = Instance.new("SpecialMesh",blud1) blud1m.MeshType = "Brick"
| |
| 559 | end | |
| 560 | for i,v in pairs(hit.Parent.Head:GetChildren()) do | |
| 561 | if v:IsA("Part") then
| |
| 562 | v.Transparency = v.Transparency +.1 | |
| 563 | wait(.1) | |
| 564 | end | |
| 565 | end | |
| 566 | for i,v in pairs(hit.Parent.Head:GetChildren()) do | |
| 567 | if v:IsA("Part") then
| |
| 568 | v:Destroy() | |
| 569 | wait() | |
| 570 | end | |
| 571 | end | |
| 572 | for i = 1,50 do | |
| 573 | humn.Health = 0 | |
| 574 | wait() | |
| 575 | end | |
| 576 | ow1:Destroy() | |
| 577 | end | |
| 578 | end | |
| 579 | end | |
| 580 | end | |
| 581 | for i = 1,5 do | |
| 582 | rh.C0 = rh.C0 * CFrame.new(.17,.25,0) rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(-.03,0,0) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.1,0.04,.17) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(-0.1,-.04,-.17) lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(0,0,.05) | |
| 583 | wait() | |
| 584 | end | |
| 585 | hitbox = Instance.new("Part",rl) hitbox.Size = Vector3.new(1,1,1) hitbox.Transparency = 1 hw = Instance.new("Weld",hitbox) hw.Part0 = rl hw.Part1 = hitbox hw.C0 = hw.C0 * CFrame.new(0,-.5,0)
| |
| 586 | wait(.3) | |
| 587 | hc = hitbox.Touched:connect(awa) | |
| 588 | for i = 1,5 do | |
| 589 | rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(0,0,.03) | |
| 590 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(.1,0,0) | |
| 591 | nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(.1,0,0) | |
| 592 | rh.C0 = rh.C0 * CFrame.new(0,-.25,0) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.34) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,0,.34) | |
| 593 | wait() | |
| 594 | end | |
| 595 | for i,v in pairs(rl:GetChildren()) do | |
| 596 | if v:IsA("Part") then
| |
| 597 | v:Destroy() | |
| 598 | end | |
| 599 | end | |
| 600 | for i = 1,5 do | |
| 601 | rh.C0 = rh.C0 * CFrame.new(-.17,0,0) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.1,0,.17) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(.1,0,-.17) rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(-.08,0,0) nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(-.1,0,0) | |
| 602 | wait() | |
| 603 | end | |
| 604 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) | |
| 605 | ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1) | |
| 606 | rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1) | |
| 607 | lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1) | |
| 608 | nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1) | |
| 609 | rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0) | |
| 610 | wait(.1) | |
| 611 | using = false | |
| 612 | end | |
| 613 | end) | |
| 614 | ----------Crouch------------ | |
| 615 | mouse.KeyDown:connect(function(key) | |
| 616 | if key == "c" and not using then | |
| 617 | hum.WalkSpeed = 7 hum.JumpPower = 20 | |
| 618 | rutj.C0 = rutj.C0 * CFrame.new(0,0,-1) rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(.5,0,0) | |
| 619 | nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(-.4,0,0) | |
| 620 | rh.C0 = rh.C0 * CFrame.new(.6,1,0) rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3) | |
| 621 | lh.C0 = lh.C0 * CFrame.new(-.6,1,0) lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.33) | |
| 622 | for i,v in pairs(char:GetChildren()) do | |
| 623 | if v:IsA("Accessory") then
| |
| 624 | v.Handle.Transparency = .8 | |
| 625 | end | |
| 626 | end | |
| 627 | ra.Transparency = .8 la.Transparency = .8 rl.Transparency = .8 ll.Transparency = .8 t.Transparency = .8 h.Transparency = .8 h.face.Transparency = .8 | |
| 628 | end | |
| 629 | end) | |
| 630 | mouse.KeyUp:connect(function(key) | |
| 631 | if key == "c" and not using then | |
| 632 | for i,v in pairs(char:GetChildren()) do | |
| 633 | if v:IsA("Accessory") then
| |
| 634 | v.Handle.Transparency = 0 | |
| 635 | end | |
| 636 | end | |
| 637 | ra.Transparency = 0 la.Transparency = 0 rl.Transparency = 0 ll.Transparency = 0 t.Transparency = 0 h.Transparency = 0 h.face.Transparency = 0 | |
| 638 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) | |
| 639 | ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1) | |
| 640 | rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1) | |
| 641 | lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1) | |
| 642 | nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1) | |
| 643 | rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0) | |
| 644 | hum.WalkSpeed = 16 hum.JumpPower = 50 | |
| 645 | end | |
| 646 | end) | |
| 647 | ------------CrUnCh------------ | |
| 648 | mouse.KeyDown:connect(function(key) | |
| 649 | if key == "v" and not using then | |
| 650 | using = true | |
| 651 | local bric = Instance.new("Part",char) bric.Name = "g0 d13 n00b" bric.Size = Vector3.new(4,6,4) bric.CanCollide = false bric.Transparency = 1 local bricw = Instance.new("Weld",bric) bricw.Part0 = t bricw.Part1 = bric
| |
| 652 | function smash(hit) | |
| 653 | if hit.Parent ~= nil then | |
| 654 | local bitc = hit.Parent:FindFirstChildOfClass("Humanoid")
| |
| 655 | if bitc ~= nil then | |
| 656 | if hit.Parent == char then | |
| 657 | ||
| 658 | else | |
| 659 | local n00b = hit.Parent | |
| 660 | bric:Destroy() | |
| 661 | for i = 1,5 do | |
| 662 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1) | |
| 663 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.1,-.25,.35) | |
| 664 | wait() | |
| 665 | end | |
| 666 | wait(.4) | |
| 667 | rut.Anchored = true | |
| 668 | local prt = Instance.new("Part",ra) prt.Size = Vector3.new(1,1,1) prt.Transparency = 1 local pw = Instance.new("Weld",prt) pw.Part0 = ra pw.Part1 = prt pw.C0 = pw.C0 * CFrame.new(0,.5,0)
| |
| 669 | local hw = Instance.new("Weld",prt) hw.Part0 = prt hw.Part1 = n00b.Head hw.C0 = hw.C0 * CFrame.new(0,-1.5,-2) * CFrame.fromEulerAnglesXYZ(1.55,0,3.1)
| |
| 670 | for i = 1,2 do | |
| 671 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,1) | |
| 672 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,.5,.2) | |
| 673 | nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(0,.2,-.45) | |
| 674 | wait() | |
| 675 | end | |
| 676 | wait(1.5) | |
| 677 | for i = 1,10 do | |
| 678 | local bred = Instance.new("Part",n00b.Head) bred.Size = Vector3.new(0.624, 0.632, 0.08)
| |
| 679 | local brd = Instance.new("SpecialMesh",bred) brd.MeshType = "FileMesh" brd.MeshId = "rbxassetid://1614924885" brd.TextureId = "rbxassetid://1614940093" brd.Scale = Vector3.new(0.002,0.002,0.002)
| |
| 680 | bred.CFrame = n00b.Head.CFrame | |
| 681 | end | |
| 682 | local pe = Instance.new("ParticleEmitter",n00b.Head) pe.Color = ColorSequence.new(Color3.fromRGB(255,200,200)) pe.Acceleration = Vector3.new(0,-5,0) pe.Texture = "http://www.roblox.com/asset/?id=1450282643" pe.SpreadAngle = Vector2.new(180,180) pe.Rate = 100
| |
| 683 | local pe1 = Instance.new("ParticleEmitter",n00b.Head) pe1.Color = ColorSequence.new(Color3.fromRGB(255,200,200)) pe1.Acceleration = Vector3.new(0,-5,0) pe1.Texture = "http://www.roblox.com/asset/?id=1450282643" pe1.SpreadAngle = Vector2.new(180,180) pe1.Rate = 100
| |
| 684 | local cru = Instance.new("Sound",t) cru.SoundId = "rbxassetid://181027147" cru.Volume = 10 cru:Play()
| |
| 685 | local chunch = Instance.new("Sound",t) chunch.SoundId = "rbxassetid://618667795" chunch.Volume = 2 chunch:Play()
| |
| 686 | rut.Anchored = false | |
| 687 | prt:Destroy() | |
| 688 | n00b:BreakJoints() | |
| 689 | for i,v in pairs(n00b:GetChildren()) do | |
| 690 | if v:IsA("Part") then
| |
| 691 | v.BrickColor = BrickColor.new("Wheat")
| |
| 692 | v.Transparency = .2 v.Material = "Glass" | |
| 693 | v.Anchored = false | |
| 694 | local dec = v:FindFirstChildOfClass("Decal")
| |
| 695 | if dec ~= nil then | |
| 696 | dec:Destroy() | |
| 697 | end | |
| 698 | local mec = v:FindFirstChildOfClass("SpecialMesh")
| |
| 699 | if mec ~= nil then | |
| 700 | mec:Destroy() | |
| 701 | end | |
| 702 | end | |
| 703 | end | |
| 704 | for i,v in pairs(n00b:GetChildren()) do | |
| 705 | if v:IsA("Accessory") or ("Hat") then
| |
| 706 | local pt = v:FindFirstChildOfClass("Part")
| |
| 707 | if pt ~= nil then | |
| 708 | pt.Anchored = false | |
| 709 | pt.Transparency = .3 pt.BrickColor = BrickColor.new("Wheat")
| |
| 710 | pt.Material = "Glass" pt.CanCollide = true | |
| 711 | local smh = pt:FindFirstChildOfClass("SpecialMesh")
| |
| 712 | if smh ~= nil then | |
| 713 | smh.TextureId = "" | |
| 714 | end | |
| 715 | end | |
| 716 | end | |
| 717 | end | |
| 718 | for i,v in pairs(n00b:GetChildren()) do | |
| 719 | if v:IsA("MeshPart") then
| |
| 720 | v.Anchored = false | |
| 721 | v.BrickColor = BrickColor.new("Wheat")
| |
| 722 | v.Transparency = .2 v.Material = "Glass" | |
| 723 | local dec = v:FindFirstChildOfClass("Decal")
| |
| 724 | if dec ~= nil then | |
| 725 | dec:Destroy() | |
| 726 | end | |
| 727 | end | |
| 728 | end | |
| 729 | for i,v in pairs(n00b:GetChildren()) do | |
| 730 | if v:IsA("Script") then
| |
| 731 | v:Destroy() | |
| 732 | end | |
| 733 | end | |
| 734 | for i,v in pairs(n00b:GetChildren()) do | |
| 735 | if v:IsA("Humanoid") then
| |
| 736 | v:Destroy() | |
| 737 | end | |
| 738 | end | |
| 739 | for i,v in pairs(n00b:GetChildren()) do | |
| 740 | if v:IsA("CharacterMesh") then
| |
| 741 | v:Destroy() | |
| 742 | end | |
| 743 | end | |
| 744 | for i,v in pairs(n00b:GetChildren()) do | |
| 745 | if v:IsA("Shirt") then
| |
| 746 | v:Destroy() | |
| 747 | end | |
| 748 | end | |
| 749 | for i,v in pairs(n00b:GetChildren()) do | |
| 750 | if v:IsA("Pants") then
| |
| 751 | v:Destroy() | |
| 752 | end | |
| 753 | end | |
| 754 | for i,v in pairs(n00b:GetChildren()) do | |
| 755 | if v:IsA("Part") and v:IsA("SpecialMesh") then
| |
| 756 | v.Transparency = .5 v.CanCollide = true | |
| 757 | v.Name = "nub" v.BrickColor = BrickColor.new("Wheat")
| |
| 758 | v.Mesh.TextureId = "" | |
| 759 | end | |
| 760 | end | |
| 761 | wait(.3) | |
| 762 | pe.Enabled = false | |
| 763 | pe1.Enabled = false | |
| 764 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) | |
| 765 | ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1) | |
| 766 | rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1) | |
| 767 | lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1) | |
| 768 | nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1) | |
| 769 | rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0) | |
| 770 | wait(2) | |
| 771 | chunch:Destroy() cru:Destroy() | |
| 772 | n00b:Destroy() | |
| 773 | end | |
| 774 | end | |
| 775 | end | |
| 776 | end | |
| 777 | bric.Touched:connect(smash) | |
| 778 | wait(3) | |
| 779 | bric:Destroy() | |
| 780 | using = false | |
| 781 | end | |
| 782 | end) | |
| 783 | --------Cut the throat--------- | |
| 784 | mouse.KeyDown:connect(function(key) | |
| 785 | if key == "h" and not using then | |
| 786 | local hum1 = mouse.Target.Parent:findFirstChildOfClass("Humanoid")
| |
| 787 | if hum1 ~= nil then | |
| 788 | char.Animate.Disabled = true | |
| 789 | for i,v in pairs(hum1.Parent:GetChildren()) do | |
| 790 | if v:IsA("LocalScript") then
| |
| 791 | v:Destroy() | |
| 792 | end | |
| 793 | end | |
| 794 | for i,v in pairs(hum1.Parent:GetChildren()) do | |
| 795 | if v:IsA("Script") then
| |
| 796 | v:Destroy() | |
| 797 | end | |
| 798 | end | |
| 799 | disshit = hum1.Parent | |
| 800 | h1 = hum1.Parent.Head | |
| 801 | t1 = hum1.Parent.Torso | |
| 802 | ra1 = hum1.Parent["Right Arm"] | |
| 803 | la1 = hum1.Parent["Left Arm"] | |
| 804 | rl1 = hum1.Parent["Right Leg"] | |
| 805 | ll1 = hum1.Parent["Left Leg"] | |
| 806 | hum1.WalkSpeed = 0 hum1.JumpPower = 0 hum1.Parent.Head.Anchored = true hum.WalkSpeed = 0 hum.JumpPower = 0 | |
| 807 | t.CFrame = hum1.Parent.Head.CFrame * CFrame.new(0,-1.5,-2.5) t.CFrame = t.CFrame * CFrame.fromEulerAnglesXYZ(0,3.1,0) | |
| 808 | knife = Instance.new("Part",ra) knife.Size = Vector3.new(0.2, 3, 0.7) km = Instance.new("SpecialMesh",knife) km.MeshType = "FileMesh" km.MeshId = "http://www.roblox.com/asset/?id=121944778" km.TextureId = "http://www.roblox.com/asset/?id=161971611" kw = Instance.new("Weld",knife) kw.Part0 = knife kw.Part1 = ra kw.C0 = kw.C0 * CFrame.new(0,-.6,1) kw.C0 = kw.C0 * CFrame.fromEulerAnglesXYZ(1.5,3,0)
| |
| 809 | rut.Anchored = true | |
| 810 | for i = 1,5 do | |
| 811 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.3,0,0) | |
| 812 | wait() | |
| 813 | end | |
| 814 | bb = Instance.new("BillboardGui",char)
| |
| 815 | bb.AlwaysOnTop = false | |
| 816 | bb.Size = UDim2.new(5,35,2,15) | |
| 817 | bb.StudsOffset = Vector3.new(4,0,0) | |
| 818 | bb.MaxDistance = 75 | |
| 819 | bb.Adornee = h | |
| 820 | bb.Name = "Name" | |
| 821 | label = Instance.new("TextLabel",bb)
| |
| 822 | label.BackgroundTransparency = 1 | |
| 823 | label.TextScaled = true | |
| 824 | label.BorderSizePixel = 0 | |
| 825 | label.Text = "Be Gone... " ..disshit.Name | |
| 826 | label.Font = "Cartoon" | |
| 827 | label.TextSize = 20 | |
| 828 | label.TextStrokeTransparency = 0 | |
| 829 | label.TextColor3 = Color3.new(1,1,1) | |
| 830 | label.TextStrokeColor3 = Color3.fromRGB(255,150,0) | |
| 831 | label.Size = UDim2.new(1,0,0.5,0) | |
| 832 | label.Parent = bb | |
| 833 | for i = 1,10 do | |
| 834 | bb.StudsOffset = bb.StudsOffset +Vector3.new(0,.2,0) | |
| 835 | label.TextTransparency = label.TextTransparency +.1 | |
| 836 | label.TextStrokeTransparency = label.TextStrokeTransparency +.1 | |
| 837 | wait(.07) | |
| 838 | end | |
| 839 | for i,v in pairs(char:GetChildren()) do | |
| 840 | if v:IsA("BillboardGui") then
| |
| 841 | v:Destroy() | |
| 842 | end | |
| 843 | end | |
| 844 | for i = 1,3 do | |
| 845 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.6) | |
| 846 | wait() | |
| 847 | end | |
| 848 | hum1.Health = 0.1 hum1.MaxHealth = 100 | |
| 849 | stab = Instance.new("Sound",h1) stab.TimePosition = .3 stab.SoundId = "rbxassetid://1386772138" stab.Volume = 3 stab:Play()
| |
| 850 | hum1.PlatformStand = true | |
| 851 | hum1.Parent.Head.Anchored = false | |
| 852 | for i,v in pairs(t1:GetChildren()) do | |
| 853 | if v:IsA("Motor6D") then
| |
| 854 | v:Destroy() | |
| 855 | end | |
| 856 | end | |
| 857 | for i,v in pairs(h1:GetChildren()) do | |
| 858 | if v:IsA("Decal") then
| |
| 859 | v:Destroy() | |
| 860 | end | |
| 861 | end | |
| 862 | aaaaa = Instance.new("Sound",h1) aaaaa.SoundId = "rbxassetid://393884633" aaaaa.Volume = 3 aaaaa:Play()
| |
| 863 | disshit:BreakJoints() | |
| 864 | ooww = Instance.new("Decal",h1) ooww.Texture = "http://www.roblox.com/asset/?id=1253783230"
| |
| 865 | at2 = Instance.new("Attachment",t1) at2.Position = Vector3.new(1,.8,0) at2.Position = Vector3.new(1,.8,0)
| |
| 866 | at = Instance.new("Attachment",ra1) at.Name = "oof" at.Position = Vector3.new(-.5,.8,0)
| |
| 867 | balls = Instance.new("BallSocketConstraint",ra1) balls.Attachment0 = at2 balls.Attachment1 = at
| |
| 868 | at21 = Instance.new("Attachment",t1) at21.Position = Vector3.new(-1,.8,0) at21.Position = Vector3.new(-1,.8,0) at21.Orientation = Vector3.new(0,180,0)
| |
| 869 | at1 = Instance.new("Attachment",la1) at.Name = "oof" at1.Position = Vector3.new(.5,.8,0)
| |
| 870 | balls1 = Instance.new("BallSocketConstraint",la1) balls1.Attachment0 = at21 balls1.Attachment1 = at1
| |
| 871 | nek = Instance.new("Attachment",h1) nek2 = Instance.new("Attachment",t1) nek2.Position = Vector3.new(0,1,0) nek.Position = Vector3.new(0,-.5,0) nball = Instance.new("BallSocketConstraint",h1) nball.Attachment0 = nek nball.Attachment1 = nek2
| |
| 872 | owihatedis = Instance.new("Attachment",t1) owihatedis.Position = Vector3.new(.6,-1,0) oihd = Instance.new("Attachment",rl1) oihd.Position = Vector3.new(.1,1,0) oww = Instance.new("BallSocketConstraint",rl1) oww.Attachment0 = owihatedis oww.Attachment1 = oihd
| |
| 873 | owihatedis2 = Instance.new("Attachment",t1) owihatedis2.Position = Vector3.new(-.6,-1,0) oihd2 = Instance.new("Attachment",ll1) oihd2.Position = Vector3.new(-.1,1,0) oww2 = Instance.new("BallSocketConstraint",ll1) oww2.Attachment0 = owihatedis2 oww2.Attachment1 = oihd2
| |
| 874 | box = Instance.new("Part",ra1) box.Size = Vector3.new(1,1,1) box.Transparency = 1
| |
| 875 | box1 = Instance.new("Part",la1) box1.Size = Vector3.new(1,1,1) box1.Transparency = 1
| |
| 876 | box2 = Instance.new("Part",rl1) box2.Size = Vector3.new(1,1,1) box2.Transparency = 1
| |
| 877 | box3 = Instance.new("Part",ll1) box3.Size = Vector3.new(1,1,1) box3.Transparency = 1
| |
| 878 | box4 = Instance.new("Part",t1) box4.Size = t.Size - Vector3.new(0,.2,0) box4.Transparency = 1
| |
| 879 | bw = Instance.new("Weld",box) bw.Part0 = box bw.Part1 = ra1 bw.C0 = bw.C0 * CFrame.new(0,.5,0)
| |
| 880 | bw1 = Instance.new("Weld",box1) bw1.Part0 = box1 bw1.Part1 = la1 bw1.C0 = bw1.C0 * CFrame.new(0,.5,0)
| |
| 881 | bw2 = Instance.new("Weld",box2) bw2.Part0 = box2 bw2.Part1 = rl1 bw2.C0 = bw2.C0 * CFrame.new(0,.5,0)
| |
| 882 | bw3 = Instance.new("Weld",box3) bw3.Part0 = box3 bw3.Part1 = ll1 bw3.C0 = bw3.C0 * CFrame.new(0,.5,0)
| |
| 883 | bw4 = Instance.new("Weld",box4) bw4.Part0 = box4 bw4.Part1 = t1 bw4.C0 = bw4.C0 * CFrame.new(0,.2,0)
| |
| 884 | for i = 1,2 do | |
| 885 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.4) | |
| 886 | wait() | |
| 887 | end | |
| 888 | end | |
| 889 | char.Animate.Disabled = false | |
| 890 | rut.Anchored = false | |
| 891 | hum.WalkSpeed = 16 hum.JumpPower = 50 | |
| 892 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,3.145,0) knife:Destroy() | |
| 893 | for i = 1,10 do | |
| 894 | blood = Instance.new("Part",h1) blood.Size = Vector3.new(3,3,.01) blood.BrickColor = BrickColor.new("Crimson") blood.TopSurface = "Smooth" blood.BottomSurface = "Smooth" blood.Material = "Glass" blood.CFrame = h1.CFrame * CFrame.new(0,-.5,-.6) bloodm = Instance.new("SpecialMesh",blood) bloodm.MeshType = "Sphere"
| |
| 895 | wait(.2) | |
| 896 | end | |
| 897 | wait(1) | |
| 898 | for i = 1,10 do | |
| 899 | h1.Transparency = h1.Transparency +.1 | |
| 900 | t1.Transparency =t1.Transparency +.1 | |
| 901 | ra1.Transparency = ra1.Transparency +.1 | |
| 902 | la1.Transparency =la1.Transparency +.1 | |
| 903 | rl1.Transparency = rl1.Transparency +.1 | |
| 904 | ll1.Transparency = ll1.Transparency +.1 | |
| 905 | wait(.05) | |
| 906 | end | |
| 907 | disshit:Destroy() | |
| 908 | bb = Instance.new("BillboardGui",char)
| |
| 909 | bb.AlwaysOnTop = false | |
| 910 | bb.Size = UDim2.new(5,35,2,15) | |
| 911 | bb.StudsOffset = Vector3.new(4,0,0) | |
| 912 | bb.MaxDistance = 75 | |
| 913 | bb.Adornee = h | |
| 914 | bb.Name = "Name" | |
| 915 | label = Instance.new("TextLabel",bb)
| |
| 916 | label.BackgroundTransparency = 1 | |
| 917 | label.TextScaled = true | |
| 918 | label.BorderSizePixel = 0 | |
| 919 | label.Text = disshit.Name.. " Is Gone..." | |
| 920 | label.Font = "Cartoon" | |
| 921 | label.TextSize = 20 | |
| 922 | label.TextStrokeTransparency = 0 | |
| 923 | label.TextColor3 = Color3.new(1,1,1) | |
| 924 | label.TextStrokeColor3 = Color3.fromRGB(255,150,0) | |
| 925 | label.Size = UDim2.new(1,0,0.5,0) | |
| 926 | label.Parent = bb | |
| 927 | for i = 1,10 do | |
| 928 | bb.StudsOffset = bb.StudsOffset +Vector3.new(0,.2,0) | |
| 929 | label.TextTransparency = label.TextTransparency +.1 | |
| 930 | label.TextStrokeTransparency = label.TextStrokeTransparency +.1 | |
| 931 | wait(.07) | |
| 932 | end | |
| 933 | for i,v in pairs(char:GetChildren()) do | |
| 934 | if v:IsA("BillboardGui") then
| |
| 935 | v:Destroy() | |
| 936 | end | |
| 937 | end | |
| 938 | end | |
| 939 | end) | |
| 940 | -------Throw Toast(Can eat)-------- | |
| 941 | mouse.KeyDown:connect(function(key) | |
| 942 | if key == "y" and not using then | |
| 943 | function eat(toch) | |
| 944 | if toch.Parent ~= nil then | |
| 945 | local humt = toch.Parent:findFirstChildOfClass("Humanoid")
| |
| 946 | if humt ~= nil then | |
| 947 | local hed = humt.Parent.Head | |
| 948 | toast:Destroy() | |
| 949 | humt.Health = humt.Health +20 humt.WalkSpeed = humt.WalkSpeed +5 humt.JumpPower = humt.JumpPower +5 | |
| 950 | yum = Instance.new("Sound",hed) yum.Volume = 8 yum.SoundId = "rbxassetid://181027147" yum:Play()
| |
| 951 | wait(1) | |
| 952 | yum:Destroy() | |
| 953 | wait(10) | |
| 954 | humt.WalkSpeed = humt.WalkSpeed -5 humt.JumpPower = humt.JumpPower -5 | |
| 955 | end | |
| 956 | end | |
| 957 | end | |
| 958 | toast = Instance.new("Part",workspace) toast.Name = "EATMEBITC" toast.Size = Vector3.new(1.248, 1.264, 0.16) tm = Instance.new("SpecialMesh",toast) tm.Scale = Vector3.new(0.003, 0.003, 0.003) tm.MeshType = "FileMesh" tm.MeshId = "rbxassetid://1614924885" tm.TextureId = "rbxassetid://1614940093" tw = Instance.new("Weld",brda) tw.Name = "wuild" tw.Part0 = toast tw.Part1 = brda
| |
| 959 | for i = 1,5 do | |
| 960 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.2,-.2,.2) | |
| 961 | wait() | |
| 962 | end | |
| 963 | wait(.3) | |
| 964 | for i = 1,2 do | |
| 965 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.2,0,.1) | |
| 966 | wait() | |
| 967 | end | |
| 968 | for i,v in pairs(brda:GetChildren()) do | |
| 969 | if v:IsA("Weld") then
| |
| 970 | v:Destroy() | |
| 971 | end | |
| 972 | end | |
| 973 | toast.Touched:connect(eat) | |
| 974 | for i = 1,5 do | |
| 975 | toast.CFrame = toast.CFrame * CFrame.new(0,1,1) | |
| 976 | wait() | |
| 977 | end | |
| 978 | for i = 1,3 do | |
| 979 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.2,0,.1) | |
| 980 | wait() | |
| 981 | end | |
| 982 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) | |
| 983 | end | |
| 984 | end) | |
| 985 | ------Summon Explosion------ | |
| 986 | ALLAHU_AKBAR = false | |
| 987 | mouse.KeyDown:connect(function(key) | |
| 988 | if key == "b" and not using and not ALLAHU_AKBAR then | |
| 989 | using = true | |
| 990 | ALLAHU_AKBAR = true | |
| 991 | local bum = Instance.new("Part",workspace) bum.CFrame = mouse.Hit bum.TopSurface = "Smooth" bum.BottomSurface = "Smooth" bum.Material = "Neon" bum.BrickColor = BrickColor.new("Deep orange") bum.Transparency = 1 bum.Shape = "Ball" bum.Size = Vector3.new(50,50,50) bum.CanCollide = false bum.Anchored = true
| |
| 992 | function aa(hit) | |
| 993 | if hit.Parent ~= nil then | |
| 994 | local humta = hit.Parent:findFirstChildOfClass("Humanoid")
| |
| 995 | if humta ~= nil then | |
| 996 | if hit.Parent == char then | |
| 997 | ||
| 998 | else | |
| 999 | local datbitc = hit.Parent humta.DisplayDistanceType = "None" | |
| 1000 | hit.Transparency = 1 hit.Anchored = true | |
| 1001 | for i,v in pairs(datbitc:GetChildren()) do | |
| 1002 | if v:IsA("Accessory") then
| |
| 1003 | v:Destroy() | |
| 1004 | end | |
| 1005 | end | |
| 1006 | datbitc.Head.CFrame = bum.CFrame | |
| 1007 | humta.Parent.Head.Anchored = true | |
| 1008 | wait(1.4) | |
| 1009 | datbitc:Destroy() | |
| 1010 | end | |
| 1011 | end | |
| 1012 | end | |
| 1013 | end | |
| 1014 | bum.Touched:connect(aa) | |
| 1015 | local tweens = game:GetService("TweenService")
| |
| 1016 | local tweeni = TweenInfo.new( | |
| 1017 | 1, | |
| 1018 | Enum.EasingStyle.Bounce, | |
| 1019 | Enum.EasingDirection.Out, | |
| 1020 | 0, | |
| 1021 | true, | |
| 1022 | 0 | |
| 1023 | ) | |
| 1024 | local size = {Size = Vector3.new(5,5,5), Transparency = 0,Color = Color3.fromRGB(255,0,0)}
| |
| 1025 | local tsize = tweens:Create(bum,tweeni,size) | |
| 1026 | tsize:Play() | |
| 1027 | wait(1.4) | |
| 1028 | local bs = Instance.new("Sound",bum) bs.SoundId = "rbxassetid://144699494" bs.Volume = 10 bs:Play()
| |
| 1029 | wait(1.7) | |
| 1030 | bum:Destroy() | |
| 1031 | using = false | |
| 1032 | wait(5) | |
| 1033 | local uf = Instance.new("Sound",t) uf.SoundId = "rbxassetid://1474367957" uf.Volume = 2 uf:Play()
| |
| 1034 | ALLAHU_AKBAR = false | |
| 1035 | wait(1) | |
| 1036 | uf:Destroy() | |
| 1037 | end | |
| 1038 | end) | |
| 1039 | ------Kaboom------ | |
| 1040 | kaboom1 = false | |
| 1041 | mouse.KeyDown:connect(function(key) | |
| 1042 | if key == "j" and not using and not kaboom1 then | |
| 1043 | function ah(hit) | |
| 1044 | if hit.Parent ~= nil then | |
| 1045 | local humana = hit.Parent:findFirstChildOfClass("Humanoid")
| |
| 1046 | if humana ~= nil then | |
| 1047 | if hit.Parent == char then | |
| 1048 | ||
| 1049 | else | |
| 1050 | local bitc = hit.Parent | |
| 1051 | bitc:Destroy() | |
| 1052 | end | |
| 1053 | end | |
| 1054 | end | |
| 1055 | end | |
| 1056 | using = true | |
| 1057 | rut.Anchored = true kaboom1 = true | |
| 1058 | for i = 1,10 do | |
| 1059 | rut.CFrame = rut.CFrame * CFrame.new(0,3,0) | |
| 1060 | mus.Volume = mus.Volume -.3 | |
| 1061 | cm.Volume = cm.Volume +.1 | |
| 1062 | wait() | |
| 1063 | end | |
| 1064 | local poom = Instance.new("Sound",t) poom.EmitterSize = 1000 poom.Volume = 10 poom.Pitch = .6 poom.SoundId = "rbxassetid://704085554"
| |
| 1065 | local bum = Instance.new("Part",t) bum.Transparency = 1 bum.CanCollide = false bum.Anchored = true bum.CFrame = t.CFrame bum.Size = Vector3.new(200,200,200) bum.BrickColor = BrickColor.new("Toothpaste") bum.Shape = "Ball" bum.Material = "Neon"
| |
| 1066 | local bum1 = Instance.new("Part",t) bum1.Transparency = 1 bum1.CanCollide = false bum1.Anchored = true bum1.CFrame = t.CFrame bum1.Size = Vector3.new(200,200,200) bum1.BrickColor = BrickColor.new("Toothpaste") bum1.Shape = "Ball" bum1.Material = "Neon"
| |
| 1067 | local bum2 = Instance.new("Part",t) bum2.Transparency = 1 bum2.CanCollide = false bum2.Anchored = true bum2.CFrame = t.CFrame bum2.Size = Vector3.new(200,200,200) bum2.BrickColor = BrickColor.new("Toothpaste") bum2.Shape = "Ball" bum2.Material = "Neon"
| |
| 1068 | local bum3= Instance.new("Part",t) bum3.Transparency = 1 bum3.CanCollide = false bum3.Anchored = true bum3.CFrame = t.CFrame bum3.Size = Vector3.new(200,200,200) bum3.BrickColor = BrickColor.new("Toothpaste") bum3.Shape = "Ball" bum3.Material = "Neon"
| |
| 1069 | local tweeni = TweenInfo.new( | |
| 1070 | .6, | |
| 1071 | Enum.EasingStyle.Quint, | |
| 1072 | Enum.EasingDirection.In, | |
| 1073 | 0, | |
| 1074 | false, | |
| 1075 | 0 | |
| 1076 | ) | |
| 1077 | local size = {Size = Vector3.new(7,7,7), Color = Color3.fromRGB(255,100,0), Transparency = .75}
| |
| 1078 | local tsize = tweens:Create(bum,tweeni,size) | |
| 1079 | local size1 = {Size = Vector3.new(7,7,7), Color = Color3.fromRGB(255,100,0), Transparency = .5}
| |
| 1080 | local tsize1 = tweens:Create(bum1,tweeni,size1) | |
| 1081 | local size2 = {Size = Vector3.new(7,7,7), Color = Color3.fromRGB(255,100,0), Transparency = .25}
| |
| 1082 | local tsize2 = tweens:Create(bum2,tweeni,size2) | |
| 1083 | local size3 = {Size = Vector3.new(7,7,7), Color = Color3.fromRGB(255,100,0), Transparency = 0}
| |
| 1084 | local tsize3 = tweens:Create(bum3,tweeni,size2) | |
| 1085 | tsize:Play() | |
| 1086 | poom:Play() | |
| 1087 | wait(.6) | |
| 1088 | tsize1:Play() | |
| 1089 | poom:Play() | |
| 1090 | wait(.6) | |
| 1091 | tsize2:Play() | |
| 1092 | poom:Play() | |
| 1093 | wait(.6) | |
| 1094 | tsize3:Play() | |
| 1095 | poom:Play() | |
| 1096 | local kaboom = Instance.new("Sound",t) kaboom.Volume = 3 kaboom.SoundId = "rbxassetid://138084923" kaboom:Play()
| |
| 1097 | wait(1) | |
| 1098 | bum.Transparency = 1 bum1.Transparency = 1 bum2.Transparency = 1 | |
| 1099 | local alahuakbar = {Size = Vector3.new(500,500,500), Transparency = 1, Color = Color3.fromRGB(255,50,0)}
| |
| 1100 | local tak = tweens:Create(bum3,tweeni,alahuakbar) | |
| 1101 | tak:Play() | |
| 1102 | bum3.Touched:connect(ah) | |
| 1103 | local exp = Instance.new("Sound",t) exp.EmitterSize = 100 exp.Volume = 10 exp.SoundId = "rbxassetid://1577567682" exp:Play()
| |
| 1104 | wait(1) | |
| 1105 | using = false rut.Anchored = false poom:Destroy() | |
| 1106 | bum:Destroy() bum1:Destroy() bum2:Destroy() bum3:Destroy() | |
| 1107 | wait(1) | |
| 1108 | kaboom:Destroy() | |
| 1109 | wait(.4) | |
| 1110 | exp:Destroy() | |
| 1111 | wait(10) | |
| 1112 | for i = 1,10 do | |
| 1113 | mus.Volume = mus.Volume +.3 | |
| 1114 | cm.Volume = cm.Volume -.1 | |
| 1115 | wait(.1) | |
| 1116 | end | |
| 1117 | kaboom1 = false | |
| 1118 | end | |
| 1119 | end) | |
| 1120 | ------Bread Grenade------ | |
| 1121 | brid = false | |
| 1122 | mouse.KeyDown:connect(function(key) | |
| 1123 | if key == "u" and not using and not brid then | |
| 1124 | using = true | |
| 1125 | brid = true | |
| 1126 | function gren_exp(hit) | |
| 1127 | if hit.Parent ~= nil then | |
| 1128 | local humt = hit.Parent:FindFirstChild("Humanoid")
| |
| 1129 | if humt ~= nil then | |
| 1130 | if hit.Parent == char then | |
| 1131 | ||
| 1132 | else | |
| 1133 | hit.Transparency = .4 hit.Color = Color3.fromRGB(255,150,0) hit.Material = "Neon" | |
| 1134 | local meaaa = Instance.new("SpecialMesh",hit) meaaa.MeshType = "Brick"
| |
| 1135 | wait(.7) | |
| 1136 | hit.Anchored = true | |
| 1137 | for i = 1,30 do | |
| 1138 | hit.CFrame = hit.CFrame * CFrame.new(math.random(-1,1),math.random(-1,1),math.random(-1,1)) | |
| 1139 | wait() | |
| 1140 | end | |
| 1141 | for i = 1,6 do | |
| 1142 | hit.Transparency = hit.Transparency +.1 | |
| 1143 | hit.CFrame = hit.CFrame * CFrame.new(math.random(-1,1),math.random(-1,1),math.random(-1,1)) | |
| 1144 | wait() | |
| 1145 | end | |
| 1146 | humt.Parent:Destroy() | |
| 1147 | end | |
| 1148 | end | |
| 1149 | end | |
| 1150 | end | |
| 1151 | local tmod = Instance.new("Model",workspace) tmod.Name = "tust"
| |
| 1152 | local tost = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false) | |
| 1153 | local tmesh createMesh("SpecialMesh",tost,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
| |
| 1154 | local tweld = CreateWeld("Weld",tost,ra,tost,CFrame.new(0,-1.5,0),CFrame.fromEulerAnglesXYZ(0,0,3.1))
| |
| 1155 | local tost1 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false) | |
| 1156 | local tmesh1 createMesh("SpecialMesh",tost1,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
| |
| 1157 | local tweld1 = CreateWeld("Weld",tost1,tost1,tost,CFrame.new(0,0,.16),CFrame.new(0,0,0))
| |
| 1158 | local tost2 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false) | |
| 1159 | local tmesh2 createMesh("SpecialMesh",tost2,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
| |
| 1160 | local tweld2 = CreateWeld("Weld",tost2,tost2,tost,CFrame.new(0,0,.32),CFrame.new(0,0,0))
| |
| 1161 | local tost3 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false) | |
| 1162 | local tmesh3 createMesh("SpecialMesh",tost3,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
| |
| 1163 | local tweld3 = CreateWeld("Weld",tost3,tost3,tost,CFrame.new(0,0,.48),CFrame.new(0,0,0))
| |
| 1164 | local tost4 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false) | |
| 1165 | local tmesh4 createMesh("SpecialMesh",tost4,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
| |
| 1166 | local tweld4 = CreateWeld("Weld",tost4,tost4,tost,CFrame.new(0,0,-.16),CFrame.new(0,0,0))
| |
| 1167 | local tost5 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false) | |
| 1168 | local tmesh5 createMesh("SpecialMesh",tost5,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
| |
| 1169 | local tweld5 = CreateWeld("Weld",tost5,tost5,tost,CFrame.new(0,0,-.32),CFrame.new(0,0,0))
| |
| 1170 | local tost6 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false) | |
| 1171 | local tmesh6 createMesh("SpecialMesh",tost6,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
| |
| 1172 | local tweld6 = CreateWeld("Weld",tost6,tost6,tost,CFrame.new(0,0,-.48),CFrame.new(0,0,0))
| |
| 1173 | local tost7 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false) | |
| 1174 | local tmesh7 createMesh("SpecialMesh",tost7,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
| |
| 1175 | local tweld7 = CreateWeld("Weld",tost7,tost7,tost,CFrame.new(0,0,-.64),CFrame.new(0,0,0))
| |
| 1176 | local tost8= CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false) | |
| 1177 | local tmesh8 createMesh("SpecialMesh",tost8,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
| |
| 1178 | local tweld8 = CreateWeld("Weld",tost8,tost8,tost,CFrame.new(0,0,.64),CFrame.new(0,0,0))
| |
| 1179 | function oobread(hit) | |
| 1180 | if hit.Parent ~= nil then | |
| 1181 | local huma = hit.Parent:FindFirstChildOfClass("Humanoid")
| |
| 1182 | if huma ~= nil then | |
| 1183 | if hit.Parent == char then | |
| 1184 | ||
| 1185 | else | |
| 1186 | for i = 1,100 do | |
| 1187 | huma.WalkToPoint = tost.Position | |
| 1188 | wait(.05) | |
| 1189 | end | |
| 1190 | end | |
| 1191 | end | |
| 1192 | end | |
| 1193 | end | |
| 1194 | for i = 1,5 do | |
| 1195 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.15,0,.66) | |
| 1196 | wait() | |
| 1197 | end | |
| 1198 | wait(.6) | |
| 1199 | local vel = Instance.new("BodyVelocity",tost) vel.MaxForce = Vector3.new(99999,99999,99999)
| |
| 1200 | vel.Velocity = ra.CFrame.lookVector * -30 | |
| 1201 | tweld:Destroy() | |
| 1202 | for i = 1,5 do | |
| 1203 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,.1) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.15,0,-.66) | |
| 1204 | wait() | |
| 1205 | end | |
| 1206 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,3.145,0) | |
| 1207 | vel:Destroy() | |
| 1208 | wait(.2) | |
| 1209 | tost.CanCollide = true tost1.CanCollide = true tost2.CanCollide = true tost3.CanCollide = true tost4.CanCollide = true tost5.CanCollide = true tost6.CanCollide = true tost7.CanCollide = true tost8.CanCollide = true | |
| 1210 | local obread = CreatePart(tmod,"Ice",0,1,"White","obread",Vector3.new(40,40,40),true,false) obread.CFrame = tost.CFrame obread.Touched:connect(oobread) | |
| 1211 | wait(3) | |
| 1212 | obread:Destroy() | |
| 1213 | wait(1) | |
| 1214 | using = false | |
| 1215 | tost.Touched:connect(oobread) tost1.Touched:connect(oobread) tost2.Touched:connect(oobread) tost3.Touched:connect(oobread) tost4.Touched:connect(oobread) tost5.Touched:connect(oobread) tost6.Touched:connect(oobread) tost7.Touched:connect(oobread) tost8.Touched:connect(oobread) | |
| 1216 | local boom = Instance.new("Explosion",tost) boom.Visible = false boom.Position = tost.Position boom.BlastPressure = 100000 boom.BlastRadius = 10
| |
| 1217 | local bah = CreatePart(tmod,"Neon",0,0,"Deep Orange","bah",Vector3.new(2,2,2),true,false) bah.Position = tost.Position bah.Shape = "Ball" | |
| 1218 | bah.Color = Color3.fromRGB(255,160,0) bah.Touched:connect(gren_exp) | |
| 1219 | local tweeni = TweenInfo.new( | |
| 1220 | .3, | |
| 1221 | Enum.EasingStyle.Quint, | |
| 1222 | Enum.EasingDirection.In, | |
| 1223 | 0, | |
| 1224 | false, | |
| 1225 | 0) | |
| 1226 | local size = {Size = Vector3.new(20,20,20), Color = Color3.fromRGB(255,0,0), Transparency = 1}
| |
| 1227 | local tsize = tweens:Create(bah,tweeni,size) | |
| 1228 | tsize:Play() | |
| 1229 | brid = false | |
| 1230 | wait(.3) | |
| 1231 | bah:Destroy() | |
| 1232 | wait(5) | |
| 1233 | tmod:Destroy() | |
| 1234 | end | |
| 1235 | end) | |
| 1236 | ------Chat Func.------ | |
| 1237 | bbg = Instance.new("BillboardGui",h)
| |
| 1238 | bbg.Size = UDim2.new(0,200,0,50) | |
| 1239 | bbg.StudsOffset = Vector3.new(0,2,0) | |
| 1240 | bbgTl = Instance.new("TextLabel",bbg)
| |
| 1241 | bbgTl.BackgroundTransparency = 1 | |
| 1242 | bbgTl.Size = UDim2.new(10,0,1,0) | |
| 1243 | bbgTl.Position = UDim2.new(-4.5,0,0,0) | |
| 1244 | bbgTl.Font = "Cartoon" | |
| 1245 | bbgTl.Text = " " | |
| 1246 | bbgTl.TextSize = 30 | |
| 1247 | bbgTl.TextStrokeColor3 = Color3.fromRGB(255,160) | |
| 1248 | bbgTl.TextColor3 = Color3.fromRGB(255,255,255) | |
| 1249 | bbgTl.TextStrokeTransparency = 0 | |
| 1250 | bbgTl.TextWrapped = true | |
| 1251 | plr.Chatted:connect(function(msg) | |
| 1252 | bbgTl.Text = msg | |
| 1253 | wait(5) | |
| 1254 | if bbgTl.Text == msg then | |
| 1255 | bbgTl.Text = " " | |
| 1256 | end | |
| 1257 | end) | |
| 1258 | ------...------ | |
| 1259 | mouse.KeyDown:connect(function(key) | |
| 1260 | if key == "=" and not using then | |
| 1261 | using = true | |
| 1262 | for i = 1,5 do | |
| 1263 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.15,0,.3) | |
| 1264 | ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(-.15,0,-.3) | |
| 1265 | wait() | |
| 1266 | end | |
| 1267 | local hugbox = CreatePart(char,"Plastic",0,1,"White","Hugs",Vector3.new(3,5,3),false,false) | |
| 1268 | local huw = CreateWeld("Weld",hugbox,t,hugbox,CFrame.new(0,0,-2),CFrame.new(0,0,0))
| |
| 1269 | function hugs(hug) | |
| 1270 | if hug.Parent ~= nil then | |
| 1271 | local wanthugs = hug.Parent:FindFirstChild("Humanoid")
| |
| 1272 | if wanthugs ~= nil then | |
| 1273 | if hug.Parent == char then | |
| 1274 | ||
| 1275 | else | |
| 1276 | hugbox:Destroy() wanthugs.Health = wanthugs.Health +35 wanthugs.PlatformStand = false wanthugs.Sit = false | |
| 1277 | for _,q in pairs(wanthugs.Parent.Head:GetChildren()) do | |
| 1278 | if q:IsA("Decal") then
| |
| 1279 | q.Transparency = 1 | |
| 1280 | end | |
| 1281 | end | |
| 1282 | local o = Instance.new("Decal",wanthugs.Parent.Head) o.Texture = "http://www.roblox.com/asset/?id=388881187"
| |
| 1283 | h.face.Transparency = 1 | |
| 1284 | local cface = Instance.new("Decal",h) cface.Texture = "http://www.roblox.com/asset/?id=158131972"
| |
| 1285 | local hugw = CreateWeld("Weld",char,wanthugs.Parent.Head,t,CFrame.new(0,-1.5,-1.2),CFrame.fromEulerAnglesXYZ(0,3.1,0))
| |
| 1286 | wait(.2) | |
| 1287 | for i = 1,10 do | |
| 1288 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.1,0,.03) rs.C0 = rs.C0 * CFrame.new(0,-.06,0) | |
| 1289 | ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(.1,0,-.03) ls.C0 = ls.C0 * CFrame.new(0,-.06,0) | |
| 1290 | nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(.05,.04,.04) | |
| 1291 | wait() | |
| 1292 | end | |
| 1293 | wait(2.2) | |
| 1294 | o:Destroy() | |
| 1295 | for _,q in pairs(wanthugs.Parent.Head:GetChildren()) do | |
| 1296 | if q:IsA("Decal") then
| |
| 1297 | q.Transparency = 0 | |
| 1298 | end | |
| 1299 | end | |
| 1300 | cface:Destroy() | |
| 1301 | h.face.Transparency = 0 | |
| 1302 | hugw:Destroy() | |
| 1303 | char.Animate.Disabled = false | |
| 1304 | end | |
| 1305 | end | |
| 1306 | end | |
| 1307 | end | |
| 1308 | hugbox.Touched:connect(hugs) | |
| 1309 | wait(3) | |
| 1310 | for i = 1,5 do | |
| 1311 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.15,0,-.3) | |
| 1312 | ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(.15,0,.3) | |
| 1313 | wait() | |
| 1314 | end | |
| 1315 | hugbox:Destroy() | |
| 1316 | using = false | |
| 1317 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) | |
| 1318 | ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1) | |
| 1319 | rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1) | |
| 1320 | lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1) | |
| 1321 | nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1) | |
| 1322 | rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0) | |
| 1323 | end | |
| 1324 | end) | |
| 1325 | ------Decapitate------ | |
| 1326 | dec = false | |
| 1327 | mouse.KeyDown:connect(function(key) | |
| 1328 | if key == "n" and not using and not dec then | |
| 1329 | local hum1 = mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
| |
| 1330 | if hum1 ~= nil then | |
| 1331 | local tp = Instance.new("Part",t) tp.Anchored = true tp.Size = t.Size tp.Transparency = 1 tp.CFrame = t.CFrame tp.CanCollide = false
| |
| 1332 | using = true dec = true char.Animate.Disabled = true | |
| 1333 | t.Anchored = true hum.WalkSpeed = 0 hum.JumpPower = 0 | |
| 1334 | disshit = hum1.Parent | |
| 1335 | h1 = hum1.Parent.Head | |
| 1336 | t1 = hum1.Parent.Torso | |
| 1337 | ra1 = hum1.Parent["Right Arm"] | |
| 1338 | la1 = hum1.Parent["Left Arm"] | |
| 1339 | rl1 = hum1.Parent["Right Leg"] | |
| 1340 | ll1 = hum1.Parent["Left Leg"] | |
| 1341 | hum1.WalkSpeed = 0 hum1.JumpPower = 0 t1.Anchored = true | |
| 1342 | t.CFrame = t1.CFrame * CFrame.new(0,0,-2) * CFrame.fromEulerAnglesXYZ(0,3.1,0) | |
| 1343 | for i = 1,5 do | |
| 1344 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,.1,.4) * CFrame.new(0,-.15,0) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,-.1,-.4) * CFrame.new(0,-.15,0) | |
| 1345 | wait() | |
| 1346 | end | |
| 1347 | wait(.1) | |
| 1348 | local chunc = Instance.new("Sound",h1) chunc.SoundId = "rbxassetid://314390675" chunc.Volume = 2 chunc.Pitch = .7 chunc:Play()
| |
| 1349 | for i = 1,10 do | |
| 1350 | chunc:Play() | |
| 1351 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.06) * CFrame.new(.05,-.03,0) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.06) * CFrame.new(-.05,-.03,0) | |
| 1352 | wait(.05) | |
| 1353 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.06) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,0,.06) | |
| 1354 | wait(.1) | |
| 1355 | end | |
| 1356 | for i,v in pairs(disshit:GetChildren()) do | |
| 1357 | if v.Name == "HumanoidRootPart" then | |
| 1358 | v:Destroy() | |
| 1359 | end | |
| 1360 | end | |
| 1361 | t1.Anchored = false h1.Anchored = false ra1.Anchored = false la1.Anchored = false rl1.Anchored = false ll1.Anchored = false | |
| 1362 | hum1.PlatformStand = true | |
| 1363 | hum1.Parent.Head.Anchored = false | |
| 1364 | disshit:BreakJoints() | |
| 1365 | for i,v in pairs(h1:GetChildren()) do | |
| 1366 | if v:IsA("Decal") then
| |
| 1367 | v:Destroy() | |
| 1368 | end | |
| 1369 | end | |
| 1370 | ooww = Instance.new("Decal",h1) ooww.Texture = "http://www.roblox.com/asset/?id=1253783230"
| |
| 1371 | at2 = Instance.new("Attachment",t1) at2.Position = Vector3.new(1,.8,0) at2.Position = Vector3.new(1,.8,0)
| |
| 1372 | at = Instance.new("Attachment",ra1) at.Name = "oof" at.Position = Vector3.new(-.5,.8,0)
| |
| 1373 | balls = Instance.new("BallSocketConstraint",ra1) balls.Attachment0 = at2 balls.Attachment1 = at
| |
| 1374 | at21 = Instance.new("Attachment",t1) at21.Position = Vector3.new(-1,.8,0) at21.Position = Vector3.new(-1,.8,0) at21.Orientation = Vector3.new(0,180,0)
| |
| 1375 | at1 = Instance.new("Attachment",la1) at.Name = "oof" at1.Position = Vector3.new(.5,.8,0)
| |
| 1376 | balls1 = Instance.new("BallSocketConstraint",la1) balls1.Attachment0 = at21 balls1.Attachment1 = at1
| |
| 1377 | owihatedis = Instance.new("Attachment",t1) owihatedis.Position = Vector3.new(.6,-1,0) oihd = Instance.new("Attachment",rl1) oihd.Position = Vector3.new(.1,1,0) oww = Instance.new("BallSocketConstraint",rl1) oww.Attachment0 = owihatedis oww.Attachment1 = oihd
| |
| 1378 | nek = Instance.new("Attachment",h1) nek2 = Instance.new("Attachment",t1) nek2.Position = Vector3.new(0,1,0) nek.Position = Vector3.new(0,-.5,0) nball = Instance.new("RopeConstraint",h1) nball.Length = 5000 nball.Visible = false nball.Attachment0 = nek nball.Attachment1 = nek2
| |
| 1379 | owihatedis2 = Instance.new("Attachment",t1) owihatedis2.Position = Vector3.new(-.6,-1,0) oihd2 = Instance.new("Attachment",ll1) oihd2.Position = Vector3.new(-.1,1,0) oww2 = Instance.new("BallSocketConstraint",ll1) oww2.Attachment0 = owihatedis2 oww2.Attachment1 = oihd2
| |
| 1380 | box = Instance.new("Part",ra1) box.Size = Vector3.new(1,1,1) box.Transparency = 1
| |
| 1381 | box1 = Instance.new("Part",la1) box1.Size = Vector3.new(1,1,1) box1.Transparency = 1
| |
| 1382 | box2 = Instance.new("Part",rl1) box2.Size = Vector3.new(1,1,1) box2.Transparency = 1
| |
| 1383 | box3 = Instance.new("Part",ll1) box3.Size = Vector3.new(1,1,1) box3.Transparency = 1
| |
| 1384 | box4 = Instance.new("Part",t1) box4.Size = t.Size - Vector3.new(0,.2,0) box4.Transparency = 1
| |
| 1385 | bw = Instance.new("Weld",box) bw.Part0 = box bw.Part1 = ra1 bw.C0 = bw.C0 * CFrame.new(0,.5,0)
| |
| 1386 | bw1 = Instance.new("Weld",box1) bw1.Part0 = box1 bw1.Part1 = la1 bw1.C0 = bw1.C0 * CFrame.new(0,.5,0)
| |
| 1387 | bw2 = Instance.new("Weld",box2) bw2.Part0 = box2 bw2.Part1 = rl1 bw2.C0 = bw2.C0 * CFrame.new(0,.5,0)
| |
| 1388 | bw3 = Instance.new("Weld",box3) bw3.Part0 = box3 bw3.Part1 = ll1 bw3.C0 = bw3.C0 * CFrame.new(0,.5,0)
| |
| 1389 | bw4 = Instance.new("Weld",box4) bw4.Part0 = box4 bw4.Part1 = t1 bw4.C0 = bw4.C0 * CFrame.new(0,.2,0)
| |
| 1390 | local blud = Instance.new("Part",h1) blud.Shape = "Cylinder" blud.Size = Vector3.new(0.05, 0.77, 0.83) blud.Material = "Glass" blud.BrickColor = BrickColor.new("Crimson") local bludw = Instance.new("Weld",blud) bludw.Part0 = h1 bludw.Part1 = blud bludw.C0 = bludw.C0 * CFrame.new(0,-.59,0) * CFrame.fromEulerAnglesXYZ(0,0,1.55)
| |
| 1391 | local blud1 = Instance.new("Part",t1) blud1.Shape = "Cylinder" blud1.Size = Vector3.new(0.05, 0.77, 0.83) blud1.Material = "Glass" blud1.BrickColor = BrickColor.new("Crimson") local bludw1 = Instance.new("Weld",blud1) bludw1.Part0 = t1 bludw1.Part1 = blud1 bludw1.C0 = bludw1.C0 * CFrame.new(0,1,0) * CFrame.fromEulerAnglesXYZ(0,0,1.55)
| |
| 1392 | local hweld = CreateWeld("Weld",t1,h1,ra,CFrame.new(-1,-1,0),CFrame.fromEulerAnglesXYZ(0,0,0)) hweld.C0 = hweld.C0 * CFrame.fromEulerAnglesXYZ(0,0,3.1)
| |
| 1393 | for i = 1,2 do | |
| 1394 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.6) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.6) | |
| 1395 | wait() | |
| 1396 | end | |
| 1397 | wait(.4) | |
| 1398 | for i = 1,5 do | |
| 1399 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.4,0,0) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,0,.6) | |
| 1400 | wait() | |
| 1401 | end | |
| 1402 | hweld:Destroy() | |
| 1403 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) | |
| 1404 | ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1) | |
| 1405 | t.Anchored = false hum.WalkSpeed = 16 hum.JumpPower = 50 char.Animate.Disabled = false | |
| 1406 | t.CFrame = tp.CFrame | |
| 1407 | tp:Destroy() | |
| 1408 | using = false | |
| 1409 | wait(5) | |
| 1410 | for i = 1,10 do | |
| 1411 | ra1.Transparency = ra1.Transparency +.1 | |
| 1412 | la1.Transparency = la1.Transparency +.1 | |
| 1413 | rl1.Transparency = rl1.Transparency +.1 | |
| 1414 | ll1.Transparency = ll1.Transparency +.1 | |
| 1415 | h1.Transparency = h1.Transparency +.1 | |
| 1416 | t1.Transparency = t1.Transparency +.1 | |
| 1417 | blud.Transparency = blud.Transparency +.1 | |
| 1418 | blud1.Transparency = blud1.Transparency +.1 | |
| 1419 | wait(.1) | |
| 1420 | end | |
| 1421 | disshit:Destroy() | |
| 1422 | dec = false | |
| 1423 | end | |
| 1424 | end | |
| 1425 | end) | |
| 1426 | --------Anti-stun------ | |
| 1427 | mouse.KeyDown:connect(function(key) | |
| 1428 | if key == "n" then | |
| 1429 | using = false | |
| 1430 | h.Anchored = false | |
| 1431 | t.Anchored = false | |
| 1432 | ra.Anchored = false | |
| 1433 | la.Anchored = false | |
| 1434 | rl.Anchored = false | |
| 1435 | ll.Anchored = false | |
| 1436 | for i,v in pairs(char:GetChildren()) do | |
| 1437 | if v:IsA("Accessory") then
| |
| 1438 | v.Handle.Anchored = false | |
| 1439 | end | |
| 1440 | end | |
| 1441 | dec = false | |
| 1442 | char.Animate.Disabled = false hum.WalkSpeed = 16 hum.JumpPower = 50 | |
| 1443 | hum.PlatformStand = false brda.Anchored = false rut.Anchored = false | |
| 1444 | end | |
| 1445 | end) | |
| 1446 | ------Dance------ | |
| 1447 | mouse.KeyDown:connect(function(key) | |
| 1448 | if key == "m" and not using then | |
| 1449 | using = true | |
| 1450 | hum.WalkSpeed = 0 hum.JumpPower = 0 mus.Volume = 0 tripoloski.Volume = 5 | |
| 1451 | for i = 1,5 do | |
| 1452 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.31,0,0) * CFrame.new(0,-.15,-.03) | |
| 1453 | ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(-.31,0,0) * CFrame.new(0,-.15,-.03) | |
| 1454 | rh.C0 = rh.C0 * CFrame.new(0,0,.2) | |
| 1455 | lh.C0 = lh.C0 * CFrame.new(0,0,.2) | |
| 1456 | wait() | |
| 1457 | end | |
| 1458 | wait(.5) | |
| 1459 | for i = 1,6 do | |
| 1460 | for i = 1,5 do | |
| 1461 | rh.C0 = rh.C0 * CFrame.new(0,.2,0) | |
| 1462 | lh.C0 = lh.C0 * CFrame.new(0,.2,0) | |
| 1463 | rutj.C0 = rutj.C0 * CFrame.new(0,0,-.2) | |
| 1464 | wait() | |
| 1465 | end | |
| 1466 | wait(.05) | |
| 1467 | for i = 1,5 do | |
| 1468 | rh.C0 = rh.C0 * CFrame.new(0,-.2,0) | |
| 1469 | lh.C0 = lh.C0 * CFrame.new(0,-.2,0) | |
| 1470 | rutj.C0 = rutj.C0 * CFrame.new(0,0,.2) | |
| 1471 | wait() | |
| 1472 | end | |
| 1473 | end | |
| 1474 | for i = 1,15 do | |
| 1475 | for i = 1,2 do | |
| 1476 | rh.C0 = rh.C0 * CFrame.new(0,.5,0) | |
| 1477 | lh.C0 = lh.C0 * CFrame.new(0,.5,0) | |
| 1478 | rutj.C0 = rutj.C0 * CFrame.new(0,0,-.5) | |
| 1479 | wait() | |
| 1480 | end | |
| 1481 | for i = 1,2 do | |
| 1482 | rh.C0 = rh.C0 * CFrame.new(0,-.5,0) | |
| 1483 | lh.C0 = lh.C0 * CFrame.new(0,-.5,0) | |
| 1484 | rutj.C0 = rutj.C0 * CFrame.new(0,0,.5) | |
| 1485 | wait() | |
| 1486 | end | |
| 1487 | end | |
| 1488 | for i = 1,25 do | |
| 1489 | rh.C0 = rh.C0 * CFrame.new(0,1,0) | |
| 1490 | lh.C0 = lh.C0 * CFrame.new(0,1,0) | |
| 1491 | rutj.C0 = rutj.C0 * CFrame.new(0,0,-1) | |
| 1492 | wait(.03) | |
| 1493 | rh.C0 = rh.C0 * CFrame.new(0,-1,0) | |
| 1494 | lh.C0 = lh.C0 * CFrame.new(0,-1,0) | |
| 1495 | rutj.C0 = rutj.C0 * CFrame.new(0,0,1) | |
| 1496 | wait() | |
| 1497 | end | |
| 1498 | local ow = Instance.new("Decal",h) ow.Texture = "http://www.roblox.com/asset/?id=271100777"
| |
| 1499 | local chunc = Instance.new("Sound",t) chunc.SoundId = "rbxassetid://314390675" chunc.Volume = 5 chunc:Play()
| |
| 1500 | h.face.Transparency = 1 | |
| 1501 | for c = 1,2 do | |
| 1502 | rutj.C0 = rutj.C0 * CFrame.new(0,0,-.875) | |
| 1503 | rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(-.775,0,0) * CFrame.new(0,.75,0) | |
| 1504 | lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(-.775,0,0) * CFrame.new(0,.75,0) | |
| 1505 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.7,0,0) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(-.7,0,0) | |
| 1506 | wait() | |
| 1507 | end | |
| 1508 | local aaaa = Instance.new("Sound",t) aaaa.SoundId = "rbxassetid://633394595" aaaa.Volume = 5 aaaa:Play()
| |
| 1509 | wait(1) | |
| 1510 | ow:Destroy() | |
| 1511 | local wot = Instance.new("Decal",h) wot.Texture = "http://www.roblox.com/asset/?id=1077397727"
| |
| 1512 | for i = 1,60 do | |
| 1513 | rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2)) | |
| 1514 | ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2)) | |
| 1515 | nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2)) | |
| 1516 | rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2)) | |
| 1517 | rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2)) | |
| 1518 | lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2)) | |
| 1519 | wait() | |
| 1520 | end | |
| 1521 | local boom = Instance.new("Explosion",t) boom.Position = t.Position boom.BlastRadius = 0
| |
| 1522 | rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) | |
| 1523 | ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1) | |
| 1524 | rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1) | |
| 1525 | lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1) | |
| 1526 | nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1) | |
| 1527 | rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0) | |
| 1528 | hum.WalkSpeed = 16 hum.JumpPower = 50 h.face.Transparency = 0 wot:Destroy() | |
| 1529 | using = false mus.Volume = 2 tripoloski.Volume = 0 | |
| 1530 | wait(.7) | |
| 1531 | boom:Destroy() | |
| 1532 | end | |
| 1533 | end) | |
| 1534 | ------Music Change------ | |
| 1535 | mouse.KeyDown:connect(function(key) | |
| 1536 | if key == "1" then | |
| 1537 | local mu = math.random(1,5) | |
| 1538 | if mu == 1 then | |
| 1539 | mus.Volume = 2 | |
| 1540 | cm.Volume = 0 | |
| 1541 | tripoloski.Volume = 0 | |
| 1542 | bochka.Volume = 0 | |
| 1543 | a13.Volume = 0 | |
| 1544 | end | |
| 1545 | if mu == 2 then | |
| 1546 | mus.Volume = 0 | |
| 1547 | cm.Volume = 2 | |
| 1548 | tripoloski.Volume = 0 | |
| 1549 | bochka.Volume = 0 | |
| 1550 | a13.Volume = 0 | |
| 1551 | end | |
| 1552 | if mu == 3 then | |
| 1553 | mus.Volume = 0 | |
| 1554 | cm.Volume = 0 | |
| 1555 | tripoloski.Volume = 5 | |
| 1556 | bochka.Volume = 0 | |
| 1557 | a13.Volume = 0 | |
| 1558 | end | |
| 1559 | if mu == 4 then | |
| 1560 | mus.Volume = 0 | |
| 1561 | cm.Volume = 0 | |
| 1562 | tripoloski.Volume = 0 | |
| 1563 | bochka.Volume = 4 | |
| 1564 | a13.Volume = 0 | |
| 1565 | end | |
| 1566 | if mu == 5 then | |
| 1567 | mus.Volume = 0 | |
| 1568 | cm.Volume = 0 | |
| 1569 | tripoloski.Volume = 0 | |
| 1570 | bochka.Volume = 0 | |
| 1571 | a13.Volume = 6 | |
| 1572 | end | |
| 1573 | end | |
| 1574 | end) | |
| 1575 | -----------------END---------------- |