Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[An edit by OmegaNoscope--
- I regret life.
- --]]
- plr = game.Players.LocalPlayer
- char = plr.Character
- ra = char["Right Arm"]
- la = char["Left Arm"]
- rl = char["Right Leg"]
- ll = char["Left Leg"]
- h = char.Head
- t = char.Torso
- mouse = plr:GetMouse()
- tweens = game:GetService("TweenService")
- print("Made by vlad20020")
- warn([[
- Q - I still dont know how to name this attack
- E - Toast smash
- R - Just bit the toast
- T - Dead sky
- F - Punch
- G - Stomp(Works only if dud stunned)
- Z - Sit
- X - Teleport
- C - Crouch + Half invisiblity
- V - *CrUnCh*
- Y - Throw Toast(Heals)
- N - Fix character
- B - Summon an explosion(Aim)
- H - Cut the throat(Target)
- J - Kaboom!
- U - Bread Grenade
- N - Decapitate(Target)
- M - T-Pose dance
- 1 - Randomly change music
- Click - Slap]])
- ---------------
- rs = t["Right Shoulder"]
- ls = t["Left Shoulder"]
- rh = t["Right Hip"]
- lh = t["Left Hip"]
- nec = t.Neck
- rut = char.HumanoidRootPart
- rutj = rut.RootJoint
- hum = char.Humanoid
- using = false
- eating = false
- it = Instance.new
- ---I took it from shackluster`s script lol---
- ------Part Creation------
- function CreatePart( parent, material, reflectance, transparency, brickcolor, name, size, anchor,cancollide)
- local NEWPART = Instance.new("Part")
- NEWPART.Reflectance = reflectance
- NEWPART.Transparency = transparency
- NEWPART.CanCollide = false
- NEWPART.Locked = true
- NEWPART.Anchored = true
- NEWPART.CanCollide = cancollide
- if anchor == false then
- NEWPART.Anchored = false
- end
- NEWPART.BrickColor = BrickColor.new(tostring(brickcolor))
- NEWPART.Name = name
- NEWPART.Size = size
- NEWPART.Position = t.Position
- NEWPART.Material = material
- NEWPART:BreakJoints()
- NEWPART.Parent = parent
- return NEWPART
- end
- ------Mesh Creation------
- function createMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
- local NEWMESH = it(MESH)
- if MESH == "SpecialMesh" then
- NEWMESH.MeshType = MESHTYPE
- if MESHID ~= "nil" and MESHID ~= "" then
- NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
- end
- if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
- NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
- end
- end
- NEWMESH.Offset = OFFSET or Vector3.new(0, 0, 0)
- NEWMESH.Scale = SCALE
- NEWMESH.Parent = PARENT
- return NEWMESH
- end
- ------Weld Creation------
- function CreateWeld(Type, parent, part0, part1, C0, C1)
- local newweld = Instance.new(Type)
- newweld.Part0 = part0
- newweld.Part1 = part1
- newweld.C0 = C0
- newweld.C1 = C1
- newweld.Parent = parent
- return newweld
- end
- ---------Ragdoll--------
- at2 = t:findFirstChild("RightCollarAttachment") at2.Position = Vector3.new(1,.8,0)
- at = Instance.new("Attachment",ra) at.Name = "oof" at.Position = Vector3.new(-.5,.8,0)
- balls = Instance.new("BallSocketConstraint",ra) balls.Attachment0 = at2 balls.Attachment1 = at
- at21 = t:findFirstChild("LeftCollarAttachment") at21.Position = Vector3.new(-1,.8,0) at21.Orientation = Vector3.new(0,180,0)
- at1 = Instance.new("Attachment",la) at.Name = "oof" at1.Position = Vector3.new(.5,.8,0)
- balls1 = Instance.new("BallSocketConstraint",la) balls1.Attachment0 = at21 balls1.Attachment1 = at1
- 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")
- 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
- 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
- hum.Died:connect(function()
- mus:Destroy()
- rut:Destroy()
- local dying = Instance.new("Sound",char) dying.Volume = 5 dying.SoundId = "rbxassetid://475550904" dying:Play() hum.DisplayDistanceType = "None"
- local boom = Instance.new("Explosion",char) boom.Position = t.Position h.face.Texture = "http://www.roblox.com/asset/?id=41679365" boom.BlastRadius = 1
- 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
- end)
- ----------------
- local a13 = Instance.new("Sound",t) a13.SoundId = "rbxassetid://0" a13.Looped = true a13.Volume = 0 a13:Play()
- local bochka = Instance.new("Sound",t) bochka.Looped = true bochka.SoundId = "rbxassetid://1287970292" bochka.Volume = 0 bochka:Play()
- local tripoloski = Instance.new("Sound",t) tripoloski.Looped = true tripoloski.SoundId = "rbxassetid://689628356" tripoloski.Volume = 0 tripoloski:Play()
- local cm = Instance.new("Sound",t) cm.Looped = true cm.EmitterSize = 30 cm.Volume = 0 cm.SoundId = "rbxassetid://213693358" cm:Play()
- hum.MaxHealth = "inf" hum.Health = "inf" ff = Instance.new("ForceField",char) ff.Visible = false char.Animate.idle.Animation2:Destroy()
- mus = Instance.new("Sound",t) mus.SoundId = "rbxassetid://1722896592" mus.Volume = 2 mus.Looped = true mus:Play()
- --------------
- 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)
- ------Uuhh... Idk--------
- mouse.KeyDown:connect(function(key)
- if key == "q" and not using then
- using = true
- function die(hit)
- if hit.Parent ~= nil then
- local hum = hit.Parent:findFirstChildOfClass("Humanoid")
- if hum ~= nil then
- if hit.Parent == char then
- else
- hit:Destroy()
- end
- end
- end
- end
- aaa = Instance.new("Sound",t) aaa.SoundId = "rbxassetid://176238381" aaa.Volume = 2 aaa:Play()
- 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)
- bc = bread.Touched:connect(die)
- 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)
- hum.WalkSpeed = 0 hum.JumpPower = 0
- for i = 1,10 do
- bread.CFrame = bread.CFrame * CFrame.new(0,0,3)
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
- ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
- rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
- lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
- nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
- rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
- wait()
- end
- for i = 1,30 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
- ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
- rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
- lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
- nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
- rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
- wait()
- end
- aaa:Destroy()
- hum.WalkSpeed = 80 hum.JumpPower = 150
- rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
- ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
- rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
- lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
- nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
- rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
- for i = 1,10 do
- bread.Transparency = bread.Transparency + .1
- wait()
- end
- bread:Destroy()
- wait(.1)
- using = false
- end
- end)
- ----------Toast smash-----------
- mouse.KeyDown:connect(function(key)
- if key == "e" and not using then
- using = true
- function die(hit)
- if hit.Parent ~= nil then
- local hum = hit.Parent:findFirstChildOfClass("Humanoid")
- if hum ~= nil then
- if hit.Parent == char then
- else
- bd = Instance.new("Decal",hit) bd.Texture = "http://www.roblox.com/asset/?id=718043865" bd.Face = "Front" bd.Transparency = .5
- bd1 = Instance.new("Decal",hit) bd1.Texture = "http://www.roblox.com/asset/?id=718043865" bd1.Face = "Back" bd1.Transparency = .5
- bd2 = Instance.new("Decal",hit) bd2.Texture = "http://www.roblox.com/asset/?id=718043865" bd2.Face = "Right" bd2.Transparency = .5
- bd3 = Instance.new("Decal",hit) bd3.Texture = "http://www.roblox.com/asset/?id=718043865" bd3.Face = "Left" bd3.Transparency = .5
- bd4 = Instance.new("Decal",hit) bd4.Texture = "http://www.roblox.com/asset/?id=718043865" bd4.Face = "Bottom" bd4.Transparency = .5
- bd5 = Instance.new("Decal",hit) bd5.Texture = "http://www.roblox.com/asset/?id=718043865" bd5.Face = "Top" bd5.Transparency = .5
- bme = Instance.new("SpecialMesh",hit) bme.MeshType = "Brick"
- hit.Size = hit.Size * Vector3.new(1,.5,1)
- for i = 1,10 do
- hit.Transparency = hit.Transparency +.1
- wait()
- end
- hit:Destroy()
- end
- end
- end
- end
- hum.WalkSpeed = 0 hum.JumpPower = 0
- for i = 1,5 do
- 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)
- wait()
- end
- 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
- 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)
- for i = 1,10 do
- mb.Transparency = mb.Transparency -.1
- wait()
- end
- mc = mb.Touched:connect(die)
- for i = 1,5 do
- 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)
- wait()
- end
- han:Destroy() mb.Anchored = true
- rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
- ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
- rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
- lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
- nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
- rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
- hum.WalkSpeed = 80 hum.JumpPower = 150 rut.Anchored = false
- wait(.5)
- mc:disconnect(die)
- wait(.5)
- for i = 1,10 do
- mb.Transparency = mb.Transparency +.1
- wait()
- end
- mb:Destroy()
- wait(.1)
- using = false
- end
- end)
- -----------Slap----------
- function slap()
- if mouse.Button1Down and not using then
- using = true
- function dmg(hit1)
- if hit1.Parent ~= nil then
- local hum = hit1.Parent:findFirstChildOfClass("Humanoid")
- local faic = hit1.Parent.Head:findFirstChildOfClass("Decal")
- if hum ~= nil then
- if hit1.Parent == char then
- else
- hum.MaxHealth = 100
- hum.Health = hum.Health -5
- hum.PlatformStand = true faic.Texture = "rbxassetid://1383895045"
- slap = Instance.new("Sound",brda) slap.Volume = 3 slap.SoundId = "rbxassetid://511340819"
- slap:Play()
- 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)
- 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
- 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)
- wait(1)
- slap:Destroy()
- hum.WalkSpeed = 0 hum.JumpPower = 0
- wait(4)
- hum.PlatformStand = false
- wait(3)
- hum.WalkSpeed = 80 hum.JumpPower = 150
- end
- end
- end
- end
- brda.Transparency = 0
- for i = 1,5 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3)
- wait()
- end
- for i = 1,5 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.25,0,0)
- wait()
- end
- brda.CanCollide = true
- dmgg = brda.Touched:connect(dmg)
- for i = 1,5 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.4,0,0)
- wait()
- end
- dmgg:disconnect(dmg)
- for i = 1,5 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.1,0,-.33)
- wait()
- end
- brda.Transparency = 1
- brda.CanCollide = false
- rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
- using = false
- end
- end
- mouse.Button1Down:connect(slap)
- -------------Dead Sky----------
- mouse.KeyDown:connect(function(key)
- if key == "t" and not using then
- using = true
- function die1(hit)
- if hit.Parent ~= nil then
- local hum = hit.Parent:findFirstChildOfClass("Humanoid")
- if hum ~= nil then
- hit:Destroy()
- end
- end
- end
- for i = 1,6 do
- mus.Volume = mus.Volume -.5
- wait(.2)
- end
- hum.WalkSpeed = 70 hum.JumpPower = 120
- hum.DisplayDistanceType = "None" hum.HealthDisplayType = "AlwaysOff"
- game.Lighting.TimeOfDay = 0 game.Lighting.FogColor = Color3.fromRGB(0,0,0) game.Lighting.FogEnd = 20
- h.face.Transparency = 1
- eh = Instance.new("Decal",h) eh.Texture = "http://www.roblox.com/asset/?id=1471407701"
- scm = Instance.new("Sound",workspace) scm.Volume = 1 scm.SoundId = "rbxassetid://1569907462" scm:Play()
- hewill = Instance.new("Sound",workspace) hewill.Pitch = .9 hewill.Volume = 10 hewill.SoundId = "rbxassetid://689176850" hewill:Play()
- for i = 1,70 do
- nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(0,.0125,0)
- wait()
- nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(0,-.00625,0)
- wait()
- end
- wait(4.4)
- lau = Instance.new("Sound",t) lau.SoundId = "rbxassetid://138085838" lau.Volume = 5 lau:Play()
- hum.WalkSpeed = 0 hum.JumpPower = 0
- 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"
- for i = 1,15 do
- blid.Size = blid.Size + Vector3.new(1,0,1)
- rut.Anchored = true
- wait()
- end
- hewill:Destroy()
- 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
- dy3 = wot.Touched:connect(die1)
- for i = 1,5 do
- rutj.C0 = rutj.C0 * CFrame.new(0,0,-2.5)
- wot.Transparency = wot.Transparency -.14
- wait()
- end
- for i = 1,15 do
- blid.Size = blid.Size - Vector3.new(1,0,1)
- wait()
- end
- blid.Transparency = 1
- for i = 1,14 do
- wot.CFrame = wot.CFrame * CFrame.new(0,0,-2.5)
- wait(.1)
- end
- lau:Destroy()
- for i = 1,26 do
- wot.CFrame = wot.CFrame * CFrame.new(0,0,-2.5)
- wait(.1)
- end
- wait(1)
- blid.Transparency = 0
- for i = 1,15 do
- blid.Size = blid.Size + Vector3.new(1,0,1)
- wait()
- end
- scm:Destroy()
- h.face.Transparency = 0 eh:Destroy()
- for i = 1,6 do
- mus.Volume = mus.Volume +.5
- wait()
- end
- for i = 1,7 do
- wot.Transparency = wot.Transparency +.1
- wait()
- end
- rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
- ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
- rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
- lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
- nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
- rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0) rutj.C0 = rutj.C0 * CFrame.new(0,0,-10)
- hum.DisplayDistanceType = "Viewer" hum.HealthDisplayType = "DisplayWhenDamaged"
- for i = 1,5 do
- rutj.C0 = rutj.C0 * CFrame.new(0,0,2)
- wait()
- end
- rut.Anchored = false wot:Destroy() hum.WalkSpeed = 80 hum.JumpPower = 150 game.Lighting.TimeOfDay = 14 game.Lighting.FogColor = Color3.fromRGB(191,191,191) game.Lighting.FogEnd = 100000
- for i = 1,10 do
- blid.Transparency = blid.Transparency +.1
- wait(.05)
- end
- blid:Destroy()
- wait(.1)
- using = false
- end
- end)
- ----------------Bit Toast-------------
- mouse.KeyDown:connect(function(key)
- if key == "r" and not using and not eating then
- using = true
- eating = true
- for i = 1,10 do
- brda.Transparency = brda.Transparency -.1
- wait()
- end
- hum.WalkSpeed = 0 hum.JumpPower = 0
- for i = 1,10 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.1,.07,.15) brdaw.C0 = brdaw.C0 * CFrame.fromEulerAnglesXYZ(.2,.15,.2)
- wait()
- end
- wait(.5)
- crunch = Instance.new("Sound",brda) crunch.Volume = 5 crunch.SoundId = "rbxassetid://181027147" crunch:Play()
- 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)
- 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)
- 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)
- 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)
- 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)
- for i = 1,2 do
- nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(.1,0,0)
- wait()
- end
- happy = Instance.new("Decal",h) happy.Texture = "http://www.roblox.com/asset/?id=258591579" h.face.Transparency = 1
- wait(.07)
- for i = 1,10 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.1,-.07,-.15) brdaw.C0 = brdaw.C0 * CFrame.fromEulerAnglesXYZ(-.2,-.15,-.2)
- nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(-.02,0,0)
- wait()
- end
- for i = 1,10 do
- brda.Transparency = brda.Transparency +.1
- wait()
- end
- crunch:Destroy() hum.WalkSpeed = 40 hum.JumpPower = 80
- 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)
- wait(.1)
- using = false
- for i = 1,10 do
- hum.WalkSpeed = 40 hum.JumpPower = 80
- wait(.5)
- end
- for i = 1,10 do
- piece.Transparency = piece.Transparency +.1
- piece1.Transparency = piece1.Transparency +.1
- piece2.Transparency = piece2.Transparency +.1
- piece3.Transparency = piece3.Transparency +.1
- piece4.Transparency = piece4.Transparency +.1
- wait()
- end
- piece:Destroy() piece1:Destroy() piece2:Destroy() piece3:Destroy() piece4:Destroy()
- for i = 1,30 do
- hum.WalkSpeed = 40 hum.JumpPower = 80
- wait(.5)
- end
- happy:Destroy() h.face.Transparency = 0
- hum.WalkSpeed = 80 hum.JumpPower = 150
- eating = false
- end
- end)
- -------------Sit--------------
- mouse.KeyDown:connect(function(key)
- if key == "z" and not using then
- hum.WalkSpeed = 0 hum.JumpPower = 0
- rutj.C0 = rutj.C0 * CFrame.new(0,0,-1.9)
- rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(0,-.2,.8) rh.C0 = rh.C0 * CFrame.new(1,.4,0)
- lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(0,.1,-1.5) lh.C0 = lh.C0 * CFrame.new(-.3,0,0)
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,1,1)
- ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,-.5,-.7)
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key == "z" and not using then
- rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
- ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
- rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
- lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
- nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
- rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
- hum.WalkSpeed = 80 hum.JumpPower = 150
- end
- end)
- -------------Punch-------------
- mouse.KeyDown:connect(function(key)
- if key == "|" and not using then
- using = true
- function punch(hit)
- if hit.Parent ~= nil then
- local huma = hit.Parent:findFirstChildOfClass("Humanoid")
- if hum ~= nil then
- ow = Instance.new("Sound",hit.Parent.Head) ow.Volume = 3 ow.SoundId = "rbxassetid://743886825" ow:Play()
- huma.MaxHealth = 100 huma.PlatformStand = true
- huma:TakeDamage(math.random(1,5))
- huma.Health = huma.Health -0
- 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"
- wait(3)
- for i,v in pairs(hit.Parent.Head:GetChildren()) do
- if v:IsA("Part") then
- v.Transparency = v.Transparency +.1
- wait(.1)
- end
- end
- for i,v in pairs(hit.Parent.Head:GetChildren()) do
- if v:IsA("Part") then
- v:Destroy()
- wait()
- end
- end
- ow:Destroy() huma.PlatformStand = false
- end
- end
- end
- 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)
- for i = 1,5 do
- rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1)
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3)
- wait()
- end
- hb.Touched:connect(punch)
- wait(.2)
- for i = 1,5 do
- rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3)
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.16,0,0)
- wait()
- end
- for i,v in pairs(ra:GetChildren()) do
- if v:IsA("Part") then
- v:Destroy()
- end
- end
- for i = 1,10 do
- rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1)
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.154)
- wait()
- end
- 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)
- wait(.1)
- using = false
- end
- end)
- -------Teleport--------
- mouse.KeyDown:connect(function(key)
- if key == "x" then
- t.CFrame = mouse.Hit * CFrame.new(0,2.5,0)
- end
- end)
- ---------FINISH HIM---------
- mouse.KeyDown:connect(function(key)
- if key == "|" and not using then
- using = true
- function awa(hit)
- if hit.Parent ~= nil then
- local humn = hit.Parent:findFirstChildOfClass("Humanoid")
- if humn ~= nil then
- if humn.PlatformStand == true then
- ow1 = Instance.new("Sound",hit.Parent.Head) ow1.Volume = 3 ow1.SoundId = "rbxassetid://743886825" ow1:Play() humn.Health = 0
- for i = 1,10 do
- 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"
- end
- for i,v in pairs(hit.Parent.Head:GetChildren()) do
- if v:IsA("Part") then
- v.Transparency = v.Transparency +.1
- wait(.1)
- end
- end
- for i,v in pairs(hit.Parent.Head:GetChildren()) do
- if v:IsA("Part") then
- v:Destroy()
- wait()
- end
- end
- for i = 1,50 do
- humn.Health = 0
- wait()
- end
- ow1:Destroy()
- end
- end
- end
- end
- for i = 1,5 do
- 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)
- wait()
- end
- 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)
- wait(.3)
- hc = hitbox.Touched:connect(awa)
- for i = 1,5 do
- rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(0,0,.03)
- rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(.1,0,0)
- nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(.1,0,0)
- 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)
- wait()
- end
- for i,v in pairs(rl:GetChildren()) do
- if v:IsA("Part") then
- v:Destroy()
- end
- end
- for i = 1,5 do
- 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)
- wait()
- end
- rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
- ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
- rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
- lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
- nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
- rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
- wait(.1)
- using = false
- end
- end)
- ----------Crouch------------
- mouse.KeyDown:connect(function(key)
- if key == "c" and not using then
- hum.WalkSpeed = 7 hum.JumpPower = 20
- rutj.C0 = rutj.C0 * CFrame.new(0,0,-1) rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(.5,0,0)
- nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(-.4,0,0)
- rh.C0 = rh.C0 * CFrame.new(.6,1,0) rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3)
- lh.C0 = lh.C0 * CFrame.new(-.6,1,0) lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.33)
- for i,v in pairs(char:GetChildren()) do
- if v:IsA("Accessory") then
- v.Handle.Transparency = .8
- end
- end
- ra.Transparency = .8 la.Transparency = .8 rl.Transparency = .8 ll.Transparency = .8 t.Transparency = .8 h.Transparency = .8 h.face.Transparency = .8
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key == "c" and not using then
- for i,v in pairs(char:GetChildren()) do
- if v:IsA("Accessory") then
- v.Handle.Transparency = 0
- end
- end
- ra.Transparency = 0 la.Transparency = 0 rl.Transparency = 0 ll.Transparency = 0 t.Transparency = 0 h.Transparency = 0 h.face.Transparency = 0
- rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
- ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
- rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
- lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
- nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
- rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
- hum.WalkSpeed = 80 hum.JumpPower = 150
- end
- end)
- ------------CrUnCh------------
- mouse.KeyDown:connect(function(key)
- if key == "v" and not using then
- using = true
- 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
- function smash(hit)
- if hit.Parent ~= nil then
- local bitc = hit.Parent:FindFirstChildOfClass("Humanoid")
- if bitc ~= nil then
- if hit.Parent == char then
- else
- local n00b = hit.Parent
- bric:Destroy()
- for i = 1,5 do
- rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1)
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.1,-.25,.35)
- wait()
- end
- wait(.4)
- rut.Anchored = true
- 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)
- 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)
- for i = 1,2 do
- rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,1)
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,.5,.2)
- nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(0,.2,-.45)
- wait()
- end
- wait(1.5)
- for i = 1,10 do
- local bred = Instance.new("Part",n00b.Head) bred.Size = Vector3.new(0.624, 0.632, 0.08)
- 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)
- bred.CFrame = n00b.Head.CFrame
- end
- 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
- 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
- local cru = Instance.new("Sound",t) cru.SoundId = "rbxassetid://181027147" cru.Volume = 10 cru:Play()
- local chunch = Instance.new("Sound",t) chunch.SoundId = "rbxassetid://618667795" chunch.Volume = 2 chunch:Play()
- rut.Anchored = false
- prt:Destroy()
- n00b:BreakJoints()
- for i,v in pairs(n00b:GetChildren()) do
- if v:IsA("Part") then
- v.BrickColor = BrickColor.new("Wheat")
- v.Transparency = .2 v.Material = "Glass"
- v.Anchored = false
- local dec = v:FindFirstChildOfClass("Decal")
- if dec ~= nil then
- dec:Destroy()
- end
- local mec = v:FindFirstChildOfClass("SpecialMesh")
- if mec ~= nil then
- mec:Destroy()
- end
- end
- end
- for i,v in pairs(n00b:GetChildren()) do
- if v:IsA("Accessory") or ("Hat") then
- local pt = v:FindFirstChildOfClass("Part")
- if pt ~= nil then
- pt.Anchored = false
- pt.Transparency = .3 pt.BrickColor = BrickColor.new("Wheat")
- pt.Material = "Glass" pt.CanCollide = true
- local smh = pt:FindFirstChildOfClass("SpecialMesh")
- if smh ~= nil then
- smh.TextureId = ""
- end
- end
- end
- end
- for i,v in pairs(n00b:GetChildren()) do
- if v:IsA("MeshPart") then
- v.Anchored = false
- v.BrickColor = BrickColor.new("Wheat")
- v.Transparency = .2 v.Material = "Glass"
- local dec = v:FindFirstChildOfClass("Decal")
- if dec ~= nil then
- dec:Destroy()
- end
- end
- end
- for i,v in pairs(n00b:GetChildren()) do
- if v:IsA("Script") then
- v:Destroy()
- end
- end
- for i,v in pairs(n00b:GetChildren()) do
- if v:IsA("Humanoid") then
- v:Destroy()
- end
- end
- for i,v in pairs(n00b:GetChildren()) do
- if v:IsA("CharacterMesh") then
- v:Destroy()
- end
- end
- for i,v in pairs(n00b:GetChildren()) do
- if v:IsA("Shirt") then
- v:Destroy()
- end
- end
- for i,v in pairs(n00b:GetChildren()) do
- if v:IsA("Pants") then
- v:Destroy()
- end
- end
- for i,v in pairs(n00b:GetChildren()) do
- if v:IsA("Part") and v:IsA("SpecialMesh") then
- v.Transparency = .5 v.CanCollide = true
- v.Name = "nub" v.BrickColor = BrickColor.new("Wheat")
- v.Mesh.TextureId = ""
- end
- end
- wait(.3)
- pe.Enabled = false
- pe1.Enabled = false
- rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
- ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
- rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
- lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
- nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
- rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
- wait(2)
- chunch:Destroy() cru:Destroy()
- n00b:Destroy()
- end
- end
- end
- end
- bric.Touched:connect(smash)
- wait(3)
- bric:Destroy()
- using = false
- end
- end)
- --------Cut the throat---------
- mouse.KeyDown:connect(function(key)
- if key == "h" and not using then
- local hum1 = mouse.Target.Parent:findFirstChildOfClass("Humanoid")
- if hum1 ~= nil then
- char.Animate.Disabled = true
- for i,v in pairs(hum1.Parent:GetChildren()) do
- if v:IsA("LocalScript") then
- v:Destroy()
- end
- end
- for i,v in pairs(hum1.Parent:GetChildren()) do
- if v:IsA("Script") then
- v:Destroy()
- end
- end
- disshit = hum1.Parent
- h1 = hum1.Parent.Head
- t1 = hum1.Parent.Torso
- ra1 = hum1.Parent["Right Arm"]
- la1 = hum1.Parent["Left Arm"]
- rl1 = hum1.Parent["Right Leg"]
- ll1 = hum1.Parent["Left Leg"]
- hum1.WalkSpeed = 0 hum1.JumpPower = 0 hum1.Parent.Head.Anchored = true hum.WalkSpeed = 0 hum.JumpPower = 0
- t.CFrame = hum1.Parent.Head.CFrame * CFrame.new(0,-1.5,-2.5) t.CFrame = t.CFrame * CFrame.fromEulerAnglesXYZ(0,3.1,0)
- 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)
- rut.Anchored = true
- for i = 1,5 do
- rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.3,0,0)
- wait()
- end
- bb = Instance.new("BillboardGui",char)
- bb.AlwaysOnTop = false
- bb.Size = UDim2.new(5,35,2,15)
- bb.StudsOffset = Vector3.new(4,0,0)
- bb.MaxDistance = 75
- bb.Adornee = h
- bb.Name = "Name"
- label = Instance.new("TextLabel",bb)
- label.BackgroundTransparency = 1
- label.TextScaled = true
- label.BorderSizePixel = 0
- label.Text = "Be Gone... " ..disshit.Name
- label.Font = "Cartoon"
- label.TextSize = 20
- label.TextStrokeTransparency = 0
- label.TextColor3 = Color3.new(1,1,1)
- label.TextStrokeColor3 = Color3.fromRGB(255,150,0)
- label.Size = UDim2.new(1,0,0.5,0)
- label.Parent = bb
- for i = 1,10 do
- bb.StudsOffset = bb.StudsOffset +Vector3.new(0,.2,0)
- label.TextTransparency = label.TextTransparency +.1
- label.TextStrokeTransparency = label.TextStrokeTransparency +.1
- wait(.07)
- end
- for i,v in pairs(char:GetChildren()) do
- if v:IsA("BillboardGui") then
- v:Destroy()
- end
- end
- for i = 1,3 do
- rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.6)
- wait()
- end
- hum1.Health = 0.1 hum1.MaxHealth = 100
- stab = Instance.new("Sound",h1) stab.TimePosition = .3 stab.SoundId = "rbxassetid://1386772138" stab.Volume = 3 stab:Play()
- hum1.PlatformStand = true
- hum1.Parent.Head.Anchored = false
- for i,v in pairs(t1:GetChildren()) do
- if v:IsA("Motor6D") then
- v:Destroy()
- end
- end
- for i,v in pairs(h1:GetChildren()) do
- if v:IsA("Decal") then
- v:Destroy()
- end
- end
- aaaaa = Instance.new("Sound",h1) aaaaa.SoundId = "rbxassetid://393884633" aaaaa.Volume = 3 aaaaa:Play()
- disshit:BreakJoints()
- ooww = Instance.new("Decal",h1) ooww.Texture = "http://www.roblox.com/asset/?id=1253783230"
- at2 = Instance.new("Attachment",t1) at2.Position = Vector3.new(1,.8,0) at2.Position = Vector3.new(1,.8,0)
- at = Instance.new("Attachment",ra1) at.Name = "oof" at.Position = Vector3.new(-.5,.8,0)
- balls = Instance.new("BallSocketConstraint",ra1) balls.Attachment0 = at2 balls.Attachment1 = at
- 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)
- at1 = Instance.new("Attachment",la1) at.Name = "oof" at1.Position = Vector3.new(.5,.8,0)
- balls1 = Instance.new("BallSocketConstraint",la1) balls1.Attachment0 = at21 balls1.Attachment1 = at1
- 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
- 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
- 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
- box = Instance.new("Part",ra1) box.Size = Vector3.new(1,1,1) box.Transparency = 1
- box1 = Instance.new("Part",la1) box1.Size = Vector3.new(1,1,1) box1.Transparency = 1
- box2 = Instance.new("Part",rl1) box2.Size = Vector3.new(1,1,1) box2.Transparency = 1
- box3 = Instance.new("Part",ll1) box3.Size = Vector3.new(1,1,1) box3.Transparency = 1
- box4 = Instance.new("Part",t1) box4.Size = t.Size - Vector3.new(0,.2,0) box4.Transparency = 1
- bw = Instance.new("Weld",box) bw.Part0 = box bw.Part1 = ra1 bw.C0 = bw.C0 * CFrame.new(0,.5,0)
- bw1 = Instance.new("Weld",box1) bw1.Part0 = box1 bw1.Part1 = la1 bw1.C0 = bw1.C0 * CFrame.new(0,.5,0)
- bw2 = Instance.new("Weld",box2) bw2.Part0 = box2 bw2.Part1 = rl1 bw2.C0 = bw2.C0 * CFrame.new(0,.5,0)
- bw3 = Instance.new("Weld",box3) bw3.Part0 = box3 bw3.Part1 = ll1 bw3.C0 = bw3.C0 * CFrame.new(0,.5,0)
- bw4 = Instance.new("Weld",box4) bw4.Part0 = box4 bw4.Part1 = t1 bw4.C0 = bw4.C0 * CFrame.new(0,.2,0)
- for i = 1,2 do
- rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.4)
- wait()
- end
- end
- char.Animate.Disabled = false
- rut.Anchored = false
- hum.WalkSpeed = 80 hum.JumpPower = 150
- 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()
- for i = 1,10 do
- 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"
- wait(.2)
- end
- wait(1)
- for i = 1,10 do
- h1.Transparency = h1.Transparency +.1
- t1.Transparency =t1.Transparency +.1
- ra1.Transparency = ra1.Transparency +.1
- la1.Transparency =la1.Transparency +.1
- rl1.Transparency = rl1.Transparency +.1
- ll1.Transparency = ll1.Transparency +.1
- wait(.05)
- end
- disshit:Destroy()
- bb = Instance.new("BillboardGui",char)
- bb.AlwaysOnTop = false
- bb.Size = UDim2.new(5,35,2,15)
- bb.StudsOffset = Vector3.new(4,0,0)
- bb.MaxDistance = 75
- bb.Adornee = h
- bb.Name = "Name"
- label = Instance.new("TextLabel",bb)
- label.BackgroundTransparency = 1
- label.TextScaled = true
- label.BorderSizePixel = 0
- label.Text = disshit.Name.. " Is Gone..."
- label.Font = "Cartoon"
- label.TextSize = 20
- label.TextStrokeTransparency = 0
- label.TextColor3 = Color3.new(1,1,1)
- label.TextStrokeColor3 = Color3.fromRGB(255,150,0)
- label.Size = UDim2.new(1,0,0.5,0)
- label.Parent = bb
- for i = 1,10 do
- bb.StudsOffset = bb.StudsOffset +Vector3.new(0,.2,0)
- label.TextTransparency = label.TextTransparency +.1
- label.TextStrokeTransparency = label.TextStrokeTransparency +.1
- wait(.07)
- end
- for i,v in pairs(char:GetChildren()) do
- if v:IsA("BillboardGui") then
- v:Destroy()
- end
- end
- end
- end)
- -------Throw Toast(Can eat)--------
- mouse.KeyDown:connect(function(key)
- if key == "y" and not using then
- function eat(toch)
- if toch.Parent ~= nil then
- local humt = toch.Parent:findFirstChildOfClass("Humanoid")
- if humt ~= nil then
- local hed = humt.Parent.Head
- toast:Destroy()
- humt.Health = humt.Health +20 humt.WalkSpeed = humt.WalkSpeed +5 humt.JumpPower = humt.JumpPower +5
- yum = Instance.new("Sound",hed) yum.Volume = 8 yum.SoundId = "rbxassetid://181027147" yum:Play()
- wait(1)
- yum:Destroy()
- wait(10)
- humt.WalkSpeed = humt.WalkSpeed -5 humt.JumpPower = humt.JumpPower -5
- end
- end
- end
- 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
- for i = 1,5 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.2,-.2,.2)
- wait()
- end
- wait(.3)
- for i = 1,2 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.2,0,.1)
- wait()
- end
- for i,v in pairs(brda:GetChildren()) do
- if v:IsA("Weld") then
- v:Destroy()
- end
- end
- toast.Touched:connect(eat)
- for i = 1,5 do
- toast.CFrame = toast.CFrame * CFrame.new(0,1,1)
- wait()
- end
- for i = 1,3 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.2,0,.1)
- wait()
- end
- rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
- end
- end)
- ------Summon Explosion------
- ALLAHU_AKBAR = false
- mouse.KeyDown:connect(function(key)
- if key == "b" and not using and not ALLAHU_AKBAR then
- using = true
- ALLAHU_AKBAR = true
- 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
- function aa(hit)
- if hit.Parent ~= nil then
- local humta = hit.Parent:findFirstChildOfClass("Humanoid")
- if humta ~= nil then
- if hit.Parent == char then
- else
- local datbitc = hit.Parent humta.DisplayDistanceType = "None"
- hit.Transparency = 1 hit.Anchored = true
- for i,v in pairs(datbitc:GetChildren()) do
- if v:IsA("Accessory") then
- v:Destroy()
- end
- end
- datbitc.Head.CFrame = bum.CFrame
- humta.Parent.Head.Anchored = true
- wait(1.4)
- datbitc:Destroy()
- end
- end
- end
- end
- bum.Touched:connect(aa)
- local tweens = game:GetService("TweenService")
- local tweeni = TweenInfo.new(
- 1,
- Enum.EasingStyle.Bounce,
- Enum.EasingDirection.Out,
- 0,
- true,
- 0
- )
- local size = {Size = Vector3.new(5,5,5), Transparency = 0,Color = Color3.fromRGB(255,0,0)}
- local tsize = tweens:Create(bum,tweeni,size)
- tsize:Play()
- wait(1.4)
- local bs = Instance.new("Sound",bum) bs.SoundId = "rbxassetid://144699494" bs.Volume = 10 bs:Play()
- wait(1.7)
- bum:Destroy()
- using = false
- wait(5)
- local uf = Instance.new("Sound",t) uf.SoundId = "rbxassetid://1474367957" uf.Volume = 2 uf:Play()
- ALLAHU_AKBAR = false
- wait(1)
- uf:Destroy()
- end
- end)
- ------Kaboom------
- kaboom1 = false
- mouse.KeyDown:connect(function(key)
- if key == "j" and not using and not kaboom1 then
- function ah(hit)
- if hit.Parent ~= nil then
- local humana = hit.Parent:findFirstChildOfClass("Humanoid")
- if humana ~= nil then
- if hit.Parent == char then
- else
- local bitc = hit.Parent
- bitc:Destroy()
- end
- end
- end
- end
- using = true
- rut.Anchored = true kaboom1 = true
- for i = 1,10 do
- rut.CFrame = rut.CFrame * CFrame.new(0,3,0)
- mus.Volume = mus.Volume -.3
- cm.Volume = cm.Volume +.1
- wait()
- end
- local poom = Instance.new("Sound",t) poom.EmitterSize = 1000 poom.Volume = 10 poom.Pitch = .6 poom.SoundId = "rbxassetid://704085554"
- 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"
- 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"
- 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"
- 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"
- local tweeni = TweenInfo.new(
- .6,
- Enum.EasingStyle.Quint,
- Enum.EasingDirection.In,
- 0,
- false,
- 0
- )
- local size = {Size = Vector3.new(7,7,7), Color = Color3.fromRGB(255,100,0), Transparency = .75}
- local tsize = tweens:Create(bum,tweeni,size)
- local size1 = {Size = Vector3.new(7,7,7), Color = Color3.fromRGB(255,100,0), Transparency = .5}
- local tsize1 = tweens:Create(bum1,tweeni,size1)
- local size2 = {Size = Vector3.new(7,7,7), Color = Color3.fromRGB(255,100,0), Transparency = .25}
- local tsize2 = tweens:Create(bum2,tweeni,size2)
- local size3 = {Size = Vector3.new(7,7,7), Color = Color3.fromRGB(255,100,0), Transparency = 0}
- local tsize3 = tweens:Create(bum3,tweeni,size2)
- tsize:Play()
- poom:Play()
- wait(.6)
- tsize1:Play()
- poom:Play()
- wait(.6)
- tsize2:Play()
- poom:Play()
- wait(.6)
- tsize3:Play()
- poom:Play()
- local kaboom = Instance.new("Sound",t) kaboom.Volume = 3 kaboom.SoundId = "rbxassetid://138084923" kaboom:Play()
- wait(1)
- bum.Transparency = 1 bum1.Transparency = 1 bum2.Transparency = 1
- local alahuakbar = {Size = Vector3.new(500,500,500), Transparency = 1, Color = Color3.fromRGB(255,50,0)}
- local tak = tweens:Create(bum3,tweeni,alahuakbar)
- tak:Play()
- bum3.Touched:connect(ah)
- local exp = Instance.new("Sound",t) exp.EmitterSize = 100 exp.Volume = 10 exp.SoundId = "rbxassetid://1577567682" exp:Play()
- wait(1)
- using = false rut.Anchored = false poom:Destroy()
- bum:Destroy() bum1:Destroy() bum2:Destroy() bum3:Destroy()
- wait(1)
- kaboom:Destroy()
- wait(.4)
- exp:Destroy()
- wait(10)
- for i = 1,10 do
- mus.Volume = mus.Volume +.3
- cm.Volume = cm.Volume -.1
- wait(.1)
- end
- kaboom1 = false
- end
- end)
- ------Bread Grenade------
- brid = false
- mouse.KeyDown:connect(function(key)
- if key == "u" and not using and not brid then
- using = true
- brid = true
- function gren_exp(hit)
- if hit.Parent ~= nil then
- local humt = hit.Parent:FindFirstChild("Humanoid")
- if humt ~= nil then
- if hit.Parent == char then
- else
- hit.Transparency = .4 hit.Color = Color3.fromRGB(255,150,0) hit.Material = "Neon"
- local meaaa = Instance.new("SpecialMesh",hit) meaaa.MeshType = "Brick"
- wait(.7)
- hit.Anchored = true
- for i = 1,30 do
- hit.CFrame = hit.CFrame * CFrame.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
- wait()
- end
- for i = 1,6 do
- hit.Transparency = hit.Transparency +.1
- hit.CFrame = hit.CFrame * CFrame.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
- wait()
- end
- humt.Parent:Destroy()
- end
- end
- end
- end
- local tmod = Instance.new("Model",workspace) tmod.Name = "tust"
- local tost = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
- local tmesh createMesh("SpecialMesh",tost,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
- local tweld = CreateWeld("Weld",tost,ra,tost,CFrame.new(0,-1.5,0),CFrame.fromEulerAnglesXYZ(0,0,3.1))
- local tost1 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
- local tmesh1 createMesh("SpecialMesh",tost1,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
- local tweld1 = CreateWeld("Weld",tost1,tost1,tost,CFrame.new(0,0,.16),CFrame.new(0,0,0))
- local tost2 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
- local tmesh2 createMesh("SpecialMesh",tost2,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
- local tweld2 = CreateWeld("Weld",tost2,tost2,tost,CFrame.new(0,0,.32),CFrame.new(0,0,0))
- local tost3 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
- local tmesh3 createMesh("SpecialMesh",tost3,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
- local tweld3 = CreateWeld("Weld",tost3,tost3,tost,CFrame.new(0,0,.48),CFrame.new(0,0,0))
- local tost4 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
- local tmesh4 createMesh("SpecialMesh",tost4,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
- local tweld4 = CreateWeld("Weld",tost4,tost4,tost,CFrame.new(0,0,-.16),CFrame.new(0,0,0))
- local tost5 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
- local tmesh5 createMesh("SpecialMesh",tost5,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
- local tweld5 = CreateWeld("Weld",tost5,tost5,tost,CFrame.new(0,0,-.32),CFrame.new(0,0,0))
- local tost6 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
- local tmesh6 createMesh("SpecialMesh",tost6,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
- local tweld6 = CreateWeld("Weld",tost6,tost6,tost,CFrame.new(0,0,-.48),CFrame.new(0,0,0))
- local tost7 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
- local tmesh7 createMesh("SpecialMesh",tost7,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
- local tweld7 = CreateWeld("Weld",tost7,tost7,tost,CFrame.new(0,0,-.64),CFrame.new(0,0,0))
- local tost8= CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
- local tmesh8 createMesh("SpecialMesh",tost8,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
- local tweld8 = CreateWeld("Weld",tost8,tost8,tost,CFrame.new(0,0,.64),CFrame.new(0,0,0))
- function oobread(hit)
- if hit.Parent ~= nil then
- local huma = hit.Parent:FindFirstChildOfClass("Humanoid")
- if huma ~= nil then
- if hit.Parent == char then
- else
- for i = 1,100 do
- huma.WalkToPoint = tost.Position
- wait(.05)
- end
- end
- end
- end
- end
- for i = 1,5 do
- rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.15,0,.66)
- wait()
- end
- wait(.6)
- local vel = Instance.new("BodyVelocity",tost) vel.MaxForce = Vector3.new(99999,99999,99999)
- vel.Velocity = ra.CFrame.lookVector * -30
- tweld:Destroy()
- for i = 1,5 do
- rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,.1) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.15,0,-.66)
- wait()
- end
- 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)
- vel:Destroy()
- wait(.2)
- 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
- local obread = CreatePart(tmod,"Ice",0,1,"White","obread",Vector3.new(40,40,40),true,false) obread.CFrame = tost.CFrame obread.Touched:connect(oobread)
- wait(3)
- obread:Destroy()
- wait(1)
- using = false
- 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)
- local boom = Instance.new("Explosion",tost) boom.Visible = false boom.Position = tost.Position boom.BlastPressure = 100000 boom.BlastRadius = 10
- local bah = CreatePart(tmod,"Neon",0,0,"Deep Orange","bah",Vector3.new(2,2,2),true,false) bah.Position = tost.Position bah.Shape = "Ball"
- bah.Color = Color3.fromRGB(255,160,0) bah.Touched:connect(gren_exp)
- local tweeni = TweenInfo.new(
- .3,
- Enum.EasingStyle.Quint,
- Enum.EasingDirection.In,
- 0,
- false,
- 0)
- local size = {Size = Vector3.new(20,20,20), Color = Color3.fromRGB(255,0,0), Transparency = 1}
- local tsize = tweens:Create(bah,tweeni,size)
- tsize:Play()
- brid = false
- wait(.3)
- bah:Destroy()
- wait(5)
- tmod:Destroy()
- end
- end)
- ------Chat Func.------
- bbg = Instance.new("BillboardGui",h)
- bbg.Size = UDim2.new(0,200,0,50)
- bbg.StudsOffset = Vector3.new(0,2,0)
- bbgTl = Instance.new("TextLabel",bbg)
- bbgTl.BackgroundTransparency = 1
- bbgTl.Size = UDim2.new(10,0,1,0)
- bbgTl.Position = UDim2.new(-4.5,0,0,0)
- bbgTl.Font = "Cartoon"
- bbgTl.Text = " "
- bbgTl.TextSize = 30
- bbgTl.TextStrokeColor3 = Color3.fromRGB(255,160)
- bbgTl.TextColor3 = Color3.fromRGB(255,255,255)
- bbgTl.TextStrokeTransparency = 0
- bbgTl.TextWrapped = true
- plr.Chatted:connect(function(msg)
- bbgTl.Text = msg
- wait(5)
- if bbgTl.Text == msg then
- bbgTl.Text = " "
- end
- end)
- ------...------
- mouse.KeyDown:connect(function(key)
- if key == "=" and not using then
- using = true
- for i = 1,5 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.15,0,.3)
- ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(-.15,0,-.3)
- wait()
- end
- local hugbox = CreatePart(char,"Plastic",0,1,"White","Hugs",Vector3.new(3,5,3),false,false)
- local huw = CreateWeld("Weld",hugbox,t,hugbox,CFrame.new(0,0,-2),CFrame.new(0,0,0))
- function hugs(hug)
- if hug.Parent ~= nil then
- local wanthugs = hug.Parent:FindFirstChild("Humanoid")
- if wanthugs ~= nil then
- if hug.Parent == char then
- else
- hugbox:Destroy() wanthugs.Health = wanthugs.Health +35 wanthugs.PlatformStand = false wanthugs.Sit = false
- for _,q in pairs(wanthugs.Parent.Head:GetChildren()) do
- if q:IsA("Decal") then
- q.Transparency = 1
- end
- end
- local o = Instance.new("Decal",wanthugs.Parent.Head) o.Texture = "http://www.roblox.com/asset/?id=388881187"
- h.face.Transparency = 1
- local cface = Instance.new("Decal",h) cface.Texture = "http://www.roblox.com/asset/?id=158131972"
- local hugw = CreateWeld("Weld",char,wanthugs.Parent.Head,t,CFrame.new(0,-1.5,-1.2),CFrame.fromEulerAnglesXYZ(0,3.1,0))
- wait(.2)
- for i = 1,10 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.1,0,.03) rs.C0 = rs.C0 * CFrame.new(0,-.06,0)
- ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(.1,0,-.03) ls.C0 = ls.C0 * CFrame.new(0,-.06,0)
- nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(.05,.04,.04)
- wait()
- end
- wait(2.2)
- o:Destroy()
- for _,q in pairs(wanthugs.Parent.Head:GetChildren()) do
- if q:IsA("Decal") then
- q.Transparency = 0
- end
- end
- cface:Destroy()
- h.face.Transparency = 0
- hugw:Destroy()
- char.Animate.Disabled = false
- end
- end
- end
- end
- hugbox.Touched:connect(hugs)
- wait(3)
- for i = 1,5 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.15,0,-.3)
- ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(.15,0,.3)
- wait()
- end
- hugbox:Destroy()
- using = false
- rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
- ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
- rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
- lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
- nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
- rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
- end
- end)
- ------Decapitate------
- dec = false
- mouse.KeyDown:connect(function(key)
- if key == "n" and not using and not dec then
- local hum1 = mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
- if hum1 ~= nil then
- local tp = Instance.new("Part",t) tp.Anchored = true tp.Size = t.Size tp.Transparency = 1 tp.CFrame = t.CFrame tp.CanCollide = false
- using = true dec = true char.Animate.Disabled = true
- t.Anchored = true hum.WalkSpeed = 0 hum.JumpPower = 0
- disshit = hum1.Parent
- h1 = hum1.Parent.Head
- t1 = hum1.Parent.Torso
- ra1 = hum1.Parent["Right Arm"]
- la1 = hum1.Parent["Left Arm"]
- rl1 = hum1.Parent["Right Leg"]
- ll1 = hum1.Parent["Left Leg"]
- hum1.WalkSpeed = 0 hum1.JumpPower = 0 t1.Anchored = true
- t.CFrame = t1.CFrame * CFrame.new(0,0,-2) * CFrame.fromEulerAnglesXYZ(0,3.1,0)
- for i = 1,5 do
- 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)
- wait()
- end
- wait(.1)
- local chunc = Instance.new("Sound",h1) chunc.SoundId = "rbxassetid://314390675" chunc.Volume = 2 chunc.Pitch = .7 chunc:Play()
- for i = 1,10 do
- chunc:Play()
- 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)
- wait(.05)
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.06) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,0,.06)
- wait(.1)
- end
- for i,v in pairs(disshit:GetChildren()) do
- if v.Name == "HumanoidRootPart" then
- v:Destroy()
- end
- end
- t1.Anchored = false h1.Anchored = false ra1.Anchored = false la1.Anchored = false rl1.Anchored = false ll1.Anchored = false
- hum1.PlatformStand = true
- hum1.Parent.Head.Anchored = false
- disshit:BreakJoints()
- for i,v in pairs(h1:GetChildren()) do
- if v:IsA("Decal") then
- v:Destroy()
- end
- end
- ooww = Instance.new("Decal",h1) ooww.Texture = "http://www.roblox.com/asset/?id=1253783230"
- at2 = Instance.new("Attachment",t1) at2.Position = Vector3.new(1,.8,0) at2.Position = Vector3.new(1,.8,0)
- at = Instance.new("Attachment",ra1) at.Name = "oof" at.Position = Vector3.new(-.5,.8,0)
- balls = Instance.new("BallSocketConstraint",ra1) balls.Attachment0 = at2 balls.Attachment1 = at
- 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)
- at1 = Instance.new("Attachment",la1) at.Name = "oof" at1.Position = Vector3.new(.5,.8,0)
- balls1 = Instance.new("BallSocketConstraint",la1) balls1.Attachment0 = at21 balls1.Attachment1 = at1
- 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
- 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
- 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
- box = Instance.new("Part",ra1) box.Size = Vector3.new(1,1,1) box.Transparency = 1
- box1 = Instance.new("Part",la1) box1.Size = Vector3.new(1,1,1) box1.Transparency = 1
- box2 = Instance.new("Part",rl1) box2.Size = Vector3.new(1,1,1) box2.Transparency = 1
- box3 = Instance.new("Part",ll1) box3.Size = Vector3.new(1,1,1) box3.Transparency = 1
- box4 = Instance.new("Part",t1) box4.Size = t.Size - Vector3.new(0,.2,0) box4.Transparency = 1
- bw = Instance.new("Weld",box) bw.Part0 = box bw.Part1 = ra1 bw.C0 = bw.C0 * CFrame.new(0,.5,0)
- bw1 = Instance.new("Weld",box1) bw1.Part0 = box1 bw1.Part1 = la1 bw1.C0 = bw1.C0 * CFrame.new(0,.5,0)
- bw2 = Instance.new("Weld",box2) bw2.Part0 = box2 bw2.Part1 = rl1 bw2.C0 = bw2.C0 * CFrame.new(0,.5,0)
- bw3 = Instance.new("Weld",box3) bw3.Part0 = box3 bw3.Part1 = ll1 bw3.C0 = bw3.C0 * CFrame.new(0,.5,0)
- bw4 = Instance.new("Weld",box4) bw4.Part0 = box4 bw4.Part1 = t1 bw4.C0 = bw4.C0 * CFrame.new(0,.2,0)
- 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)
- 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)
- 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)
- for i = 1,2 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.6) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.6)
- wait()
- end
- wait(.4)
- for i = 1,5 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.4,0,0) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,0,.6)
- wait()
- end
- hweld:Destroy()
- rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
- ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
- t.Anchored = false hum.WalkSpeed = 80 hum.JumpPower = 150 char.Animate.Disabled = false
- t.CFrame = tp.CFrame
- tp:Destroy()
- using = false
- wait(5)
- for i = 1,10 do
- ra1.Transparency = ra1.Transparency +.1
- la1.Transparency = la1.Transparency +.1
- rl1.Transparency = rl1.Transparency +.1
- ll1.Transparency = ll1.Transparency +.1
- h1.Transparency = h1.Transparency +.1
- t1.Transparency = t1.Transparency +.1
- blud.Transparency = blud.Transparency +.1
- blud1.Transparency = blud1.Transparency +.1
- wait(.1)
- end
- disshit:Destroy()
- dec = false
- end
- end
- end)
- --------Anti-stun------
- mouse.KeyDown:connect(function(key)
- if key == "n" then
- using = false
- h.Anchored = false
- t.Anchored = false
- ra.Anchored = false
- la.Anchored = false
- rl.Anchored = false
- ll.Anchored = false
- for i,v in pairs(char:GetChildren()) do
- if v:IsA("Accessory") then
- v.Handle.Anchored = false
- end
- end
- dec = false
- char.Animate.Disabled = false hum.WalkSpeed = 80 hum.JumpPower = 150
- hum.PlatformStand = false brda.Anchored = false rut.Anchored = false
- end
- end)
- ------Dance------
- mouse.KeyDown:connect(function(key)
- if key == "m" and not using then
- using = true
- hum.WalkSpeed = 0 hum.JumpPower = 0 mus.Volume = 0 tripoloski.Volume = 5
- for i = 1,5 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.31,0,0) * CFrame.new(0,-.15,-.03)
- ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(-.31,0,0) * CFrame.new(0,-.15,-.03)
- rh.C0 = rh.C0 * CFrame.new(0,0,.2)
- lh.C0 = lh.C0 * CFrame.new(0,0,.2)
- wait()
- end
- wait(.5)
- for i = 1,6 do
- for i = 1,5 do
- rh.C0 = rh.C0 * CFrame.new(0,.2,0)
- lh.C0 = lh.C0 * CFrame.new(0,.2,0)
- rutj.C0 = rutj.C0 * CFrame.new(0,0,-.2)
- wait()
- end
- wait(.05)
- for i = 1,5 do
- rh.C0 = rh.C0 * CFrame.new(0,-.2,0)
- lh.C0 = lh.C0 * CFrame.new(0,-.2,0)
- rutj.C0 = rutj.C0 * CFrame.new(0,0,.2)
- wait()
- end
- end
- for i = 1,15 do
- for i = 1,2 do
- rh.C0 = rh.C0 * CFrame.new(0,.5,0)
- lh.C0 = lh.C0 * CFrame.new(0,.5,0)
- rutj.C0 = rutj.C0 * CFrame.new(0,0,-.5)
- wait()
- end
- for i = 1,2 do
- rh.C0 = rh.C0 * CFrame.new(0,-.5,0)
- lh.C0 = lh.C0 * CFrame.new(0,-.5,0)
- rutj.C0 = rutj.C0 * CFrame.new(0,0,.5)
- wait()
- end
- end
- for i = 1,25 do
- rh.C0 = rh.C0 * CFrame.new(0,1,0)
- lh.C0 = lh.C0 * CFrame.new(0,1,0)
- rutj.C0 = rutj.C0 * CFrame.new(0,0,-1)
- wait(.03)
- rh.C0 = rh.C0 * CFrame.new(0,-1,0)
- lh.C0 = lh.C0 * CFrame.new(0,-1,0)
- rutj.C0 = rutj.C0 * CFrame.new(0,0,1)
- wait()
- end
- local ow = Instance.new("Decal",h) ow.Texture = "http://www.roblox.com/asset/?id=271100777"
- local chunc = Instance.new("Sound",t) chunc.SoundId = "rbxassetid://314390675" chunc.Volume = 5 chunc:Play()
- h.face.Transparency = 1
- for c = 1,2 do
- rutj.C0 = rutj.C0 * CFrame.new(0,0,-.875)
- rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(-.775,0,0) * CFrame.new(0,.75,0)
- lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(-.775,0,0) * CFrame.new(0,.75,0)
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.7,0,0) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(-.7,0,0)
- wait()
- end
- local aaaa = Instance.new("Sound",t) aaaa.SoundId = "rbxassetid://633394595" aaaa.Volume = 5 aaaa:Play()
- wait(1)
- ow:Destroy()
- local wot = Instance.new("Decal",h) wot.Texture = "http://www.roblox.com/asset/?id=1077397727"
- for i = 1,60 do
- rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2))
- ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2))
- nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2))
- rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2))
- rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2))
- lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2))
- wait()
- end
- local boom = Instance.new("Explosion",t) boom.Position = t.Position boom.BlastRadius = 0
- rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
- ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
- rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
- lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
- nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
- rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
- hum.WalkSpeed = 80 hum.JumpPower = 150 h.face.Transparency = 0 wot:Destroy()
- using = false mus.Volume = 2 tripoloski.Volume = 0
- wait(.7)
- boom:Destroy()
- end
- end)
- ------Music Change------
- mouse.KeyDown:connect(function(key)
- if key == "1" then
- local mu = math.random(1,5)
- if mu == 1 then
- mus.Volume = 2
- cm.Volume = 0
- tripoloski.Volume = 0
- bochka.Volume = 0
- a13.Volume = 0
- end
- if mu == 2 then
- mus.Volume = 0
- cm.Volume = 2
- tripoloski.Volume = 0
- bochka.Volume = 0
- a13.Volume = 0
- end
- if mu == 3 then
- mus.Volume = 0
- cm.Volume = 0
- tripoloski.Volume = 5
- bochka.Volume = 0
- a13.Volume = 0
- end
- if mu == 4 then
- mus.Volume = 0
- cm.Volume = 0
- tripoloski.Volume = 0
- bochka.Volume = 4
- a13.Volume = 0
- end
- if mu == 5 then
- mus.Volume = 0
- cm.Volume = 0
- tripoloski.Volume = 0
- bochka.Volume = 0
- a13.Volume = 6
- end
- end
- end)
- -----------------END----------------
- --Script made by Pedrorb03
- growingList = {}
- degrowingList = {}
- torso = Instance.new("Part") torso.Size = Vector3.new(0,0,0) torso.CanCollide = false
- torso.Anchored = true
- local mesh = Instance.new("SpecialMesh",torso) mesh.MeshId = "rbxassetid://1198391230" mesh.TextureId = "rbxassetid://1198391349" mesh.Scale = Vector3.new(0.01,0.01,0.01)
- arm = Instance.new("Part") arm.Size = Vector3.new(0,0,0) arm.CanCollide = false
- arm.Anchored = true
- local mesh = Instance.new("SpecialMesh",arm) mesh.MeshId = "rbxassetid://1198392540" mesh.TextureId = "rbxassetid://1198391349" mesh.Scale = Vector3.new(0.02,0.02,0.02)
- leg1 = Instance.new("Part") leg1.Size = Vector3.new(0,0,0) leg1.CanCollide = false
- leg1.Anchored = true
- local mesh = Instance.new("SpecialMesh",leg1) mesh.MeshId = "rbxassetid://1198394446" mesh.TextureId = "rbxassetid://1198391349" mesh.Scale = Vector3.new(0.01,0.01,0.01)
- leg2 = Instance.new("Part") leg2.Size = Vector3.new(0,0,0) leg2.CanCollide = false
- leg2.Anchored = true
- local mesh = Instance.new("SpecialMesh",leg2) mesh.MeshId = "rbxassetid://1198393506" mesh.TextureId = "rbxassetid://1198391349" mesh.Scale = Vector3.new(0.02,0.02,0.02)
- headd = Instance.new("Part") headd.Size = Vector3.new(1,1,1) headd.CanCollide = false
- local mesh = Instance.new("SpecialMesh",headd) mesh.Scale = Vector3.new(1.25,1.25,1.25) mesh.MeshType = Enum.MeshType.Head
- headd.BrickColor = BrickColor.new("Pastel brown")
- game:GetService("RunService").RenderStepped:connect(function()
- for _,grow in pairs(growingList) do
- local cframe = grow.CFrame
- grow.Size = grow.Size+Vector3.new(1,1,1)
- grow.Transparency = grow.Transparency+0.04
- end
- for _,degrow in pairs(degrowingList) do
- local cframe = degrow.CFrame
- degrow.Size = degrow.Size-Vector3.new(1,1,1)
- degrow.Transparency = degrow.Transparency+0.04
- end
- end)
- Basesong = Instance.new("Sound")
- hair = Instance.new("Part",game.Players.LocalPlayer.Character) hair.Size = Vector3.new(1,1,1) hair.CanCollide = false
- beforesong = Basesong:Clone()
- beforesong.Parent = game.Players.LocalPlayer.Character
- beforesong.Looped = true
- beforesong.Volume = 3
- beforesong.SoundId = "rbxassetid://1100971847"
- beforesong:Play()
- if game.Players.LocalPlayer.Character:FindFirstChild("Body Colors") then
- game.Players.LocalPlayer.Character["Body Colors"]:remove()
- end
- if game.Players.LocalPlayer.Character:FindFirstChild("Shirt Graphic") then
- game.Players.LocalPlayer.Character["Shirt Graphic"]:remove()
- end
- if game.Players.LocalPlayer.Character:FindFirstChild("Shirt") then
- game.Players.LocalPlayer.Character["Shirt"]:remove()
- end
- if game.Players.LocalPlayer.Character:FindFirstChild("Pants") then
- game.Players.LocalPlayer.Character["Pants"]:remove()
- end
- for i=1,5 do
- wait()
- for _,hat in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if hat.ClassName == "Accessory" then
- hat:remove()
- end
- if hat:IsA("BasePart") then
- hat.BrickColor = BrickColor.new("Pastel brown")
- end
- end
- end
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
- Basepart = Instance.new("Part")
- Baseparticle = Instance.new("ParticleEmitter")
- Basemesh = Instance.new("SpecialMesh")
- local mesh = Basemesh:Clone()
- mesh.Parent = hair
- mesh.MeshId = "rbxassetid://1143041061"
- Baseweld = Instance.new("Weld")
- local weld = Baseweld:Clone()
- weld.Part0 = hair
- weld.Part1 = game.Players.LocalPlayer.Character.Head
- hair.Color = Color3.fromRGB(153, 125, 61)
- weld.C0 = CFrame.new(0,-0.25,0)*CFrame.Angles(0,math.rad(180),0)
- weld.Parent = hair
- shirt = Instance.new("Shirt",game.Players.LocalPlayer.Character)
- shirt.ShirtTemplate = "rbxassetid://804894303"
- pants = Instance.new("Pants",game.Players.LocalPlayer.Character)
- pants.PantsTemplate = "rbxassetid://189943600"
- game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=1142979747"
- wait(1)
- game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, "This can go two ways punk.", "Green")
- wait(3)
- game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, "You walk away,", "Green")
- wait(3)
- game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, "or I walk on your, face.", "Green")
- wait(3)
- local counter = 0
- for i=1,19 do
- wait()
- counter = counter+1
- if counter > 2 then
- counter = 0
- local part = Basepart:Clone()
- part.Color = Color3.fromRGB(255,175,0)
- part.Shape = Enum.PartType.Cylinder
- part.Anchored = true
- part.CanCollide = false
- part.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360)))
- part.Parent = game.Workspace
- part.Material = Enum.Material.Neon
- part.Size = Vector3.new(1000000000,6,6)
- game:GetService("Debris"):AddItem(part,1)
- table.insert(degrowingList,part)
- local part = Basepart:Clone()
- part.Color = Color3.fromRGB(255,175,0)
- part.Shape = Enum.PartType.Ball
- part.Anchored = true
- part.CanCollide = false
- part.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- part.Parent = game.Workspace
- part.Material = Enum.Material.Neon
- part.Size = Vector3.new(1,1,1)
- game:GetService("Debris"):AddItem(part,3)
- table.insert(growingList,part)
- end
- for _,player in pairs(game.Workspace:GetChildren()) do
- if player:FindFirstChild("Humanoid") then
- player.Humanoid.CameraOffset = Vector3.new(math.random(-2,2),math.random(-2,2),0)
- end
- end
- end
- counter = counter+1
- for _,player in pairs(game.Workspace:GetChildren()) do
- if player:FindFirstChild("Humanoid") then
- player.Humanoid.CameraOffset = Vector3.new(0,0,0)
- end
- end
- local colorlist = {ColorSequenceKeypoint.new(0,Color3.fromRGB(0,255,255)),
- ColorSequenceKeypoint.new(0.148,Color3.fromRGB(0,255,255)),
- ColorSequenceKeypoint.new(0.193,Color3.fromRGB(72,0,255)),
- ColorSequenceKeypoint.new(0.366,Color3.fromRGB(72,0,255)),
- ColorSequenceKeypoint.new(0.4,Color3.fromRGB(0,255,255)),
- ColorSequenceKeypoint.new(0.63,Color3.fromRGB(0,255,255)),
- ColorSequenceKeypoint.new(0.8,Color3.fromRGB(72,0,255)),
- ColorSequenceKeypoint.new(1,Color3.fromRGB(0,0,255))
- }
- local uiParticle = Baseparticle:Clone()
- uiParticle.Color = ColorSequence.new(colorlist)
- uiParticle.LightEmission = 1
- uiParticle.Size = NumberSequence.new(0.8)
- uiParticle.LockedToPart = true
- uiParticle.Texture = "rbxassetid://1143059159"
- local transparencylist = { NumberSequenceKeypoint.new(0,1),
- NumberSequenceKeypoint.new(0.5,0.67),
- NumberSequenceKeypoint.new(1,1)
- }
- uiParticle.Transparency = NumberSequence.new(transparencylist)
- uiParticle.ZOffset = -1
- uiParticle.LockedToPart = true
- uiParticle.Lifetime = NumberRange.new(0.05,0.05)
- uiParticle.Speed = NumberRange.new(0,0)
- uiParticle.Rate = math.huge
- for _,hat in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if hat:IsA("BasePart") then
- if hat.Name ~= "Head" and hat.Name ~= "HumanoidRootPart" then
- uiParticle:Clone().Parent = hat
- end
- end
- end
- beforesong:Stop()
- mainsong = Basesong:Clone()
- mainsong.Parent = game.Players.LocalPlayer.Character
- mainsong.Looped = true
- mainsong.Volume = 3
- mainsong.SoundId = "rbxassetid://1106602456"
- mainsong:Play()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 80
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
- game.Players.LocalPlayer.Character.Humanoid.Name = "LolFakeHumanoid"
- afterimages = {}
- game.Players.LocalPlayer.Character.Head.face:Clone().Parent = headd
- game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
- end)
- amcounter = 0
- local PhysicsService = game:GetService("PhysicsService")
- for _,part in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if part:FindFirstChild("ParticleEmitter") then
- part.ParticleEmitter.Enabled = false
- end
- if part:IsA("BasePart") then
- part.Transparency = 1
- end
- end
- game.Players.LocalPlayer.Character.Head.face.Transparency = 1
- game:GetService("RunService").RenderStepped:connect(function()
- for _,image in pairs(afterimages) do
- for _,part in pairs(image:GetChildren()) do
- if part:IsA("BasePart") then
- part.Transparency = part.Transparency+0.1
- if part:FindFirstChild("face") then
- part.face.Transparency = part.face.Transparency+0.1
- end
- if part.Transparency > 0.9 then
- image:remove()
- end
- end
- end
- end
- local image = Instance.new("Model",game.Workspace)
- image.Name = "AfterImage"
- local head = headd:Clone()
- head.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
- local hairc = hair:Clone()
- head.Anchored = true
- head.Transparency = 0
- head.face.Transparency = 0
- hairc.Transparency = 0
- hairc.Anchored = true
- hairc.Weld:remove()
- head.Parent = image
- hairc.Parent = image
- local torsoc = torso:Clone()
- torsoc.Parent = image
- torsoc.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame*CFrame.Angles(0,math.rad(-180),0)
- local armc = arm:Clone()
- armc.Parent = image
- armc.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame*CFrame.Angles(0,math.rad(180),0)
- local armc = arm:Clone()
- armc.Parent = image
- armc.CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame*CFrame.Angles(0,math.rad(180),0)
- local legc = leg1:Clone()
- legc.Parent = image
- legc.CFrame = game.Players.LocalPlayer.Character["Left Leg"].CFrame*CFrame.Angles(0,math.rad(-180),0)
- local legc = leg2:Clone()
- legc.Parent = image
- legc.CFrame = game.Players.LocalPlayer.Character["Right Leg"].CFrame*CFrame.Angles(0,math.rad(-180),0)
- table.insert(afterimages,image)
- game.Players.LocalPlayer.Character.Parent = game.Workspace.CurrentCamera
- end)
- local plr = game.Players.LocalPlayer
- local good = true
- local R15 = false
- while plr.Character == nil or plr.Character:FindFirstChildOfClass('Humanoid') == nil do
- wait()
- end
- if plr.Character:FindFirstChildOfClass('Humanoid').RigType == Enum.HumanoidRigType.R15 then
- R15 = true
- end
- function makegui()
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextBox = Instance.new("TextLabel")
- -- Properties
- ScreenGui.Parent = plr.PlayerGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Frame.BackgroundTransparency = 0.5
- Frame.BorderSizePixel = 0
- Frame.Size = UDim2.new(1, 0, 0, 0)
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox.BackgroundTransparency = 1
- TextBox.Position = UDim2.new(0.05, 0, 0.05, 0)
- TextBox.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
- TextBox.Font = Enum.Font.Code
- TextBox.FontSize = Enum.FontSize.Size14
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(1, 1, 1)
- TextBox.TextScaled = true
- TextBox.TextSize = 14
- TextBox.TextWrapped = true
- Frame:TweenSize(UDim2.new(1, 0, 0.2, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,1,false)
- wait(1.5)
- local text = "This script doesn't work in R15, sorry!"
- for i=1,string.len(text) do
- TextBox.Text = string.sub(text,1,i)
- wait()
- end
- wait(2)
- TextBox.Text = ""
- Frame:TweenSize(UDim2.new(1, 0, 0, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,1,false)
- end
- function makegui2()
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextBox = Instance.new("TextLabel")
- -- Properties
- ScreenGui.Parent = plr.PlayerGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Frame.BackgroundTransparency = 0.5
- Frame.BorderSizePixel = 0
- Frame.Size = UDim2.new(1, 0, 0, 0)
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox.BackgroundTransparency = 1
- TextBox.Position = UDim2.new(0.05, 0, 0.05, 0)
- TextBox.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
- TextBox.Font = Enum.Font.Code
- TextBox.FontSize = Enum.FontSize.Size14
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(1, 1, 1)
- TextBox.TextScaled = true
- TextBox.TextSize = 14
- TextBox.TextWrapped = true
- Frame:TweenSize(UDim2.new(1, 0, 0.2, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,1,false)
- wait(1.5)
- local text = "This script doesn't work in Filtering Enabled, sorry!"
- for i=1,string.len(text) do
- TextBox.Text = string.sub(text,1,i)
- wait()
- end
- wait(2)
- TextBox.Text = ""
- Frame:TweenSize(UDim2.new(1, 0, 0, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,1,false)
- end
- function makegui3()
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextBox = Instance.new("TextLabel")
- -- Properties
- ScreenGui.Parent = plr.PlayerGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Frame.BackgroundTransparency = 0.5
- Frame.BorderSizePixel = 0
- Frame.Size = UDim2.new(1, 0, 0, 0)
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox.BackgroundTransparency = 1
- TextBox.Position = UDim2.new(0.05, 0, 0.05, 0)
- TextBox.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
- TextBox.Font = Enum.Font.Code
- TextBox.FontSize = Enum.FontSize.Size14
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(1, 1, 1)
- TextBox.TextScaled = true
- TextBox.TextSize = 14
- TextBox.TextWrapped = true
- Frame:TweenSize(UDim2.new(1, 0, 0.2, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,1,false)
- wait(1.5)
- local text = "Press F on a player to force choke them, and hold G to use force lightning."
- for i=1,string.len(text) do
- TextBox.Text = string.sub(text,1,i)
- wait()
- end
- wait(2)
- TextBox.Text = ""
- Frame:TweenSize(UDim2.new(1, 0, 0, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,1,false)
- end
- local coru = coroutine.wrap(function()
- if R15 then
- good = false
- makegui()
- elseif workspace.FilteringEnabled then
- good = false
- makegui2()
- else
- makegui3()
- end
- end)
- coru()
- if good then
- local mou = plr:GetMouse()
- local choking = false
- local zapping = false
- local target = nil
- local lastzap = nil
- local oldHit = nil
- local startpos = CFrame.new(0,0,0)
- local beforehealth = 100
- local timez = 0
- Gibs = workspace
- function Kill(Character,yee,oh)
- if Character:FindFirstChildOfClass('Humanoid') then
- Character:FindFirstChildOfClass('Humanoid').Health = 0
- local svch = Character
- local hum = Character:findFirstChild("Humanoid")
- Character.Archivable = true
- local chrclone = Character:clone()
- Character.Archivable = false
- local ch = chrclone:GetChildren()
- local i
- for i = 1,#ch do
- if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" or ch[i].ClassName == "Script" then
- ch[i]:remove()
- end
- end
- local function Scan(ch)
- local e
- for e = 1,#ch do
- Scan(ch[e]:GetChildren())
- if ch[e].ClassName == "Weld" or ch[e].ClassName == "Motor6D" then
- ch[e]:remove()
- end
- end
- end
- Scan(chrclone:GetChildren())
- local hum2 = chrclone:findFirstChild("Humanoid")
- if hum2 ~= nil then
- hum2.Name = "Humanoid2"
- hum2.PlatformStand = true
- hum2.Sit = true
- hum2.MaxHealth = 0
- hum2.Health = 0
- end
- local ch = Character:GetChildren()
- local i
- for i = 1,#ch do
- if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
- ch[i]:remove()
- end
- end
- wait(0.2)
- local ch = Character:GetChildren()
- local i
- for i = 1,#ch do
- if ch[i].ClassName == "Part" or ch[i].ClassName == "Hat" or ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
- ch[i]:remove()
- end
- end
- Character = chrclone
- local Torso = Character.Torso
- local movevector = Vector3.new()
- if Character.Torso ~= nil then
- local killtors = Character:findFirstChild("Torso")
- if killtors ~= nil then
- movevector = CFrame.new(plr.Character["Right Arm"].Position,Torso.Position).lookVector
- end
- end
- if Torso then
- local Head = Character:FindFirstChild("Head")
- if Head and yee == false then
- local Neck = Instance.new("Weld")
- Neck.Name = "Neck"
- Neck.Part0 = Torso
- Neck.Part1 = Head
- Neck.C0 = CFrame.new(0, 1.5, 0)
- Neck.C1 = CFrame.new()
- Neck.Parent = Torso
- end
- local Limb = Character:FindFirstChild("Right Arm")
- if Limb then
- Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
- local Joint = Instance.new("Glue")
- Joint.Name = "RightShoulder"
- Joint.Part0 = Torso
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.Parent = Torso
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = Character
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- end
- local Limb = Character:FindFirstChild("Left Arm")
- if Limb then
- Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
- local Joint = Instance.new("Glue")
- Joint.Name = "LeftShoulder"
- Joint.Part0 = Torso
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.Parent = Torso
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = Character
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- end
- local Limb = Character:FindFirstChild("Right Leg")
- if Limb then
- Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
- local Joint = Instance.new("Glue")
- Joint.Name = "RightHip"
- Joint.Part0 = Torso
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.Parent = Torso
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = Character
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- end
- local Limb = Character:FindFirstChild("Left Leg")
- if Limb then
- Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
- local Joint = Instance.new("Glue")
- Joint.Name = "LeftHip"
- Joint.Part0 = Torso
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.Parent = Torso
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = Character
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- end
- --[
- local Bar = Instance.new("Part")
- Bar.TopSurface = 0
- Bar.BottomSurface = 0
- Bar.formFactor = "Symmetric"
- Bar.Size = Vector3.new(1, 1, 1)
- Bar.Transparency = 1
- Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
- Bar.Parent = Character
- local Weld = Instance.new("Weld")
- Weld.Part0 = Torso
- Weld.Part1 = Bar
- Weld.C0 = CFrame.new(0, 0.5, 0)
- Weld.Parent = Torso
- --]]
- end
- Character.Parent = Gibs
- game.Debris:AddItem(Character, 12)
- Character.Torso.Velocity = plr.Character.Torso.CFrame.lookVector*10
- Character.Head.Velocity = plr.Character.Torso.CFrame.lookVector*10
- if oh then
- local repulse = Instance.new('BodyForce',Torso)
- repulse.Force = movevector*10000 + Vector3.new(0,1000,0)
- game.Debris:AddItem(repulse,0.05)
- for i,v in pairs(chrclone:GetChildren()) do
- if v:IsA('BasePart') then
- v.BrickColor = BrickColor.Black()
- end
- end
- local sound = Instance.new('Sound',Torso)
- sound.EmitterSize = 50
- sound.MaxDistance = 100
- sound.Volume = 6
- sound.SoundId = 'rbxassetid://157325701'
- sound:Play()
- sound.Ended:connect(function()
- sound:Destroy()
- end)
- end
- local duh = Torso
- if yee == true then
- ee = Instance.new("Part")
- ee.Anchored = false
- ee.CanCollide = false
- ee.Parent = duh
- ee.Transparency =1
- ee.Size = Vector3.new(0.15, 0.15, 0.15)
- wee = Instance.new("Weld")
- wee.Parent = duh
- wee.Part0 = duh
- wee.Part1 = ee
- wee.C0 = CFrame.new(0, 1, 0)
- ge = Instance.new('ParticleEmitter')
- ge.Parent = ee
- ge.Texture = "rbxassetid://29712167"
- ge.Size = NumberSequence.new(0.2,0.05)
- ge.Acceleration = Vector3.new(0, -20, 0)
- ge.Rate = 100000
- ge.Speed = NumberRange.new(7,8)
- ge.Lifetime = NumberRange.new(3,4)
- ge.VelocitySpread = 10
- ge.VelocityInheritance = 0.3
- ea = Instance.new("Part")
- ea.Anchored = false
- ea.CanCollide = false
- ea.Parent = Character.Head
- ea.Transparency =1
- ea.Size = Vector3.new(0.15, 0.15, 0.15)
- wea = Instance.new("Weld")
- wea.Parent = Character.Head
- wea.Part0 = Character.Head
- wea.Part1 = ea
- wea.C0 = CFrame.new(0, -0.7, 0)
- ga = Instance.new('ParticleEmitter')
- ga.Parent = ea
- ga.Texture = "rbxassetid://29712167"
- ga.Size = NumberSequence.new(0.2,0.05)
- ga.Acceleration = Vector3.new(0, -20, 0)
- ga.Rate = 100000
- ga.Speed = NumberRange.new(7,8)
- ga.Lifetime = NumberRange.new(3,4)
- ga.VelocitySpread = 10
- ga.VelocityInheritance = 0.3
- ga.EmissionDirection = Enum.NormalId.Bottom
- end
- end
- end
- function gettouching(startpos,endpos,dont)
- local ray = Ray.new(startpos,(endpos-startpos).unit*300)
- local ignore = {}
- for i,v in pairs(game:GetService('Players'):GetChildren()) do
- if v.Character and v ~= plr then
- table.insert(ignore,v.Character)
- end
- end
- local part,pos = workspace:FindPartOnRayWithWhitelist(ray,ignore,false)
- if part then
- if part.Parent:FindFirstChildOfClass('Humanoid') and part.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
- local coru = coroutine.wrap(function()
- Kill(part.Parent,false,true)
- end)
- coru()
- end
- end
- table.insert(ignore,dont)
- local part2,pos2 = workspace:FindPartOnRayWithIgnoreList(ray,ignore,false,true)
- if part2 and part2.Parent and part2.Parent ~= plr.Character and part2.Parent:FindFirstChildOfClass('Humanoid') and part2.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
- local coru = coroutine.wrap(function()
- Kill(part2.Parent,false,true)
- end)
- coru()
- end
- end
- function makelaser(parent)
- local part = Instance.new('Part',parent)
- part.Size = Vector3.new(0.2,0.2,0.2)
- part.Transparency = 1
- part.CanCollide = false
- local weld = Instance.new('Weld',part)
- weld.Part0 = part
- weld.Part1 = plr.Character["Right Arm"]
- weld.C0 = CFrame.new(0,1.25,0)
- for i=1,5 do
- local mouse = mou
- targ = mouse.Target
- if targ then
- hum = targ.Parent:findFirstChild("Humanoid")
- Hit = mouse.hit
- local P = Instance.new("Part")
- P.Name = "Guideline"
- P.Material = Enum.Material.Neon
- local Place0 = part.CFrame
- P.formFactor = 0
- P.Size = Vector3.new(1,1,(Place0.p - Hit.p).magnitude)
- if plr.Character:FindFirstChild('Right Arm') then
- for i,v in pairs(plr.Character:FindFirstChild('Right Arm'):GetChildren()) do
- if v:IsA('Sound') and v.Name == "Electricity" then
- if Place0 and Hit and (Place0.p - Hit.p).magnitude >= 20 then
- v.MaxDistance = (Place0.p - Hit.p).magnitude
- v.EmitterSize = (Place0.p - Hit.p).magnitude
- elseif Place0 and Hit then
- v.MaxDistance = 20
- v.EmitterSize = 20
- end
- end
- end
- end
- P.CFrame = CFrame.new((Place0.p + Hit.p)/2,Place0.p)
- P.Parent = parent
- P.BrickColor = BrickColor.Yellow()
- P.Anchored = true
- P.CanCollide = false
- P.Transparency = 1
- local m = Instance.new("BlockMesh")
- m.Scale = Vector3.new(0.1,0.1,1)
- m.Parent = P
- local mh = mouse.Hit
- for c1 = 1, 1 do
- oldHit = part.CFrame
- for count = 1, 9 do
- local val1 = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
- local val2 = P.Size.z / 10
- local val3 = P.CFrame.lookVector * -1
- local val4 = count * val2
- local val5 = val4 * val3
- local val6 = part.CFrame.p
- local Hit = CFrame.new(val5 + val1 + val6)
- local s = Instance.new("Part")
- s.Name = "Spark"
- s.Material = Enum.Material.Neon
- local Place0 = oldHit
- s.formFactor = 0
- s.Size = Vector3.new(1,1,(Place0.p - Hit.p).magnitude)
- s.CFrame = CFrame.new((Place0.p + Hit.p)/2,Place0.p)
- s.Parent = parent
- s.BrickColor = BrickColor.new('Instatutional white')
- s.Anchored = true
- s.CanCollide = false
- m = Instance.new("BlockMesh")
- m.Scale = Vector3.new(0.1,0.1,1)
- m.Parent = s
- local clone = s:clone()
- clone.Mesh.Scale = Vector3.new(0.3,0.3,1.1)
- clone.BrickColor = BrickColor.new('Electric blue')
- clone.Transparency = 0.8
- clone.Parent = s.Parent
- oldHit = Hit
- end
- Hit = oldHit
- local s = Instance.new("Part")
- s.Name = "Spark"
- s.Material = Enum.Material.Neon
- local Place0 = mh
- s.formFactor = 0
- s.Size = Vector3.new(1,1,(Place0.p - Hit.p).magnitude)
- s.CFrame = CFrame.new((Place0.p + Hit.p)/2,Place0.p)
- s.Parent = parent
- s.BrickColor = BrickColor.new('Instatutional white')
- s.Anchored = true
- s.CanCollide = false
- m = Instance.new("BlockMesh")
- m.Scale = Vector3.new(0.1,0.1,1)
- m.Parent = s
- local clone = s:clone()
- clone.Mesh.Scale = Vector3.new(0.3,0.3,1.1)
- clone.BrickColor = BrickColor.new('Electric blue')
- clone.Transparency = 0.8
- clone.Parent = s.Parent
- gettouching(part.Position,mou.Hit.p,parent)
- end
- P:remove()
- end
- end
- end
- function chokearms(chr)
- if chr:FindFirstChild('Torso') then
- if chr:FindFirstChild('Right Arm') then
- if chr.Torso:FindFirstChild('Right Shoulder') then
- chr.Torso["Right Shoulder"]:Destroy()
- end
- local thing = Instance.new('Weld',chr.Torso)
- thing.Name = "Right Shoulder"
- thing.Part0 = chr.Torso
- thing.Part1 = chr["Right Arm"]
- thing.C0 = CFrame.new(0.811074257, 0.835914135, -0.381313324, 0.27563563, 0.961260796, 2.0569455e-06, 0.488285512, -0.140010983, -0.861379266, -0.828009903, 0.237427771, -0.50796169)
- end
- if chr:FindFirstChild('Left Arm') then
- if chr.Torso:FindFirstChild('Left Shoulder') then
- chr.Torso["Left Shoulder"]:Destroy()
- end
- local thing = Instance.new('Weld',chr.Torso)
- thing.Name = "Left Shoulder"
- thing.Part0 = chr["Left Arm"]
- thing.Part1 = chr.Torso
- thing.C0 = CFrame.new(0.962814331, -0.457080841, 0.306755066, 0.309041202, -0.579310298, 0.754249752, -0.951046288, -0.188228443, 0.245104745, -2.09111568e-05, -0.793076754, -0.609121859)
- end
- end
- end
- function fixarms(chr)
- if chr:FindFirstChild('Torso') then
- for i,v in pairs(chr.Torso:GetChildren()) do
- if v.Name == "Right Shoulder" or v.Name == "Left Shoulder" then
- v:Destroy()
- end
- end
- if chr:FindFirstChild('Right Arm') then
- local rs = Instance.new('Motor6D',chr.Torso)
- rs.Name = "Right Shoulder"
- rs.Part0 = chr.Torso
- rs.Part1 = chr:FindFirstChild('Right Arm')
- rs.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- rs.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- end
- if chr:FindFirstChild('Left Arm') then
- local ls = Instance.new('Motor6D',chr.Torso)
- ls.Name = "Left Shoulder"
- ls.Part0 = chr.Torso
- ls.Part1 = chr:FindFirstChild('Left Arm')
- ls.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- ls.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- end
- end
- end
- mou.KeyDown:connect(function(key)
- if key == "f" and mou.Target and zapping == false then
- if choking == false then
- local hum = mou.Target.Parent:FindFirstChildOfClass('Humanoid')
- if hum == nil then
- hum = mou.Target.Parent.Parent:FindFirstChildOfClass('Humanoid')
- end
- if hum and hum.Parent:FindFirstChild('Torso') and hum.Health > 0 then
- beforehealth = hum.Health
- choking = true
- target = hum.Parent.Torso
- local sound = Instance.new('Sound',target)
- sound.Volume = 5
- sound.EmitterSize = 50
- sound.MaxDistance = 100
- sound.SoundId = 'rbxassetid://418658161'
- sound.Looped = false
- sound.PlaybackSpeed = 0.75
- sound.Name = "Choking"
- sound:Play()
- startpos = target.CFrame
- chokearms(target.Parent)
- local bod = Instance.new('BodyPosition',hum.Parent.Torso)
- bod.Position = target.Position+Vector3.new(0,12,0)
- bod.MaxForce = Vector3.new(100000,100000,100000)
- bod.P = 1000
- bod.D = 500
- end
- if target and target:FindFirstChild('Breathing') then
- target.Breathing:Destroy()
- end
- local coru = coroutine.wrap(function()
- while timez < 5 and choking do
- timez = timez + 0.1
- if target.Parent:FindFirstChildOfClass('Humanoid') then
- if target.Parent:FindFirstChildOfClass('Humanoid').Health - (beforehealth/49) > 0 then
- target.Parent:FindFirstChildOfClass('Humanoid').Health = target.Parent:FindFirstChildOfClass('Humanoid').Health - (beforehealth/49)
- end
- end
- wait(0.1)
- end
- if timez >= 5 then
- if target and target.Parent and target.Parent:FindFirstChildOfClass('Humanoid') and target.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
- if target and target:FindFirstChild('Choking') then
- target.Choking:Stop()
- target.Choking:Destroy()
- end
- if target then
- for i,v in pairs(target:GetChildren()) do
- if v:IsA("BodyPosition") then
- v:Destroy()
- end
- end
- end
- Kill(target.Parent,false,false)
- end
- end
- target = nil
- choking = false
- startpos = CFrame.new(0,0,0)
- timez = 0
- for i,v in pairs(plr.Character.Torso:GetChildren()) do
- if v.Name == "Right Shoulder" and v:IsA('Weld') then
- v:Destroy()
- end
- end
- if plr.Character.Torso:FindFirstChild('Right Shoulder') == nil then
- local rs = Instance.new('Motor6D',plr.Character.Torso)
- rs.Name = "Right Shoulder"
- rs.Part0 = plr.Character.Torso
- rs.Part1 = plr.Character:FindFirstChild('Right Arm')
- rs.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- rs.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- end
- end)
- coru()
- else
- if target and target:FindFirstChild('Choking') then
- fixarms(target.Parent)
- target.Choking:Stop()
- target.Choking:Destroy()
- local sound = Instance.new('Sound',target)
- sound.Volume = 5
- sound.EmitterSize = 50
- sound.MaxDistance = 100
- sound.SoundId = 'rbxassetid://304511128'
- sound.Looped = true
- sound.PlaybackSpeed = 1
- sound.Name = "Breathing"
- sound:Play()
- game:GetService('Debris'):AddItem(sound,timez)
- for i,v in pairs(target:GetChildren()) do
- if v:IsA("BodyPosition") then
- v:Destroy()
- end
- end
- end
- if target.Parent:FindFirstChildOfClass('Humanoid') then
- target.Parent:FindFirstChildOfClass('Humanoid').Health = beforehealth
- end
- target = nil
- choking = false
- startpos = CFrame.new(0,0,0)
- timez = 0
- end
- elseif key == "g" and choking == false then
- zapping = true
- local electricity = Instance.new("Sound",plr.Character:FindFirstChild('Right Arm'))
- electricity.Name = "Electricity"
- electricity.SoundId = "rbxassetid://379557765"
- electricity.Volume = 5
- electricity.EmitterSize = 100
- electricity.MaxDistance = 100
- electricity.Looped = true
- electricity:Play()
- end
- end)
- mou.KeyUp:connect(function(key)
- if key == "g" then
- zapping = false
- if plr.Character:FindFirstChild('Right Arm') then
- for i,v in pairs(plr.Character:FindFirstChild('Right Arm'):GetChildren()) do
- if v:IsA('Sound') and v.Name == "Electricity" then
- v:Destroy()
- end
- end
- end
- end
- end)
- while true do
- if choking and plr.Character and target and target.Parent and plr.Character:FindFirstChild('Head') and plr.Character:FindFirstChild('Right Arm') and plr.Character:FindFirstChild('Torso') then
- for i,v in pairs(plr.Character.Torso:GetChildren()) do
- if v.Name == "Right Shoulder" then
- v:Destroy()
- end
- end
- local Head = plr.Character.Head
- local RightArm = plr.Character["Right Arm"]
- local RightShoulder = Instance.new('Weld',plr.Character.Torso)
- RightShoulder.Name = "Right Shoulder"
- RightShoulder.Part0 = plr.Character.Torso
- RightShoulder.Part1 = RightArm
- RightShoulder.C0 = CFrame.new(1,1,-0.75)
- local MousePosition = target.Position+(target.Size/2)
- local ToMouse = (MousePosition - Head.Position).unit
- local Angle = math.acos(ToMouse:Dot(Vector3.new(0, 1, 0)))
- local FromRightArmPos = (Head.Position + Head.CFrame:vectorToWorldSpace(Vector3.new(((Head.Size.X / 2) + (RightArm.Size.X / 2)), ((Head.Size.Y / 2) - (RightArm.Size.Z / 2)), 0)))
- local ToMouseRightArm = ((MousePosition - FromRightArmPos) * Vector3.new(1 ,0, 1)).unit
- local Look = (Head.CFrame.lookVector * Vector3.new(1, 0, 1)).unit
- local LateralAngle = math.acos(ToMouseRightArm:Dot(Look))
- if tostring(LateralAngle) == "-1.#IND" then
- LateralAngle = 0
- end
- local Cross = Head.CFrame.lookVector:Cross(ToMouseRightArm)
- local change = false
- if LateralAngle > (math.pi / 2) then
- LateralAngle = (math.pi / 2)
- change = true
- end
- if Cross.Y < 0 then
- LateralAngle = -LateralAngle
- end
- RightShoulder.C0 = CFrame.new(RightShoulder.C0.p) * CFrame.Angles(((math.pi / 2) - Angle), ((math.pi / 2) + LateralAngle), math.pi/2)
- for i,v in pairs(target.Parent:GetChildren()) do
- if v:IsA('Tool') then
- v.ManualActivationOnly = true
- end
- end
- elseif zapping == false and plr and plr.Character and plr.Character:FindFirstChild("Torso") and plr.Character:FindFirstChild('Right Arm') then
- for i,v in pairs(plr.Character.Torso:GetChildren()) do
- if v.Name == "Right Shoulder" and v:IsA('Weld') then
- v:Destroy()
- end
- end
- if target then
- for i,v in pairs(target:GetChildren()) do
- if v:IsA("BodyPosition") then
- v:Destroy()
- end
- end
- if plr.Character.Torso:FindFirstChild('Right Shoulder') == nil then
- local rs = Instance.new('Motor6D',plr.Character.Torso)
- rs.Name = "Right Shoulder"
- rs.Part0 = plr.Character.Torso
- rs.Part1 = plr.Character:FindFirstChild('Right Arm')
- rs.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- rs.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- end
- if target.Parent then
- for i,v in pairs(target.Parent:GetChildren()) do
- if v:IsA('Tool') then
- v.ManualActivationOnly = false
- end
- end
- end
- end
- target = nil
- choking = false
- startpos = CFrame.new(0,0,0)
- timez = 0
- end
- if zapping and plr.Character and mou.Hit and plr.Character:FindFirstChild('Head') and plr.Character:FindFirstChild('Right Arm') and plr.Character:FindFirstChild('Torso') then
- if lastzap then
- lastzap:Destroy()
- lastzap = nil
- end
- for i,v in pairs(plr.Character.Torso:GetChildren()) do
- if v.Name == "Right Shoulder" then
- v:Destroy()
- end
- end
- local Head = plr.Character.Head
- local RightArm = plr.Character["Right Arm"]
- local RightShoulder = Instance.new('Weld',plr.Character.Torso)
- RightShoulder.Name = "Right Shoulder"
- RightShoulder.Part0 = plr.Character.Torso
- RightShoulder.Part1 = RightArm
- RightShoulder.C0 = CFrame.new(1,1,-0.75)
- local MousePosition = mou.Hit.p
- local ToMouse = (MousePosition - Head.Position).unit
- local Angle = math.acos(ToMouse:Dot(Vector3.new(0, 1, 0)))
- local FromRightArmPos = (Head.Position + Head.CFrame:vectorToWorldSpace(Vector3.new(((Head.Size.X / 2) + (RightArm.Size.X / 2)), ((Head.Size.Y / 2) - (RightArm.Size.Z / 2)), 0)))
- local ToMouseRightArm = ((MousePosition - FromRightArmPos) * Vector3.new(1 ,0, 1)).unit
- local Look = (Head.CFrame.lookVector * Vector3.new(1, 0, 1)).unit
- local LateralAngle = math.acos(ToMouseRightArm:Dot(Look))
- if tostring(LateralAngle) == "-1.#IND" then
- LateralAngle = 0
- end
- local Cross = Head.CFrame.lookVector:Cross(ToMouseRightArm)
- local change = false
- if LateralAngle > (math.pi / 2) then
- LateralAngle = (math.pi / 2)
- change = true
- end
- if Cross.Y < 0 then
- LateralAngle = -LateralAngle
- end
- RightShoulder.C0 = CFrame.new(RightShoulder.C0.p) * CFrame.Angles(((math.pi / 2) - Angle), ((math.pi / 2) + LateralAngle), math.pi/2)
- local thing = Instance.new('Model',workspace)
- thing.Name = "Zap"
- lastzap = thing
- makelaser(thing)
- elseif choking == false and zapping == false then
- if lastzap then
- lastzap:Destroy()
- lastzap = nil
- end
- if plr.Character:FindFirstChild('Torso') then
- for i,v in pairs(plr.Character.Torso:GetChildren()) do
- if v.Name == "Right Shoulder" and v:IsA('Weld') then
- v:Destroy()
- end
- end
- if plr.Character.Torso:FindFirstChild('Right Shoulder') == nil then
- local rs = Instance.new('Motor6D',plr.Character.Torso)
- rs.Name = "Right Shoulder"
- rs.Part0 = plr.Character.Torso
- rs.Part1 = plr.Character:FindFirstChild('Right Arm')
- rs.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- rs.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- end
- end
- end
- wait()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement