local ligmaXD = Instance.new("ScreenGui") ligmaXD.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ligmaXD.ResetOnSpawn = false local Frame = Instance.new("Frame") Frame.Parent = ligmaXD Frame.Active = true Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame.Position = UDim2.new(0.187817261, 0, 0.21384424, 0) Frame.Size = UDim2.new(0, 790, 0, 431) Frame.Active = true Frame.Draggable = true local execute = Instance.new("TextButton") execute.Name = "execute" execute.Parent = Frame execute.BackgroundColor3 = Color3.fromRGB(255, 255, 255) execute.Position = UDim2.new(0.698806822, 0, 0.0863522813, 0) execute.Size = UDim2.new(0, 75, 0, 200) execute.Font = Enum.Font.SourceSans execute.Text = "EXE" execute.TextColor3 = Color3.fromRGB(0, 0, 0) execute.TextSize = 14.000 execute.MouseButton1Click:Connect(function() if TextBox and TextBox.Text then local success, err = pcall(function() loadstring(TextBox.Text)() end) if not success then warn("Script error: " .. err) end end end) local clear = Instance.new("TextButton") clear.Name = "clear" clear.Parent = Frame clear.BackgroundColor3 = Color3.fromRGB(255, 255, 255) clear.Position = UDim2.new(0.698806822, 0, 0.550389409, 0) clear.Size = UDim2.new(0, 75, 0, 176) clear.Font = Enum.Font.SourceSans clear.Text = "CLEAR" clear.TextColor3 = Color3.fromRGB(0, 0, 0) clear.TextSize = 14.000 clear.MouseButton1Click:Connect(function() if TextBox then TextBox.Text = "" end end) local TextLabel = Instance.new("TextLabel") TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.0428340882, 0, 0, 0) TextLabel.Size = UDim2.new(0, 602, 0, 22) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "Ligma" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 14.000 TextLabel.TextXAlignment = Enum.TextXAlignment.Left local image = Instance.new("ImageLabel") image.Name = "image" image.Parent = Frame image.BackgroundColor3 = Color3.fromRGB(255, 255, 255) image.BorderSizePixel = 0 image.Size = UDim2.new(0, 23, 0, 22) image.Image = "rbxassetid://87162794" local TextBox = Instance.new("TextBox") TextBox.Parent = Frame TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextBox.Position = UDim2.new(0.0159489494, 0, 0.0863522813, 0) TextBox.Size = UDim2.new(0, 540, 0, 376) TextBox.ClearTextOnFocus = false TextBox.Font = Enum.Font.SourceSans TextBox.Text = "" TextBox.TextColor3 = Color3.fromRGB(0, 0, 0) TextBox.TextSize = 14.000 TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top local exit = Instance.new("TextButton") exit.Name = "exit" exit.Parent = Frame exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255) exit.BorderSizePixel = 0 exit.Position = UDim2.new(0.958532691, 0, 0.00262467191, 0) exit.Size = UDim2.new(0, 26, 0, 19) exit.Font = Enum.Font.SourceSans exit.Text = "X" exit.TextColor3 = Color3.fromRGB(0, 0, 0) exit.TextSize = 14.000 exit.MouseButton1Click:Connect(function() ligmaXD:Destroy() end) local Frame_2 = Instance.new("Frame") Frame_2.Parent = Frame Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame_2.Position = UDim2.new(0.806329131, 0, 0.0904872417, 0) Frame_2.Size = UDim2.new(0, 145, 0, 374) local john = Instance.new("TextButton") john.Name = "gcg" john.Parent = Frame_2 john.BackgroundColor3 = Color3.fromRGB(255, 255, 255) john.Position = UDim2.new(0, 0, 0.120525256, 0) john.Size = UDim2.new(0, 145, 0, 23) john.Font = Enum.Font.SourceSans john.Text = "John Doe" john.TextColor3 = Color3.fromRGB(0, 0, 0) john.TextSize = 14.000 john.MouseButton1Click:Connect(function() ------------ --John Doe-- ------------ -----by----- --CKbackup-- ------------ --Player Stuff-- player = game:GetService("Players").LocalPlayer chara = player.Character ch = chara:GetChildren() for i = 1, #ch do if ch[i].Name == "Torso" then ch[i].roblox.Transparency = 1 elseif ch[i].Name == "Head" then ch[i].face.Transparency = 1 ch[i].Transparency = 1 elseif ch[i].ClassName == "Accessory" or ch[i].ClassName == "Shirt" or ch[i].ClassName == "Pants" or ch[i].ClassName == "ShirtGraphic" then ch[i]:Destroy() end end chara["Left Arm"].BrickColor = BrickColor.new("Cool yellow") chara["Right Arm"].BrickColor = BrickColor.new("Cool yellow") chara["Left Leg"].BrickColor = BrickColor.new("Medium blue") chara["Right Leg"].BrickColor = BrickColor.new("Medium blue") chara.Torso.BrickColor = BrickColor.new("Bright yellow") --Outfit-- New = function(Object, Parent, Name, Data) local Object = Instance.new(Object) for Index, Value in pairs(Data or {}) do Object[Index] = Value end Object.Parent = Parent Object.Name = Name return Object end function ScatterEff(part) local eff1 = Instance.new("ParticleEmitter",part) eff1.Size = NumberSequence.new(.1) eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)}) eff1.LightEmission = 1 eff1.Lifetime = NumberRange.new(1) eff1.Speed = NumberRange.new(1) eff1.Rate = 100 eff1.VelocitySpread = 10000 eff1.Texture = "rbxassetid://347504241" eff1.Color = ColorSequence.new(Color3.new(1,0,0)) local eff2 = Instance.new("ParticleEmitter",part) eff2.Size = NumberSequence.new(.1) eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)}) eff2.LightEmission = 1 eff2.Lifetime = NumberRange.new(1) eff2.Speed = NumberRange.new(1) eff2.Rate = 100 eff2.VelocitySpread = 10000 eff2.Texture = "rbxassetid://347504259" eff2.Color = ColorSequence.new(Color3.new(1,0,0)) end function BurningEff(part) local eff1 = Instance.new("ParticleEmitter",part) eff1.Size = NumberSequence.new(.1) eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)}) eff1.LightEmission = 1 eff1.Lifetime = NumberRange.new(1) eff1.Speed = NumberRange.new(0) eff1.Rate = 100 eff1.Texture = "rbxassetid://347504241" eff1.Acceleration = Vector3.new(0,10,0) eff1.Color = ColorSequence.new(Color3.new(1,0,0)) local eff2 = Instance.new("ParticleEmitter",part) eff2.Size = NumberSequence.new(.1) eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)}) eff2.LightEmission = 1 eff2.Lifetime = NumberRange.new(1) eff2.Speed = NumberRange.new(0) eff2.Rate = 100 eff2.Texture = "rbxassetid://347504259" eff2.Acceleration = Vector3.new(0,10,0) eff2.Color = ColorSequence.new(Color3.new(1,0,0)) local eff3 = Instance.new("ParticleEmitter",part) eff3.Size = NumberSequence.new(1) eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)}) eff3.LightEmission = 1 eff3.Lifetime = NumberRange.new(1) eff3.Speed = NumberRange.new(0) eff3.Rate = 100 eff3.Texture = "rbxasset://textures/particles/fire_main.dds" eff3.Acceleration = Vector3.new(0,10,0) eff3.Color = ColorSequence.new(Color3.new(1,0,0)) end FakeHead = New("Model",chara,"FakeHead",{}) MainPart = New("Part",FakeHead,"MainPart",{FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(2, 1, 1),CFrame = CFrame.new(2.29537678, 7.81603718, 0.746068954, 0.00980896503, 0.00110200304, 0.999957919, -0.000536994543, 1.00000548, -0.00109680078, -0.99994874, -0.0005262224, 0.00980964955),CanCollide = false,TopSurface = Enum.SurfaceType.Smooth,}) Mesh = New("SpecialMesh",MainPart,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),}) face = New("Decal",MainPart,"face",{Texture = "rbxasset://textures/face.png",}) Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Head,C0 = CFrame.new(0, 0, 0, 0.00980896503, -0.000536994543, -0.99994874, 0.00110200304, 1.00000548, -0.0005262224, 0.999957919, -0.00109680078, 0.00980964955),C1 = CFrame.new(5.96046448e-008, -8.58306885e-006, 0, 0.00980896503, -0.000536994543, -0.99994874, 0.00110200304, 1.00000548, -0.0005262224, 0.999957919, -0.00109680078, 0.00980964955),}) FakeHead.MainPart.BrickColor = BrickColor.new("Cool yellow") EyeFire = New("Part",FakeHead,"EyeFire",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(1.69668579, 8.11665249, 0.640022159, -0.00107900088, 0.999958038, -0.00980941113, -1.0000056, -0.00107390946, 0.000525554642, 0.000515007298, 0.00981007144, 0.999948859),CanCollide = false,Color = Color3.new(1, 0, 0),}) Mesh = New("CylinderMesh",EyeFire,"Mesh",{Offset = Vector3.new(0.0500000007, 0, -0.0399999991),Scale = Vector3.new(1, 0.150000006, 1),}) Weld = New("ManualWeld",EyeFire,"Weld",{Part0 = EyeFire,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.0010790003, -0.999999344, 0.000515000196, 0.999951363, -0.0010738963, 0.00981000345, -0.00980944186, 0.000525560055, 0.99995178),C1 = CFrame.new(0.100008011, 0.300009251, -0.600027919, 0.00980899762, -0.000536999898, -0.99995178, 0.00110200245, 0.999999344, -0.000526215415, 0.999951363, -0.00109678751, 0.00980958249),}) Chest = New("Model",chara,"Chest",{}) MainPart = New("Part",Chest,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(2, 2, 1),CFrame = CFrame.new(2.2937007, 6.31611967, 0.746871948, 0.00980956201, 0.00110224239, 0.999954581, -0.000537135813, 1.00000238, -0.00109703222, -0.99995023, -0.000526354474, 0.00981019717),CanCollide = false,LeftSurface = Enum.SurfaceType.Weld,RightSurface = Enum.SurfaceType.Weld,}) Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Torso,C0 = CFrame.new(0, 0, 0, 0.009809535, -0.000537137908, -0.99994725, 0.00110225554, 1.00000858, -0.000526368851, 0.999961257, -0.00109705783, 0.00981026888),C1 = CFrame.new(5.96046448e-008, -9.05990601e-006, -2.38418579e-007, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),}) CorruptedPart = New("Part",Chest,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.400000006, 0.800000072, 1),CFrame = CFrame.new(2.28977966, 7.11656427, 1.34486222, -0.00110228383, -0.00980954897, -0.9999578, -1.00000536, 0.000536905834, 0.00109708123, 0.000526248943, 0.99994868, -0.00981033035),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.0011022957, -0.999999225, 0.000526249292, -0.00980958622, 0.000536918582, 0.99995172, -0.999951243, 0.0010970803, -0.00981026702),C1 = CFrame.new(-0.598430753, 0.800122261, 0.00106739998, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),}) CorruptedPart = New("Part",Chest,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.400000006, 0.400000066, 1),CFrame = CFrame.new(2.29174757, 6.71645212, 1.54485857, -0.00110228383, -0.00980954897, -0.9999578, -1.00000536, 0.000536905834, 0.00109708123, 0.000526248943, 0.99994868, -0.00981033035),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.0011022957, -0.999999225, 0.000526249292, -0.00980958622, 0.000536918582, 0.99995172, -0.999951243, 0.0010970803, -0.00981026702),C1 = CFrame.new(-0.798183441, 0.399908543, 0.00543618202, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),}) LeftArm = New("Model",chara,"LeftArm",{}) MainPart = New("Part",LeftArm,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(1.90889204, 6.31596565, 3.24640989, -0.0484240092, -0.0324009918, 0.998301268, -0.00117100019, 0.999474883, 0.0323822871, -0.998826265, 0.000399069104, -0.0484365262),CanCollide = false,}) Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),C1 = CFrame.new(0, -8.10623169e-006, -2.38418579e-007, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),}) CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(1.48370504, 6.50245714, 2.8663168, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(0.400017738, 0.200018406, -0.400015235, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),}) CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.51924801, 6.60332775, 3.66543078, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.399997473, 0.300003052, -0.399972558, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),}) EffCorruptedPart = New("Part",LeftArm,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(1.92512023, 5.81624889, 3.24619365, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(1.52587891e-005, -0.49998045, 2.90870667e-005, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),}) CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000072, 0.200000003),CFrame = CFrame.new(2.31463432, 6.72918367, 3.62673688, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.400012016, 0.400006294, 0.400012136, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),}) CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(1.50631011, 6.40297413, 3.26581192, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(1.3589859e-005, 0.100014687, -0.400020242, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),}) CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(1.92179501, 6.51633835, 3.64602208, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.40000248, 0.200008869, 1.37090683e-005, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),}) BurningEff(EffCorruptedPart) LeftLeg = New("Model",chara,"LeftLeg",{}) MainPart = New("Part",LeftLeg,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.2865479, 1.31659603, 1.24781799, 0.00980953407, 0.00110225566, 0.999961138, -0.000537137908, 1.00000858, -0.00109705783, -0.99994719, -0.000526368851, 0.00981026888),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,}) Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Leg"],C0 = CFrame.new(0, 0, 0, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),C1 = CFrame.new(0, -8.58306885e-006, -2.38418579e-007, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),}) EffCorruptedPart = New("Part",LeftLeg,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.200000048, 1),CFrame = CFrame.new(2.28007793, 0.400032878, 1.25993299, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.0116856098, -0.916567385, -0.00534534454, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),}) CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.88013697, 0.800038397, 0.859943509, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(0.3841483, -0.516796231, -0.40962553, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),}) CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000012, 0.200000003),CFrame = CFrame.new(2.69002914, 0.915953577, 0.851962805, 0.999971032, 0.0011022269, -0.00980960391, -0.00109704852, 1.00001776, 0.000537177373, 0.00981036108, -0.000526409131, 0.999942601),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999951303, -0.0010970087, 0.00981015898, 0.00110222446, 0.999999166, -0.000526388001, -0.00980970077, 0.00053719338, 0.99995172),C1 = CFrame.new(0.400011122, -0.399985313, 0.400013685, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),}) CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000012, 0.200000003),CFrame = CFrame.new(1.88013721, 0.900040269, 1.65993917, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.415866137, -0.41721642, -0.40188694, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),}) CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(1.88013721, 0.600035727, 1.25993288, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.0157161951, -0.717007458, -0.405481935, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),}) CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.28007793, 0.700037479, 1.65993929, 1.00001967, -3.84054147e-007, 3.90969217e-006, 6.35045581e-007, 1.00001717, -5.60838998e-007, -6.19795173e-006, 9.32147486e-007, 0.99998951),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 6.5424797e-007, -6.48946025e-006, -3.64865258e-007, 0.999998629, 9.58411874e-007, 3.61912225e-006, -5.34497644e-007, 0.999998629),C1 = CFrame.new(-0.411835551, -0.616776347, -0.00175023079, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),}) CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 1.20000005, 0.200000003),CFrame = CFrame.new(2.68018699, 1.10004401, 1.65993941, 1.00001967, -3.84054147e-007, 3.90969217e-006, 6.35045581e-007, 1.00001717, -5.60838998e-007, -6.19795173e-006, 9.32147486e-007, 0.99998951),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 6.5424797e-007, -6.48946025e-006, -3.64865258e-007, 0.999998629, 9.58411874e-007, 3.61912225e-006, -5.34497644e-007, 0.999998629),C1 = CFrame.new(-0.408125639, -0.216332912, 0.397896528, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),}) CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(2.68596959, 0.816166699, 1.25195313, 0.999971032, 0.0011022269, -0.00980960391, -0.00109704852, 1.00001776, 0.000537177373, 0.00981036108, -0.000526409131, 0.999942601),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999951303, -0.0010970087, 0.00981015898, 0.00110222446, 0.999999166, -0.000526388001, -0.00980970077, 0.00053719338, 0.99995172),C1 = CFrame.new(5.20944595e-005, -0.499986172, 0.399987936, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),}) ScatterEff(EffCorruptedPart) RightArm = New("Model",chara,"RightArm",{}) MainPart = New("Part",RightArm,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.011096, 6.31690788, -3.92582893, 0.00918400101, -0.262283146, 0.964947343, 0.259330034, 0.932596445, 0.251021653, -0.965745091, 0.247934431, 0.0765828639),CanCollide = false,}) Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Arm"],C0 = CFrame.new(0, 0, 0, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),C1 = CFrame.new(-2.86102295e-006, -9.05990601e-006, -2.38418579e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),}) Hitbox = New("Part",RightArm,"Hitbox",{BrickColor = BrickColor.new("Really black"),Transparency = 1,Transparency = 1,Size = Vector3.new(1, 4, 1),CFrame = CFrame.new(22.2733669, 5.0842762, -22.1737366, -0.964945257, -0.262290984, 0.00919180829, -0.251027077, 0.93259424, 0.259333313, -0.0765930116, 0.247935042, -0.965744138),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Weld = New("ManualWeld",Hitbox,"Weld",{Part0 = Hitbox,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945257, -0.251027077, -0.0765930116, -0.262290984, 0.93259424, 0.247935042, 0.00919180829, 0.259333313, -0.965744138),C1 = CFrame.new(-1.52587891e-005, -1.00003147, -1.71661377e-005, 0.0091838371, 0.259330064, -0.965745151, -0.262283117, 0.932596445, 0.247934505, 0.964947283, 0.251021653, 0.0765827149),}) CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.011096, 6.3169179, -3.92581391, -0.964945257, -0.262290984, 0.00919180829, -0.251027077, 0.93259424, 0.259333313, -0.0765930116, 0.247935042, -0.965744138),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945138, -0.251027018, -0.0765930042, -0.262290984, 0.932594121, 0.247935027, 0.00919180084, 0.259333313, -0.965744197),C1 = CFrame.new(-1.1920929e-005, 1.28746033e-005, 3.57627869e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),}) CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.600000024, 0.400000036),CFrame = CFrame.new(2.14866924, 6.03215551, -4.72580194, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.699988842, -0.499982834, 7.62939453e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),}) CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1.20000005, 0.600000024),CFrame = CFrame.new(2.63876629, 4.02682734, -4.32773018, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(-0.199987888, -2.39999342, 3.02791595e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),}) CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 0.600000024),CFrame = CFrame.new(1.62134135, 7.81954479, -3.94021821, 0.964945078, -0.262291819, -0.00918725226, 0.251029015, 0.932593465, -0.259333432, 0.0765890032, 0.247936144, 0.965744317),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.964944899, 0.251028955, 0.0765889958, -0.262291819, 0.932593465, 0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.399995804, 1.5000124, -2.38418579e-007, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),}) CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.600000024, 0.400000036),CFrame = CFrame.new(2.35483098, 5.18234444, -4.53787422, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.300010204, -1.29999256, 1.40666962e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),}) CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 0.600000024),CFrame = CFrame.new(1.88730097, 6.99068737, -4.57445002, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.799996853, 0.50001812, 4.29153442e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),}) CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.800000072, 0.600000024),CFrame = CFrame.new(2.37646794, 4.9594202, -4.07979012, -0.964945316, -0.262290984, 0.00918756705, -0.251028091, 0.932593942, 0.259333163, -0.0765890256, 0.247935995, -0.965744197),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945138, -0.251028031, -0.0765890107, -0.262290955, 0.932593882, 0.247935966, 0.0091875596, 0.259333193, -0.965744257),C1 = CFrame.new(-0.199994564, -1.39999104, 1.52587891e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),}) RightLeg = New("Model",chara,"RightLeg",{}) MainPart = New("Part",RightLeg,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.29641008, 1.31540966, 0.248092994, 0.00933599845, 0.00110999751, 0.999955773, -0.0030579993, 0.999994755, -0.00108149007, -0.99995178, -0.0030477671, 0.00933934376),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,}) Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Leg"],C0 = CFrame.new(0, 0, 0, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),C1 = CFrame.new(2.98023224e-008, -8.58306885e-006, 2.38418579e-007, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),}) CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(2.70045996, 1.61376095, -0.149078026, 0.999955833, 0.00111049914, -0.0093326522, -0.00108199986, 0.999994755, 0.00305823679, 0.00933599938, -0.00304800388, 0.999951839),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955893, -0.00108199986, 0.00933599938, 0.00111049926, 0.999994755, -0.00304800388, -0.0093326522, 0.00305823679, 0.99995178),C1 = CFrame.new(0.400011688, 0.300008655, 0.400000095, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),}) CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.90071809, 1.81462395, -0.157150015, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(0.400002658, 0.50000751, -0.399999142, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),}) CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(1.896873, 1.71584904, 0.243133992, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(4.14252281e-006, 0.400008917, -0.399998784, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),}) CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000072, 0.200000003),CFrame = CFrame.new(1.89314091, 1.71706903, 0.643112063, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(-0.399993181, 0.400005698, -0.399996519, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),}) EffCorruptedPart = New("Part",RightLeg,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1.20000005, 1),CFrame = CFrame.new(2.29597116, 0.915416002, 0.249298006, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(1.41263008e-005, -0.399995744, 5.00679016e-006, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),}) CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.300596, 1.71419013, -0.153122023, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(0.400015235, 0.400005817, 7.39097595e-006, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),}) CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(2.69322205, 1.81620288, 0.650299072, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(-0.400013447, 0.500005245, 0.400009155, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),}) CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.69684124, 1.71498096, 0.250625998, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,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.0666667, 0.0666667, 0.0666667),}) Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),}) Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(-1.63316727e-005, 0.400005937, 0.400005102, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),}) ScatterEff(EffCorruptedPart) sa = RightArm:GetChildren() for i = 1, #sa do ScatterEff(sa[i]) end local eff1 = Instance.new("ParticleEmitter",EyeFire) eff1.Size = NumberSequence.new(.1) eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)}) eff1.LightEmission = 1 eff1.Lifetime = NumberRange.new(.5) eff1.Speed = NumberRange.new(1) eff1.EmissionDirection = "Front" eff1.Rate = 100 eff1.Texture = "rbxassetid://347504241" eff1.Acceleration = Vector3.new(0,10,0) eff1.Color = ColorSequence.new(Color3.new(1,0,0)) local eff2 = Instance.new("ParticleEmitter",EyeFire) eff2.Size = NumberSequence.new(.1) eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)}) eff2.LightEmission = 1 eff2.Lifetime = NumberRange.new(.5) eff2.Speed = NumberRange.new(1) eff2.EmissionDirection = "Front" eff2.Rate = 100 eff2.Texture = "rbxassetid://347504259" eff2.Acceleration = Vector3.new(0,10,0) eff2.Color = ColorSequence.new(Color3.new(1,0,0)) local eff3 = Instance.new("ParticleEmitter",EyeFire) eff3.Size = NumberSequence.new(.1) eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)}) eff3.LightEmission = 1 eff3.Lifetime = NumberRange.new(.5) eff3.Speed = NumberRange.new(1) eff3.EmissionDirection = "Front" eff3.Rate = 100 eff3.Texture = "rbxasset://textures/particles/fire_main.dds" eff3.Acceleration = Vector3.new(0,10,0) eff3.Color = ColorSequence.new(Color3.new(1,0,0)) --Sounds-- slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5}) hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5}) telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5}) burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5}) music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true}) music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true}) deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true}) deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5}) music1:Play() music2:Play() --Animations-- swinganim = chara.Humanoid:LoadAnimation(New("Animation",chara,"Swing",{AnimationId = "rbxassetid://186934658"})) --Name Tag-- local naeeym = Instance.new("BillboardGui",chara) naeeym.Size = UDim2.new(0,100,0,40) naeeym.StudsOffset = Vector3.new(0,2,0) naeeym.Adornee = chara.Head local tecks = Instance.new("TextLabel",naeeym) tecks.BackgroundTransparency = 1 tecks.BorderSizePixel = 0 tecks.Text = "John Doe" tecks.Font = "Fantasy" tecks.FontSize = "Size24" tecks.TextStrokeTransparency = 0 tecks.TextStrokeColor3 = Color3.new(0,0,0) tecks.TextColor3 = Color3.new(0,0,0) tecks.Size = UDim2.new(1,0,0.5,0) --Skybox-- skybox = Instance.new("Part",chara) skybox.Size = Vector3.new(0,0,0) skybox.Anchored = true skybox.CanCollide = true skyboxmesh = Instance.new("SpecialMesh",skybox) skyboxmesh.MeshId = "http://www.roblox.com/asset/?id=1527559" skyboxmesh.TextureId = "http://www.roblox.com/asset/?id=1529455" skyboxmesh.VertexColor = Vector3.new(1,0,0) skyboxmesh.Scale = Vector3.new(-3000,-1000,-3000) --Soul Steal-- function SoulSteal(pos) local soulst = coroutine.wrap(function() local soul = Instance.new("Part",chara) soul.Size = Vector3.new(0,0,0) soul.CanCollide = false soul.Anchored = false soul.Position = pos soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z) soul.Transparency = 1 local ptc = Instance.new("ParticleEmitter",soul) ptc.Texture = "http://www.roblox.com/asset/?id=413366101" ptc.Size = NumberSequence.new(.5) ptc.LockedToPart = true ptc.Speed = NumberRange.new(0) ptc.Lifetime = NumberRange.new(9999) local bodpos = Instance.new("BodyPosition",soul) bodpos.Position = pos wait(2) soul.Touched:connect(function(hit) if hit.Parent == chara then soul:Destroy() end end) while soul do wait(.1) bodpos.Position = chara.Torso.Position end end) soulst() end --Death of a Mortal-- function KillMortal(hitdude) local torsy = nil if hitdude:FindFirstChild("Torso")~=nil then torsy = hitdude.Torso elseif hitdude:FindFirstChild("UpperTorso")~=nil then torsy = hitdude.UpperTorso end local val = Instance.new("ObjectValue",hitdude) val.Name = "HasBeenHit" hitdude:BreakJoints() hitdude.Humanoid:Destroy() SoulSteal(torsy.Position) local chi = hitdude:GetChildren() for i = 1, #chi do if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then local bodpos = Instance.new("BodyPosition",chi[i]) bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5)) ScatterEff(chi[i]) chi[i].BrickColor = BrickColor.new("Really black") end end for i = 1, 4 do for i = 1, #chi do if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then chi[i].Transparency = chi[i].Transparency + .25 wait(.01) end end end for i = 1, #chi do if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then chi[i]:Destroy() end end end --Arm Touch-- bladeactive = false Hitbox.Touched:connect(function(hit) if bladeactive == true then if hit.Parent:FindFirstChild("Humanoid")~= nil and hit.Parent:FindFirstChild("HasBeenHit")== nil and hit.Parent ~= chara then hitsnd:Play() KillMortal(hit.Parent) end end end) --Teleport-- function Teleport(pos) telesnd:Play() local ch = chara:GetChildren() for i = 1, #ch do if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then local trace = Instance.new("Part",game.Workspace) trace.Size = ch[i].Size trace.Material = "Neon" trace.BrickColor = BrickColor.new("Really black") trace.Transparency = .3 trace.CanCollide = false trace.Anchored = true trace.CFrame = ch[i].CFrame if ch[i].Name == "Head" then mehs = Instance.new("CylinderMesh",trace) mehs.Scale = Vector3.new(1.25,1.25,1.25) end tracedisappear = coroutine.wrap(function() wait(1) for i = 1, 7 do wait(.1) trace.Transparency = trace.Transparency + .1 end trace:Destroy() end) tracedisappear() end end chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z) end --Grab-- function Grab(mouse) local hit = mouse.Target if hit ~= nil then if hit.Parent:FindFirstChild("Humanoid")~=nil then local torsy = nil if hit.Parent:FindFirstChild("Torso")~=nil then torsy = hit.Parent.Torso elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then torsy = hit.Parent.UpperTorso end local bodpos = Instance.new("BodyPosition",torsy) bodpos.Position = torsy.Position wait(1) burnsnd:Play() hit.Parent.Humanoid.MaxHealth = 100 bodpos.Position = bodpos.Position + Vector3.new(0,4,0) for i = 1, 10 do wait(.1) BurningEff(torsy) hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10 end KillMortal(hit.Parent) end else end end --Button1Down-- dell = false function onButton1Down() if dell == false then dell = true swinganim:Play() bladeactive = true slashsnd:Play() wait(.7) bladeactive = false dell = false swinganim:Stop() end end --KeyDowns-- function onKeyDown(key) if key == "z" then Teleport(Mouse.Hit.p + Vector3.new(0,2,0)) elseif key == "x" then Grab(Mouse) end end --Mouse Functions-- Mouse = player:GetMouse() if Mouse then Mouse.Button1Down:connect(onButton1Down) Mouse.KeyDown:connect(onKeyDown) end --Death-- chara.Humanoid.Died:connect(function() local pat = Instance.new("Part",game.Workspace) pat.Transparency = 1 pat.Anchored = true pat.CFrame = chara.Torso.CFrame naeeym.Parent = pat naeeym.Adornee = pat skybox.Parent = game.Workspace tecks.Text = "BAD CHOICE" tecks.FontSize = "Size48" tecks.TextColor3 = Color3.new(1,0,0) music1:Stop() music2:Stop() deathmus.Parent = game.Workspace deathex.Parent = game.Workspace deathmus:Play() deathex:Play() game.Lighting.OutdoorAmbient = Color3.new(0,0,0) game.Lighting.TimeOfDay = "00:00:00" game.Lighting.FogColor = Color3.new(0,0,0) game.Lighting.FogEnd = 1000 local ex = Instance.new("Explosion",game.Workspace) ex.Position = chara.Torso.Position ex.Visible = false ex.BlastRadius = 999999999999999999999999 ex.BlastPressure = 9999999999999999999999999 end) --Loop Function-- while true do wait(.01) chance = math.random(0,100) if chance < 10 then sel = math.random(1,3) if sel == 1 then tecks.Text = "NOHOPE" elseif sel == 2 then tecks.Text = "GIVEUP" elseif sel == 3 then tecks.Text = "BURNINHELL" end else tecks.Text = "John Doe" end if chara.Humanoid.Health > 0 then chara.Humanoid.MaxHealth = math.huge chara.Humanoid.Health = math.huge game.Lighting.OutdoorAmbient = Color3.new(1,0,0) game.Lighting.Ambient = Color3.new(1,0,0) chara["Left Arm"].BrickColor = BrickColor.new("Cool yellow") chara["Right Arm"].BrickColor = BrickColor.new("Cool yellow") chara["Left Leg"].BrickColor = BrickColor.new("Medium blue") chara["Right Leg"].BrickColor = BrickColor.new("Medium blue") chara.Torso.BrickColor = BrickColor.new("Bright yellow") chara["Left Arm"].Anchored = false chara["Right Arm"].Anchored = false chara["Left Leg"].Anchored = false chara["Right Leg"].Anchored = false chara.Torso.Anchored = false ch = chara:GetChildren() for i = 1, #ch do if ch[i].ClassName == "Accessory" or ch[i].ClassName == "Hat" then ch[i]:Destroy() end end tools = player.Backpack:GetChildren() for i = 1, #tools do if tools[i].ClassName == "HopperBin" then tools[i]:Destroy() end end skybox.CFrame = skybox.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(1),0) tecks.Position = UDim2.new(0,math.random(-3,3),0,math.random(-3,3)) local jtrace = Instance.new("Part",game.Workspace) jtrace.Name = "JDTrace" jtrace.Size = Vector3.new(10,0,10) jtrace.Position = chara.Torso.Position jtrace.CFrame = chara.Torso.CFrame - Vector3.new(0,3,0) jtrace.Anchored = true jtrace.CanCollide = false jtrace.BrickColor = BrickColor.new("Really black") jtrace.Material = "Granite" BurningEff(jtrace) game.Debris:AddItem(jtrace,1) end end end) local plane = Instance.new("TextButton") plane.Name = "gguns" plane.Parent = Frame_2 plane.BackgroundColor3 = Color3.fromRGB(255, 255, 255) plane.Position = UDim2.new(0, 0, 0.0600222014, 0) plane.Size = UDim2.new(0, 145, 0, 23) plane.Font = Enum.Font.SourceSans plane.Text = "Plane" plane.TextColor3 = Color3.fromRGB(0, 0, 0) plane.TextSize = 14.000 plane.MouseButton1Click:Connect(function() repeat wait() until game:IsLoaded() and game:service("Players").LocalPlayer.Character ~= nil; wait(0.4) for i, v in pairs(game:service("Players").LocalPlayer.Character:children()) do if v ~= script then v:Destroy() end end local player = game:service("Players").LocalPlayer local mouse = player:GetMouse() local cam = workspace.CurrentCamera local char = player.Character local Torsoz = char:findFirstChild("Torso") local NV = Vector3.new() local Main local W,S = false,false local DoublePress = {nil,0} script.Parent = char local TrailParts = {} local Acceleration = 0.08 local Speed = 0 local MinSpeed = 0 local MaxSpeed = 3.2 local DesiredDirection = cam.CoordinateFrame.lookVector local Direction = DesiredDirection local Roll = 0 local AllowTrails = true script.Name = "AdvFlight" local P = Instance.new("Part") P.Anchored = true P.CanCollide = false P.Name = "Part" P.formFactor = "Custom" P.Size = Vector3.new(0.2,0.2,0.2) P.Locked = true P.TopSurface = 10 P.BottomSurface = 10 P.FrontSurface = 10 P.BackSurface = 10 P.LeftSurface = 10 P.RightSurface = 10 P.Material = "Pebble" P.BrickColor = BrickColor.new("White") local shipp local shadow local campart function RAY(pos, dir, startpos, endpos, distleft, collidedlist) collidedlist = collidedlist or {char} startpos = startpos or pos distleft = distleft or dir.unit * dir.magnitude endpos = endpos or pos + distleft local ray = Ray.new(pos, distleft) local hitz,enz = workspace:FindPartOnRayWithIgnoreList(ray, collidedlist) if hitz ~= nil then if hitz.CanCollide == false then table.insert(collidedlist, hitz) local newpos = enz local newdistleft = distleft - (dir.unit * (pos - newpos).magnitude) if newdistleft ~= NV then return RAY(newpos-(dir*0.01), dir, startpos, endpos, newdistleft+(dir*0.01), collidedlist) end end end return hitz, enz, ray end function FindSurface(part, position) local obj = part.CFrame:pointToObjectSpace(position) local siz = part.Size/2 for i,v in pairs(Enum.NormalId:GetEnumItems()) do local vec = Vector3.FromNormalId(v) local wvec = part.CFrame:vectorToWorldSpace(vec) local vz = (obj)/(siz*vec) if (math.abs(vz.X-1) < 0.01 or math.abs(vz.Y-1) < 0.01 or math.abs(vz.Z-1) < 0.01) then return wvec,vec end end if part.className == "WedgePart" then return part.CFrame:vectorToWorldSpace(Vector3.new(0,0.707,-0.707)), Vector3.new(0,0.707,-0.707) end end function HSV(H,S,V) H = H % 360 local C = V * S local H2 = H/60 local X = C * (1 - math.abs((H2 %2) -1)) local color = Color3.new(0,0,0) if H2 <= 0 then color = Color3.new(C,0,0) elseif 0 <= H2 and H2 <= 1 then color = Color3.new(C,X,0) elseif 1 <= H2 and H2 <= 2 then color = Color3.new(X,C,0) elseif 2 <= H2 and H2 <= 3 then color = Color3.new(0,C,X) elseif 3 <= H2 and H2 <= 4 then color = Color3.new(0,X,C) elseif 4 <= H2 and H2 <= 5 then color = Color3.new(X,0,C) elseif 5 <= H2 and H2 <= 6 then color = Color3.new(C,0,X) end local m = V - C return Color3.new(color.r + m, color.g + m, color.b + m) end function Build(shiptype) AllowTrails = true for i, v in pairs(char:children()) do if v.className == "Model" and v.Name == "Ship" then v:remove() end end for i, v in pairs(TrailParts) do for _,V in pairs(v[3]) do V:Destroy() end end local mdl = Instance.new("Model", char) mdl.Name = "Ship" ------------------------ Speeder Ship Type ----------------------------- if shiptype == "Speeder" then shipp = P:Clone() shipp.Parent = mdl shipp.Size = Vector3.new(1,1,2.2) local shipwing1 = P:Clone() shipwing1.Parent = mdl shipwing1.Size = Vector3.new(0.6,1.2,2) local mesh = Instance.new("SpecialMesh", shipwing1) mesh.MeshType = "Wedge" local shipwing2 = shipwing1:Clone() shipwing2.Parent = mdl campart = P:Clone() campart.Transparency = 1 local shipwing21 = P:Clone() shipwing21.Parent = mdl shipwing21.Size = Vector3.new(0.32,1.1,2.6) local mesh = Instance.new("SpecialMesh", shipwing21) mesh.MeshType = "Wedge" local shipwing22 = shipwing21:Clone() shipwing22.Parent = mdl campart = P:Clone() campart.Transparency = 1 local shipwi = P:Clone() shipwi.Parent = mdl shipwi.Size = Vector3.new(1,1,1.2) local mesh = Instance.new("SpecialMesh", shipwi) mesh.MeshType = "Wedge" local shipwi2 = P:Clone() shipwi2.Parent = mdl shipwi2.Size = Vector3.new(0.7,0.7,0.84) shipwi2.Material = "SmoothPlastic" shipwi2.BrickColor = BrickColor.new("Pastel blue") shipwi2.Reflectance = 0.6 local mesh = Instance.new("SpecialMesh", shipwi2) mesh.MeshType = "Wedge" shadow = P:Clone() shadow.Parent = mdl shadow.Name = "Shadow" shadow.Material = "SmoothPlastic" shadow.BrickColor = BrickColor.new("Really black") local mesh = Instance.new("SpecialMesh",shadow) mesh.MeshType = "Sphere" TrailParts = {} table.insert(TrailParts,{shipp,1,{},cam.CoordinateFrame.p,CFrame.new(0,0,1),0.5,18}) table.insert(TrailParts,{shipwing1,1,{},cam.CoordinateFrame.p,CFrame.new(0,0.45,1),0.3,15}) table.insert(TrailParts,{shipwing2,1,{},cam.CoordinateFrame.p,CFrame.new(0,0.45,1),0.3,15}) for _, V in pairs(TrailParts) do for i = 1, V[7] do local p = P:Clone() local mesh = Instance.new("SpecialMesh", p) mesh.MeshId = "http://www.roblox.com/asset/?id=9856898" mesh.TextureId = "http://www.roblox.com/asset/?id=48358980" p.BrickColor = BrickColor.new("Dark stone grey") table.insert(V[3],p) end end function ReposParts() shipwing1.CFrame = shipp.CFrame * CFrame.new(-1.1,-0.195,-0.14) * CFrame.Angles(0,0,math.pi/2) shipwing2.CFrame = shipp.CFrame * CFrame.new(1.1,-0.195,-0.14) * CFrame.Angles(0,0,-math.pi/2) shipwing21.CFrame = shipp.CFrame * CFrame.new(-1.05,-0.34,-0.45) * CFrame.Angles(0,0,math.pi/2) shipwing22.CFrame = shipp.CFrame * CFrame.new(1.05,-0.34,-0.45) * CFrame.Angles(0,0,-math.pi/2) shipwi.CFrame = shipp.CFrame * CFrame.new(0,0,-1.7) shipwi2.CFrame = shipwi.CFrame * CFrame.new(0,0.015,-0.015) campart.CFrame = shipp.CFrame + Vector3.new(0,1.5,0) end cam.CameraSubject = campart cam.CameraType = "Track" shipp.CFrame = CFrame.new(NV,Direction) + cam.CoordinateFrame.p ReposParts() end AllowTrails = true end Build("Speeder") function B1D() Build("Speeder") end function RollThatSht(direc) if Roll == 0 then for i = 1, 50 do Roll = (-360 + math.cos(math.pi/50*i) * 360) * direc wait(0.02) end Roll = 0 end end function KD(key) if key == "w" then W = true elseif key == "s" then S = true end local rollpls = 0 if key == DoublePress[1] and tick() - DoublePress[2] < 0.32 then DoublePress = {nil,0} if key == "a" then rollpls = -1 elseif key == "d" then rollpls = 1 end end DoublePress = {key,tick()} if rollpls ~= 0 then RollThatSht(rollpls) end end function KU(key) if key == "w" then W = false elseif key == "s" then S = false end end function Equip() end function Unequip() end mouse.Icon = "rbxasset://textures\\GunCursor.png" mouse.Button1Down:connect(B1D) mouse.KeyDown:connect(KD) mouse.KeyUp:connect(KU) local count = 0 local hue = 0 --game:GetService("RunService").Stepped:connect(function() while wait(0.02) do ------ Speed -------- local valu = (0.002*MaxSpeed) + ((Speed/MaxSpeed)*Acceleration) if W == true then Speed = Speed + valu elseif S == true then Speed = Speed - valu end if Speed > MaxSpeed then Speed = MaxSpeed elseif Speed < MinSpeed then Speed = MinSpeed end ------ left/right tilt --------- local target = 180 + math.floor(math.deg(math.atan2(DesiredDirection.x,DesiredDirection.z))) local current = 180 + math.floor(math.deg(math.atan2(Direction.x,Direction.z))) local swing = 0 if math.abs(math.abs(current-target) - 360) > math.abs(target-current) then swing = target-current else swing = (current > target and -(math.abs(current-target) - 360)) or (current < target and math.abs(current-target) - 360) end DesiredDirection = cam.CoordinateFrame.lookVector ------ direction smoothening ------ local dir = DesiredDirection.unit if Direction ~= dir then if (Direction - dir).magnitude < 0.01 then Direction = dir else local dist = ((dir - Direction).unit * (dir - Direction).magnitude) /10 Direction = (Direction + dist).unit end end shipp.CFrame = (CFrame.new(NV,Direction) + shipp.Position + (Direction.unit * Speed)) * CFrame.Angles(0,0,math.rad(Roll) + math.rad(swing/2)) ReposParts() ------ shadow ------ local ghitz, genz = RAY(shipp.Position,Vector3.new(0,-26,0)) local angles = CFrame.new() if ghitz ~= nil and ghitz.className ~= "Terrain" and ((ghitz.className == "Part" and ghitz.Shape == Enum.PartType.Block) or (ghitz.className ~= "Part" and ghitz:IsA("BasePart"))) then local wvec,vec = FindSurface(ghitz,genz) angles = CFrame.new(NV,wvec) * CFrame.Angles(-math.pi/2,0,0) elseif ghitz ~= nil and (ghitz.className == "Part" and ghitz.Shape == Enum.PartType.Ball) then angles = (CFrame.new(ghitz.Position, genz) - ghitz.Position) * CFrame.Angles(-math.pi/2,0,0) end shadow.CFrame = CFrame.new(genz) * angles shadow.Transparency = 0.5 + (((shipp.Position - genz).magnitude /26)*0.5) shadow.Mesh.Scale = (Vector3.new(4.4,0.25,4.4) * 5) * (1-(shipp.Position - genz).magnitude /26) ------- Trails ----------------------- if AllowTrails == true then count = (count+1)%1 hue = (hue+1) % 360 local rgb = HSV(hue,0.65,0.85) for _,v in pairs(TrailParts) do local to = (v[1].CFrame * v[5]).p if Speed > MinSpeed + 0.2 then v[2] = (v[2]%#v[3]) + 1 v[3][v[2]].CFrame = CFrame.new((v[4] + to)/2,to) * CFrame.Angles(math.pi/2,math.rad(Roll) + math.rad(swing/2),0) v[3][v[2]].Mesh.Scale = Vector3.new(v[6],(v[4] - to).magnitude*2,v[6]) v[3][v[2]].Mesh.VertexColor = Vector3.new(rgb.r,rgb.g,rgb.b) v[3][v[2]].Transparency = 0.15 v[3][v[2]].Parent = game.Players.LocalPlayer.Character else v[2] = (v[2]%#v[3]) + 1 v[3][v[2]].Parent = nil end v[4] = to end end end --end) -- 138098590 -- plane destroyed sound -- 133082569 -- propeller 2 -- 135645246 -- propeller 1 --[[ Possible Game names Aeroscape Airbound Aerialtude ]] end) local infyield = Instance.new("TextButton") infyield.Name = "infyield" infyield.Parent = Frame_2 infyield.BackgroundColor3 = Color3.fromRGB(255, 255, 255) infyield.Position = UDim2.new(0, 0, -0.000480814837, 0) infyield.Size = UDim2.new(0, 145, 0, 23) infyield.Font = Enum.Font.SourceSans infyield.Text = "Infinite Yield Modded" infyield.TextColor3 = Color3.fromRGB(0, 0, 0) infyield.TextSize = 14.000 infyield.MouseButton1Click:Connect(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end) local oneg = Instance.new("TextButton") oneg.Name = "oneg" oneg.Parent = Frame_2 oneg.BackgroundColor3 = Color3.fromRGB(255, 255, 255) oneg.Position = UDim2.new(0, 0, 0.181028321, 0) oneg.Size = UDim2.new(0, 145, 0, 23) oneg.Font = Enum.Font.SourceSans oneg.Text = "1x1x1x1 gui" oneg.TextColor3 = Color3.fromRGB(0, 0, 0) oneg.TextSize = 14.000 oneg.MouseButton1Click:Connect(function() --Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local Name = Instance.new("TextLabel") local Credits = Instance.new("TextLabel") local e1x1x1x1Message = Instance.new("TextButton") local e1x1x1x1Music = Instance.new("TextButton") local e1x1x1x1Laugh = Instance.new("TextButton") local DayToNight = Instance.new("TextButton") local e666 = Instance.new("TextButton") local EpicSaxGuy = Instance.new("TextButton") local Disc0 = Instance.new("TextButton") local e2006Theme = Instance.new("TextButton") local ForceField = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame.Position = UDim2.new(0.382171214, 0, 0.328530252, 0) Frame.Size = UDim2.new(0, 378, 0, 250) Name.Name = "Name" Name.Parent = Frame Name.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Name.Size = UDim2.new(0, 378, 0, 25) Name.Font = Enum.Font.GothamBold Name.Text = "1x1x1x1 Gui" Name.TextColor3 = Color3.fromRGB(0, 0, 0) Name.TextScaled = true Name.TextSize = 14.000 Name.TextWrapped = true Credits.Name = "Credits" Credits.Parent = Frame Credits.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Credits.Position = UDim2.new(0, 0, 0.912, 0) Credits.Size = UDim2.new(0, 378, 0, 22) Credits.Font = Enum.Font.GothamBold Credits.Text = "By ChipsBBQexe" Credits.TextColor3 = Color3.fromRGB(0, 0, 0) Credits.TextScaled = true Credits.TextSize = 14.000 Credits.TextWrapped = true e1x1x1x1Message.Name = "e1x1x1x1Message" e1x1x1x1Message.Parent = Frame e1x1x1x1Message.BackgroundColor3 = Color3.fromRGB(255, 0, 0) e1x1x1x1Message.Position = UDim2.new(0.0714285746, 0, 0.216000006, 0) e1x1x1x1Message.Size = UDim2.new(0, 79, 0, 31) e1x1x1x1Message.Font = Enum.Font.GothamBold e1x1x1x1Message.Text = "1x1x1x1 Message" e1x1x1x1Message.TextColor3 = Color3.fromRGB(0, 0, 0) e1x1x1x1Message.TextScaled = true e1x1x1x1Message.TextSize = 14.000 e1x1x1x1Message.TextWrapped = true e1x1x1x1Message.MouseButton1Down:connect(function() while true do wait(12)--set this to how much time between messages msg = Instance.new ("Hint") msg.Parent = game.Workspace msg.Text = "1x1x1x1: MUHAWHAWHAW! NOOBS! I HAVE RETURNED FOR MY REVENGE!" wait(6) msg:remove() wait(3) msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "1x1x1x1: NOW YOU WILL ALL PARISH IN MY FIRE OF DOOM!" wait(6) msg:remove() wait(3) msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "1x1x1x1: I WILL DESTROY YOU ALL! YOU ARE WORTHLESS!" wait(6) msg:remove() wait(3) msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "1x1x1x1: YOU WILL NOT LIVE THROUGH MY DEADLY ATTACKS!" wait(6) msg:remove() wait(3) msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "1x1x1x1: I MIGHT AS WELL CLONE YOU INTO BOTS!" wait(6) msg:remove() wait(3) msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "1x1x1x1: AND THEN THOSE BOTS WILL DESTROY ROBLOX! HAHAHAHAHA!" wait(6) msg:remove() wait(3) msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "1x1x1x1: YOU CAN'T STOP ME! THERES NOTHING YOU CAN DO!" wait(6) msg:remove() end end) e1x1x1x1Music.Name = "e1x1x1x1Music" e1x1x1x1Music.Parent = Frame e1x1x1x1Music.BackgroundColor3 = Color3.fromRGB(255, 0, 0) e1x1x1x1Music.Position = UDim2.new(0.0714285746, 0, 0.436000019, 0) e1x1x1x1Music.Size = UDim2.new(0, 79, 0, 31) e1x1x1x1Music.Font = Enum.Font.GothamBold e1x1x1x1Music.Text = "1x1x1x1 Music" e1x1x1x1Music.TextColor3 = Color3.fromRGB(0, 0, 0) e1x1x1x1Music.TextScaled = true e1x1x1x1Music.TextSize = 14.000 e1x1x1x1Music.TextWrapped = true e1x1x1x1Music.MouseButton1Down:connect(function() --Made by Servano local s = Instance.new("Sound") s.Name = "Sound" s.SoundId = "http://[Log in to view URL]" s.Volume = 1 s.Pitch = 3 s.Looped = true s.archivable = false s.Parent = game.Workspace wait(1) s:play() end) e1x1x1x1Laugh.Name = "e1x1x1x1Laugh" e1x1x1x1Laugh.Parent = Frame e1x1x1x1Laugh.BackgroundColor3 = Color3.fromRGB(255, 0, 0) e1x1x1x1Laugh.Position = UDim2.new(0.0714285746, 0, 0.648000002, 0) e1x1x1x1Laugh.Size = UDim2.new(0, 79, 0, 34) e1x1x1x1Laugh.Font = Enum.Font.GothamBold e1x1x1x1Laugh.Text = "1x1x1x1 Laugh" e1x1x1x1Laugh.TextColor3 = Color3.fromRGB(0, 0, 0) e1x1x1x1Laugh.TextScaled = true e1x1x1x1Laugh.TextSize = 14.000 e1x1x1x1Laugh.TextWrapped = true e1x1x1x1Laugh.MouseButton1Down:connect(function() --Made by Servano local s = Instance.new("Sound") s.Name = "Sound" s.SoundId = "http://[Log in to view URL]" s.Volume = 1 s.Pitch = 0.9 s.Looped = true s.archivable = false s.Parent = game.Workspace wait(1) s:play() end) DayToNight.Name = "DayToNight" DayToNight.Parent = Frame DayToNight.BackgroundColor3 = Color3.fromRGB(255, 0, 0) DayToNight.Position = UDim2.new(0.388888896, 0, 0.216000006, 0) DayToNight.Size = UDim2.new(0, 83, 0, 31) DayToNight.Font = Enum.Font.GothamBold DayToNight.Text = "Night" DayToNight.TextColor3 = Color3.fromRGB(0, 0, 0) DayToNight.TextScaled = true DayToNight.TextSize = 14.000 DayToNight.TextWrapped = true DayToNight.MouseButton1Down:connect(function() while true do print ("Loop cycle start") game.Lighting.TimeOfDay = "18:00:00" wait(0.5) end end) e666.Name = "e666" e666.Parent = Frame e666.BackgroundColor3 = Color3.fromRGB(255, 0, 0) e666.Position = UDim2.new(0.388888896, 0, 0.43599999, 0) e666.Size = UDim2.new(0, 83, 0, 31) e666.Font = Enum.Font.GothamBold e666.Text = "666" e666.TextColor3 = Color3.fromRGB(0, 0, 0) e666.TextScaled = true e666.TextSize = 14.000 e666.TextWrapped = true e666.MouseButton1Down:connect(function() for i,v in next,workspace:children''do if(v:IsA'BasePart')then me=v; bbg=Instance.new('BillboardGui',me); bbg.Name='stuf'; bbg.Adornee=me; bbg.Size=UDim2.new(2.5,0,2.5,0) --bbg.StudsOffset=Vector3.new(0,2,0) tlb=Instance.new'TextLabel'; tlb.Text='666 666 666 666 666 666'; tlb.Font='SourceSansBold'; tlb.FontSize='Size48'; tlb.TextColor3=Color3.new(1,0,0); tlb.Size=UDim2.new(1.25,0,1.25,0); tlb.Position=UDim2.new(-0.125,-22,-1.1,0); tlb.BackgroundTransparency=1; tlb.Parent=bbg; end;end; function xds(dd) for i,v in next,dd:children''do if(v:IsA'BasePart')then v.BrickColor=BrickColor.new'Really black'; v.TopSurface='Smooth'; v.BottomSurface='Smooth'; s=Instance.new('SelectionBox',v); s.Adornee=v; s.Color=BrickColor.new'Really red'; a=Instance.new('PointLight',v); a.Color=Color3.new(1,0,0); a.Range=15; a.Brightness=5; f=Instance.new('Fire',v); f.Size=19; f.Heat=22; end; game.Lighting.TimeOfDay=0; game.Lighting.Brightness=0; game.Lighting.ShadowColor=Color3.new(0,0,0); game.Lighting.Ambient=Color3.new(1,0,0); game.Lighting.FogEnd=200; game.Lighting.FogColor=Color3.new(0,0,0); local dec = 'http://[Log in to view URL]'; local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'} --coroutine.wrap(function() --for ,_ in pairs(fac) do --local ddec = Instance.new("Decal", v) --ddec.Face = --ddec.Texture = dec --end end)() if #(v:GetChildren())>0 then xds(v) end end end xds(game.Workspace) end) EpicSaxGuy.Name = "EpicSaxGuy" EpicSaxGuy.Parent = Frame EpicSaxGuy.BackgroundColor3 = Color3.fromRGB(255, 0, 0) EpicSaxGuy.Position = UDim2.new(0.388888896, 0, 0.648000002, 0) EpicSaxGuy.Size = UDim2.new(0, 83, 0, 34) EpicSaxGuy.Font = Enum.Font.GothamBold EpicSaxGuy.Text = "Epic Sax Guy" EpicSaxGuy.TextColor3 = Color3.fromRGB(0, 0, 0) EpicSaxGuy.TextScaled = true EpicSaxGuy.TextSize = 14.000 EpicSaxGuy.TextWrapped = true EpicSaxGuy.MouseButton1Down:connect(function() --Made by Servano local s = Instance.new("Sound") s.Name = "Sound" s.SoundId = "http://[Log in to view URL]" s.Volume = 1 s.Pitch = 1 s.Looped = true s.archivable = false s.Parent = game.Workspace wait(1) s:play() end) Disc0.Name = "Disc0" Disc0.Parent = Frame Disc0.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Disc0.Position = UDim2.new(0.693121672, 0, 0.216000006, 0) Disc0.Size = UDim2.new(0, 89, 0, 31) Disc0.Font = Enum.Font.GothamBold Disc0.Text = "Disco" Disc0.TextColor3 = Color3.fromRGB(0, 0, 0) Disc0.TextScaled = true Disc0.TextSize = 14.000 Disc0.TextWrapped = true Disc0.MouseButton1Down:connect(function() while true do game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random()) wait(.25) end end) e2006Theme.Name = "e2006Theme" e2006Theme.Parent = Frame e2006Theme.BackgroundColor3 = Color3.fromRGB(255, 0, 0) e2006Theme.Position = UDim2.new(0.693121672, 0, 0.43599999, 0) e2006Theme.Size = UDim2.new(0, 89, 0, 31) e2006Theme.Font = Enum.Font.GothamBold e2006Theme.Text = "2006 Music" e2006Theme.TextColor3 = Color3.fromRGB(0, 0, 0) e2006Theme.TextScaled = true e2006Theme.TextSize = 14.000 e2006Theme.TextWrapped = true e2006Theme.MouseButton1Down:connect(function() --Made by Servano local s = Instance.new("Sound") s.Name = "Sound" s.SoundId = "http://[Log in to view URL]" s.Volume = 1 s.Pitch = 1 s.Looped = true s.archivable = false s.Parent = game.Workspace wait(1) s:play() end) ForceField.Name = "ForceField" ForceField.Parent = Frame ForceField.BackgroundColor3 = Color3.fromRGB(255, 0, 0) ForceField.Position = UDim2.new(0.693121672, 0, 0.648000002, 0) ForceField.Size = UDim2.new(0, 89, 0, 34) ForceField.Font = Enum.Font.GothamBold ForceField.Text = "FF" ForceField.TextColor3 = Color3.fromRGB(0, 0, 0) ForceField.TextScaled = true ForceField.TextSize = 14.000 ForceField.TextWrapped = true ForceField.MouseButton1Down:connect(function() -- Gui to Lua -- Version: 3. -- Instances: local ForceFieldGUI = Instance.new("ScreenGui") local ForceFieldGUI_2 = Instance.new("TextButton") local ForceFieldOFF = Instance.new("TextButton") local ForceFieldON = Instance.new("TextButton") --Properties: ForceFieldGUI.Name = "ForceFieldGUI" ForceFieldGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ForceFieldGUI_2.Name = "ForceFieldGUI" ForceFieldGUI_2.Parent = ForceFieldGUI ForceFieldGUI_2.BackgroundColor3 = Color3.fromRGB(0, 255, 255) ForceFieldGUI_2.BackgroundTransparency = 0.300 ForceFieldGUI_2.BorderColor3 = Color3.fromRGB(245, 244, 247) ForceFieldGUI_2.BorderSizePixel = 0 ForceFieldGUI_2.Position = UDim2.new(0, 0, 0, 240) ForceFieldGUI_2.Size = UDim2.new(0, 100, 0, 20) ForceFieldGUI_2.Text = "ForceField" ForceFieldGUI_2.TextColor3 = Color3.fromRGB(17, 17, 17) ForceFieldGUI_2.TextTransparency = 0.300 ForceFieldOFF.Name = "ForceFieldOFF" ForceFieldOFF.Parent = ForceFieldGUI ForceFieldOFF.BackgroundColor3 = Color3.fromRGB(253, 253, 253) ForceFieldOFF.BackgroundTransparency = 0.300 ForceFieldOFF.BorderColor3 = Color3.fromRGB(245, 244, 247) ForceFieldOFF.BorderSizePixel = 0 ForceFieldOFF.Position = UDim2.new(0, 0, 0, 280) ForceFieldOFF.Size = UDim2.new(0, 100, 0, 20) ForceFieldOFF.Visible = false ForceFieldOFF.Text = "Off" ForceFieldOFF.TextColor3 = Color3.fromRGB(17, 17, 17) ForceFieldON.Name = "ForceFieldON" ForceFieldON.Parent = ForceFieldGUI ForceFieldON.BackgroundColor3 = Color3.fromRGB(253, 253, 253) ForceFieldON.BackgroundTransparency = 0.300 ForceFieldON.BorderColor3 = Color3.fromRGB(245, 244, 247) ForceFieldON.BorderSizePixel = 0 ForceFieldON.Position = UDim2.new(0, 0, 0, 260) ForceFieldON.Size = UDim2.new(0, 100, 0, 20) ForceFieldON.Visible = false ForceFieldON.Text = "On" ForceFieldON.TextColor3 = Color3.fromRGB(17, 17, 17) -- Scripts: local function DVAWVL_fake_script() -- ForceFieldGUI_2.Script local script = Instance.new('Script', ForceFieldGUI_2) function onClicked(GUI) h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid") if (h ~= nil) then script.Parent.Parent.ForceFieldOFF.Visible = true script.Parent.Parent.ForceFieldON.Visible = true else return end end script.Parent.MouseButton1Click:connect(onClicked) end coroutine.wrap(DVAWVL_fake_script)() local function HYECSMJ_fake_script() -- ForceFieldOFF.Script local script = Instance.new('Script', ForceFieldOFF) function onClicked(GUI) f = script.Parent.Parent.Parent.Parent.Character:findFirstChild("ForceField") if (f ~= nil) then f:remove() else return end end script.Parent.MouseButton1Click:connect(onClicked) end coroutine.wrap(HYECSMJ_fake_script)() local function LOYRXPU_fake_script() -- ForceFieldOFF.Script local script = Instance.new('Script', ForceFieldOFF) function onClicked(GUI) h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid") if (h ~= nil) then script.Parent.Parent.ForceFieldOFF.Visible = false script.Parent.Parent.ForceFieldON.Visible = false else return end end script.Parent.MouseButton1Click:connect(onClicked) end coroutine.wrap(LOYRXPU_fake_script)() local function PFEVNBW_fake_script() -- ForceFieldON.Script local script = Instance.new('Script', ForceFieldON) function onClicked(GUI) h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid") if (h ~= nil) then FF = Instance.new("ForceField") FF.Parent = script.Parent.Parent.Parent.Parent.Character else return end end script.Parent.MouseButton1Click:connect(onClicked) end coroutine.wrap(PFEVNBW_fake_script)() local function FNHQ_fake_script() -- ForceFieldON.Script local script = Instance.new('Script', ForceFieldON) function onClicked(GUI) h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid") if (h ~= nil) then script.Parent.Parent.ForceFieldOFF.Visible = false script.Parent.Parent.ForceFieldON.Visible = false else return end end script.Parent.MouseButton1Click:connect(onClicked) end coroutine.wrap(FNHQ_fake_script)() end) -- Scripts: local function QFCS_fake_script() -- Frame.Dragify local script = Instance.new('LocalScript', Frame) local UIS = game:GetService("UserInputService") function dragify(Frame) dragToggle = nil local dragSpeed = 0 dragInput = nil dragStart = nil local dragPos = nil function updateInput(input) local Delta = input.Position - dragStart local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y) game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play() end Frame.InputBegan:Connect(function(input) if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then dragToggle = true dragStart = input.Position startPos = Frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragToggle = false end end) end end) Frame.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) game:GetService("UserInputService").InputChanged:Connect(function(input) if input == dragInput and dragToggle then updateInput(input) end end) end dragify(script.Parent) end coroutine.wrap(QFCS_fake_script)() end) local baldi = Instance.new("TextButton") baldi.Name = "cmess" baldi.Parent = Frame_2 baldi.BackgroundColor3 = Color3.fromRGB(255, 255, 255) baldi.Position = UDim2.new(0, 0, 0.241531447, 0) baldi.Size = UDim2.new(0, 145, 0, 23) baldi.Font = Enum.Font.SourceSans baldi.Text = "Baldi" baldi.TextColor3 = Color3.fromRGB(0, 0, 0) baldi.TextSize = 14.000 baldi.MouseButton1Click:Connect(function() plr = game.Players.LocalPlayer repeat wait() until plr.Character char = plr.Character for i,v in pairs(char:GetChildren()) do if v.ClassName == "Part" then v.Transparency = 1 elseif v.ClassName == "Accessory" then v.Handle.Transparency = 1v end end char.Animate:Destroy() char.Humanoid.Animator:Destroy() local bill = Instance.new("BillboardGui",char.Head) bill.Name = "BaldiDisplay" bill.Adornee = bill.Parent bill.Size = UDim2.new(6, 0 , 7, 0) bill.Archivable = true bill.AutoLocalize = true local img = Instance.new("ImageLabel",bill) img.Size = UDim2.new(0.75, 0 , 1.5, 0) img.Image = "http://www.roblox.com/asset/?id=1983371401" img.Visible = true img.BackgroundTransparency = 1 img.Position = UDim2.new(0.213, 0 , 0, 0) char.Humanoid.HipHeight = 2.1 char.Humanoid.Name = "Baldi" Slap = Instance.new("Sound",char.Head) Slap.SoundId = "rbxassetid://1909185477" Slap.Volume = 10 HEHEHEH = Instance.new("Sound",char) HEHEHEH.SoundId = "rbxassetid://2021702927" HEHEHEH.Volume = 4 Screech = Instance.new("Sound",char.Head) Screech.SoundId = "rbxassetid://1784592449" Screech.Volume = 10 GETOUTWHILEYOUSTILLCAN = Instance.new("Sound",char) GETOUTWHILEYOUSTILLCAN.SoundId = "rbxassetid://1846448410" GETOUTWHILEYOUSTILLCAN:Play() GETOUTWHILEYOUSTILLCAN.Volume = 4 JumpCount = 0 char.Head.face.Transparency = 1 char.Baldi.MaxHealth = 0 touched = false char.Torso.Touched:connect(function(part) local human = part.Parent:FindFirstChildOfClass("Humanoid") if human and human.Parent.Name ~= char.Name and touched == false then human.Health = 0 Screech:Play() touched = true wait(0.9) if JumpCount == 0 and human.Jump then JumpCount = 1 else touched = false JumpCount = 0 end wait(1) if JumpCount == 1 and human.Jump then JumpCount = 2 else JumpCount = 0 end wait(1) if JumpCount == 2 and human.Jump then JumpCount = 3 else JumpCount = 0 end wait(1) if JumpCount == 3 and human.Jump then JumpCount = 4 else JumpCount = 0 end wait(1) if JumpCount == 4 and human.Jump then JumpCount = 0 wait(1) touched = false char.Baldi.Walkspeed = 16 human.WalkSpeed = 16 else JumpCount = 0 end end end) while true do wait() img.Image = "http://www.roblox.com/asset/?id=1983155193" char.Baldi.WalkSpeed = 100 Slap:Play() wait(0.10) img.Image = "http://www.roblox.com/asset/?id=1983154100" wait(0.05) img.Image = "http://www.roblox.com/asset/?id=1983152544" wait(0.05) img.Image = "http://www.roblox.com/asset/?id=1983150889" wait(0.05) img.Image = "http://www.roblox.com/asset/?id=1983371401" char.Baldi.WalkSpeed = 0 wait(0.60) end end) local roxploit6 = Instance.new("TextButton") roxploit6.Name = "ro xploit 6.0" roxploit6.Parent = Frame_2 roxploit6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) roxploit6.Position = UDim2.new(0, 0, 0.302034587, 0) roxploit6.Size = UDim2.new(0, 145, 0, 23) roxploit6.Font = Enum.Font.SourceSans roxploit6.Text = "Ro-Xploit 6.0" roxploit6.TextColor3 = Color3.fromRGB(0, 0, 0) roxploit6.TextSize = 14.000 roxploit6.MouseButton1Down:Connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/wDTJnqyT"))() end) local c00lguiV05 = Instance.new("TextButton") c00lguiV05.Name = "morph" c00lguiV05.Parent = Frame_2 c00lguiV05.BackgroundColor3 = Color3.fromRGB(255, 255, 255) c00lguiV05.Position = UDim2.new(0, 0, 0.362537742, 0) c00lguiV05.Size = UDim2.new(0, 145, 0, 23) c00lguiV05.Font = Enum.Font.SourceSans c00lguiV05.Text = "c00lgui Reborn v0.5" c00lguiV05.TextColor3 = Color3.fromRGB(0, 0, 0) c00lguiV05.TextSize = 14.000 c00lguiV05.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/YepimSirPwnsAlot/c00lgui-Reborn-V0.5-by-007n7/refs/heads/main/c00lgui%20Reborn%20V0.5%20by%20007n7"))() end) local c00lguiv4 = Instance.new("TextButton") c00lguiv4.Name = "fling" c00lguiv4.Parent = Frame_2 c00lguiv4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) c00lguiv4.Position = UDim2.new(0, 0, 0.423040867, 0) c00lguiv4.Size = UDim2.new(0, 145, 0, 23) c00lguiv4.Font = Enum.Font.SourceSans c00lguiv4.Text = "c00lGui V.35" c00lguiv4.TextColor3 = Color3.fromRGB(0, 0, 0) c00lguiv4.TextSize = 14.000 c00lguiv4.MouseButton1Click:Connect(function() --Thanks for using my script :D-- Version = 4.35 s = Instance.new("Sky") s.Name = "Sky" s.Parent = game.Lighting oceaneismyname = game.Players.LocalPlayer.Name yolo = Instance.new("StringValue") yolo.Parent = game.Workspace yolo.Name = "Owner" yolo.Value = oceaneismyname god = false invisib = false servertrollguiv1 = Instance.new("ScreenGui") servertrollguiv1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") servertrollguiv1.Name = ("c00lGui V"..Version) interface = Instance.new("Frame") interface.Parent = servertrollguiv1 interface.Name = ("Interface") interface.BackgroundTransparency = 1 interface.Visible = false scripts = Instance.new("Frame") scripts.Parent = interface scripts.Name = ("Scripts") scripts.BackgroundTransparency = 1 scripts.Visible = false rsettings = Instance.new("Frame") rsettings.Parent = interface rsettings.Name = ("RSettings") rsettings.BackgroundTransparency = 1 rsettings.Visible = false rsettings.Position = UDim2.new(0,0,0,-63) page1 = Instance.new("Frame") page1.Parent = scripts page1.Name = ("Page 1") page1.BackgroundTransparency = 1 page1.Visible = true page2 = Instance.new("Frame") page2.Parent = scripts page2.Name = ("Page 2") page2.BackgroundTransparency = 1 page2.Visible = false gears = Instance.new("Frame") gears.Parent = interface gears.Name = ("Gears") gears.BackgroundTransparency = 1 gears.Visible = false selfcmds = Instance.new("Frame") selfcmds.Parent = interface selfcmds.Name = ("Self Cmds") selfcmds.BackgroundTransparency = 1 selfcmds.Visible = false credits = Instance.new("Frame") credits.Parent = interface credits.Name = ("Credits") credits.BackgroundTransparency = 1 credits.Visible = false credits.Position = UDim2.new(0,270,0,0) ulog = Instance.new("Frame") ulog.Parent = interface ulog.Name = ("Update Log") ulog.BackgroundTransparency = 1 ulog.Visible = false ulog.Position = UDim2.new(0,270,0,0) showgui = Instance.new("TextButton") showgui.Parent = servertrollguiv1 showgui.Position = UDim2.new(0, 0, 0, 652) showgui.Size = UDim2.new(0, 100, 0, 20) showgui.Name = ("Show Gui") showgui.Text = ("Show Gui") showgui.TextColor3 = Color3.new(0/255, 0/255, 0/255) showgui.Font = ("SourceSans") showgui.FontSize = ("Size14") showgui.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) function showguiClick() if interface.Visible == false then showgui.Text = ("Hide Gui") interface.Visible = true else showgui.Text = ("Show Gui") interface.Visible = false end end showgui.MouseButton1Down:connect(showguiClick) showcredits = Instance.new("TextButton") showcredits.Parent = interface showcredits.Position = UDim2.new(0, 202, 0, 610) showcredits.Size = UDim2.new(0, 100, 0, 20) showcredits.Name = ("Credits") showcredits.Text = ("Credits") showcredits.TextColor3 = Color3.new(0/255, 0/255, 0/255) showcredits.Font = ("SourceSans") showcredits.FontSize = ("Size14") showcredits.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) function showcreditsClick() if credits.Visible == false then credits.Visible = true end end showcredits.MouseButton1Down:connect(showcreditsClick) closecredits = Instance.new("TextButton") closecredits.Parent = credits closecredits.Name = ("Close") closecredits.Text = ("Close") closecredits.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) closecredits.BackgroundTransparency = 0.5 closecredits.BorderSizePixel = 0 closecredits.Position = UDim2.new(0, 350, 0, 560) closecredits.Size = UDim2.new(0, 250, 0, 20) closecredits.ZIndex = 2 closecredits.Font = ("SourceSans") closecredits.FontSize = ("Size14") closecredits.TextColor3 = Color3.new(0/255, 0/255, 0/255) function onClose() if credits.Visible == true then credits.Visible = false end end closecredits.MouseButton1Down:connect(onClose) content = Instance.new("TextLabel") content.Parent = credits content.Name = ("Content") content.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255) content.BackgroundTransparency = 0.5 content.Position = UDim2.new(0, 350, 0, 180) content.Size = UDim2.new(0, 250, 0, 400) content.Font = ("SourceSans") content.FontSize = ("Size14") content.Text = ([[ colin - Anti-Robloxian InternalRecursion - Atlas Sword colin - 5tr0b3 Animus - Silent Executor sinkinq - Decal Spam colin - Disco Woodcrafter - Suicide Vest colin - Wrecking Ball]]) content.TextYAlignment = ("Top") header = Instance.new("TextLabel") header.Parent = credits header.Name = ("Header") header.BackgroundTransparency = 1 header.Position = UDim2.new(0, 355, 0, 180) header.Size = UDim2.new(0, 240, 0, 60) header.Font = ("SourceSans") header.FontSize = ("Size48") header.Text = ("Credits") header.TextColor3 = Color3.new(255/255, 0/255, 0/255) showulog = Instance.new("TextButton") showulog.Parent = interface showulog.Position = UDim2.new(0, 202, 0, 631) showulog.Size = UDim2.new(0, 100, 0, 20) showulog.Name = ("Update Log") showulog.Text = ("Update Log") showulog.TextColor3 = Color3.new(0/255, 0/255, 0/255) showulog.Font = ("SourceSans") showulog.FontSize = ("Size14") showulog.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) function showulogClick() if ulog.Visible == false then ulog.Visible =true end end showulog.MouseButton1Down:connect(showulogClick) closeulog = Instance.new("TextButton") closeulog.Parent = ulog closeulog.Name = ("Close") closeulog.Text = ("Close") closeulog.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) closeulog.BackgroundTransparency = 0.5 closeulog.BorderSizePixel = 0 closeulog.Position = UDim2.new(0, 603, 0, 560) closeulog.Size = UDim2.new(0, 250, 0, 20) closeulog.ZIndex = 2 closeulog.Font = ("SourceSans") closeulog.FontSize = ("Size14") closeulog.TextColor3 = Color3.new(0/255, 0/255, 0/255) function onClose1() if ulog.Visible == true then ulog.Visible = false end end closeulog.MouseButton1Down:connect(onClose1) content1 = Instance.new("TextLabel") content1.Parent = ulog content1.Name = ("Content") content1.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255) content1.BackgroundTransparency = 0.5 content1.Position = UDim2.new(0, 603, 0, 180) content1.Size = UDim2.new(0, 250, 0, 400) content1.Font = ("SourceSans") content1.FontSize = ("Size14") content1.Text = ([[ -Changed layout -Removed lag gui -Removed kick gui -Removed kill gui -Removed kill all -Removed kick all -Removed girl scripts]]) content1.TextYAlignment = ("Top") header1 = Instance.new("TextLabel") header1.Parent = ulog header1.Name = ("Header") header1.BackgroundTransparency = 1 header1.Position = UDim2.new(0, 608, 0, 180) header1.Size = UDim2.new(0, 240, 0, 60) header1.Font = ("SourceSans") header1.FontSize = ("Size48") header1.Text = ("Version: "..Version) header1.TextColor3 = Color3.new(255/255, 0/255, 0/255) skyboxidbox = Instance.new("TextBox") skyboxidbox.Parent = rsettings skyboxidbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) skyboxidbox.Position = UDim2.new(0, 101, 0, 358) skyboxidbox.Size = UDim2.new(0, 100, 0, 20) skyboxidbox.Font = ("SourceSans") skyboxidbox.FontSize = ("Size14") skyboxidbox.Text = ("142285971") skyboxidbox.TextColor3 = Color3.new(0/255, 0/255, 0/255) skyboxidlabel = Instance.new("TextLabel") skyboxidlabel.Parent = rsettings skyboxidlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) skyboxidlabel.Position = UDim2.new(0, 0, 0, 358) skyboxidlabel.Size = UDim2.new(0, 100, 0, 20) skyboxidlabel.Font = ("SourceSans") skyboxidlabel.FontSize = ("Size14") skyboxidlabel.Text = ("Skybox/Decal ID:") skyboxidlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255) settingsbutton = Instance.new("TextButton") settingsbutton.Parent = interface settingsbutton.Position = UDim2.new(0, 101, 0, 631) settingsbutton.Size = UDim2.new(0, 100, 0, 20) settingsbutton.Name = ("Settings Button") settingsbutton.Text = ("Open Self Cmds") settingsbutton.TextColor3 = Color3.new(0/255, 0/255, 0/255) settingsbutton.Font = ("SourceSans") settingsbutton.FontSize = ("Size14") settingsbutton.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) function settingsbuttonClick() if selfcmds.Visible == false then settingsbutton.Text = ("Close Self Cmds") selfcmds.Visible = true else settingsbutton.Text = ("Open Self Cmds") selfcmds.Visible = false end end settingsbutton.MouseButton1Down:connect(settingsbuttonClick) scriptsbutton = Instance.new("TextButton") scriptsbutton.Parent = interface scriptsbutton.Position = UDim2.new(0, 0, 0, 631) scriptsbutton.Size = UDim2.new(0, 100, 0, 20) scriptsbutton.Name = ("Scripts Button") scriptsbutton.Text = ("Open Scripts") scriptsbutton.TextColor3 = Color3.new(0/255, 0/255, 0/255) scriptsbutton.Font = ("SourceSans") scriptsbutton.FontSize = ("Size14") scriptsbutton.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) function scriptsbuttonClick() if scripts.Visible == false then scriptsbutton.Text = ("Close Scripts") scripts.Visible = true else scriptsbutton.Text = ("Open Scripts") scripts.Visible = false end end scriptsbutton.MouseButton1Down:connect(scriptsbuttonClick) gearsbutton = Instance.new("TextButton") gearsbutton.Parent = interface gearsbutton.Position = UDim2.new(0, 101, 0, 610) gearsbutton.Size = UDim2.new(0, 100, 0, 20) gearsbutton.Name = ("gears Button") gearsbutton.Text = ("Open Gears") gearsbutton.TextColor3 = Color3.new(0/255, 0/255, 0/255) gearsbutton.Font = ("SourceSans") gearsbutton.FontSize = ("Size14") gearsbutton.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) function gearsbuttonClick() if gears.Visible == false then gearsbutton.Text = ("Close Gears") gears.Visible = true else gearsbutton.Text = ("Open Gears") gears.Visible = false end end gearsbutton.MouseButton1Down:connect(gearsbuttonClick) rsettingsbutton = Instance.new("TextButton") rsettingsbutton.Parent = interface rsettingsbutton.Position = UDim2.new(0, 0, 0, 610) rsettingsbutton.Size = UDim2.new(0, 100, 0, 20) rsettingsbutton.Name = ("rsettings Button") rsettingsbutton.Text = ("Open Settings") rsettingsbutton.TextColor3 = Color3.new(0/255, 0/255, 0/255) rsettingsbutton.Font = ("SourceSans") rsettingsbutton.FontSize = ("Size14") rsettingsbutton.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) function rsettingsbuttonClick() if rsettings.Visible == false then rsettingsbutton.Text = ("Close Settings") rsettings.Visible = true else rsettingsbutton.Text = ("Open Settings") rsettings.Visible = false end end rsettingsbutton.MouseButton1Down:connect(rsettingsbuttonClick) leftarrow = Instance.new("TextButton") leftarrow.Parent = scripts leftarrow.Position = UDim2.new(0, 0, 0, 589) leftarrow.Size = UDim2.new(0, 100, 0, 20) leftarrow.Name = ("<") leftarrow.Text = ("<") leftarrow.TextColor3 = Color3.new(0/255, 0/255, 0/255) leftarrow.Font = ("SourceSans") leftarrow.FontSize = ("Size14") leftarrow.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) function leftarrowClick() if page1.Visible == true then page1.Visible = false page2.Visible = true else if page2.Visible == true then page2.Visible = false page1.Visible = true end end end leftarrow.MouseButton1Down:connect(leftarrowClick) rightarrow = Instance.new("TextButton") rightarrow.Parent = scripts rightarrow.Position = UDim2.new(0, 101, 0, 589) rightarrow.Size = UDim2.new(0, 100, 0, 20) rightarrow.Name = (">") rightarrow.Text = (">") rightarrow.TextColor3 = Color3.new(0/255, 0/255, 0/255) rightarrow.Font = ("SourceSans") rightarrow.FontSize = ("Size14") rightarrow.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) function rightarrowClick() if page1.Visible == true then page1.Visible = false page2.Visible = true else if page2.Visible == true then page2.Visible = false page1.Visible = true end end end rightarrow.MouseButton1Down:connect(rightarrowClick) godtoggle = Instance.new("TextButton") godtoggle.Parent = selfcmds godtoggle.Position = UDim2.new(0, 202, 0, 358) godtoggle.Size = UDim2.new(0, 100, 0, 20) godtoggle.Name = ("God Toggle") godtoggle.Text = ("God Mode: Off") godtoggle.TextColor3 = Color3.new(0/255, 0/255, 0/255) godtoggle.Font = ("SourceSans") godtoggle.FontSize = ("Size14") godtoggle.BackgroundColor3 = Color3.new(0/255, 170/255, 255/255) function godtoggleClick() if god == false then game.Workspace[playername100].Humanoid.MaxHealth = math.huge game.Workspace[playername100].Humanoid.Health = math.huge god = true godtoggle.Text = ("God Mode: On") else game.Workspace[playername100].Humanoid.MaxHealth = 100 game.Workspace[playername100].Humanoid.Health = 100 god = false godtoggle.Text = ("God Mode: Off") end end godtoggle.MouseButton1Down:connect(godtoggleClick) giveairstrike = Instance.new("TextButton") giveairstrike.Parent = gears giveairstrike.Position = UDim2.new(0, 202, 0, 337) giveairstrike.Size = UDim2.new(0, 100, 0, 20) giveairstrike.Name = ("Airstrike") giveairstrike.Text = ("Airstrike") giveairstrike.TextColor3 = Color3.new(0/255, 0/255, 0/255) giveairstrike.Font = ("SourceSans") giveairstrike.FontSize = ("Size14") giveairstrike.BackgroundColor3 = Color3.new(255/255, 85/255, 0/255) function giveairstrikeClick() x = game:GetService("InsertService"):LoadAsset(88885539) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position) end giveairstrike.MouseButton1Down:connect(giveairstrikeClick) givesword = Instance.new("TextButton") givesword.Parent = gears givesword.Position = UDim2.new(0, 101, 0, 337) givesword.Size = UDim2.new(0, 100, 0, 20) givesword.Name = ("Sword") givesword.Text = ("Sword") givesword.TextColor3 = Color3.new(0/255, 0/255, 0/255) givesword.Font = ("SourceSans") givesword.FontSize = ("Size14") givesword.BackgroundColor3 = Color3.new(255/255, 85/255, 0/255) function giveswordClick() x = game:GetService("InsertService"):LoadAsset(47433) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position) end givesword.MouseButton1Down:connect(giveswordClick) givegravitycoil = Instance.new("TextButton") givegravitycoil.Parent = gears givegravitycoil.Position = UDim2.new(0, 0, 0, 337) givegravitycoil.Size = UDim2.new(0, 100, 0, 20) givegravitycoil.Name = ("Give Gravity Coil") givegravitycoil.Text = ("Give Gravity Coil") givegravitycoil.TextColor3 = Color3.new(0/255, 0/255, 0/255) givegravitycoil.Font = ("SourceSans") givegravitycoil.FontSize = ("Size14") givegravitycoil.BackgroundColor3 = Color3.new(255/255, 85/255, 0/255) function givegravitycoilClick() x = game:GetService("InsertService"):LoadAsset(16688968) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position) end givegravitycoil.MouseButton1Down:connect(givegravitycoilClick) heal = Instance.new("TextButton") heal.Parent = selfcmds heal.Position = UDim2.new(0, 101, 0, 358) heal.Size = UDim2.new(0, 100, 0, 20) heal.Name = ("Heal") heal.Text = ("Heal") heal.TextColor3 = Color3.new(0/255, 0/255, 0/255) heal.Font = ("SourceSans") heal.FontSize = ("Size14") heal.BackgroundColor3 = Color3.new(0/255, 170/255, 255/255) function healClick() h = game.Workspace[playername100].Humanoid.MaxHealth game.Workspace[playername100].Humanoid.Health = h end heal.MouseButton1Down:connect(healClick) givestampertools = Instance.new("TextButton") givestampertools.Parent = gears givestampertools.Position = UDim2.new(0, 0, 0, 316) givestampertools.Size = UDim2.new(0, 100, 0, 20) givestampertools.Name = ("Give Stamper Tools") givestampertools.Text = ("Give Stamper Tools") givestampertools.TextColor3 = Color3.new(0/255, 0/255, 0/255) givestampertools.Font = ("SourceSans") givestampertools.FontSize = ("Size14") givestampertools.BackgroundColor3 = Color3.new(255/255, 85/255, 0/255) function givestampertoolsClick() x = game:GetService("InsertService"):LoadAsset(73089166) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position) x = game:GetService("InsertService"):LoadAsset(73089204) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position) x = game:GetService("InsertService"):LoadAsset(73089190) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position) x = game:GetService("InsertService"):LoadAsset(58880579) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position) x = game:GetService("InsertService"):LoadAsset(60791062) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position) x = game:GetService("InsertService"):LoadAsset(73089239) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position) end givestampertools.MouseButton1Down:connect(givestampertoolsClick) walkspeedlabel = Instance.new("TextLabel") walkspeedlabel.Parent = rsettings walkspeedlabel.Position = UDim2.new(0, 0, 0, 169) walkspeedlabel.Size = UDim2.new(0, 100, 0, 20) walkspeedlabel.Name = ("Walkspeed Label") walkspeedlabel.Text = ("Walkspeed:") walkspeedlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255) walkspeedlabel.Font = ("SourceSans") walkspeedlabel.FontSize = ("Size14") walkspeedlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) walkspeedbox = Instance.new("TextBox") walkspeedbox.Parent = rsettings walkspeedbox.Position = UDim2.new(0, 101, 0, 169) walkspeedbox.Size = UDim2.new(0, 100, 0, 20) walkspeedbox.Name = ("Walkspeed Box") walkspeedbox.Text = ("50") walkspeedbox.TextColor3 = Color3.new(0/255, 0/255, 0/255) walkspeedbox.Font = ("SourceSans") walkspeedbox.FontSize = ("Size14") walkspeedbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) namelabel = Instance.new("TextLabel") namelabel.Parent = rsettings namelabel.Position = UDim2.new(0, 0, 0, 190) namelabel.Size = UDim2.new(0, 100, 0, 20) namelabel.Name = ("Name Label") namelabel.Text = ("Change Name:") namelabel.TextColor3 = Color3.new(0/255, 0/255, 0/255) namelabel.Font = ("SourceSans") namelabel.FontSize = ("Size14") namelabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) namebox = Instance.new("TextBox") namebox.Parent = rsettings namebox.Position = UDim2.new(0, 101, 0, 190) namebox.Size = UDim2.new(0, 100, 0, 20) namebox.Name = ("Name Box") namebox.Text = ("God") namebox.TextColor3 = Color3.new(0/255, 0/255, 0/255) namebox.Font = ("SourceSans") namebox.FontSize = ("Size14") namebox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) arstudslabel = Instance.new("TextLabel") arstudslabel.Parent = rsettings arstudslabel.Position = UDim2.new(0, 0, 0, 337) arstudslabel.Size = UDim2.new(0, 100, 0, 20) arstudslabel.Name = ("Name Label") arstudslabel.Text = ("A-R Studs:") arstudslabel.TextColor3 = Color3.new(0/255, 0/255, 0/255) arstudslabel.Font = ("SourceSans") arstudslabel.FontSize = ("Size14") arstudslabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) arstudsbox = Instance.new("TextBox") arstudsbox.Parent = rsettings arstudsbox.Position = UDim2.new(0, 101, 0, 337) arstudsbox.Size = UDim2.new(0, 100, 0, 20) arstudsbox.Name = ("A-R Studs Box") arstudsbox.Text = ("13") arstudsbox.TextColor3 = Color3.new(0/255, 0/255, 0/255) arstudsbox.Font = ("SourceSans") arstudsbox.FontSize = ("Size14") arstudsbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) arstudsval = Instance.new("NumberValue") arstudsval.Parent = script arstudsval.Value = arstudsbox.Text hatlabel = Instance.new("TextLabel") hatlabel.Parent = rsettings hatlabel.Position = UDim2.new(0, 0, 0, 211) hatlabel.Size = UDim2.new(0, 100, 0, 20) hatlabel.Name = ("Hat Label") hatlabel.Text = ("Hat ID:") hatlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255) hatlabel.Font = ("SourceSans") hatlabel.FontSize = ("Size14") hatlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) hatbox = Instance.new("TextBox") hatbox.Parent = rsettings hatbox.Position = UDim2.new(0, 101, 0, 211) hatbox.Size = UDim2.new(0, 100, 0, 20) hatbox.Name = ("Hat Box") hatbox.Text = ("31101391") hatbox.TextColor3 = Color3.new(0/255, 0/255, 0/255) hatbox.Font = ("SourceSans") hatbox.FontSize = ("Size14") hatbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) gearlabel = Instance.new("TextLabel") gearlabel.Parent = rsettings gearlabel.Position = UDim2.new(0, 0, 0, 232) gearlabel.Size = UDim2.new(0, 100, 0, 20) gearlabel.Name = ("Gear Label") gearlabel.Text = ("Gear ID:") gearlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255) gearlabel.Font = ("SourceSans") gearlabel.FontSize = ("Size14") gearlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) gearbox = Instance.new("TextBox") gearbox.Parent = rsettings gearbox.Position = UDim2.new(0, 101, 0, 232) gearbox.Size = UDim2.new(0, 100, 0, 20) gearbox.Name = ("Gear Box") gearbox.Text = ("16895215") gearbox.TextColor3 = Color3.new(0/255, 0/255, 0/255) gearbox.Font = ("SourceSans") gearbox.FontSize = ("Size14") gearbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) forcetplabel = Instance.new("TextLabel") forcetplabel.Parent = rsettings forcetplabel.Position = UDim2.new(0, 0, 0, 316) forcetplabel.Size = UDim2.new(0, 100, 0, 20) forcetplabel.Name = ("Force Teleport Label") forcetplabel.Text = ("Force TP ID:") forcetplabel.TextColor3 = Color3.new(0/255, 0/255, 0/255) forcetplabel.Font = ("SourceSans") forcetplabel.FontSize = ("Size14") forcetplabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) forcetpbox = Instance.new("TextBox") forcetpbox.Parent = rsettings forcetpbox.Position = UDim2.new(0, 101, 0, 316) forcetpbox.Size = UDim2.new(0, 100, 0, 20) forcetpbox.Name = ("Force Teleport Box") forcetpbox.Text = ("134323087") forcetpbox.TextColor3 = Color3.new(0/255, 0/255, 0/255) forcetpbox.Font = ("SourceSans") forcetpbox.FontSize = ("Size14") forcetpbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255) invisi = Instance.new("TextButton") invisi.Parent = selfcmds invisi.Position = UDim2.new(0, 0, 0, 358) invisi.Size = UDim2.new(0, 100, 0, 20) invisi.Name = ("Invisible") invisi.Text = ("Invisible: Off") invisi.TextColor3 = Color3.new(0/255, 0/255, 0/255) invisi.Font = ("SourceSans") invisi.FontSize = ("Size14") invisi.BackgroundColor3 = Color3.new(0/255, 170/255, 255/255) function invisiClick() playername100 = game.Players.LocalPlayer.Name if invisib == false then game.Workspace[playername100].Head.Transparency = 1 game.Workspace[playername100].Head.face.Transparency = 1 game.Workspace[playername100].Torso.Transparency = 1 game.Workspace[playername100]["Right Arm"].Transparency = 1 game.Workspace[playername100]["Left Arm"].Transparency = 1 game.Workspace[playername100]["Right Leg"].Transparency = 1 game.Workspace[playername100]["Left Leg"].Transparency = 1 invisi.Text = ("Invisible: On") invisib = true else game.Workspace[playername100].Head.Transparency = 0 game.Workspace[playername100].Head.face.Transparency = 0 game.Workspace[playername100].Torso.Transparency = 0 game.Workspace[playername100]["Right Arm"].Transparency = 0 game.Workspace[playername100]["Left Arm"].Transparency = 0 game.Workspace[playername100]["Right Leg"].Transparency = 0 game.Workspace[playername100]["Left Leg"].Transparency = 0 invisi.Text = ("Invisible: Off") invisib = false end end invisi.MouseButton1Down:connect(invisiClick) setskybox = Instance.new("TextButton") setskybox.Parent = page1 setskybox.Name = ("Set Skybox") setskybox.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) setskybox.Position = UDim2.new(0, 0, 0, 568) setskybox.Size = UDim2.new(0, 100, 0, 20) setskybox.Text = ("Set Skybox") setskybox.Font = ("SourceSans") setskybox.FontSize = ("Size14") setskybox.TextColor3 = Color3.new(0/255, 0/255, 0/255) function setskyboxClick() skyboxID = (skyboxidbox.Text) s.SkyboxBk = "http://www.roblox.com/asset/?id="..skyboxID s.SkyboxDn = "http://www.roblox.com/asset/?id="..skyboxID s.SkyboxFt = "http://www.roblox.com/asset/?id="..skyboxID s.SkyboxLf = "http://www.roblox.com/asset/?id="..skyboxID s.SkyboxRt = "http://www.roblox.com/asset/?id="..skyboxID s.SkyboxUp = "http://www.roblox.com/asset/?id="..skyboxID game.Lighting.TimeOfDay = 12 end setskybox.MouseButton1Down:connect(setskyboxClick) clearterrain = Instance.new("TextButton") clearterrain.Parent = page1 clearterrain.Name = ("Clear Terrain") clearterrain.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) clearterrain.Position = UDim2.new(0, 0, 0, 547) clearterrain.Size = UDim2.new(0, 100, 0, 20) clearterrain.Text = ("Clear Terrain") clearterrain.Font = ("SourceSans") clearterrain.FontSize = ("Size14") clearterrain.TextColor3 = Color3.new(0/255, 0/255, 0/255) function clearterrainClick() game.Workspace.Terrain:Clear() end clearterrain.MouseButton1Down:connect(clearterrainClick) unanchorall = Instance.new("TextButton") unanchorall.Parent = page1 unanchorall.Name = ("Unanchor All") unanchorall.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) unanchorall.Position = UDim2.new(0, 0, 0, 526) unanchorall.Size = UDim2.new(0, 100, 0, 20) unanchorall.Text = ("Unanchor All") unanchorall.Font = ("SourceSans") unanchorall.FontSize = ("Size14") unanchorall.TextColor3 = Color3.new(0/255, 0/255, 0/255) function unanchorallClick() function exPro(root) for _, v in pairs(root:GetChildren()) do if v:IsA("BasePart") then v.Material = "Plastic" v.Transparency = 0 v.Anchored = false v.Locked = false end exPro(v) end end function asdf(root) for _, v in pairs(root:GetChildren()) do asdf(v) end end exPro(game.Workspace) asdf(game.Workspace) end unanchorall.MouseButton1Down:connect(unanchorallClick) createbaseplate = Instance.new("TextButton") createbaseplate.Parent = page1 createbaseplate.Name = ("Create Baseplate") createbaseplate.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) createbaseplate.Position = UDim2.new(0, 0, 0, 505) createbaseplate.Size = UDim2.new(0, 100, 0, 20) createbaseplate.Text = ("Create Baseplate") createbaseplate.Font = ("SourceSans") createbaseplate.FontSize = ("Size14") createbaseplate.TextColor3 = Color3.new(0/255, 0/255, 0/255) function createbaseplateClick() local pt = Instance.new("Part") pt.BrickColor = BrickColor.new("Silver") pt.Anchored = true pt.CanCollide = true pt.BottomSurface = "Weld" pt.Parent = workspace pt.Name = (math.random(1,1000000)) pt.Size = Vector3.new(1000, 1, 1000) end createbaseplate.MouseButton1Down:connect(createbaseplateClick) removeadmin = Instance.new("TextButton") removeadmin.Parent = page1 removeadmin.Name = ("Remove Admin") removeadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) removeadmin.Position = UDim2.new(0, 0, 0, 442) removeadmin.Size = UDim2.new(0, 100, 0, 20) removeadmin.Text = ("Remove Admin") removeadmin.Font = ("SourceSans") removeadmin.FontSize = ("Size14") removeadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255) function removeadminClick() game.Workspace["Kohl's Admin Commands V2"]:Destroy() end removeadmin.MouseButton1Down:connect(removeadminClick) apoctroll = Instance.new("TextButton") apoctroll.Parent = page1 apoctroll.Name = ("Apoc Troll") apoctroll.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) apoctroll.Position = UDim2.new(0, 0, 0, 421) apoctroll.Size = UDim2.new(0, 100, 0, 20) apoctroll.Text = ("Apoc Troll") apoctroll.Font = ("SourceSans") apoctroll.FontSize = ("Size14") apoctroll.TextColor3 = Color3.new(0/255, 0/255, 0/255) function apoctrollClick() ds = CFrame.new(game.Players.LocalPlayer.Character.Head.Position) wait() for i,v in pairs(game.Players:GetChildren()) do if v.Name == game.Players.LocalPlayer.Name then else v.Character.Torso.CFrame = ds * CFrame.new(math.random(0,50),0,math.random(0,50)) v.Character:BreakJoints() end end end apoctroll.MouseButton1Down:connect(apoctrollClick) brickspam = Instance.new("TextButton") brickspam.Parent = page1 brickspam.Name = ("Brick Spam") brickspam.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) brickspam.Position = UDim2.new(0, 0, 0, 400) brickspam.Size = UDim2.new(0, 100, 0, 20) brickspam.Text = ("Brick Spam") brickspam.Font = ("SourceSans") brickspam.FontSize = ("Size14") brickspam.TextColor3 = Color3.new(0/255, 0/255, 0/255) function brickspamClick() local brick = Instance.new("Part") while true do local b = brick:clone() b.Parent = game.Workspace if game.Workspace[playername100] ~= nil then local mainpos = game.Workspace[playername100].Head.Position b.Position = Vector3.new(mainpos.x, mainpos.y +3, mainpos.z) wait() end end end brickspam.MouseButton1Down:connect(brickspamClick) knife = Instance.new("TextButton") knife.Parent = page1 knife.Name = ("Knife") knife.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) knife.Position = UDim2.new(0, 101, 0, 568) knife.Size = UDim2.new(0, 100, 0, 20) knife.Text = ("Knife") knife.Font = ("SourceSans") knife.FontSize = ("Size14") knife.TextColor3 = Color3.new(0/255, 0/255, 0/255) function knifeClick() game:GetObjects("rbxassetid://92001561")[1].Parent=game.Players.LocalPlayer.Backpack end knife.MouseButton1Down:connect(knifeClick) setwalkspeed = Instance.new("TextButton") setwalkspeed.Parent = page1 setwalkspeed.Name = ("Set Walkspeed") setwalkspeed.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) setwalkspeed.Position = UDim2.new(0, 202, 0, 568) setwalkspeed.Size = UDim2.new(0, 100, 0, 20) setwalkspeed.Text = ("Set Walkspeed") setwalkspeed.Font = ("SourceSans") setwalkspeed.FontSize = ("Size14") setwalkspeed.TextColor3 = Color3.new(0/255, 0/255, 0/255) function setwalkspeedClick() walkspeed = walkspeedbox.Text game.Workspace[playername100].Humanoid.WalkSpeed = walkspeed end setwalkspeed.MouseButton1Down:connect(setwalkspeedClick) remsoadmin = Instance.new("TextButton") remsoadmin.Parent = page1 remsoadmin.Name = ("Remso Admin") remsoadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) remsoadmin.Position = UDim2.new(0, 101, 0, 547) remsoadmin.Size = UDim2.new(0, 100, 0, 20) remsoadmin.Text = ("Remso Admin") remsoadmin.Font = ("SourceSans") remsoadmin.FontSize = ("Size14") remsoadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255) function remsoadminClick() str_srce = "143944387" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)() end remsoadmin.MouseButton1Down:connect(remsoadminClick) antirobloxian = Instance.new("TextButton") antirobloxian.Parent = page1 antirobloxian.Name = ("Anti-Robloxian") antirobloxian.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) antirobloxian.Position = UDim2.new(0, 101, 0, 442) antirobloxian.Size = UDim2.new(0, 100, 0, 20) antirobloxian.Text = ("Anti-Robloxian") antirobloxian.Font = ("SourceSans") antirobloxian.FontSize = ("Size14") antirobloxian.TextColor3 = Color3.new(0/255, 0/255, 0/255) function antirobloxianClick() arstudsval.Value = arstudsbox.Text local Player = game.Players.LocalPlayer while true do dist = arstudsval.Value local distance = dist if Player then c = game.Players:GetChildren() for i = 1, #c do if c[i].Name ~= Player.Name then if c[i]:DistanceFromCharacter(game.Workspace[Player.Name].Torso.Position) <= distance then c[i].Character:BreakJoints() c2 = c[i].Character:GetChildren() for i2 =1, #c2 do if c2[i2]:IsA("BasePart") then Instance.new("Fire", c2[i2]) end end end end end end wait() end end antirobloxian.MouseButton1Down:connect(antirobloxianClick) headshake = Instance.new("TextButton") headshake.Parent = page1 headshake.Name = ("Head Shake") headshake.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) headshake.Position = UDim2.new(0, 101, 0, 421) headshake.Size = UDim2.new(0, 100, 0, 20) headshake.Text = ("Head Shake") headshake.Font = ("SourceSans") headshake.FontSize = ("Size14") headshake.TextColor3 = Color3.new(0/255, 0/255, 0/255) function headshakeClick() for X = 1, math.huge, 0.2 do wait() game.Workspace[playername100].Torso.Neck.C0 = CFrame.new(math.sin(X) / 2,1.5,0) game.Workspace[playername100].Torso.Neck.C1 = CFrame.new(0,0,0) end for X = 1, math.huge, 0.1 do wait() game.Workspace[playername100].Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.fromAxisAngle(Vector3.new(0,1,0), X) game.Workspace[playername100].Torso.Neck.C1 = CFrame.new(0,0,0) end for _,c in pairs(game.Players:GetChildren()) do c.Character.Head.Mesh.Scale = Vector3.new(100, 100, 100) end for _,c in pairs(game.Players:GetChildren()) do c.Character.Head.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25) end end headshake.MouseButton1Down:connect(headshakeClick) xadmin = Instance.new("TextButton") xadmin.Parent = page1 xadmin.Name = ("X Admin") xadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) xadmin.Position = UDim2.new(0, 101, 0, 400) xadmin.Size = UDim2.new(0, 100, 0, 20) xadmin.Text = ("X Admin") xadmin.Font = ("SourceSans") xadmin.FontSize = ("Size14") xadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255) function xadminClick() game:GetObjects("rbxassetid://149943200")[1].Parent=game.Players.LocalPlayer.Backpack end xadmin.MouseButton1Down:connect(xadminClick) kool = Instance.new("TextButton") kool.Parent = page1 kool.Name = ("Dominus Ghost") kool.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) kool.Position = UDim2.new(0, 101, 0, 526) kool.Size = UDim2.new(0, 100, 0, 20) kool.Text = ("Dominus Ghost") kool.Font = ("SourceSans") kool.FontSize = ("Size14") kool.TextColor3 = Color3.new(0/255, 0/255, 0/255) function koolClick() function nob(who,tra,hat) memememe=who.Character pcall(function()u=memememe["Body Colors"] u.HeadColor=BrickColor.new("Black") u.LeftLegColor=BrickColor.new("Black") u.RightLegolor=BrickColor.new("Black") u.LeftArmColor=BrickColor.new("Black") u.TorsoColor=BrickColor.new("Black") u.RightArmColor=BrickColor.new("Black") end) pcall(function()memememe.Shirt:Destroy() memememe.Pants:Destroy() end) for i,v in pairs(memememe:GetChildren()) do if v:IsA("BasePart") then v.Transparency=tra if v.Name=="HumanoidRootPart" or v.Name=="Head" then v.Transparency=1 end wait() v.BrickColor=BrickColor.new("Black") elseif v:IsA("Hat") then v:Destroy() end end xx=game:service("InsertService"):LoadAsset(hat) xy=game:service("InsertService"):LoadAsset(47433)["LinkedSword"] xy.Parent=who.Backpack for a,hat in pairs(xx:children()) do hat.Parent=memememe end xx:Destroy() h=who.Character.Humanoid h.MaxHealth=50000 wait(1.5) h.Health=50000 h.WalkSpeed=32 end nob(game.Players.LocalPlayer,0.6,21070012) end kool.MouseButton1Down:connect(koolClick) changename = Instance.new("TextButton") changename.Parent = page1 changename.Name = ("Change Name") changename.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) changename.Position = UDim2.new(0, 101, 0, 505) changename.Size = UDim2.new(0, 100, 0, 20) changename.Text = ("Change Name") changename.Font = ("SourceSans") changename.FontSize = ("Size14") changename.TextColor3 = Color3.new(0/255, 0/255, 0/255) firsttime = true function changenameClick() name = namebox.Text if firsttime == true then local You = playername100 local head = workspace[You].Head:Clone() local model = Instance.new("Model",workspace) local humanoid = Instance.new("Humanoid",model) head.Parent = model model.Name = name modelname = model.Name humanoid.MaxHealth = 0 local w = Instance.new("Weld",model) w.Part0,w.Part1 = workspace[You].Head,head firsttime = false else local model = game.Workspace[modelname] model.Name = name modelname = model.Name end end changename.MouseButton1Down:connect(changenameClick) orb = Instance.new("TextButton") orb.Parent = page1 orb.Name = ("Orb") orb.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) orb.Position = UDim2.new(0, 202, 0, 484) orb.Size = UDim2.new(0, 100, 0, 20) orb.Text = ("Orb") orb.Font = ("SourceSans") orb.FontSize = ("Size14") orb.TextColor3 = Color3.new(0/255, 0/255, 0/255) function orbClick() game:GetObjects("rbxassetid://137285524")[1].Parent=game.Players.LocalPlayer.Backpack end orb.MouseButton1Down:connect(orbClick) lightsaber = Instance.new("TextButton") lightsaber.Parent = page1 lightsaber.Name = ("Lightsaber") lightsaber.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) lightsaber.Position = UDim2.new(0, 202, 0, 463) lightsaber.Size = UDim2.new(0, 100, 0, 20) lightsaber.Text = ("Lightsaber") lightsaber.Font = ("SourceSans") lightsaber.FontSize = ("Size14") lightsaber.TextColor3 = Color3.new(0/255, 0/255, 0/255) function lightsaberClick() game:GetObjects("rbxassetid://137264892")[1].Parent=game.Players.LocalPlayer.Backpack end lightsaber.MouseButton1Down:connect(lightsaberClick) masterhand = Instance.new("TextButton") masterhand.Parent = page1 masterhand.Name = ("Master Hand") masterhand.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) masterhand.Position = UDim2.new(0, 101, 0, 379) masterhand.Size = UDim2.new(0, 100, 0, 20) masterhand.Text = ("Master Hand") masterhand.Font = ("SourceSans") masterhand.FontSize = ("Size14") masterhand.TextColor3 = Color3.new(0/255, 0/255, 0/255) function masterhandClick() game:GetObjects("rbxassetid://136424786")[1].Parent=game.Players.LocalPlayer.Backpack end masterhand.MouseButton1Down:connect(masterhandClick) strobe = Instance.new("TextButton") strobe.Parent = page1 strobe.Name = ("5tr0b3") strobe.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) strobe.Position = UDim2.new(0, 202, 0, 442) strobe.Size = UDim2.new(0, 100, 0, 20) strobe.Text = ("5tr0b3") strobe.Font = ("SourceSans") strobe.FontSize = ("Size14") strobe.TextColor3 = Color3.new(0/255, 0/255, 0/255) function strobeClick() game:GetObjects("rbxassetid://149946328")[1].Parent=game.Players.LocalPlayer.Backpack end strobe.MouseButton1Down:connect(strobeClick) atlas = Instance.new("TextButton") atlas.Parent = page1 atlas.Name = ("Atlas Sword") atlas.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) atlas.Position = UDim2.new(0, 202, 0, 421) atlas.Size = UDim2.new(0, 100, 0, 20) atlas.Text = ("Atlas Sword") atlas.Font = ("SourceSans") atlas.FontSize = ("Size14") atlas.TextColor3 = Color3.new(0/255, 0/255, 0/255) function atlasClick() game:GetObjects("rbxassetid://149945362")[1].Parent=game.Players.LocalPlayer.Backpack end atlas.MouseButton1Down:connect(atlasClick) cba = Instance.new("TextButton") cba.Parent = page1 cba.Name = ("CBA Admin") cba.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) cba.Position = UDim2.new(0, 202, 0, 400) cba.Size = UDim2.new(0, 100, 0, 20) cba.Text = ("CBA Admin") cba.Font = ("SourceSans") cba.FontSize = ("Size14") cba.TextColor3 = Color3.new(0/255, 0/255, 0/255) function cbaClick() game:GetObjects("rbxassetid://149944881")[1].Parent=game.Players.LocalPlayer.Backpack end cba.MouseButton1Down:connect(cbaClick) d33k = Instance.new("TextButton") d33k.Parent = page1 d33k.Name = ("d33k Admin") d33k.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) d33k.Position = UDim2.new(0, 202, 0, 379) d33k.Size = UDim2.new(0, 100, 0, 20) d33k.Text = ("d33k Admin") d33k.Font = ("SourceSans") d33k.FontSize = ("Size14") d33k.TextColor3 = Color3.new(0/255, 0/255, 0/255) function d33kClick() game:GetObjects("rbxassetid://149944494")[1].Parent=game.Players.LocalPlayer.Backpack end d33k.MouseButton1Down:connect(d33kClick) eyelaser = Instance.new("TextButton") eyelaser.Parent = page2 eyelaser.Name = ("Eyelaser") eyelaser.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) eyelaser.Position = UDim2.new(0, 0, 0, 379) eyelaser.Size = UDim2.new(0, 100, 0, 20) eyelaser.Text = ("Eyelaser") eyelaser.Font = ("SourceSans") eyelaser.FontSize = ("Size14") eyelaser.TextColor3 = Color3.new(0/255, 0/255, 0/255) function eyelaserClick() game:GetObjects("rbxassetid://142007482")[1].Parent=game.Players.LocalPlayer.Backpack end eyelaser.MouseButton1Down:connect(eyelaserClick) fencing = Instance.new("TextButton") fencing.Parent = page2 fencing.Name = ("Fencing Restore") fencing.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) fencing.Position = UDim2.new(0, 0, 0, 400) fencing.Size = UDim2.new(0, 100, 0, 20) fencing.Text = ("Fencing Restore") fencing.Font = ("SourceSans") fencing.FontSize = ("Size14") fencing.TextColor3 = Color3.new(0/255, 0/255, 0/255) function fencingClick() str_srce = "123116009" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)() end fencing.MouseButton1Down:connect(fencingClick) infinity = Instance.new("TextButton") infinity.Parent = page2 infinity.Name = ("broken") infinity.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) infinity.Position = UDim2.new(0, 0, 0, 421) infinity.Size = UDim2.new(0, 100, 0, 20) infinity.Text = ("broken") infinity.Font = ("SourceSans") infinity.FontSize = ("Size14") infinity.TextColor3 = Color3.new(0/255, 0/255, 0/255) function infinityClick() end infinity.MouseButton1Down:connect(infinityClick) kohls = Instance.new("TextButton") kohls.Parent = page2 kohls.Name = ("Kohl's Admin") kohls.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) kohls.Position = UDim2.new(0, 0, 0, 442) kohls.Size = UDim2.new(0, 100, 0, 20) kohls.Text = ("Kohl's Admin") kohls.Font = ("SourceSans") kohls.FontSize = ("Size14") kohls.TextColor3 = Color3.new(0/255, 0/255, 0/255) function kohlsClick() game:GetObjects("rbxassetid://157676089")[1].Parent=game.Workspace end kohls.MouseButton1Down:connect(kohlsClick) staff = Instance.new("TextButton") staff.Parent = page2 staff.Name = ("Staff") staff.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) staff.Position = UDim2.new(0, 0, 0, 463) staff.Size = UDim2.new(0, 100, 0, 20) staff.Text = ("Staff") staff.Font = ("SourceSans") staff.FontSize = ("Size14") staff.TextColor3 = Color3.new(0/255, 0/255, 0/255) function staffClick() game:GetObjects("rbxassetid://149941868")[1].Parent=game.Players.LocalPlayer.Backpack end staff.MouseButton1Down:connect(staffClick) wings = Instance.new("TextButton") wings.Parent = page2 wings.Name = ("Wings") wings.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) wings.Position = UDim2.new(0, 0, 0, 484) wings.Size = UDim2.new(0, 100, 0, 20) wings.Text = ("Wings") wings.Font = ("SourceSans") wings.FontSize = ("Size14") wings.TextColor3 = Color3.new(0/255, 0/255, 0/255) function wingsClick() game:GetObjects("rbxassetid://136322458")[1].Parent=game.Players.LocalPlayer.Backpack end wings.MouseButton1Down:connect(wingsClick) silent = Instance.new("TextButton") silent.Parent = page2 silent.Name = ("Silent Executor") silent.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) silent.Position = UDim2.new(0, 0, 0, 505) silent.Size = UDim2.new(0, 100, 0, 20) silent.Text = ("Silent Executor") silent.Font = ("SourceSans") silent.FontSize = ("Size14") silent.TextColor3 = Color3.new(0/255, 0/255, 0/255) function silentClick() loadstring(game:GetObjects("rbxassetid://138660278")[1].Source)() end silent.MouseButton1Down:connect(silentClick) laser = Instance.new("TextButton") laser.Parent = page2 laser.Name = ("Laser Rifle") laser.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) laser.Position = UDim2.new(0, 0, 0, 526) laser.Size = UDim2.new(0, 100, 0, 20) laser.Text = ("Laser Rifle") laser.Font = ("SourceSans") laser.FontSize = ("Size14") laser.TextColor3 = Color3.new(0/255, 0/255, 0/255) function laserClick() game:GetObjects("rbxassetid://140411727")[1].Parent=game.Players.LocalPlayer.Backpack end laser.MouseButton1Down:connect(laserClick) insert = Instance.new("TextButton") insert.Parent = page2 insert.Name = ("Insert Tool") insert.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) insert.Position = UDim2.new(0, 0, 0, 547) insert.Size = UDim2.new(0, 100, 0, 20) insert.Text = ("Insert Tool") insert.Font = ("SourceSans") insert.FontSize = ("Size14") insert.TextColor3 = Color3.new(0/255, 0/255, 0/255) function insertClick() game:GetObjects("rbxassetid://73504704")[1].Parent=game.Players.LocalPlayer.Backpack end insert.MouseButton1Down:connect(insertClick) techno = Instance.new("TextButton") techno.Parent = page2 techno.Name = ("Techno Gauntlet") techno.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) techno.Position = UDim2.new(0, 0, 0, 568) techno.Size = UDim2.new(0, 100, 0, 20) techno.Text = ("Techno Gauntlet") techno.Font = ("SourceSans") techno.FontSize = ("Size14") techno.TextColor3 = Color3.new(0/255, 0/255, 0/255) function technoClick() game:GetObjects("rbxassetid://142496704")[1].Parent=game.Players.LocalPlayer.Backpack end techno.MouseButton1Down:connect(technoClick) spider = Instance.new("TextButton") spider.Parent = page2 spider.Name = ("Spider") spider.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) spider.Position = UDim2.new(0, 101, 0, 379) spider.Size = UDim2.new(0, 100, 0, 20) spider.Text = ("Spider") spider.Font = ("SourceSans") spider.FontSize = ("Size14") spider.TextColor3 = Color3.new(0/255, 0/255, 0/255) function spiderClick() game:GetObjects("rbxassetid://137265181")[1].Parent=game.Players.LocalPlayer.Backpack end spider.MouseButton1Down:connect(spiderClick) decal = Instance.new("TextButton") decal.Parent = page2 decal.Name = ("Decal Spam") decal.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) decal.Position = UDim2.new(0, 101, 0, 400) decal.Size = UDim2.new(0, 100, 0, 20) decal.Text = ("Decal Spam") decal.Font = ("SourceSans") decal.FontSize = ("Size14") decal.TextColor3 = Color3.new(0/255, 0/255, 0/255) function decalClick() decalID = skyboxidbox.Text function exPro(root) for _, v in pairs(root:GetChildren()) do if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..decalID then v.Parent = nil elseif v:IsA("BasePart") then v.Material = "Plastic" v.Transparency = 0 local One = Instance.new("Decal", v) local Two = Instance.new("Decal", v) local Three = Instance.new("Decal", v) local Four = Instance.new("Decal", v) local Five = Instance.new("Decal", v) local Six = Instance.new("Decal", v) One.Texture = "http://www.roblox.com/asset/?id="..decalID Two.Texture = "http://www.roblox.com/asset/?id="..decalID Three.Texture = "http://www.roblox.com/asset/?id="..decalID Four.Texture = "http://www.roblox.com/asset/?id="..decalID Five.Texture = "http://www.roblox.com/asset/?id="..decalID Six.Texture = "http://www.roblox.com/asset/?id="..decalID One.Face = "Front" Two.Face = "Back" Three.Face = "Right" Four.Face = "Left" Five.Face = "Top" Six.Face = "Bottom" end exPro(v) end end function asdf(root) for _, v in pairs(root:GetChildren()) do asdf(v) end end exPro(game.Workspace) asdf(game.Workspace) end decal.MouseButton1Down:connect(decalClick) forcetele = Instance.new("TextButton") forcetele.Parent = page2 forcetele.Name = ("Force Teleport") forcetele.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) forcetele.Position = UDim2.new(0, 101, 0, 421) forcetele.Size = UDim2.new(0, 100, 0, 20) forcetele.Text = ("Force Teleport") forcetele.Font = ("SourceSans") forcetele.FontSize = ("Size14") forcetele.TextColor3 = Color3.new(0/255, 0/255, 0/255) function forceteleClick() placeID = forcetpbox.Text hax = [[for i,v in pairs(game.Players:GetChildren()) do game:GetService'TeleportService':Teleport(]]..placeID..[[,v.Character) end ]] local x = Workspace["Kohl's Admin Commands V2"].ScriptBase x.Code.Value = hax wait() x.Disabled = false end forcetele.MouseButton1Down:connect(forceteleClick) disco = Instance.new("TextButton") disco.Parent = page2 disco.Name = ("Disco") disco.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) disco.Position = UDim2.new(0, 101, 0, 442) disco.Size = UDim2.new(0, 100, 0, 20) disco.Text = ("Disco") disco.Font = ("SourceSans") disco.FontSize = ("Size14") disco.TextColor3 = Color3.new(0/255, 0/255, 0/255) function discoClick() while wait() do for _, v in pairs(Workspace:GetChildren()) do if v:IsA("BasePart") then v.BrickColor = BrickColor.Random() end end game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random()); game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random()); game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random()); game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random()); game.Lighting.Brightness = 1 / math.random(1, 10); game.Lighting.FogColor = Color3.new(math.random(), math.random(), math.random()); game.Lighting:SetMinutesAfterMidnight(game.Lighting:GetMinutesAfterMidnight() + 13) end end disco.MouseButton1Down:connect(discoClick) rekinball = Instance.new("TextButton") rekinball.Parent = page2 rekinball.Name = ("Wrecking Ball") rekinball.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) rekinball.Position = UDim2.new(0, 101, 0, 463) rekinball.Size = UDim2.new(0, 100, 0, 20) rekinball.Text = ("Wrecking Ball") rekinball.Font = ("SourceSans") rekinball.FontSize = ("Size14") rekinball.TextColor3 = Color3.new(0/255, 0/255, 0/255) function rekinballClick() loadstring(game:GetObjects("rbxassetid://141303287")[1].Source)() end rekinball.MouseButton1Down:connect(rekinballClick) nilizer = Instance.new("TextButton") nilizer.Parent = page2 nilizer.Name = ("Nilizer") nilizer.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) nilizer.Position = UDim2.new(0, 101, 0, 484) nilizer.Size = UDim2.new(0, 100, 0, 20) nilizer.Text = ("Nilizer") nilizer.Font = ("SourceSans") nilizer.FontSize = ("Size14") nilizer.TextColor3 = Color3.new(0/255, 0/255, 0/255) function nilizerClick() game:GetObjects("rbxassetid://142125914")[1].Parent=game.Players.LocalPlayer.Backpack end nilizer.MouseButton1Down:connect(nilizerClick) laggui = Instance.new("TextButton") laggui.Parent = page2 laggui.Name = ("Lag Gui") laggui.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) laggui.Position = UDim2.new(0, 101, 0, 505) laggui.Size = UDim2.new(0, 100, 0, 20) laggui.Text = ("Lag Gui") laggui.Font = ("SourceSans") laggui.FontSize = ("Size14") laggui.TextColor3 = Color3.new(0/255, 0/255, 0/255) function lagguiClick() whoownit = game.Players.LocalPlayer gui = Instance.new("ScreenGui") gui.Parent = whoownit.PlayerGui gui.Name = "Lag" pos = 135 pos2 = 10 pos3 = 0 enabled = false button = Instance.new("TextButton") button.Parent = gui button.Size = UDim2.new(0, 100, 0, 30) button.Position = UDim2.new(0, 8, 0, pos) button.Text = "Lag" button.MouseButton1Click:connect(function() if enabled == false then enabled = true local a = game.Players:GetChildren() red = 0 green = 0.5 blue = 0 for i=1, #a do wait() pos2 = pos2 + 23 if pos2 >= 450 then pos3 = pos3 + 103 pos2 = 33 end if green <= 0.9 then green = green + 0.46 elseif green >= 0.9 then green = green - 0.46 end local bu = Instance.new("TextButton") bu.Parent = button bu.Size = UDim2.new(0, 100, 0, 20) bu.Position = UDim2.new(0, pos3, 0, pos2) bu.Text = a[i].Name bu.BackgroundTransparency = 1 bu.TextTransparency = 1 bu.BackgroundColor3 = Color3.new(red,green,blue) coroutine.resume(coroutine.create(function() for i=1, 3 do wait() bu.BackgroundTransparency = bu.BackgroundTransparency - 0.34 bu.TextTransparency = bu.BackgroundTransparency end end)) bu.MouseButton1Down:connect(function() local play = game.Players:findFirstChild(bu.Text) if play ~= nil then for i=1,3600 do Instance.new("HopperBin",play.Backpack).Name = ":^)" end wait() for i=1,3600 do Instance.new("HopperBin",play.Backpack).Name = ":^)" end wait() for i=1,3600 do Instance.new("HopperBin",play.Backpack).Name = ":^)" end wait() for i=1,13000 do Instance.new("HopperBin",play.Backpack).Name = ":^)" end wait() for i=1,3600 do Instance.new("HopperBin",play.Backpack).Name = ":^)" end bu.Text = "Lagged!" end end) end elseif enabled == true then enabled = false pos2 = 10 pos3 = 0 local o = button:GetChildren() for i=1, #o do wait() o[i]:remove() end end end) end laggui.MouseButton1Down:connect(lagguiClick) clearws = Instance.new("TextButton") clearws.Parent = page2 clearws.Name = ("Clear Workspace") clearws.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) clearws.Position = UDim2.new(0, 101, 0, 526) clearws.Size = UDim2.new(0, 100, 0, 20) clearws.Text = ("Clear Workspace") clearws.Font = ("SourceSans") clearws.FontSize = ("Size14") clearws.TextColor3 = Color3.new(0/255, 0/255, 0/255) function clearwsClick() game.Workspace:ClearAllChildren() end clearws.MouseButton1Down:connect(clearwsClick) drawtool = Instance.new("TextButton") drawtool.Parent = page2 drawtool.Name = ("Draw Tool") drawtool.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) drawtool.Position = UDim2.new(0, 101, 0, 547) drawtool.Size = UDim2.new(0, 100, 0, 20) drawtool.Text = ("Draw Tool") drawtool.Font = ("SourceSans") drawtool.FontSize = ("Size14") drawtool.TextColor3 = Color3.new(0/255, 0/255, 0/255) function drawtoolClick() loadstring(game:GetObjects("rbxassetid://96727044")[1].Source)() end drawtool.MouseButton1Down:connect(drawtoolClick) explorer = Instance.new("TextButton") explorer.Parent = page2 explorer.Name = ("Explorer") explorer.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) explorer.Position = UDim2.new(0, 101, 0, 568) explorer.Size = UDim2.new(0, 100, 0, 20) explorer.Text = ("Explorer") explorer.Font = ("SourceSans") explorer.FontSize = ("Size14") explorer.TextColor3 = Color3.new(0/255, 0/255, 0/255) function explorerClick() loadstring(Game:GetObjects("rbxassetid://111532299")[1].Source)() end explorer.MouseButton1Down:connect(explorerClick) svest = Instance.new("TextButton") svest.Parent = page1 svest.Name = ("Suicide Vest") svest.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) svest.Position = UDim2.new(0, 202, 0, 505) svest.Size = UDim2.new(0, 100, 0, 20) svest.Text = ("Suicide Vest") svest.Font = ("SourceSans") svest.FontSize = ("Size14") svest.TextColor3 = Color3.new(0/255, 0/255, 0/255) function svestClick() loadstring(Game:GetObjects("rbxassetid://142429056")[1].Source)() end svest.MouseButton1Down:connect(svestClick) songplay = Instance.new("TextButton") songplay.Parent = page1 songplay.Name = ("Song Player") songplay.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) songplay.Position = UDim2.new(0, 101, 0, 484) songplay.Size = UDim2.new(0, 100, 0, 20) songplay.Text = ("Song Player") songplay.Font = ("SourceSans") songplay.FontSize = ("Size14") songplay.TextColor3 = Color3.new(0/255, 0/255, 0/255) function songplayClick() str_srce = "142919613" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)() end songplay.MouseButton1Down:connect(songplayClick) camball = Instance.new("TextButton") camball.Parent = page1 camball.Name = ("Camball") camball.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) camball.Position = UDim2.new(0, 101, 0, 463) camball.Size = UDim2.new(0, 100, 0, 20) camball.Text = ("Camball") camball.Font = ("SourceSans") camball.FontSize = ("Size14") camball.TextColor3 = Color3.new(0/255, 0/255, 0/255) function camballClick() game:GetObjects("rbxassetid://149943697")[1].Parent=game.Players.LocalPlayer.Backpack end camball.MouseButton1Down:connect(camballClick) hat = Instance.new("TextButton") hat.Parent = page2 hat.Name = ("Give Hat") hat.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) hat.Position = UDim2.new(0, 202, 0, 421) hat.Size = UDim2.new(0, 100, 0, 20) hat.Text = ("Give Hat") hat.Font = ("SourceSans") hat.FontSize = ("Size14") hat.TextColor3 = Color3.new(0/255, 0/255, 0/255) function hatClick() playername100 = game.Players.LocalPlayer.Name hatid = hatbox.Text x = game:GetService("InsertService"):LoadAsset(hatid) x.Parent = game.Workspace[playername100] x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position) end hat.MouseButton1Down:connect(hatClick) gear = Instance.new("TextButton") gear.Parent = page2 gear.Name = ("Give Gear") gear.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) gear.Position = UDim2.new(0, 202, 0, 442) gear.Size = UDim2.new(0, 100, 0, 20) gear.Text = ("Give Gear") gear.Font = ("SourceSans") gear.FontSize = ("Size14") gear.TextColor3 = Color3.new(0/255, 0/255, 0/255) function gearClick() playername100 = game.Players.LocalPlayer.Name gearid = gearbox.Text x = game:GetService("InsertService"):LoadAsset(gearid) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position) end gear.MouseButton1Down:connect(gearClick) expl2 = Instance.new("TextButton") expl2.Parent = page2 expl2.Name = ("Explorer 2") expl2.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) expl2.Position = UDim2.new(0, 202, 0, 379) expl2.Size = UDim2.new(0, 100, 0, 20) expl2.Text = ("Explorer 2") expl2.Font = ("SourceSans") expl2.FontSize = ("Size14") expl2.TextColor3 = Color3.new(0/255, 0/255, 0/255) function expl2Click() str_srce = "143924441" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)() end expl2.MouseButton1Down:connect(expl2Click) warhammer = Instance.new("TextButton") warhammer.Parent = page1 warhammer.Name = ("Warhammer") warhammer.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) warhammer.Position = UDim2.new(0, 0, 0, 484) warhammer.Size = UDim2.new(0, 100, 0, 20) warhammer.Text = ("Warhammer") warhammer.Font = ("SourceSans") warhammer.FontSize = ("Size14") warhammer.TextColor3 = Color3.new(0/255, 0/255, 0/255) function warhammerClick() game:GetObjects("rbxassetid://149942862")[1].Parent=game.Players.LocalPlayer.Backpack end warhammer.MouseButton1Down:connect(warhammerClick) flood = Instance.new("TextButton") flood.Parent = page1 flood.Name = ("Flood") flood.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) flood.Position = UDim2.new(0, 0, 0, 379) flood.Size = UDim2.new(0, 100, 0, 20) flood.Text = ("Flood") flood.Font = ("SourceSans") flood.FontSize = ("Size14") flood.TextColor3 = Color3.new(0/255, 0/255, 0/255) function floodClick() Game.Workspace.Terrain:SetCells(Region3int16.new(Vector3int16.new(-100,-100,-100), Vector3int16.new(100,100,100)), 17, "Solid", "X") end flood.MouseButton1Down:connect(floodClick) scythe = Instance.new("TextButton") scythe.Parent = page2 scythe.Name = ("Scythe") scythe.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) scythe.Position = UDim2.new(0, 101, 0, 505) scythe.Size = UDim2.new(0, 100, 0, 20) scythe.Text = ("Scythe") scythe.Font = ("SourceSans") scythe.FontSize = ("Size14") scythe.TextColor3 = Color3.new(0/255, 0/255, 0/255) function scytheClick() game:GetObjects("rbxassetid://149942448")[1].Parent=game.Players.LocalPlayer.Backpack end scythe.MouseButton1Down:connect(scytheClick) minigun = Instance.new("TextButton") minigun.Parent = page1 minigun.Name = ("Minigun") minigun.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255) minigun.Position = UDim2.new(0, 0, 0, 463) minigun.Size = UDim2.new(0, 100, 0, 20) minigun.Text = ("Minigun") minigun.Font = ("SourceSans") minigun.FontSize = ("Size14") minigun.TextColor3 = Color3.new(0/255, 0/255, 0/255) function minigunClick() game:GetObjects("rbxassetid://140634024")[1].Parent=game.Players.LocalPlayer.Backpack end minigun.MouseButton1Down:connect(minigunClick) loadmsg = Instance.new("Message") loadmsg.Parent = game.Workspace loadmsg.Text = ("c00lGui V"..Version.." has loaded.") wait(3) loadmsg:Remove() end) local btools = Instance.new("TextButton") btools.Name = "adtools" btools.Parent = Frame_2 btools.BackgroundColor3 = Color3.fromRGB(255, 255, 255) btools.Position = UDim2.new(0, 0, 0.483543992, 0) btools.Size = UDim2.new(0, 145, 0, 23) btools.Font = Enum.Font.SourceSans btools.Text = "btools" btools.TextColor3 = Color3.fromRGB(0, 0, 0) btools.TextSize = 14.000 btools.MouseButton1Click:Connect(function() backpack = game:GetService("Players").LocalPlayer.Backpack hammer = Instance.new("HopperBin") hammer.Name = "Hammer" hammer.BinType = 4 hammer.Parent = backpack cloneTool = Instance.new("HopperBin") cloneTool.Name = "Clone" cloneTool.BinType = 3 cloneTool.Parent = backpack grabTool = Instance.new("HopperBin") grabTool.Name = "Grab" grabTool.BinType = 2 grabTool.Parent = backpack end) local ak47 = Instance.new("TextButton") ak47.Name = "dancespam" ak47.Parent = Frame_2 ak47.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ak47.Position = UDim2.new(0, 0, 0.544047117, 0) ak47.Size = UDim2.new(0, 145, 0, 23) ak47.Font = Enum.Font.SourceSans ak47.Text = "AK-47" ak47.TextColor3 = Color3.fromRGB(0, 0, 0) ak47.TextSize = 14.000 ak47.MouseButton1Click:Connect(function() --By Rufus14 --ears: 391268255 --bamalam: 720451528 --columb: 1202637744 --[[music = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso) music.Volume = 10 music.SoundId = "rbxassetid://1202637744" music.Looped = true music:Play()]] mouse = game.Players.LocalPlayer:GetMouse() gun = Instance.new("Part", game.Players.LocalPlayer.Character) gun:BreakJoints() gun.CanCollide = false gun.Name = "Ak-47" gun.Orientation = Vector3.new(0,0,0) mesh = Instance.new("SpecialMesh", gun) mesh.MeshId = "rbxassetid://477006495" mesh.TextureId = "rbxassetid://477006525" mesh.Scale = Vector3.new(0.04,0.04,0.04) weld = Instance.new("Weld", gun) weld.Part0 = game.Players.LocalPlayer.Character["Right Arm"] weld.Part1 = gun weld.C0 = weld.C0 * CFrame.Angles(-1.5,0,0) * CFrame.new(0,0,-2.5) local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso) rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"] rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso) lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"] lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) shot = Instance.new("Sound", gun) shot.Volume = 10 shot.SoundId = "rbxassetid://285234709" pump = Instance.new("Sound", gun) pump.Volume = 10 pump.SoundId = "rbxassetid://255061173" pump.PlaybackSpeed = 0.7 --[[function owtheedge() workspace.CurrentCamera.FieldOfView = 70 + music.PlaybackLoudness / 80 end game:GetService("RunService").RenderStepped:connect(owtheedge)]] for i = 0,0.7 , 0.01 do weld.C0 = weld.C0:lerp(CFrame.new(-0.342021942, -1.88848877, -0.088739872, 0.978147507, -0.0289359875, -0.205888897, 0.204753578, -0.0378959738, 0.978079677, -0.0361040607, -0.998862624, -0.0311431047),i) rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.917564392, 0.399175882, -0.578536987, 0.978147507, 0.204753578, -0.0361040607, -0.0289359875, -0.0378959738, -0.998862624, -0.205888897, 0.978079677, -0.0311431047),i) lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.472423553, 0.409558296, -1.4746933, 0.939692736, -0.342019886, -2.0985492e-06, 0.0238559935, 0.0655499771, -0.997564137, 0.341186911, 0.937403619, 0.0697560608),i) game:GetService("RunService").RenderStepped:wait() end using = false rapid = true debounce = false ammo = 30 function plai(key) key = key:lower() --[[ if key == "e" then if moosic then runkids.SoundId = "rbxassetid://665751753" runkids.Volume = 8 runkids:Play() runkids.Looped = true runkids.TimePosition = 13 end if not moosic then runkids:Stop() end end]] end mouse.KeyDown:connect(plai) function rapid() rapid = true end mouse.Button1Down:connect(rapid) function notrapid() rapid = false end mouse.Button1Up:connect(notrapid) function shoot() if not rapid then rapid = true end while rapid and debounce == false do shot:Play() rapid = true debounce = true for i = 1,1 do local missle = Instance.new("Part", workspace) missle:BreakJoints() missle.Name = "bullet" missle.BrickColor = BrickColor.Yellow() missle.CanCollide = false missle.Material = "Neon" missle.Size = Vector3.new(0.1,0.1,0.1) missle.CFrame = gun.CFrame * CFrame.new(0,0,2) missle.Transparency = 0 local vel = Instance.new("BodyVelocity", missle) vel.Velocity = mouse.Hit.lookVector * math.random(500,500) + Vector3.new(math.random(-10,10),math.random(-10,10),0) vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge) local function hit(part) local hitval = math.random(40,65) local humanoid = part.Parent:findFirstChildOfClass("Humanoid") if humanoid then if humanoid.Health == math.huge or humanoid.Health >= 600 then humanoid.Health = 100 end if humanoid.MaxHealth == math.huge or humanoid.MaxHealth >= 600 then humanoid.MaxHealth = 100 end if humanoid.Parent.Name == game.Players.LocalPlayer.Name then else if humanoid.Health < hitval then humanoid.Health = 1 humanoid.JumpPower = 0 humanoid.PlatformStand = true humanoid.WalkSpeed = 0 local findlefthip = humanoid.Parent.Torso:findFirstChild("Left Hip") if findlefthip then findlefthip:Remove() local glue = Instance.new("Glue", humanoid.Parent.Torso) glue.Part0 = humanoid.Parent.Torso glue.Part1 = humanoid.Parent["Left Leg"] glue.Name = "Left leg" local collider = Instance.new("Part", humanoid.Parent["Left Leg"]) collider.Position = Vector3.new(0,999,0) collider.Size = Vector3.new(1.5, 1, 1) collider.Shape = "Cylinder" local weld = Instance.new("Weld", collider) weld.Part0 = humanoid.Parent["Left Leg"] weld.Part1 = collider weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2) collider.TopSurface = "Smooth" collider.BottomSurface = "Smooth" collider.formFactor = "Symmetric" glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) collider.Transparency = 1 end -- local findrighthip = humanoid.Parent.Torso:findFirstChild("Right Hip") if findrighthip then findrighthip:Remove() local glue = Instance.new("Glue", humanoid.Parent.Torso) glue.Part0 = humanoid.Parent.Torso glue.Part1 = humanoid.Parent["Right Leg"] glue.Name = "Right leg" local collider = Instance.new("Part", humanoid.Parent["Right Leg"]) collider.Position = Vector3.new(0,999,0) collider.Size = Vector3.new(1.5, 1, 1) collider.Shape = "Cylinder" local weld = Instance.new("Weld", collider) weld.Part0 = humanoid.Parent["Right Leg"] weld.Part1 = collider weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2) collider.TopSurface = "Smooth" collider.BottomSurface = "Smooth" collider.formFactor = "Symmetric" glue.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) glue.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) collider.Transparency = 1 end -- local findrightshoulder = humanoid.Parent.Torso:findFirstChild("Right Shoulder") if findrightshoulder then findrightshoulder:Remove() local glue = Instance.new("Glue", humanoid.Parent.Torso) glue.Part0 = humanoid.Parent.Torso glue.Part1 = humanoid.Parent["Right Arm"] glue.Name = "Right arm" local collider = Instance.new("Part", humanoid.Parent["Right Arm"]) collider.Position = Vector3.new(0,999,0) collider.Size = Vector3.new(1.5, 1, 1) collider.Shape = "Cylinder" local weld = Instance.new("Weld", collider) weld.Part0 = humanoid.Parent["Right Arm"] weld.Part1 = collider weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2) collider.TopSurface = "Smooth" collider.BottomSurface = "Smooth" collider.formFactor = "Symmetric" glue.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) glue.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) collider.Transparency = 1 end -- local findleftshoulder = humanoid.Parent.Torso:findFirstChild("Left Shoulder") if findleftshoulder then findleftshoulder:Remove() local glue = Instance.new("Glue", humanoid.Parent.Torso) glue.Part0 = humanoid.Parent.Torso glue.Part1 = humanoid.Parent["Left Arm"] glue.Name = "Left arm" local collider = Instance.new("Part", humanoid.Parent["Left Arm"]) collider.Position = Vector3.new(0,999,0) collider.Size = Vector3.new(1.5, 1, 1) collider.Shape = "Cylinder" local weld = Instance.new("Weld", collider) weld.Part0 = humanoid.Parent["Left Arm"] weld.Part1 = collider weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2) collider.TopSurface = "Smooth" collider.BottomSurface = "Smooth" collider.formFactor = "Symmetric" glue.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) glue.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) collider.Transparency = 1 end local findhead = humanoid.Parent:findFirstChild("Head") if findhead then local attachment = Instance.new("Attachment", humanoid.Parent.Head) attachment.Position = Vector3.new(0, -0.5, 0) attachment.Name = "lol" attachment.Visible = false humanoid.Parent.Torso.NeckAttachment.Visible = false humanoid.Parent.Torso.NeckAttachment.Position = humanoid.Parent.Torso.NeckAttachment.Position + Vector3.new(0,0,0) local ball = Instance.new("BallSocketConstraint", humanoid.Parent) ball.Attachment0 = humanoid.Parent.Torso.NeckAttachment ball.Attachment1 = attachment ball.LimitsEnabled = true ball.TwistLimitsEnabled = true ball.UpperAngle = 90 ball.Restitution = 0.5 ball.TwistUpperAngle = 90 ball.TwistLowerAngle = -90 local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso) collidepartofleftleg.Name = "Bone" collidepartofleftleg.Size = Vector3.new(0.7,0.7,0.7) collidepartofleftleg.Transparency = 1 collidepartofleftleg:BreakJoints() local weeld = Instance.new("Weld", collidepartofleftleg) weeld.Part0 = collidepartofleftleg weeld.Part1 = humanoid.Parent["Head"] if humanoid.Parent.Torso:findFirstChild("Neck") then humanoid.Parent.Torso.Neck:destroy() end end wait(10) humanoid.Health = 0 else humanoid.Health = humanoid.Health - hitval end end else if part.Name == "Shotgun" or "bullet" then else missle:destroy() end end end missle.Touched:connect(hit) end for i = 0,1 , 0.5 do weld.C0 = weld.C0:lerp(CFrame.new(-0.342021942, -1.88848877, -0.088739872, 0.978147507, -0.0289359875, -0.205888897, 0.204753578, -0.0378959738, 0.978079677, -0.0361040607, -0.998862624, -0.0311431047),i) rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.917564392, 0.491810799, -0.168943405, 0.978147507, 0.204753578, -0.0361040607, 0.0289353225, -0.306021929, -0.951584637, -0.205889001, 0.929745436, -0.305259228),i) lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.472423553, 0.748803854, -1.02752113, 0.939693093, -0.342019022, -2.66768012e-07, -0.0711100101, -0.195373133, -0.978147566, 0.334545016, 0.919158578, -0.207911715),i) game:GetService("RunService").RenderStepped:wait() end --[[for i = 0,1 , 0.05 do weld.C0 = weld.C0:lerp(CFrame.new(-0.342021942, -1.88848877, -0.088739872, 0.978147507, -0.0289359875, -0.205888897, 0.204753578, -0.0378959738, 0.978079677, -0.0361040607, -0.998862624, -0.0311431047),i) rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.917564392, 0.491810799, -0.168943405, 0.978147507, 0.204753578, -0.0361040607, 0.0289353225, -0.306021929, -0.951584637, -0.205889001, 0.929745436, -0.305259228),i) lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.201648712, 0.903478384, -1.75520706, 0.939693093, -0.342019022, -2.66768012e-07, -0.0711100101, -0.195373133, -0.978147566, 0.334545016, 0.919158578, -0.207911715),i) game:GetService("RunService").RenderStepped:wait() end pump:Play() for i = 0,1 , 0.05 do weld.C0 = weld.C0:lerp(CFrame.new(-0.342021942, -1.88848877, -0.088739872, 0.978147507, -0.0289359875, -0.205888897, 0.204753578, -0.0378959738, 0.978079677, -0.0361040607, -0.998862624, -0.0311431047),i) rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.917564392, 0.491810799, -0.168943405, 0.978147507, 0.204753578, -0.0361040607, 0.0289353225, -0.306021929, -0.951584637, -0.205889001, 0.929745436, -0.305259228),i) lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.44393158, 0.765078783, -1.10408783, 0.939693093, -0.342019022, -2.66768012e-07, -0.0711100101, -0.195373133, -0.978147566, 0.334545016, 0.919158578, -0.207911715),i) game:GetService("RunService").RenderStepped:wait() end for i = 0,1 , 0.05 do weld.C0 = weld.C0:lerp(CFrame.new(-0.342021942, -1.88848877, -0.088739872, 0.978147507, -0.0289359875, -0.205888897, 0.204753578, -0.0378959738, 0.978079677, -0.0361040607, -0.998862624, -0.0311431047),i) rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.917564392, 0.491810799, -0.168943405, 0.978147507, 0.204753578, -0.0361040607, 0.0289353225, -0.306021929, -0.951584637, -0.205889001, 0.929745436, -0.305259228),i) lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.201648712, 0.903478384, -1.75520706, 0.939693093, -0.342019022, -2.66768012e-07, -0.0711100101, -0.195373133, -0.978147566, 0.334545016, 0.919158578, -0.207911715),i) game:GetService("RunService").RenderStepped:wait() end]] for i = 0,0.7 , 0.5 do weld.C0 = weld.C0:lerp(CFrame.new(-0.342021942, -1.88848877, -0.088739872, 0.978147507, -0.0289359875, -0.205888897, 0.204753578, -0.0378959738, 0.978079677, -0.0361040607, -0.998862624, -0.0311431047),i) rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.917564392, 0.399175882, -0.578536987, 0.978147507, 0.204753578, -0.0361040607, -0.0289359875, -0.0378959738, -0.998862624, -0.205888897, 0.978079677, -0.0311431047),i) lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.472423553, 0.409558296, -1.4746933, 0.939692736, -0.342019886, -2.0985492e-06, 0.0238559935, 0.0655499771, -0.997564137, 0.341186911, 0.937403619, 0.0697560608),i) game:GetService("RunService").RenderStepped:wait() end using = false wait(0.125) debounce = false end end mouse.Button1Down:connect(shoot) --lotushomerun was here --Do not leak end) local ImageLabel = Instance.new("ImageLabel") ImageLabel.Parent = ligmaXD ImageLabel.Active = true ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.BackgroundTransparency = 1.000 ImageLabel.Position = UDim2.new(-0.127000004, 0, 0.407999992, 0) ImageLabel.Size = UDim2.new(0, 90, 0, 90) ImageLabel.Image = "rbxassetid://87162794" local fr6 = Instance.new("TextButton") fr6.Name = "fr6" fr6.Parent = ImageLabel fr6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) fr6.BackgroundTransparency = 1.000 fr6.Position = UDim2.new(0, 0, -0.633333325, 0) fr6.Size = UDim2.new(0, 90, 0, 50) fr6.Font = Enum.Font.SourceSansBold fr6.Text = "R15 -> R6" fr6.TextColor3 = Color3.fromRGB(0, 0, 0) fr6.TextScaled = true fr6.TextSize = 18.000 fr6.TextTransparency = 1.000 fr6.TextWrapped = true fr6.MouseButton1Click:Connect(function() require(4585652241).load(plr.Name) end) local TextLabel_2 = Instance.new("TextLabel") TextLabel_2.Parent = ImageLabel TextLabel_2.Active = true TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.BackgroundTransparency = 1.000 TextLabel_2.Position = UDim2.new(0.99999994, 0, 0, 0) TextLabel_2.Size = UDim2.new(0, 269, 0, 90) TextLabel_2.Font = Enum.Font.SourceSansBold TextLabel_2.LineHeight = 1.100 TextLabel_2.Text = "Project Ligma by Harkinian and Unverified Run scripts live without filthy modules or converting! Use the external program to execute scripts. Status: Injected" TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.TextScaled = true TextLabel_2.TextSize = 15.000 TextLabel_2.TextTransparency = 1.000 TextLabel_2.TextWrapped = true -- Scripts: local function DSSE_fake_script() -- ligmaXD.IntroTween local script = Instance.new('LocalScript', ligmaXD) local img = script.Parent.ImageLabel local TweenService = game:GetService("TweenService") local txt = img.TextLabel local btn = img.fr6 wait(1) img:TweenPosition(UDim2.new(0.458, 0, 0.408, 0), "Out", "Linear", 0.4, false) wait(3) img:TweenPosition(UDim2.new(0.01, 0, 0.813, 0), "Out", "Sine", 0.7, false) wait(1) TweenService:Create(txt, TweenInfo.new(1, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out), {["BackgroundTransparency"] = 0}):Play() TweenService:Create(txt, TweenInfo.new(1, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out), {["TextTransparency"] = 0}):Play() for i,v in pairs(game.Players:GetPlayers()) do if v.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then -- R6 detection btn.BackgroundTransparency = 1 btn.TextTransparency = 1 elseif v.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then -- R15 detection TweenService:Create(btn, TweenInfo.new(1, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out), {["BackgroundTransparency"] = 0}):Play() TweenService:Create(btn, TweenInfo.new(1, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out), {["TextTransparency"] = 0}):Play() end end wait(2) while wait() do for i,v in pairs(game.Players:GetPlayers()) do if v.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then btn.Transparency = 1 elseif v.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then btn.Transparency = 0 end end end end coroutine.wrap(DSSE_fake_script)() local UIS = game:GetService("UserInputService") local dragging = false local dragInput, dragStart, startPos Frame.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then dragging = true dragStart = input.Position startPos = Frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end) end end) Frame.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then dragInput = input end end) UIS.InputChanged:Connect(function(input) if input == dragInput and dragging then local delta = input.Position - dragStart Frame.Position = UDim2.new( startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y ) end end)