Advertisement
teotv202

ㅤㅤㅤㅤㅤㅤㅤFE Hell Toast Scriptㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ

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