SHOW:
|
|
- or go back to the newest paste.
| 1 | -------------- | |
| 2 | --Psychopath/Creature-- | |
| 3 | -------------- | |
| 4 | --By -- | |
| 5 | --CKbackup- | |
| 6 | --Edited by- | |
| 7 | --QehNoob- | |
| 8 | ------------- | |
| 9 | --Move List-- | |
| 10 | ------------- | |
| 11 | --Q - Target | |
| 12 | --AWC - Kill | |
| 13 | --ASC - End | |
| 14 | --DSC - Murder | |
| 15 | --WWC - Execute | |
| 16 | --ADQ - Appear (REQUIRED TARGET) | |
| 17 | --ASQ - Expunge (REQUIRED TARGET) | |
| 18 | --ADC - Reap (REQUIRED TARGET) | |
| 19 | --SSC - Hunt (REQUIRED TARGET) | |
| 20 | --WWSQ - Annihilation | |
| 21 | --SSADQ - Za Warudo | |
| 22 | ------------- | |
| 23 | CV="Red" | |
| 24 | p = game.Players.LocalPlayer | |
| 25 | char = p.Character | |
| 26 | local txt = Instance.new("BillboardGui", char)
| |
| 27 | txt.Adornee = char .Head | |
| 28 | txt.Name = "_status" | |
| 29 | txt.Size = UDim2.new(2, 0, 1.2, 0) | |
| 30 | txt.StudsOffset = Vector3.new(-9, 8, 0) | |
| 31 | local text = Instance.new("TextLabel", txt)
| |
| 32 | text.Size = UDim2.new(10, 0, 7, 0) | |
| 33 | text.FontSize = "Size24" | |
| 34 | text.TextScaled = true | |
| 35 | text.TextTransparency = 0 | |
| 36 | text.BackgroundTransparency = 1 | |
| 37 | text.TextTransparency = 0 | |
| 38 | text.TextStrokeTransparency = 0 | |
| 39 | text.Font = "SciFi" | |
| 40 | text.TextStrokeColor3 = Color3.new(0,0,0) | |
| 41 | ||
| 42 | v=Instance.new("Part")
| |
| 43 | v.Name = "ColorBrick" | |
| 44 | v.Parent=p.Character | |
| 45 | v.FormFactor="Symmetric" | |
| 46 | v.Anchored=true | |
| 47 | v.CanCollide=false | |
| 48 | v.BottomSurface="Smooth" | |
| 49 | v.TopSurface="Smooth" | |
| 50 | v.Size=Vector3.new(10,5,3) | |
| 51 | v.Transparency=1 | |
| 52 | v.CFrame=char.Torso.CFrame | |
| 53 | v.BrickColor=BrickColor.new(CV) | |
| 54 | v.Transparency=1 | |
| 55 | text.TextColor3 = Color3.new(180/255,0,0) | |
| 56 | v.Shape="Block" | |
| 57 | text.Text = "A Terrible Psychopath" | |
| 58 | coroutine.wrap(function() | |
| 59 | while wait() do | |
| 60 | wait(3) | |
| 61 | text.Text = "GIVE UP" | |
| 62 | wait() | |
| 63 | text.Text = "A Terrible Psychopath"; | |
| 64 | wait(2) | |
| 65 | local str = "" | |
| 66 | for i = 1, math.random(3,25) do | |
| 67 | str = str..string.char(math.random(65,122)) | |
| 68 | end | |
| 69 | text.Text = str | |
| 70 | wait() | |
| 71 | str = "" | |
| 72 | for i = 1, math.random(12,25) do | |
| 73 | str = str..string.char(math.random(48,122)) | |
| 74 | end | |
| 75 | wait() | |
| 76 | text.Text = str | |
| 77 | wait() | |
| 78 | text.Text = "A Terrible Psychopath"; | |
| 79 | wait(1) | |
| 80 | text.Text = "Die." | |
| 81 | wait() | |
| 82 | text.Text = "Burn in hell." | |
| 83 | wait() | |
| 84 | text.Text = "A Terrible Psychopath"; | |
| 85 | wait(2) | |
| 86 | text.Text = "You made me do this."; | |
| 87 | wait() | |
| 88 | text.Text = "You can't stop me."; | |
| 89 | wait() | |
| 90 | for i = 1, math.random(12,25) do | |
| 91 | str = str..string.char(math.random(48,57)) | |
| 92 | end | |
| 93 | text.Text = str | |
| 94 | wait() | |
| 95 | text.Text = "A Terrible Psychopath"; | |
| 96 | wait(2) | |
| 97 | end | |
| 98 | end)() | |
| 99 | local s = Instance.new("Sound",char)
| |
| 100 | s.Name = "Warning" | |
| 101 | s.SoundId = "rbxassetid://1094584216" | |
| 102 | s.Pitch = 1 | |
| 103 | s.Volume = 100 | |
| 104 | s.Looped = false | |
| 105 | s.archivable = false | |
| 106 | s.Parent = char.Head | |
| 107 | wait(0.1) | |
| 108 | s:play() | |
| 109 | ||
| 110 | player = game.Players.LocalPlayer | |
| 111 | chara = player.Character | |
| 112 | debby = game.Debris | |
| 113 | Mouse = player:GetMouse() | |
| 114 | chara.Humanoid.WalkSpeed = 25 | |
| 115 | atkd = false | |
| 116 | targetted = nil | |
| 117 | ||
| 118 | --Outfit-- | |
| 119 | New = function(Object, Parent, Name, Data) | |
| 120 | local Object = Instance.new(Object) | |
| 121 | for Index, Value in pairs(Data or {}) do
| |
| 122 | Object[Index] = Value | |
| 123 | end | |
| 124 | Object.Parent = Parent | |
| 125 | Object.Name = Name | |
| 126 | return Object | |
| 127 | end | |
| 128 | ||
| 129 | ShadowHead = New("Part",chara,"ShadowHead",{BrickColor = BrickColor.new("Really black"),Size = Vector3.new(1.20000005, 0.600000024, 1),CFrame = CFrame.new(68.5999985, 0.700013041, 9.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 130 | Mesh = New("SpecialMesh",ShadowHead,"Mesh",{Scale = Vector3.new(1.25999999, 1.5, 1.25999999),})
| |
| 131 | Weld = New("ManualWeld",ShadowHead,"Weld",{Part0 = ShadowHead,Part1 = chara.Head,C1 = CFrame.new(0, 0.200000048, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 132 | ||
| 133 | Knifu = New("Model",chara,"Knifu",{})
| |
| 134 | Handle = New("Part",Knifu,"Handle",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000024, 0.400000006),CFrame = CFrame.new(54.1000023, 0.6000067, 26.4000034, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 135 | Mesh = New("CylinderMesh",Handle,"Mesh",{})
| |
| 136 | KWeld = New("ManualWeld",Handle,"Weld",{Part0 = Handle,Part1 = chara["Right Arm"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0),C1 = CFrame.new(0, -1.00000644, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 137 | Hitbox = New("Part",Knifu,"Hitbox",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 1.4000001, 0.400000006),CFrame = CFrame.new(54.1000023, 0.6000067, 27.6000042, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 138 | Weld = New("ManualWeld",Hitbox,"Weld",{Part0 = Hitbox,Part1 = Handle,C1 = CFrame.new(0, 1.20000052, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 139 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(54.1000023, 0.6000067, 26.2000046, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 140 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 141 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, -0.199999809, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 142 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(54.1000023, 0.6000067, 26.8000031, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 143 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.5, 1.20000005, 1.5),})
| |
| 144 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.400000334, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 145 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(54.1000023, 0.800005555, 26.8000031, -1, 0, 0, 0, 0, -1, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 146 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
| |
| 147 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.400000095, 0.199998856, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 148 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000036),CFrame = CFrame.new(54.1000023, 0.400004029, 26.8000031, 1, 0, 0, 0, 0, 1, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 149 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
| |
| 150 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 0.400000095, -0.20000267, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 151 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(54.1000023, 0.500006318, 27.2000046, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 152 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
| |
| 153 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.800000429, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 154 | BloodPart = New("Part",Knifu,"BloodPart",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.399999946, 0.400000036),CFrame = CFrame.new(54.1000023, 0.600008607, 28.1000042, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 155 | Mesh = New("SpecialMesh",BloodPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 156 | Weld = New("ManualWeld",BloodPart,"Weld",{Part0 = BloodPart,Part1 = Handle,C1 = CFrame.new(0, 1.70000005, 1.90734863e-06, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 157 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700007081, 27.8000031, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 158 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
| |
| 159 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.40000057, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 160 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.0000038, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 161 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 162 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.599999905, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 163 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.0000038, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 164 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 165 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.599999905, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 166 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.2000027, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 167 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 168 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.799999952, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 169 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.2000027, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 170 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 171 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.799999952, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 172 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.4000034, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 173 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 174 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 175 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.4000034, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 176 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 177 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 178 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.6000042, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 179 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 180 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.20000005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 181 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.6000042, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 182 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 183 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.20000005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 184 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700007081, 27.4000034, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 185 | Mesh = New("BlockMesh",Part,"Mesh",{Offset = Vector3.new(0, 0, -0.0500000007),Scale = Vector3.new(0.400000006, 1, 0.5),})
| |
| 186 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.00000048, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 187 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(54.1000023, 0.6000067, 26.4000034, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 188 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 189 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.38418579e-07, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 190 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(54.1000023, 0.6000067, 26.6000042, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 191 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 192 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.200000286, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 193 | Blood2Part = New("Part",Knifu,"Blood2Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(54.1000023, 0.500006318, 27.7000046, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 194 | Mesh = New("BlockMesh",Blood2Part,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),})
| |
| 195 | Weld = New("ManualWeld",Blood2Part,"Weld",{Part0 = Blood2Part,Part1 = Handle,C1 = CFrame.new(0, 1.30000043, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 196 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000033),CFrame = CFrame.new(54.1000023, 0.700008988, 27.8000031, -1, 0, 0, 0, 0, -1, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 197 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 198 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.4000001, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 199 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000033),CFrame = CFrame.new(54.1000023, 0.500008225, 27.4000034, -1, 0, 0, 0, 0, -1, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 200 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 201 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, -0.0999984741, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 202 | ||
| 203 | local p1mit = Instance.new("ParticleEmitter",Hitbox)
| |
| 204 | p1mit.Texture = "rbxasset://textures/particles/fire_main.dds" | |
| 205 | p1mit.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(.6,0,0)),ColorSequenceKeypoint.new(1,Color3.new(.6,0,0))})
| |
| 206 | p1mit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)})
| |
| 207 | p1mit.Lifetime = NumberRange.new(2) | |
| 208 | p1mit.Rate = 100 | |
| 209 | p1mit.Enabled = false | |
| 210 | p1mit.Acceleration = Vector3.new(0,-5,0) | |
| 211 | p1mit.Rotation = NumberRange.new(0,359) | |
| 212 | p1mit.Speed = NumberRange.new(0) | |
| 213 | local p2mit = Instance.new("ParticleEmitter",BloodPart)
| |
| 214 | p2mit.Texture = "http://www.roblox.com/asset/?id=243132757" | |
| 215 | p2mit.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(.6,0,0)),ColorSequenceKeypoint.new(1,Color3.new(.6,0,0))})
| |
| 216 | p2mit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,.1),NumberSequenceKeypoint.new(1,.1)})
| |
| 217 | p2mit.Lifetime = NumberRange.new(1) | |
| 218 | p2mit.Rate = 10 | |
| 219 | p2mit.Acceleration = Vector3.new(0,-10,0) | |
| 220 | p2mit.Speed = NumberRange.new(0) | |
| 221 | local p3mit = p2mit:Clone() | |
| 222 | p3mit.Parent = Blood2Part | |
| 223 | ||
| 224 | Knifu = New("Model",chara,"Knifu",{})
| |
| 225 | Handle = New("Part",Knifu,"Handle",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000024, 0.400000006),CFrame = CFrame.new(54.1000023, 0.6000067, 26.4000034, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 226 | Mesh = New("CylinderMesh",Handle,"Mesh",{})
| |
| 227 | KWeld = New("ManualWeld",Handle,"Weld",{Part0 = Handle,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0),C1 = CFrame.new(0, -1.00000644, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 228 | Hitbox = New("Part",Knifu,"Hitbox",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 1.4000001, 0.400000006),CFrame = CFrame.new(54.1000023, 0.6000067, 27.6000042, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 229 | Weld = New("ManualWeld",Hitbox,"Weld",{Part0 = Hitbox,Part1 = Handle,C1 = CFrame.new(0, 1.20000052, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 230 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(54.1000023, 0.6000067, 26.2000046, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 231 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 232 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, -0.199999809, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 233 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(54.1000023, 0.6000067, 26.8000031, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 234 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.5, 1.20000005, 1.5),})
| |
| 235 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.400000334, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 236 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(54.1000023, 0.800005555, 26.8000031, -1, 0, 0, 0, 0, -1, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 237 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
| |
| 238 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.400000095, 0.199998856, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 239 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000036),CFrame = CFrame.new(54.1000023, 0.400004029, 26.8000031, 1, 0, 0, 0, 0, 1, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 240 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
| |
| 241 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 0.400000095, -0.20000267, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 242 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(54.1000023, 0.500006318, 27.2000046, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 243 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
| |
| 244 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.800000429, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 245 | BloodPart = New("Part",Knifu,"BloodPart",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.399999946, 0.400000036),CFrame = CFrame.new(54.1000023, 0.600008607, 28.1000042, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 246 | Mesh = New("SpecialMesh",BloodPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 247 | Weld = New("ManualWeld",BloodPart,"Weld",{Part0 = BloodPart,Part1 = Handle,C1 = CFrame.new(0, 1.70000005, 1.90734863e-06, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 248 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700007081, 27.8000031, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 249 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
| |
| 250 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.40000057, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 251 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.0000038, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 252 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 253 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.599999905, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 254 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.0000038, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 255 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 256 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.599999905, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 257 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.2000027, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 258 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 259 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.799999952, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 260 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.2000027, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 261 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 262 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.799999952, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 263 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.4000034, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 264 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 265 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 266 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.4000034, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 267 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 268 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 269 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.6000042, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 270 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 271 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.20000005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 272 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700008988, 27.6000042, 1, 0, 0, 0, 0, -1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 273 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 274 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.20000005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 275 | Part = New("Part",Knifu,"Part",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(54.1000023, 0.700007081, 27.4000034, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 276 | Mesh = New("BlockMesh",Part,"Mesh",{Offset = Vector3.new(0, 0, -0.0500000007),Scale = Vector3.new(0.400000006, 1, 0.5),})
| |
| 277 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.00000048, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 278 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(54.1000023, 0.6000067, 26.4000034, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 279 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 280 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.38418579e-07, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 281 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(54.1000023, 0.6000067, 26.6000042, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 282 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 283 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.200000286, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 284 | Blood2Part = New("Part",Knifu,"Blood2Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(54.1000023, 0.500006318, 27.7000046, -1, 0, 0, 0, 0, 1, 0, 1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 285 | Mesh = New("BlockMesh",Blood2Part,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),})
| |
| 286 | Weld = New("ManualWeld",Blood2Part,"Weld",{Part0 = Blood2Part,Part1 = Handle,C1 = CFrame.new(0, 1.30000043, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 287 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000033),CFrame = CFrame.new(54.1000023, 0.700008988, 27.8000031, -1, 0, 0, 0, 0, -1, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 288 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 289 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.4000001, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 290 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000033),CFrame = CFrame.new(54.1000023, 0.500008225, 27.4000034, -1, 0, 0, 0, 0, -1, 0, -1, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 291 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 292 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, -0.0999984741, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 293 | ||
| 294 | local p1mit = Instance.new("ParticleEmitter",Hitbox)
| |
| 295 | p1mit.Texture = "rbxasset://textures/particles/fire_main.dds" | |
| 296 | p1mit.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(.6,0,0)),ColorSequenceKeypoint.new(1,Color3.new(.6,0,0))})
| |
| 297 | p1mit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)})
| |
| 298 | p1mit.Lifetime = NumberRange.new(2) | |
| 299 | p1mit.Rate = 100 | |
| 300 | p1mit.Enabled = false | |
| 301 | p1mit.Acceleration = Vector3.new(0,-5,0) | |
| 302 | p1mit.Rotation = NumberRange.new(0,359) | |
| 303 | p1mit.Speed = NumberRange.new(0) | |
| 304 | local p2mit = Instance.new("ParticleEmitter",BloodPart)
| |
| 305 | p2mit.Texture = "http://www.roblox.com/asset/?id=243132757" | |
| 306 | p2mit.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(.6,0,0)),ColorSequenceKeypoint.new(1,Color3.new(.6,0,0))})
| |
| 307 | p2mit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,.1),NumberSequenceKeypoint.new(1,.1)})
| |
| 308 | p2mit.Lifetime = NumberRange.new(1) | |
| 309 | p2mit.Rate = 10 | |
| 310 | p2mit.Acceleration = Vector3.new(0,-10,0) | |
| 311 | p2mit.Speed = NumberRange.new(0) | |
| 312 | local p3mit = p2mit:Clone() | |
| 313 | p3mit.Parent = Blood2Part | |
| 314 | ||
| 315 | crosshair = Instance.new("BillboardGui",chara)
| |
| 316 | crosshair.Size = UDim2.new(10,0,10,0) | |
| 317 | crosshair.Enabled = false | |
| 318 | imgl = Instance.new("ImageLabel",crosshair)
| |
| 319 | imgl.Position = UDim2.new(0,0,0,0) | |
| 320 | imgl.Size = UDim2.new(1,0,1,0) | |
| 321 | imgl.Image = "rbxassetid://233522684" | |
| 322 | imgl.BackgroundTransparency = 1 | |
| 323 | imgl.ImageColor3 = Color3.new(.6,0,0) | |
| 324 | ||
| 325 | --Sounds-- | |
| 326 | function LoadSnd(id,loop,vol,pit) | |
| 327 | local snd = New("Sound",chara,"Sound",{SoundId = "rbxassetid://"..id,Looped = loop,Volume = vol,Pitch = pit})
| |
| 328 | return snd | |
| 329 | end | |
| 330 | Music = LoadSnd(865689102,true,1,1) | |
| 331 | SwingSnd = LoadSnd(12222208,false,1,.5) | |
| 332 | HitSnd = LoadSnd(429400881,false,1,1) | |
| 333 | ChatSnd = LoadSnd(565939471,false,1,.4) | |
| 334 | ThrowSnd = LoadSnd(743521497,false,1,1) | |
| 335 | TargetSnd = LoadSnd(743521450,false,1,1) | |
| 336 | TeleSnd = LoadSnd(743521656,false,1,1) | |
| 337 | ClawDashSnd = LoadSnd(62339698,false,1,.3) | |
| 338 | Music:Play() | |
| 339 | ||
| 340 | --Play Sound in Part-- | |
| 341 | function PlaySnd(snd,part) | |
| 342 | local sound = snd:Clone() | |
| 343 | sound.PlayOnRemove = true | |
| 344 | sound.Parent = part | |
| 345 | sound:Destroy() | |
| 346 | end | |
| 347 | ||
| 348 | --Target Select-- | |
| 349 | function TargetSelect(person) | |
| 350 | local dd=coroutine.wrap(function() | |
| 351 | if targetted ~= person then | |
| 352 | targetted = person | |
| 353 | for i = 0,30,10 do | |
| 354 | wait(.05) | |
| 355 | crosshair.Size = UDim2.new(40-i,0,40-i,0) | |
| 356 | end | |
| 357 | end | |
| 358 | end) | |
| 359 | dd() | |
| 360 | end | |
| 361 | ||
| 362 | --Damage Function-- | |
| 363 | function dealdmg(dude) | |
| 364 | if dude.Name ~= "CKbackup" then | |
| 365 | dude.Humanoid.PlatformStand = true | |
| 366 | local bgf = Instance.new("BodyGyro",dude.Head)
| |
| 367 | bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(-90),0,0) | |
| 368 | local val = Instance.new("BoolValue",dude)
| |
| 369 | val.Name = "IsHit" | |
| 370 | for i = 1, 6 do | |
| 371 | local blo = Instance.new("Part",game.Workspace)
| |
| 372 | blo.Size = Vector3.new(.6,.2,.6) | |
| 373 | blo.Material = "SmoothPlastic" | |
| 374 | blo.BrickColor = BrickColor.new("Crimson")
| |
| 375 | blo.Position = dude.Head.Position | |
| 376 | blo.CFrame = dude.Head.CFrame | |
| 377 | debby:AddItem(blo,30) | |
| 378 | end | |
| 379 | local ds = coroutine.wrap(function() | |
| 380 | wait(1) | |
| 381 | dude.Humanoid.Health = 0 | |
| 382 | end) | |
| 383 | ds() | |
| 384 | end | |
| 385 | end | |
| 386 | ||
| 387 | --Explode Hitbox-- | |
| 388 | function ExHitbox(rad,pos,damage,env,toim) | |
| 389 | local E = Instance.new("Explosion")
| |
| 390 | E.Position = pos | |
| 391 | E.Parent = game.Workspace | |
| 392 | E.BlastRadius = rad | |
| 393 | E.BlastPressure = 0 | |
| 394 | E.Visible = false | |
| 395 | E.Hit:connect(function(hit) | |
| 396 | if hit.Parent:FindFirstChild("Humanoid")~=nil and hit.Parent ~= chara and hit.Parent:FindFirstChild("IsHit")==nil then
| |
| 397 | local ch = hit.Parent:GetChildren() | |
| 398 | for i = 1, #ch do | |
| 399 | if ch[i].ClassName == "Part" or ch[i].ClassName == "MeshPart" then | |
| 400 | local efff = p1mit:Clone() | |
| 401 | efff.Enabled = true | |
| 402 | efff.Parent = ch[i] | |
| 403 | end | |
| 404 | end | |
| 405 | hit.Parent:BreakJoints() | |
| 406 | dealdmg(hit.Parent,damage,env,toim) | |
| 407 | end | |
| 408 | end) | |
| 409 | end | |
| 410 | ||
| 411 | --Chat Function-- | |
| 412 | function chatfunc(text) | |
| 413 | local chat = coroutine.wrap(function() | |
| 414 | if chara:FindFirstChild("TalkingBillBoard")~= nil then
| |
| 415 | chara:FindFirstChild("TalkingBillBoard"):destroy()
| |
| 416 | end | |
| 417 | local naeeym2 = Instance.new("BillboardGui",chara)
| |
| 418 | naeeym2.Size = UDim2.new(0,100,0,40) | |
| 419 | naeeym2.StudsOffset = Vector3.new(0,3,0) | |
| 420 | naeeym2.Adornee = chara.Head | |
| 421 | naeeym2.Name = "TalkingBillBoard" | |
| 422 | local tecks2 = Instance.new("TextLabel",naeeym2)
| |
| 423 | tecks2.BackgroundTransparency = 1 | |
| 424 | tecks2.BorderSizePixel = 0 | |
| 425 | tecks2.Text = "" | |
| 426 | tecks2.Font = "Fantasy" | |
| 427 | tecks2.FontSize = "Size24" | |
| 428 | tecks2.TextStrokeTransparency = 0 | |
| 429 | tecks2.TextColor3 = Color3.new(.6,0,0) | |
| 430 | tecks2.TextStrokeColor3 = Color3.new(0,0,0) | |
| 431 | tecks2.Size = UDim2.new(1,0,0.5,0) | |
| 432 | local shk = coroutine.wrap(function() | |
| 433 | while tecks2 ~= nil do | |
| 434 | wait(.05) | |
| 435 | tecks2.Position = UDim2.new(0,math.random(-3,3),0,math.random(-3,3)) | |
| 436 | end | |
| 437 | end) | |
| 438 | shk() | |
| 439 | for i = 1,string.len(text),1 do | |
| 440 | tecks2.Text = string.sub(text,1,i) | |
| 441 | wait(0.01) | |
| 442 | end | |
| 443 | wait(1) | |
| 444 | for i = 1, 5 do | |
| 445 | wait(.01) | |
| 446 | tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0) | |
| 447 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2 | |
| 448 | tecks2.TextTransparency = tecks2.TextTransparency + .2 | |
| 449 | end | |
| 450 | naeeym2:Destroy() | |
| 451 | end) | |
| 452 | chat() | |
| 453 | end | |
| 454 | ||
| 455 | function onChatted(msg) | |
| 456 | chatfunc(msg) | |
| 457 | end | |
| 458 | player.Chatted:connect(onChatted) | |
| 459 | ||
| 460 | --Blade Hit Effect-- | |
| 461 | function SlashEff(pos) | |
| 462 | local p = Instance.new("Part",game.Workspace)
| |
| 463 | p.Size = Vector3.new(0,0,0) | |
| 464 | p.BrickColor = BrickColor.new("White")
| |
| 465 | p.Material = "Neon" | |
| 466 | p.Anchored = true | |
| 467 | p.CanCollide = false | |
| 468 | p.CFrame = pos * CFrame.fromEulerAnglesXYZ(math.random(0,math.rad(359)),math.random(0,math.rad(359)),math.random(0,math.rad(359))) | |
| 469 | local pm = Instance.new("SpecialMesh",p)
| |
| 470 | pm.MeshType = "Sphere" | |
| 471 | pm.Scale = Vector3.new(2.5,0,2.5) | |
| 472 | local disp = coroutine.wrap(function() | |
| 473 | for i = 1, 4 do | |
| 474 | wait(.01) | |
| 475 | p.Transparency = p.Transparency + .2 | |
| 476 | pm.Scale = pm.Scale + Vector3.new(0,30,0) | |
| 477 | end | |
| 478 | wait(.01) | |
| 479 | p:Destroy() | |
| 480 | end) | |
| 481 | disp() | |
| 482 | end | |
| 483 | ||
| 484 | --Super Pause-- | |
| 485 | function SuperPause() | |
| 486 | SuperSnd:Play() | |
| 487 | local p = Instance.new("Part",game.Workspace)
| |
| 488 | p.Size = Vector3.new(0,0,0) | |
| 489 | p.BrickColor = BrickColor.new("White")
| |
| 490 | p.Material = "Neon" | |
| 491 | p.Anchored = true | |
| 492 | p.CanCollide = false | |
| 493 | p.CFrame = chara.Torso.CFrame | |
| 494 | local pm = Instance.new("SpecialMesh",p)
| |
| 495 | pm.MeshType = "Sphere" | |
| 496 | local disp = coroutine.wrap(function() | |
| 497 | for i = 1, 4 do | |
| 498 | wait(.01) | |
| 499 | p.Transparency = p.Transparency + .2 | |
| 500 | pm.Scale = pm.Scale + Vector3.new(20,20,20) | |
| 501 | end | |
| 502 | wait(.01) | |
| 503 | p:Destroy() | |
| 504 | end) | |
| 505 | disp() | |
| 506 | end | |
| 507 | ||
| 508 | --Blade Touch-- | |
| 509 | dela = .5 | |
| 510 | bladeactive = false | |
| 511 | stormvipactive = false | |
| 512 | executeactive = false | |
| 513 | function bladehit(hit) | |
| 514 | if bladeactive == true then | |
| 515 | if hit.Parent:FindFirstChild("Humanoid") ~= nil and hit.Parent ~= chara and hit.Parent:FindFirstChild("IsHit")==nil then
| |
| 516 | p1mit.Enabled = true | |
| 517 | PlaySnd(HitSnd,hit.Parent.Head) | |
| 518 | dealdmg(hit.Parent) | |
| 519 | if stormvipactive == true then | |
| 520 | local bf = Instance.new("BodyVelocity",hit.Parent.Head)
| |
| 521 | bf.P = 10000 | |
| 522 | bf.MaxForce = Vector3.new(bf.P,bf.P,bf.P) | |
| 523 | bf.Velocity = Vector3.new(0,100,0) | |
| 524 | debby:AddItem(bf,.2) | |
| 525 | end | |
| 526 | if executeactive == true then | |
| 527 | local we = Instance.new("Weld",Hitbox)
| |
| 528 | we.Name = "HitWeld" | |
| 529 | we.Part0 = hit.Parent.Head | |
| 530 | we.Part1 = Hitbox | |
| 531 | we.C0 = we.C0 * CFrame.fromEulerAnglesXYZ(math.rad(180),0,0) | |
| 532 | end | |
| 533 | wait(.5) | |
| 534 | p1mit.Enabled = false | |
| 535 | end | |
| 536 | end | |
| 537 | end | |
| 538 | Hitbox.Touched:connect(bladehit) | |
| 539 | ||
| 540 | --Material Return-- | |
| 541 | gprop = {}
| |
| 542 | function materialhit(hit) | |
| 543 | if hit.Parent ~= chara and hit.Parent.Parent ~= chara and hit.Name ~= "Trace" and hit.Parent:FindFirstChild("Humanoid") == nil then
| |
| 544 | gprop = {hit.BrickColor,hit.Material}
| |
| 545 | end | |
| 546 | end | |
| 547 | chara["Left Leg"].Touched:connect(materialhit) | |
| 548 | chara["Right Leg"].Touched:connect(materialhit) | |
| 549 | ||
| 550 | --Clerp Animations-- | |
| 551 | TC = chara.HumanoidRootPart.RootJoint | |
| 552 | HC = chara.Torso.Neck | |
| 553 | RAC = chara.Torso["Right Shoulder"] | |
| 554 | LAC = chara.Torso["Left Shoulder"] | |
| 555 | RLC = chara.Torso["Right Hip"] | |
| 556 | LLC = chara.Torso["Left Hip"] | |
| 557 | TCF = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0) | |
| 558 | HCF = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0) | |
| 559 | RACF = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0) | |
| 560 | LACF = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 561 | RLCF = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0) | |
| 562 | LLCF = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 563 | RWF = CFrame.new(-1.5, 0, 0) * CFrame.fromEulerAnglesXYZ(0,0,0) | |
| 564 | LWF = CFrame.new(1.5, 0, 0) * CFrame.fromEulerAnglesXYZ(0,0,0) | |
| 565 | RLWF = CFrame.new(-.5, 2, 0) * CFrame.fromEulerAnglesXYZ(0,0,0) | |
| 566 | LLWF = CFrame.new(.5, 2, 0) * CFrame.fromEulerAnglesXYZ(0,0,0) | |
| 567 | RW = Instance.new("Weld",HC.Parent)
| |
| 568 | RW.Part1 = HC.Parent | |
| 569 | RW.Part0 = chara["Right Arm"] | |
| 570 | RW.C0 = RWF | |
| 571 | LW = Instance.new("Weld",HC.Parent)
| |
| 572 | LW.Part1 = HC.Parent | |
| 573 | LW.Part0 = chara["Left Arm"] | |
| 574 | LW.C0 = LWF | |
| 575 | RLW = nil | |
| 576 | LLW = nil | |
| 577 | ||
| 578 | function Sheath(stype) | |
| 579 | KWeld:Destroy() | |
| 580 | if stype == 1 then --Sheathed | |
| 581 | KWeld = New("ManualWeld",Handle,"Weld",{Part0 = Handle,Part1 = chara["Right Arm"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0),C1 = CFrame.new(0, -1.00000644, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 582 | elseif stype == 2 then --Unsheathed | |
| 583 | KWeld = New("ManualWeld",Handle,"Weld",{Part0 = Handle,Part1 = chara["Right Arm"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1.00000525, 4.17232513e-07, 0, 4.17232513e-07, 1.00000525),C1 = CFrame.new(0, -0.600002885, -0.0999984741, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 584 | end | |
| 585 | end | |
| 586 | ||
| 587 | function AddLegWelds() | |
| 588 | RLW = Instance.new("Weld",chara["Right Leg"])
| |
| 589 | RLW.Part1 = HC.Parent | |
| 590 | RLW.Part0 = chara["Right Leg"] | |
| 591 | RLW.C0 = RLWF | |
| 592 | LLW = Instance.new("Weld",chara["Left Leg"])
| |
| 593 | LLW.Part1 = HC.Parent | |
| 594 | LLW.Part0 = chara["Left Leg"] | |
| 595 | LLW.C0 = LLWF | |
| 596 | end | |
| 597 | ||
| 598 | function DestroyLegWelds() | |
| 599 | RLC = New("Motor6D",chara.Torso,"Right Hip",{Part0 = chara.Torso,Part1 = chara["Right Leg"],C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),})
| |
| 600 | LLC = New("Motor6D",chara.Torso,"Left Hip",{Part0 = chara.Torso,Part1 = chara["Left Leg"],C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),})
| |
| 601 | RLW:Destroy() | |
| 602 | LLW:Destroy() | |
| 603 | end | |
| 604 | ||
| 605 | function clerp(a,b,c) | |
| 606 | return a:lerp(b,c) | |
| 607 | end | |
| 608 | ||
| 609 | --TC.C0 = TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)) | |
| 610 | --HC.C0 = HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-50)) | |
| 611 | --RW.C0 = (RWF + Vector3.new(1,2,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)) | |
| 612 | --LW.C0 = LWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(2)) | |
| 613 | ||
| 614 | TC.C0 = TCF | |
| 615 | HC.C0 = HCF | |
| 616 | RW.C0 = RWF | |
| 617 | LW.C0 = LWF | |
| 618 | ||
| 619 | --Idle Clerp-- | |
| 620 | ITCF = TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(10)) | |
| 621 | IHCF = HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,math.rad(-10)) | |
| 622 | IRWF = RWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-2)) | |
| 623 | ILWF = LWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(2)) | |
| 624 | ||
| 625 | TC.C0 = ITCF | |
| 626 | HC.C0 = IHCF | |
| 627 | RW.C0 = IRWF | |
| 628 | LW.C0 = ILWF | |
| 629 | ||
| 630 | --Kill-- | |
| 631 | function KillThem() | |
| 632 | del = true | |
| 633 | atkd = true | |
| 634 | chara.Humanoid.WalkSpeed = 0 | |
| 635 | bladeactive = true | |
| 636 | SwingSnd:Play() | |
| 637 | Sheath(2) | |
| 638 | wait(.01) | |
| 639 | for i = 0,.75,.22 do | |
| 640 | wait(.01) | |
| 641 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.4+i) | |
| 642 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,math.rad(-90)),.4+i) | |
| 643 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(.5,1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.4+i) | |
| 644 | end | |
| 645 | wait(1) | |
| 646 | Sheath(1) | |
| 647 | bladeactive = false | |
| 648 | for i = 0,.6,.2 do | |
| 649 | wait(.01) | |
| 650 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.6-i) | |
| 651 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,math.rad(-90)),.6-i) | |
| 652 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(.5,1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.6-i) | |
| 653 | end | |
| 654 | TC.C0 = ITCF | |
| 655 | HC.C0 = IHCF | |
| 656 | RW.C0 = IRWF | |
| 657 | LW.C0 = ILWF | |
| 658 | chara.Humanoid.WalkSpeed = 8 | |
| 659 | del = false | |
| 660 | end | |
| 661 | ||
| 662 | --End-- | |
| 663 | function EndThem() | |
| 664 | del = true | |
| 665 | atkd = true | |
| 666 | chara.Humanoid.WalkSpeed = 0 | |
| 667 | bladeactive = true | |
| 668 | SwingSnd:Play() | |
| 669 | wait(.01) | |
| 670 | for i = 0,.75,.25 do | |
| 671 | wait(.01) | |
| 672 | TC.C0 = clerp(ITCF,TCF,.4+i) | |
| 673 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,0),.4+i) | |
| 674 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(.5,0,-.4)) * CFrame.fromEulerAnglesXYZ(math.rad(-150),0,math.rad(-90)),.4+i) | |
| 675 | end | |
| 676 | wait(.5) | |
| 677 | bladeactive = false | |
| 678 | for i = 0,.6,.2 do | |
| 679 | wait(.01) | |
| 680 | TC.C0 = clerp(ITCF,TCF,.6-i) | |
| 681 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,0),.6-i) | |
| 682 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(.5,0,-.4)) * CFrame.fromEulerAnglesXYZ(math.rad(-150),0,math.rad(-90)),.6-i) | |
| 683 | end | |
| 684 | TC.C0 = ITCF | |
| 685 | HC.C0 = IHCF | |
| 686 | RW.C0 = IRWF | |
| 687 | LW.C0 = ILWF | |
| 688 | chara.Humanoid.WalkSpeed = 8 | |
| 689 | del = false | |
| 690 | end | |
| 691 | ||
| 692 | --Murder-- | |
| 693 | function MurderThem() | |
| 694 | del = true | |
| 695 | atkd = true | |
| 696 | chara.Humanoid.WalkSpeed = 0 | |
| 697 | for i = 0,.6,.2 do | |
| 698 | wait(.01) | |
| 699 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(math.rad(-25),0,math.rad(100)),.4+i) | |
| 700 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(100)),.4+i) | |
| 701 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(.7,1.4,-1.1)) * CFrame.fromEulerAnglesXYZ(0,math.rad(90),math.rad(-180)),.4+i) | |
| 702 | LW.C0 = clerp(ILWF,(LWF + Vector3.new(0,.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(30)),.4+i) | |
| 703 | end | |
| 704 | local bf = Instance.new("BodyVelocity",chara.Torso)
| |
| 705 | bf.P = 10000 | |
| 706 | bf.MaxForce = Vector3.new(bf.P,bf.P,bf.P) | |
| 707 | bf.Velocity = Vector3.new(0,100,0) + chara.HumanoidRootPart.CFrame.lookVector*5 | |
| 708 | SwingSnd:Play() | |
| 709 | stormvipactive = true | |
| 710 | bladeactive = true | |
| 711 | wait(.2) | |
| 712 | stormvipactive = false | |
| 713 | bladeactive = false | |
| 714 | bf:Destroy() | |
| 715 | for i = 0,.6,.2 do | |
| 716 | wait(.01) | |
| 717 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(math.rad(-25),0,math.rad(100)),.6-i) | |
| 718 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(100)),.6-i) | |
| 719 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(.7,1.4,-1.1)) * CFrame.fromEulerAnglesXYZ(0,math.rad(90),math.rad(-180)),.6-i) | |
| 720 | LW.C0 = clerp(ILWF,(LWF + Vector3.new(0,.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(30)),.6-i) | |
| 721 | end | |
| 722 | TC.C0 = ITCF | |
| 723 | HC.C0 = IHCF | |
| 724 | RW.C0 = IRWF | |
| 725 | LW.C0 = ILWF | |
| 726 | chara.Humanoid.WalkSpeed = 8 | |
| 727 | del = false | |
| 728 | end | |
| 729 | ||
| 730 | --Execute-- | |
| 731 | function ExecuteThem() | |
| 732 | del = true | |
| 733 | atkd = true | |
| 734 | for i = 0,.6,.2 do | |
| 735 | wait(.01) | |
| 736 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(math.rad(180),0,0),.4+i) | |
| 737 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(-45),0,0),.4+i) | |
| 738 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(0,1,0)) * CFrame.fromEulerAnglesXYZ(math.rad(180),0,0),.4+i) | |
| 739 | end | |
| 740 | TC.C0 = TCF * CFrame.fromEulerAnglesXYZ(math.rad(180),0,0) | |
| 741 | HC.C0 = HCF * CFrame.fromEulerAnglesXYZ(math.rad(-45),0,0) | |
| 742 | RW.C0 = (RWF + Vector3.new(0,1,0)) * CFrame.fromEulerAnglesXYZ(math.rad(180),0,0) | |
| 743 | local bf = Instance.new("BodyVelocity",chara.Torso)
| |
| 744 | bf.P = 10000 | |
| 745 | bf.MaxForce = Vector3.new(bf.P,bf.P,bf.P) | |
| 746 | bf.Velocity = Vector3.new(0,100,0) + chara.HumanoidRootPart.CFrame.lookVector*5 | |
| 747 | Sheath(2) | |
| 748 | SwingSnd:Play() | |
| 749 | executeactive = true | |
| 750 | bladeactive = true | |
| 751 | wait(.2) | |
| 752 | bf:Destroy() | |
| 753 | wait(.5) | |
| 754 | if Hitbox:FindFirstChild("HitWeld")~=nil then
| |
| 755 | Hitbox:FindFirstChild("HitWeld"):Destroy()
| |
| 756 | end | |
| 757 | Sheath(1) | |
| 758 | executeactive = false | |
| 759 | bladeactive = false | |
| 760 | for i = 0,.6,.2 do | |
| 761 | wait(.01) | |
| 762 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(math.rad(180),0,0),.6-i) | |
| 763 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(-45),0,0),.6-i) | |
| 764 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(0,1,0)) * CFrame.fromEulerAnglesXYZ(math.rad(180),0,0),.6-i) | |
| 765 | end | |
| 766 | TC.C0 = ITCF | |
| 767 | HC.C0 = IHCF | |
| 768 | RW.C0 = IRWF | |
| 769 | LW.C0 = ILWF | |
| 770 | del = false | |
| 771 | end | |
| 772 | ||
| 773 | --Expunge-- | |
| 774 | function ExpungeThem() | |
| 775 | del = true | |
| 776 | atkd = true | |
| 777 | chara.Humanoid.WalkSpeed = 0 | |
| 778 | for i = 0,1,.5 do | |
| 779 | wait(.01) | |
| 780 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.4+i) | |
| 781 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,math.rad(-90)),.4+i) | |
| 782 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(.5,1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.4+i) | |
| 783 | end | |
| 784 | ThrowSnd:Play() | |
| 785 | local knc = Knifu:GetChildren() | |
| 786 | for i = 1, #knc do | |
| 787 | knc[i].Transparency = 1 | |
| 788 | end | |
| 789 | wait(.2) | |
| 790 | KnifuHit = New("Model",game.Workspace,"KnifuHit",{})
| |
| 791 | debby:AddItem(KnifuHit,5) | |
| 792 | HWeldPart = New("Part",KnifuHit,"HWeldPart",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000024, 0.400000006),CFrame = CFrame.new(68.6099854, 1.50001717, 8.10717869, -1, 0, 0, 0, -0.500000536, 0.866025746, 0, 0.866025746, 0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 793 | Mesh = New("CylinderMesh",HWeldPart,"Mesh",{})
| |
| 794 | Weld = New("ManualWeld",HWeldPart,"Weld",{Part0 = HWeldPart,Part1 = targetted.Head,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.500000536, 0.866025746, 0, 0.866025746, 0.500000536),C1 = CFrame.new(0.00998687744, 1.00000417, -1.79282093, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 795 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000033),CFrame = CFrame.new(68.6099854, 0.913415372, 8.92320538, -1, 0, 0, 0, 0.500000536, -0.866025746, 0, -0.866025746, -0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 796 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 797 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, -0.0999984741, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 798 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.6099854, 1.60001719, 7.93397379, -1, 0, 0, 0, -0.500000536, 0.866025746, 0, 0.866025746, 0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 799 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 800 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, -0.199999809, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 801 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.6099854, 1.30001676, 8.45358944, -1, 0, 0, 0, -0.500000536, 0.866025746, 0, 0.866025746, 0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 802 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1.5, 1.20000005, 1.5),})
| |
| 803 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 0.400000334, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 804 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.6099854, 1.47322106, 8.55358887, -1, 0, 0, 0, 0.500000536, -0.866025746, 0, -0.866025746, -0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 805 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
| |
| 806 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.400000095, 0.199998856, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 807 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000036),CFrame = CFrame.new(68.6099854, 1.12680948, 8.3535881, 1, 0, 0, 0, 0.500000536, 0.866025746, 0, -0.866025746, 0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 808 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
| |
| 809 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 0.400000095, -0.20000267, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 810 | HPart = New("Part",KnifuHit,"HPart",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(68.6099854, 1.01341367, 8.74999905, -1, 0, 0, 0, -0.500000536, 0.866025746, 0, 0.866025746, 0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 811 | Mesh = New("BlockMesh",HPart,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
| |
| 812 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 0.800000429, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 813 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.399999946, 0.400000036),CFrame = CFrame.new(68.6099854, 0.650017917, 9.5794239, -1, 0, 0, 0, -0.500000536, 0.866025746, 0, 0.866025746, 0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 814 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 815 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 1.70000005, 1.90734863e-06, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 816 | HPart = New("Part",KnifuHit,"HPart",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.6099854, 0.886619031, 9.36961555, -1, 0, 0, 0, -0.500000536, 0.866025746, 0, 0.866025746, 0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 817 | Mesh = New("BlockMesh",HPart,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
| |
| 818 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 1.40000057, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 819 | HPart = New("Part",KnifuHit,"HPart",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.6099854, 1.28662145, 8.67679501, 1, 0, 0, 0, -0.500000536, -0.866025746, 0, 0.866025746, -0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 820 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 821 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.599999905, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 822 | HPart = New("Part",KnifuHit,"HPart",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.6099854, 1.28662145, 8.67679501, 1, 0, 0, 0, -0.500000536, -0.866025746, 0, 0.866025746, -0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 823 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 824 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.599999905, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 825 | HPart = New("Part",KnifuHit,"HPart",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.6099854, 1.18662131, 8.85000038, 1, 0, 0, 0, -0.500000536, -0.866025746, 0, 0.866025746, -0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 826 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 827 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.799999952, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 828 | HPart = New("Part",KnifuHit,"HPart",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.6099854, 1.18662131, 8.85000038, 1, 0, 0, 0, -0.500000536, -0.866025746, 0, 0.866025746, -0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 829 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 830 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.799999952, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 831 | HPart = New("Part",KnifuHit,"HPart",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.6099854, 1.08662117, 9.02320576, 1, 0, 0, 0, -0.500000536, -0.866025746, 0, 0.866025746, -0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 832 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 833 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 834 | HPart = New("Part",KnifuHit,"HPart",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.6099854, 1.08662117, 9.02320576, 1, 0, 0, 0, -0.500000536, -0.866025746, 0, 0.866025746, -0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 835 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 836 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 837 | HPart = New("Part",KnifuHit,"HPart",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.6099854, 0.986621022, 9.19641113, 1, 0, 0, 0, -0.500000536, -0.866025746, 0, 0.866025746, -0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 838 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 839 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.20000005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 840 | HPart = New("Part",KnifuHit,"HPart",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.6099854, 0.986621022, 9.19641113, 1, 0, 0, 0, -0.500000536, -0.866025746, 0, 0.866025746, -0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 841 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 842 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.20000005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 843 | HPart = New("Part",KnifuHit,"HPart",{Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(68.6099854, 1.08661926, 9.0232048, -1, 0, 0, 0, -0.500000536, 0.866025746, 0, 0.866025746, 0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 844 | Mesh = New("BlockMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0, -0.0500000007),Scale = Vector3.new(0.400000006, 1, 0.5),})
| |
| 845 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 1.00000048, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 846 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.6099854, 1.50001705, 8.10717869, -1, 0, 0, 0, -0.500000536, 0.866025746, 0, 0.866025746, 0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 847 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 848 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 2.38418579e-07, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 849 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.6099854, 1.4000169, 8.28038406, -1, 0, 0, 0, -0.500000536, 0.866025746, 0, 0.866025746, 0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 850 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 851 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 0.200000286, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 852 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(68.6099854, 0.76341331, 9.18301201, -1, 0, 0, 0, -0.500000536, 0.866025746, 0, 0.866025746, 0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 853 | Mesh = New("BlockMesh",HPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),})
| |
| 854 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 1.30000043, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 855 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000033),CFrame = CFrame.new(68.6099854, 0.886620879, 9.36961555, -1, 0, 0, 0, 0.500000536, -0.866025746, 0, -0.866025746, -0.500000536),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 856 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 857 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.4000001, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 858 | dealdmg(targetted) | |
| 859 | PlaySnd(HitSnd,targetted.Head) | |
| 860 | wait(1) | |
| 861 | for i = 0,1,.1 do | |
| 862 | wait(.01) | |
| 863 | for i = 1, #knc do | |
| 864 | if knc[i] ~= Hitbox then | |
| 865 | knc[i].Transparency = 1-i | |
| 866 | end | |
| 867 | end | |
| 868 | end | |
| 869 | for i = 0,.6,.2 do | |
| 870 | wait(.01) | |
| 871 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.6-i) | |
| 872 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,math.rad(-90)),.6-i) | |
| 873 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(.5,1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.6-i) | |
| 874 | end | |
| 875 | TC.C0 = ITCF | |
| 876 | HC.C0 = IHCF | |
| 877 | RW.C0 = IRWF | |
| 878 | LW.C0 = ILWF | |
| 879 | chara.Humanoid.WalkSpeed = 8 | |
| 880 | del = false | |
| 881 | end | |
| 882 | ||
| 883 | --Reap-- | |
| 884 | function ReapThem() | |
| 885 | del = true | |
| 886 | atkd = true | |
| 887 | TeleSnd:Play() | |
| 888 | chara.Torso.CFrame = (targetted.Head.CFrame - Vector3.new(0,1.5,0)) - targetted.Head.CFrame.lookVector*2 | |
| 889 | local w = Instance.new("Weld",chara.Head)
| |
| 890 | w.Part0 = chara.Head | |
| 891 | w.Part1 = targetted.Head | |
| 892 | w.C0 = CFrame.new(0,0,-2) | |
| 893 | targetted.Head.Anchored = true | |
| 894 | Sheath(2) | |
| 895 | for i = 0,.6,.3 do | |
| 896 | wait(.01) | |
| 897 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-45)),.4+i) | |
| 898 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(45)),.4+i) | |
| 899 | RW.C0 = clerp(IRWF,(RWF - Vector3.new(-.5,.5,-.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(-70),0),.4+i) | |
| 900 | LW.C0 = clerp(ILWF,(LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-50),0,math.rad(90)),.4+i) | |
| 901 | end | |
| 902 | wait(1) | |
| 903 | SwingSnd:Play() | |
| 904 | for i = 0,.6,.3 do | |
| 905 | wait(.01) | |
| 906 | TC.C0 = clerp(TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-45)),TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(45)),.4+i) | |
| 907 | HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(45)),HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-45)),.4+i) | |
| 908 | RW.C0 = clerp((RWF - Vector3.new(-.5,.5,-.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(-70),0),(RWF + Vector3.new(.5,1.4,-.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-50),0,math.rad(-90)),.4+i) | |
| 909 | LW.C0 = clerp((LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-50),0,math.rad(90)),(LWF + Vector3.new(-.5,-.5,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(70),0),.4+i) | |
| 910 | end | |
| 911 | HitSnd:Play() | |
| 912 | dealdmg(targetted) | |
| 913 | wait(.5) | |
| 914 | targetted.Head.Anchored = false | |
| 915 | Sheath(1) | |
| 916 | w:Destroy() | |
| 917 | for i = 0,.6,.2 do | |
| 918 | wait(.01) | |
| 919 | TC.C0 = clerp(TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(45)),IHCF,.4+i) | |
| 920 | HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-45)),ITCF,.4+i) | |
| 921 | RW.C0 = clerp((RWF + Vector3.new(.5,1.4,-.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-50),0,math.rad(-90)),IRWF,.4+i) | |
| 922 | LW.C0 = clerp((LWF + Vector3.new(-.5,-.5,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(70),0),ILWF,.4+i) | |
| 923 | end | |
| 924 | TC.C0 = ITCF | |
| 925 | HC.C0 = IHCF | |
| 926 | RW.C0 = IRWF | |
| 927 | LW.C0 = ILWF | |
| 928 | del = false | |
| 929 | end | |
| 930 | ||
| 931 | --Hunt-- | |
| 932 | function HuntThem() | |
| 933 | del = true | |
| 934 | atkd = true | |
| 935 | TeleSnd:Play() | |
| 936 | chara.Humanoid.PlatformStand = true | |
| 937 | chara.Torso.CFrame = ((targetted.Head.CFrame - Vector3.new(0,1.5,0)) + targetted.Head.CFrame.lookVector*2) * CFrame.fromEulerAnglesXYZ(math.rad(-45),0,0) | |
| 938 | targetted.Humanoid.PlatformStand = true | |
| 939 | local bgf = Instance.new("BodyGyro",targetted.Head)
| |
| 940 | bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(-90),0,0) | |
| 941 | local w = Instance.new("Weld",chara.Head)
| |
| 942 | w.Part0 = chara.Head | |
| 943 | w.Part1 = targetted.Head | |
| 944 | w.C0 = CFrame.new(0,0,-3) * CFrame.fromEulerAnglesXYZ(math.rad(-45),math.rad(180),0) | |
| 945 | targetted.Head.CFrame = targetted.Head.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(90),0,0) | |
| 946 | Sheath(2) | |
| 947 | for i = 0,.6,.3 do | |
| 948 | wait(.01) | |
| 949 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-45)),.4+i) | |
| 950 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(45)),.4+i) | |
| 951 | RW.C0 = clerp(IRWF,(RWF - Vector3.new(-.5,.5,-.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(-70),0),.4+i) | |
| 952 | LW.C0 = clerp(ILWF,(LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-50),0,math.rad(90)),.4+i) | |
| 953 | end | |
| 954 | wait(1) | |
| 955 | for i = 1, 5 do | |
| 956 | wait(.1) | |
| 957 | SwingSnd:Play() | |
| 958 | for i = 0,.6,.3 do | |
| 959 | wait(.01) | |
| 960 | TC.C0 = clerp(TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-45)),TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(45)),.4+i) | |
| 961 | HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(45)),HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-45)),.4+i) | |
| 962 | RW.C0 = clerp((RWF - Vector3.new(-.5,.5,-.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(-70),0),(RWF + Vector3.new(.5,1.4,-.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-50),0,math.rad(-90)),.4+i) | |
| 963 | LW.C0 = clerp((LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-50),0,math.rad(90)),(LWF + Vector3.new(-.5,-.5,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(70),0),.4+i) | |
| 964 | end | |
| 965 | HitSnd:Play() | |
| 966 | end | |
| 967 | dealdmg(targetted) | |
| 968 | wait(.5) | |
| 969 | chara.Humanoid.PlatformStand = false | |
| 970 | Sheath(1) | |
| 971 | w:Destroy() | |
| 972 | for i = 0,.6,.2 do | |
| 973 | wait(.01) | |
| 974 | TC.C0 = clerp(TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(45)),IHCF,.4+i) | |
| 975 | HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-45)),ITCF,.4+i) | |
| 976 | RW.C0 = clerp((RWF + Vector3.new(.5,1.4,-.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-50),0,math.rad(-90)),IRWF,.4+i) | |
| 977 | LW.C0 = clerp((LWF + Vector3.new(-.5,-.5,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(70),0),ILWF,.4+i) | |
| 978 | end | |
| 979 | TC.C0 = ITCF | |
| 980 | HC.C0 = IHCF | |
| 981 | RW.C0 = IRWF | |
| 982 | LW.C0 = ILWF | |
| 983 | del = false | |
| 984 | end | |
| 985 | ||
| 986 | --Obliteration-- | |
| 987 | function Obliteration() | |
| 988 | del = true | |
| 989 | atkd = true | |
| 990 | chara.Humanoid.WalkSpeed = 0 | |
| 991 | end | |
| 992 | ||
| 993 | --Annihilation-- | |
| 994 | function Annihilation() | |
| 995 | del = true | |
| 996 | atkd = true | |
| 997 | chara.Humanoid.WalkSpeed = 0 | |
| 998 | for i = 1, 10 do | |
| 999 | wait(.1) | |
| 1000 | HC.C0 = HCF * CFrame.fromEulerAnglesXYZ(math.rad(20),0,0) | |
| 1001 | end | |
| 1002 | AddLegWelds() | |
| 1003 | TC.C0 = TCF * CFrame.fromEulerAnglesXYZ(math.rad(20),0,0) | |
| 1004 | HC.C0 = HCF * CFrame.fromEulerAnglesXYZ(math.rad(20),0,0) | |
| 1005 | RW.C0 = (RWF + Vector3.new(0,1,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-50)) | |
| 1006 | LW.C0 = (LWF + Vector3.new(0,1,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(50)) | |
| 1007 | LLW.C0 = LLWF | |
| 1008 | RLW.C0 = RLWF + Vector3.new(0,-1,1) | |
| 1009 | SwingSnd:Play() | |
| 1010 | ClawDashSnd:Play() | |
| 1011 | for i = 1, 5 do | |
| 1012 | local trace = Instance.new("Part",game.Workspace)
| |
| 1013 | trace.CanCollide = false | |
| 1014 | trace.Size = Vector3.new(1,1,1) | |
| 1015 | trace.Transparency = 1 | |
| 1016 | trace.BottomSurface = 0 | |
| 1017 | trace.TopSurface = 0 | |
| 1018 | trace.Anchored = true | |
| 1019 | trace.CFrame = (chara.HumanoidRootPart.CFrame + chara.HumanoidRootPart.CFrame.lookVector * (5*i)) | |
| 1020 | debby:AddItem(trace,1) | |
| 1021 | ExHitbox(5,trace.Position,40,2,.1) | |
| 1022 | end | |
| 1023 | local trace = Instance.new("Part",game.Workspace)
| |
| 1024 | trace.BrickColor = BrickColor.new("Really red")
| |
| 1025 | trace.CanCollide = false | |
| 1026 | trace.Size = Vector3.new(1,1,1) | |
| 1027 | trace.BottomSurface = 0 | |
| 1028 | trace.TopSurface = 0 | |
| 1029 | trace.Anchored = true | |
| 1030 | trace.CFrame = chara.HumanoidRootPart.CFrame + chara.HumanoidRootPart.CFrame.lookVector * 12.5 | |
| 1031 | trace.Material = "Neon" | |
| 1032 | local tracem = Instance.new("SpecialMesh",trace)
| |
| 1033 | tracem.MeshType = "Sphere" | |
| 1034 | tracem.Scale = Vector3.new(1,1,50) | |
| 1035 | local disp = coroutine.wrap(function() | |
| 1036 | for i = 1, 9 do | |
| 1037 | wait(.01) | |
| 1038 | trace.Transparency = trace.Transparency + .1 | |
| 1039 | end | |
| 1040 | wait(.01) | |
| 1041 | trace:Destroy() | |
| 1042 | end) | |
| 1043 | disp() | |
| 1044 | chara.HumanoidRootPart.CFrame = chara.HumanoidRootPart.CFrame + chara.HumanoidRootPart.CFrame.lookVector * 35 | |
| 1045 | wait(1) | |
| 1046 | for i = 0,.6,.2 do | |
| 1047 | wait(.05) | |
| 1048 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(math.rad(20),0,0),.6-i) | |
| 1049 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(20),0,0),.6-i) | |
| 1050 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(0,1,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-50)),.6-i) | |
| 1051 | LW.C0 = clerp(ILWF,(LWF + Vector3.new(0,1,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(50)),.6-i) | |
| 1052 | LLW.C0 = LLWF | |
| 1053 | RLW.C0 = clerp(RLWF,RLWF + Vector3.new(0,-1,1),.6-i) | |
| 1054 | end | |
| 1055 | Sheath(1) | |
| 1056 | del = false | |
| 1057 | DestroyLegWelds() | |
| 1058 | chara.Humanoid.WalkSpeed = 8 | |
| 1059 | end | |
| 1060 | ||
| 1061 | --Stop Time-- | |
| 1062 | timestop = false | |
| 1063 | function StopTime() | |
| 1064 | del = true | |
| 1065 | atkd = true | |
| 1066 | chara.Humanoid.WalkSpeed = 0 | |
| 1067 | TeleSnd:Play() | |
| 1068 | timestop = true | |
| 1069 | Music:Stop() | |
| 1070 | for i = 1, 10 do | |
| 1071 | wait(.2) | |
| 1072 | HC.C0 = HCF * CFrame.fromEulerAnglesXYZ(math.rad(20),0,0) | |
| 1073 | end | |
| 1074 | chatfunc("Za Warudo.")
| |
| 1075 | wait(1) | |
| 1076 | chatfunc("The time has stopped.")
| |
| 1077 | chara.Humanoid.WalkSpeed = 8 | |
| 1078 | del = false | |
| 1079 | wait(10) | |
| 1080 | chatfunc("Time continue moving again.")
| |
| 1081 | wait(2) | |
| 1082 | Music:Play() | |
| 1083 | timestop = false | |
| 1084 | if game.Lighting:FindFirstChild("TimeCorr")~=nil then
| |
| 1085 | game.Lighting:FindFirstChild("TimeCorr"):Destroy()
| |
| 1086 | end | |
| 1087 | local wd = game.Workspace:GetChildren() | |
| 1088 | for i = 1, #wd do | |
| 1089 | if wd[i].ClassName == "Model" and wd[i]:FindFirstChild("Humanoid")~=nil and wd[i] ~= chara then
| |
| 1090 | local cd = wd[i]:GetChildren() | |
| 1091 | for i = 1, #cd do | |
| 1092 | if cd[i].ClassName == "Part" or cd[i].ClassName == "MeshPart" then | |
| 1093 | cd[i].Anchored = false | |
| 1094 | end | |
| 1095 | end | |
| 1096 | end | |
| 1097 | end | |
| 1098 | end | |
| 1099 | ||
| 1100 | --Teleport-- | |
| 1101 | function Teleport() | |
| 1102 | del = true | |
| 1103 | atkd = true | |
| 1104 | TeleSnd:Play() | |
| 1105 | chara.Torso.CFrame = (targetted.Head.CFrame - Vector3.new(0,1.5,0)) - targetted.Head.CFrame.lookVector*5 | |
| 1106 | del = false | |
| 1107 | end | |
| 1108 | ||
| 1109 | --Lock On-- | |
| 1110 | function LockOn() | |
| 1111 | if Mouse.Target.Parent ~= chara and Mouse.Target.Parent.Parent ~= chara and Mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
| |
| 1112 | TargetSelect(Mouse.Target.Parent) | |
| 1113 | TargetSnd:Play() | |
| 1114 | else end | |
| 1115 | end | |
| 1116 | ||
| 1117 | --Mouse Functions-- | |
| 1118 | orbpushactive = false | |
| 1119 | del = false | |
| 1120 | input = "" | |
| 1121 | letterd = 0 | |
| 1122 | ltoim = 0 | |
| 1123 | function onKeyDown(key) | |
| 1124 | if del == false then | |
| 1125 | if key == "q" then | |
| 1126 | if input == "as" and targetted ~= nil then | |
| 1127 | ExpungeThem() | |
| 1128 | elseif input == "ad" and targetted ~= nil then | |
| 1129 | Teleport() | |
| 1130 | elseif input == "wws" then | |
| 1131 | Annihilation() | |
| 1132 | elseif input == "ssad" and timestop == false then | |
| 1133 | StopTime() | |
| 1134 | else LockOn() end | |
| 1135 | input = "" | |
| 1136 | letterd = 0 | |
| 1137 | ltoim = 0 | |
| 1138 | elseif key == "z" then | |
| 1139 | input = "" | |
| 1140 | letterd = 0 | |
| 1141 | ltoim = 0 | |
| 1142 | elseif key == "x" then | |
| 1143 | input = "" | |
| 1144 | letterd = 0 | |
| 1145 | ltoim = 0 | |
| 1146 | elseif key == "c" then | |
| 1147 | if input == "aw" then | |
| 1148 | KillThem() | |
| 1149 | elseif input == "as" then | |
| 1150 | EndThem() | |
| 1151 | elseif input == "ad" and targetted ~= nil then | |
| 1152 | ReapThem() | |
| 1153 | elseif input == "ds" then | |
| 1154 | MurderThem() | |
| 1155 | elseif input == "ww" then | |
| 1156 | ExecuteThem() | |
| 1157 | elseif input == "ss" and targetted ~= nil then | |
| 1158 | HuntThem() | |
| 1159 | else end | |
| 1160 | input = "" | |
| 1161 | letterd = 0 | |
| 1162 | ltoim = 0 | |
| 1163 | elseif (key == "w" or key == "a" or key == "s" or key == "d") then | |
| 1164 | input=input..key | |
| 1165 | print(input) | |
| 1166 | letterd = letterd + 1 | |
| 1167 | ltoim = ltoim + 10 | |
| 1168 | if letterd > 5 then | |
| 1169 | input = "" | |
| 1170 | letterd = 0 | |
| 1171 | ltoim = 0 | |
| 1172 | end | |
| 1173 | elseif key == "m" then | |
| 1174 | if Music.IsPlaying == true then | |
| 1175 | Music:Stop() | |
| 1176 | elseif Music.IsPlaying == false then | |
| 1177 | Music:Play() | |
| 1178 | end | |
| 1179 | end | |
| 1180 | end | |
| 1181 | end | |
| 1182 | combo = 0 | |
| 1183 | ||
| 1184 | --Mouse Activation-- | |
| 1185 | if Mouse then | |
| 1186 | Mouse.KeyDown:connect(onKeyDown) | |
| 1187 | end | |
| 1188 | ||
| 1189 | --Loop Function-- | |
| 1190 | walking = false | |
| 1191 | toim = 0 | |
| 1192 | while true do | |
| 1193 | wait() | |
| 1194 | toim = toim + .1 | |
| 1195 | ltoim = ltoim - 1 | |
| 1196 | if ltoim < 1 then | |
| 1197 | input = "" | |
| 1198 | end | |
| 1199 | chara.Humanoid.MaxHealth = math.huge | |
| 1200 | chara.Humanoid.Health = math.huge | |
| 1201 | if atkd == true then | |
| 1202 | TC.C0 = TCF | |
| 1203 | HC.C0 = HCF | |
| 1204 | RW.C0 = RWF | |
| 1205 | LW.C0 = LWF | |
| 1206 | atkd = false | |
| 1207 | end | |
| 1208 | torvel = (chara.HumanoidRootPart.Velocity*Vector3.new(1,0,1)).magnitude | |
| 1209 | if torvel < 1 and walking == true and del == false and atkd == false then | |
| 1210 | for i = 0,1,.5 do | |
| 1211 | wait(.001) | |
| 1212 | if del == false then | |
| 1213 | TC.C0 = clerp(TCF * CFrame.fromEulerAnglesXYZ(math.rad(5),0,0),ITCF,i) | |
| 1214 | HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(math.rad(5),0,0),IHCF,i) | |
| 1215 | RW.C0 = IRWF | |
| 1216 | LW.C0 = ILWF | |
| 1217 | end | |
| 1218 | end | |
| 1219 | walking = false | |
| 1220 | elseif torvel > 1 and walking == false and del == false and atkd == false then | |
| 1221 | for i = 0,1,.5 do | |
| 1222 | wait(.001) | |
| 1223 | if del == false then | |
| 1224 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(math.rad(5),0,0),i) | |
| 1225 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(5),0,0),i) | |
| 1226 | RW.C0 = IRWF | |
| 1227 | LW.C0 = ILWF | |
| 1228 | end | |
| 1229 | end | |
| 1230 | walking = true | |
| 1231 | else | |
| 1232 | end | |
| 1233 | imgl.Rotation = imgl.Rotation + 3 | |
| 1234 | game.Lighting.TimeOfDay = "00:00:00" | |
| 1235 | --Time Stop-- | |
| 1236 | if timestop == true then | |
| 1237 | if game.Lighting:FindFirstChild("TimeCorr")==nil then
| |
| 1238 | local tcr = Instance.new("ColorCorrectionEffect",game.Lighting)
| |
| 1239 | tcr.Saturation = -1 | |
| 1240 | tcr.Name = "TimeCorr" | |
| 1241 | end | |
| 1242 | local wd = game.Workspace:GetChildren() | |
| 1243 | for i = 1, #wd do | |
| 1244 | if wd[i].ClassName == "Model" and wd[i]:FindFirstChild("Humanoid")~=nil and wd[i] ~= chara then
| |
| 1245 | local cd = wd[i]:GetChildren() | |
| 1246 | for i = 1, #cd do | |
| 1247 | if cd[i].ClassName == "Part" or cd[i].ClassName == "MeshPart" then | |
| 1248 | cd[i].Anchored = true | |
| 1249 | end | |
| 1250 | end | |
| 1251 | end | |
| 1252 | end | |
| 1253 | end | |
| 1254 | ------------- | |
| 1255 | if targetted ~= nil then | |
| 1256 | crosshair.Adornee = targetted:FindFirstChild("Torso") or targetted:FindFirstChild("UpperTorso")
| |
| 1257 | crosshair.Enabled = true | |
| 1258 | elseif targetted == nil then | |
| 1259 | crosshair.Adornee = nil | |
| 1260 | crosshair.Enabled = false | |
| 1261 | end | |
| 1262 | local chs = chara:GetChildren() | |
| 1263 | for i = 1, #chs do | |
| 1264 | if chs[i].ClassName == "Part" then | |
| 1265 | chs[i].Anchored = false | |
| 1266 | end | |
| 1267 | end | |
| 1268 | local knch = Knifu:GetChildren() | |
| 1269 | for i = 1, #knch do | |
| 1270 | knch[i].Anchored = false | |
| 1271 | end | |
| 1272 | end | |
| 1273 | ||
| 1274 | --Name Tag-- | |
| 1275 | local nametag = Instance.new("BillboardGui",Character.Head)
| |
| 1276 | nametag.StudsOffset = Vector3.new(0,2,0) | |
| 1277 | nametag.Adornee = Character.Head | |
| 1278 | nametag.Size = UDim2.new(0,200,0,50) | |
| 1279 | ||
| 1280 | local text = Instance.new("TextLabel",nametag)
| |
| 1281 | text.Size = UDim2.new(0,200,0,50) | |
| 1282 | text.BackgroundTransparency = 1 | |
| 1283 | text.Text = "A Terrible Creature" | |
| 1284 | text.TextColor3 = Color3.new(180/255,0,0) | |
| 1285 | text.TextStrokeColor3 = Color3.new(0,0,0) | |
| 1286 | text.Font = Enum.Font.Fantasy | |
| 1287 | text.TextScaled = true | |
| 1288 | text.TextStrokeTransparency = 0 | |
| 1289 | coroutine.wrap(function() | |
| 1290 | while wait() do | |
| 1291 | wait(3) | |
| 1292 | text.Text = "GIVE UP" | |
| 1293 | wait() | |
| 1294 | text.Text = "A Terrible Creature"; | |
| 1295 | wait(2) | |
| 1296 | local str = "" | |
| 1297 | for i = 1, math.random(3,25) do | |
| 1298 | str = str..string.char(math.random(65,122)) | |
| 1299 | end | |
| 1300 | text.Text = str | |
| 1301 | wait() | |
| 1302 | str = "" | |
| 1303 | for i = 1, math.random(12,25) do | |
| 1304 | str = str..string.char(math.random(48,122)) | |
| 1305 | end | |
| 1306 | wait() | |
| 1307 | text.Text = str | |
| 1308 | wait() | |
| 1309 | text.Text = "A Terrible Creature"; | |
| 1310 | wait(1) | |
| 1311 | text.Text = "Die." | |
| 1312 | wait() | |
| 1313 | text.Text = "Burn in hell." | |
| 1314 | wait() | |
| 1315 | text.Text = "A Terrible Creature"; | |
| 1316 | wait(2) | |
| 1317 | text.Text = "You made me do this."; | |
| 1318 | wait() | |
| 1319 | text.Text = "You can't stop me."; | |
| 1320 | wait() | |
| 1321 | for i = 1, math.random(12,25) do | |
| 1322 | str = str..string.char(math.random(48,57)) | |
| 1323 | end | |
| 1324 | text.Text = str | |
| 1325 | wait() | |
| 1326 | text.Text = "A Terrible Creature"; | |
| 1327 | wait(2) | |
| 1328 | end | |
| 1329 | end)() |