--Skid If you are gay local message = Instance.new("Message") message.Parent = game.Workspace message.Text = "Loading N1ghtznotskidded" task.wait(1) message.Text = "Loading N1ghtznotskidded." task.wait(1) message.Text = "Loading N1ghtznotskidded" task.wait(1) message.Text = "Loading N1ghtznotskidded..." task.wait(1) message.Text = "GUI Successfully loaded!" task.wait(1) message:Destroy() local player = game.Players.LocalPlayer local replicatedStorage = game:GetService("ReplicatedStorage") local NKz = Instance.new("ScreenGui") NKz.ResetOnSpawn = false NKz.Name = "NKzGUI" NKz.Parent = player:WaitForChild("PlayerGui") local Frame = Instance.new("Frame") Frame.Size = UDim2.new(0, 500, 0, 400) Frame.Position = UDim2.new(0.5, -150, 0.5, -200) Frame.BackgroundColor3 = Color3.fromRGB(20, 20, 20) Frame.BorderSizePixel = 0 Frame.Active = true Frame.Draggable = true Frame.Parent = NKz local Title = Instance.new("TextLabel") Title.Text = "NKz GUI" Title.Size = UDim2.new(1, 0, 0, 40) Title.BackgroundColor3 = Color3.fromRGB(50, 50, 50) Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.Font = Enum.Font.SourceSansBold Title.TextScaled = true Title.Parent = Frame local Subtitle = Instance.new("TextLabel") Subtitle.Text = "Made By: LN*cky and N*ghtz" Subtitle.Size = UDim2.new(1, 0, 0, 25) Subtitle.Position = UDim2.new(0, 0, 0, 40) Subtitle.BackgroundColor3 = Color3.fromRGB(30, 30, 30) Subtitle.TextColor3 = Color3.fromRGB(180, 180, 180) Subtitle.Font = Enum.Font.SourceSans Subtitle.TextScaled = true Subtitle.Parent = Frame local Grid = Instance.new("Frame") Grid.Position = UDim2.new(0, 10, 0, 75) Grid.Size = UDim2.new(1, -20, 0, 250) Grid.BackgroundTransparency = 1 Grid.Parent = Frame local UIGridLayout = Instance.new("UIGridLayout") UIGridLayout.CellSize = UDim2.new(0, 85, 0, 40) UIGridLayout.CellPadding = UDim2.new(0, 10, 0, 10) UIGridLayout.FillDirectionMaxCells = 3 UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder UIGridLayout.Parent = Grid local ScrollingFrame = Instance.new("ScrollingFrame") ScrollingFrame.Size = UDim2.new(1, -20, 0, 150) ScrollingFrame.Position = UDim2.new(0, 10, 1, -322) ScrollingFrame.CanvasSize = UDim2.new(2, 0, 0, 40) ScrollingFrame.ScrollBarThickness = 6 ScrollingFrame.BackgroundColor3 = Color3.fromRGB(25, 25, 25) ScrollingFrame.BorderSizePixel = 0 ScrollingFrame.Parent = Frame local TEXT_1 = Instance.new("TextButton") TEXT_1.Size = UDim2.new(0, 90, 0, 40) TEXT_1.Position = UDim2.new(0.005, 1, 0.002, 0) TEXT_1.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_1.BorderSizePixel = 0 TEXT_1.BorderColor3 = Color3.new(180, 180, 1800) TEXT_1.Font = Enum.Font.SourceSansBold TEXT_1.Text = "Get F3X" TEXT_1.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_1.TextSize = 20 TEXT_1.Parent = ScrollingFrame TEXT_1.MouseButton1Click:Connect(function() local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";btools") RequestCommand:InvokeServer(";buildingTools") end) local TEXT_2 = Instance.new("TextButton") TEXT_2.Size = UDim2.new(0, 90, 0, 40) TEXT_2.Position = UDim2.new(0.10, 1, 0.002, 0) TEXT_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_2.BorderSizePixel = 0 TEXT_2.BorderColor3 = Color3.new(180, 180, 1800) TEXT_2.Font = Enum.Font.SourceSansBold TEXT_2.Text = "Skybox" TEXT_2.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_2.TextSize = 20 TEXT_2.Parent = ScrollingFrame TEXT_2.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local char = player.Character local tool for i,v in player:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end for i,v in game.ReplicatedStorage:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end remote = tool.SyncAPI.ServerEndpoint function _(args) remote:InvokeServer(unpack(args)) end function SetCollision(part,boolean) local args = { [1] = "SyncCollision", [2] = { [1] = { ["Part"] = part, ["CanCollide"] = boolean } } } _(args) end function SetAnchor(boolean,part) local args = { [1] = "SyncAnchor", [2] = { [1] = { ["Part"] = part, ["Anchored"] = boolean } } } _(args) end function CreatePart(cf,parent) local args = { [1] = "CreatePart", [2] = "Normal", [3] = cf, [4] = parent } _(args) end function DestroyPart(part) local args = { [1] = "Remove", [2] = { [1] = part } } _(args) end function MovePart(part,cf) local args = { [1] = "SyncMove", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf } } } _(args) end function Resize(part,size,cf) local args = { [1] = "SyncResize", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf, ["Size"] = size } } } _(args) end function AddMesh(part) local args = { [1] = "CreateMeshes", [2] = { [1] = { ["Part"] = part } } } _(args) end function SetMesh(part,meshid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["MeshId"] = "rbxassetid://"..meshid } } } _(args) end function SetTexture(part, texid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["TextureId"] = "rbxassetid://"..texid } } } _(args) end function SetName(part, stringg) local args = { [1] = "SetName", [2] = { [1] = part }, [3] = stringg } _(args) end function MeshResize(part,size) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["Scale"] = size } } } _(args) end function Weld(part1, part2,lead) local args = { [1] = "CreateWelds", [2] = { [1] = part1, [2] = part2 }, [3] = lead } _(args) end function SetLocked(part,boolean) local args = { [1] = "SetLocked", [2] = { [1] = part }, [3] = boolean } _(args) end function SetTrans(part,int) local args = { [1] = "SyncMaterial", [2] = { [1] = { ["Part"] = part, ["Transparency"] = int } } } _(args) end function CreateSpotlight(part) local args = { [1] = "CreateLights", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight" } } } _(args) end function SyncLighting(part,brightness) local args = { [1] = "SyncLighting", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight", ["Brightness"] = brightness } } } _(args) end function Color(part,color) local args = { [1] = "SyncColor", [2] = { [1] = { ["Part"] = part, ["Color"] = color --[[Color3]], ["UnionColoring"] = false } } } _(args) end function SpawnDecal(part,side) local args = { [1] = "CreateTextures", [2] = { [1] = { ["Part"] = part, ["Face"] = side, ["TextureType"] = "Decal" } } } _(args) end function AddDecal(part,asset,side) local args = { [1] = "SyncTexture", [2] = { [1] = { ["Part"] = part, ["Face"] = side, ["TextureType"] = "Decal", ["Texture"] = "rbxassetid://".. asset } } } _(args) end function Sky(id) e = char.HumanoidRootPart.CFrame.x f = char.HumanoidRootPart.CFrame.y g = char.HumanoidRootPart.CFrame.z CreatePart(CFrame.new(math.floor(e),math.floor(f),math.floor(g)) + Vector3.new(0,6,0),workspace) for i,v in game.Workspace:GetDescendants() do if v:IsA("BasePart") and v.CFrame.x == math.floor(e) and v.CFrame.z == math.floor(g) then --spawn(function() SetName(v,"Sky") AddMesh(v) --end) --spawn(function() SetMesh(v,"111891702759441") SetTexture(v,id) --end) MeshResize(v,Vector3.new(3000, 3000, 3000)) SetLocked(v,true) end end end Sky("93559873391289") end) local TEXT_2 = Instance.new("TextButton") TEXT_2.Size = UDim2.new(0, 90, 0, 40) TEXT_2.Position = UDim2.new(0.195, 1, 0.002, 0) TEXT_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_2.BorderSizePixel = 0 TEXT_2.BorderColor3 = Color3.new(180, 180, 1800) TEXT_2.Font = Enum.Font.SourceSansBold TEXT_2.TextWrapped = true TEXT_2.Text = "Decal Spam" TEXT_2.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_2.TextSize = 20 TEXT_2.Parent = ScrollingFrame TEXT_2.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local char = player.Character local tool for i,v in player:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end for i,v in game.ReplicatedStorage:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end remote = tool.SyncAPI.ServerEndpoint function _(args) remote:InvokeServer(unpack(args)) end function SetCollision(part,boolean) local args = { [1] = "SyncCollision", [2] = { [1] = { ["Part"] = part, ["CanCollide"] = boolean } } } _(args) end function SetAnchor(boolean,part) local args = { [1] = "SyncAnchor", [2] = { [1] = { ["Part"] = part, ["Anchored"] = boolean } } } _(args) end function CreatePart(cf,parent) local args = { [1] = "CreatePart", [2] = "Normal", [3] = cf, [4] = parent } _(args) end function DestroyPart(part) local args = { [1] = "Remove", [2] = { [1] = part } } _(args) end function MovePart(part,cf) local args = { [1] = "SyncMove", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf } } } _(args) end function Resize(part,size,cf) local args = { [1] = "SyncResize", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf, ["Size"] = size } } } _(args) end function AddMesh(part) local args = { [1] = "CreateMeshes", [2] = { [1] = { ["Part"] = part } } } _(args) end function SetMesh(part,meshid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["MeshId"] = "rbxassetid://"..meshid } } } _(args) end function SetTexture(part, texid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["TextureId"] = "rbxassetid://"..texid } } } _(args) end function SetName(part, stringg) local args = { [1] = "SetName", [2] = { [1] = part }, [3] = stringg } _(args) end function MeshResize(part,size) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["Scale"] = size } } } _(args) end function Weld(part1, part2,lead) local args = { [1] = "CreateWelds", [2] = { [1] = part1, [2] = part2 }, [3] = lead } _(args) end function SetLocked(part,boolean) local args = { [1] = "SetLocked", [2] = { [1] = part }, [3] = boolean } _(args) end function SetTrans(part,int) local args = { [1] = "SyncMaterial", [2] = { [1] = { ["Part"] = part, ["Transparency"] = int } } } _(args) end function CreateSpotlight(part) local args = { [1] = "CreateLights", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight" } } } _(args) end function SyncLighting(part,brightness) local args = { [1] = "SyncLighting", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight", ["Brightness"] = brightness } } } _(args) end function Color(part,color) local args = { [1] = "SyncColor", [2] = { [1] = { ["Part"] = part, ["Color"] = color --[[Color3]], ["UnionColoring"] = false } } } _(args) end function SpawnDecal(part,side) local args = { [1] = "CreateTextures", [2] = { [1] = { ["Part"] = part, ["Face"] = side, ["TextureType"] = "Decal" } } } _(args) end function AddDecal(part,asset,side) local args = { [1] = "SyncTexture", [2] = { [1] = { ["Part"] = part, ["Face"] = side, ["TextureType"] = "Decal", ["Texture"] = "rbxassetid://".. asset } } } _(args) end function spam(id) for i,v in game.workspace:GetDescendants() do if v:IsA("BasePart") then spawn(function() SetLocked(v,false) SpawnDecal(v,Enum.NormalId.Front) AddDecal(v,id,Enum.NormalId.Front) SpawnDecal(v,Enum.NormalId.Back) AddDecal(v,id,Enum.NormalId.Back) SpawnDecal(v,Enum.NormalId.Right) AddDecal(v,id,Enum.NormalId.Right) SpawnDecal(v,Enum.NormalId.Left) AddDecal(v,id,Enum.NormalId.Left) SpawnDecal(v,Enum.NormalId.Bottom) AddDecal(v,id,Enum.NormalId.Bottom) SpawnDecal(v,Enum.NormalId.Top) AddDecal(v,id,Enum.NormalId.Top) end) end end end spam("93559873391289") end) local TEXT_2 = Instance.new("TextButton") TEXT_2.Size = UDim2.new(0, 90, 0, 40) TEXT_2.Position = UDim2.new(0.29, 1, 0.002, 0) TEXT_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_2.BorderSizePixel = 0 TEXT_2.BorderColor3 = Color3.new(180, 180, 1800) TEXT_2.Font = Enum.Font.SourceSansBold TEXT_2.TextWrapped = true TEXT_2.Text = "Fire All" TEXT_2.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_2.TextSize = 20 TEXT_2.Parent = ScrollingFrame TEXT_2.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local char = player.Character local tool for i,v in player:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end for i,v in game.ReplicatedStorage:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end remote = tool.SyncAPI.ServerEndpoint function _(args) remote:InvokeServer(unpack(args)) end function SetCollision(part,boolean) local args = { [1] = "SyncCollision", [2] = { [1] = { ["Part"] = part, ["CanCollide"] = boolean } } } _(args) end function SetAnchor(boolean,part) local args = { [1] = "SyncAnchor", [2] = { [1] = { ["Part"] = part, ["Anchored"] = boolean } } } _(args) end function CreatePart(cf,parent) local args = { [1] = "CreatePart", [2] = "Normal", [3] = cf, [4] = parent } _(args) end function DestroyPart(part) local args = { [1] = "Remove", [2] = { [1] = part } } _(args) end function MovePart(part,cf) local args = { [1] = "SyncMove", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf } } } _(args) end function Resize(part,size,cf) local args = { [1] = "SyncResize", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf, ["Size"] = size } } } _(args) end function AddMesh(part) local args = { [1] = "CreateMeshes", [2] = { [1] = { ["Part"] = part } } } _(args) end function SetMesh(part,meshid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["MeshId"] = "rbxassetid://"..meshid } } } _(args) end function SetTexture(part, texid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["TextureId"] = "rbxassetid://"..texid } } } _(args) end function SetName(part, stringg) local args = { [1] = "SetName", [2] = { [1] = workspace.Part }, [3] = stringg } _(args) end function MeshResize(part,size) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["Scale"] = size } } } _(args) end function Weld(part1, part2,lead) local args = { [1] = "CreateWelds", [2] = { [1] = part1, [2] = part2 }, [3] = lead } _(args) end function SetLocked(part,boolean) local args = { [1] = "SetLocked", [2] = { [1] = part }, [3] = boolean } _(args) end function SetTrans(part,int) local args = { [1] = "SyncMaterial", [2] = { [1] = { ["Part"] = part, ["Transparency"] = int } } } _(args) end function CreateSpotlight(part) local args = { [1] = "CreateLights", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight" } } } _(args) end function SyncLighting(part,brightness) local args = { [1] = "SyncLighting", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight", ["Brightness"] = brightness } } } _(args) end function AddFire(part) local args = { [1] = "CreateDecorations", [2] = { [1] = { ["Part"] = part, ["DecorationType"] = "Fire" } } } _(args) end function FireParts() for i,v in game.Workspace:GetDescendants() do spawn(function() SetLocked(v,false) AddFire(v) end) end end FireParts() local player = game.Players.LocalPlayer end) local TEXT_2 = Instance.new("TextButton") TEXT_2.Size = UDim2.new(0, 90, 0, 40) TEXT_2.Position = UDim2.new(0.385, 1, 0.002, 0) TEXT_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_2.BorderSizePixel = 0 TEXT_2.BorderColor3 = Color3.new(180, 180, 1800) TEXT_2.Font = Enum.Font.SourceSansBold TEXT_2.TextWrapped = true TEXT_2.Text = "Disco Fog" TEXT_2.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_2.TextSize = 20 TEXT_2.Parent = ScrollingFrame TEXT_2.MouseButton1Click:Connect(function() while true do local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";fogColor Lime Green") task.wait(0) RequestCommand:InvokeServer(";fogColor Red") task.wait(4) RequestCommand:InvokeServer(";fogColor Purple") task.wait(4) RequestCommand:InvokeServer(";fogColor Orange") task.wait(4) RequestCommand:InvokeServer(";fogColor Blue") task.wait(4) RequestCommand:InvokeServer(";fogColor Green") task.wait(4) RequestCommand:InvokeServer(";fogColor Yellow") task.wait(4) RequestCommand:InvokeServer(";fogColor Dark Blue") wait(4) end end) local TEXT_2 = Instance.new("TextButton") TEXT_2.Size = UDim2.new(0, 90, 0, 40) TEXT_2.Position = UDim2.new(0.67, 1, 0.002, 0) TEXT_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_2.BorderSizePixel = 0 TEXT_2.BorderColor3 = Color3.new(180, 180, 1800) TEXT_2.Font = Enum.Font.SourceSansBold TEXT_2.TextWrapped = true TEXT_2.Text = "Idiot Skybox" TEXT_2.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_2.TextSize = 20 TEXT_2.Parent = ScrollingFrame TEXT_2.MouseButton1Click:Connect(function() local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";music 3200130016") RequestCommand:InvokeServer(";volume inf") end) TEXT_2.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local char = player.Character or player.CharacterAdded:Wait() local tool for i, v in player:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end for i, v in game.ReplicatedStorage:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end local remote = tool.SyncAPI.ServerEndpoint local RunService = game:GetService("RunService") function _(args) remote:InvokeServer(unpack(args)) end function CreatePart(cf, parent) local args = { [1] = "CreatePart", [2] = "Normal", [3] = cf, [4] = parent } _(args) end function SetAnchor(part, boolean) local args = { [1] = "SyncAnchor", [2] = { [1] = { ["Part"] = part, ["Anchored"] = boolean } } } _(args) end function AddMesh(part) local args = { [1] = "CreateMeshes", [2] = { [1] = { ["Part"] = part } } } _(args) end function SetMesh(part, meshid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["MeshId"] = "rbxassetid://" .. meshid } } } _(args) end function SetTexture(part, texid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["TextureId"] = texid } } } _(args) end function MeshResize(part, size) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["Scale"] = size } } } _(args) end function SetTransparency(part, value) local args = { [1] = "SyncTransparency", [2] = { [1] = { ["Part"] = part, ["Transparency"] = value } } } _(args) end function DestroyPart(part) local args = { [1] = "Remove", [2] = { [1] = part } } _(args) end local images = { "http://www.roblox.com/asset/?id=11660423541", "http://www.roblox.com/asset/?id=14684147782" } local skyPart local skyLoop local frameTime = 3.1 / 10 local lastUpdate = 0 function CreateSky() local hrp = char:FindFirstChild("HumanoidRootPart") if not hrp then return end local cf = hrp.CFrame CreatePart(CFrame.new(cf.Position + Vector3.new(0, 6, 0)), workspace) for _, v in workspace:GetDescendants() do if v:IsA("BasePart") and v.CFrame.Position == cf.Position + Vector3.new(0, 6, 0) then skyPart = v SetAnchor(skyPart, true) AddMesh(skyPart) SetMesh(skyPart, "111891702759441") MeshResize(skyPart, Vector3.new(8000, 8000, 8000)) SetTransparency(skyPart, 1) local index = 1 skyLoop = RunService.Heartbeat:Connect(function(deltaTime) lastUpdate = lastUpdate + deltaTime if lastUpdate >= frameTime then lastUpdate = 0 if not skyPart then skyLoop:Disconnect() return end SetTransparency(skyPart, 0) SetTexture(skyPart, images[index]) index = index % #images + 1 end end) end end end function ResetSky() if skyPart then DestroyPart(skyPart) skyPart = nil end if skyLoop then skyLoop:Disconnect() skyLoop = nil end CreateSky() end player.CharacterAdded:Connect(function(newChar) char = newChar ResetSky() end) if char and char:FindFirstChild("Humanoid") then char:WaitForChild("Humanoid").Died:Connect(function() ResetSky() end) end CreateSky() end) local TEXT_2 = Instance.new("TextButton") TEXT_2.Size = UDim2.new(0, 90, 0, 40) TEXT_2.Position = UDim2.new(0.48, 1, 0.002, 0) TEXT_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_2.BorderSizePixel = 0 TEXT_2.BorderColor3 = Color3.new(180, 180, 1800) TEXT_2.Font = Enum.Font.SourceSansBold TEXT_2.TextWrapped = true TEXT_2.Text = "Sparkle All" TEXT_2.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_2.TextSize = 20 TEXT_2.Parent = ScrollingFrame TEXT_2.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local char = player.Character local tool for i,v in player:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end for i,v in game.ReplicatedStorage:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end remote = tool.SyncAPI.ServerEndpoint function _(args) remote:InvokeServer(unpack(args)) end function SetCollision(part,boolean) local args = { [1] = "SyncCollision", [2] = { [1] = { ["Part"] = part, ["CanCollide"] = boolean } } } _(args) end function SetAnchor(boolean,part) local args = { [1] = "SyncAnchor", [2] = { [1] = { ["Part"] = part, ["Anchored"] = boolean } } } _(args) end function CreatePart(cf,parent) local args = { [1] = "CreatePart", [2] = "Normal", [3] = cf, [4] = parent } _(args) end function DestroyPart(part) local args = { [1] = "Remove", [2] = { [1] = part } } _(args) end function MovePart(part,cf) local args = { [1] = "SyncMove", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf } } } _(args) end function Resize(part,size,cf) local args = { [1] = "SyncResize", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf, ["Size"] = size } } } _(args) end function AddMesh(part) local args = { [1] = "CreateMeshes", [2] = { [1] = { ["Part"] = part } } } _(args) end function SetMesh(part,meshid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["MeshId"] = "rbxassetid://"..meshid } } } _(args) end function SetTexture(part, texid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["TextureId"] = "rbxassetid://"..texid } } } _(args) end function SetName(part, stringg) local args = { [1] = "SetName", [2] = { [1] = workspace.Part }, [3] = stringg } _(args) end function MeshResize(part,size) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["Scale"] = size } } } _(args) end function Weld(part1, part2,lead) local args = { [1] = "CreateWelds", [2] = { [1] = part1, [2] = part2 }, [3] = lead } _(args) end function SetLocked(part,boolean) local args = { [1] = "SetLocked", [2] = { [1] = part }, [3] = boolean } _(args) end function SetTrans(part,int) local args = { [1] = "SyncMaterial", [2] = { [1] = { ["Part"] = part, ["Transparency"] = int } } } _(args) end function CreateSpotlight(part) local args = { [1] = "CreateLights", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight" } } } _(args) end function SyncLighting(part,brightness) local args = { [1] = "SyncLighting", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight", ["Brightness"] = brightness } } } _(args) end function AddFire(part) local args = { [1] = "CreateDecorations", [2] = { [1] = { ["Part"] = part, ["DecorationType"] = "Sparkles" } } } _(args) end function FireParts() for i,v in game.Workspace:GetDescendants() do spawn(function() SetLocked(v,false) AddFire(v) end) end end FireParts() local player = game.Players.LocalPlayer end) local TEXT_2 = Instance.new("TextButton") TEXT_2.Size = UDim2.new(0, 90, 0, 40) TEXT_2.Position = UDim2.new(0.575, 1, 0.002, 0) TEXT_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_2.BorderSizePixel = 0 TEXT_2.BorderColor3 = Color3.new(180, 180, 1800) TEXT_2.Font = Enum.Font.SourceSansBold TEXT_2.TextWrapped = true TEXT_2.Text = "Kill All" TEXT_2.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_2.TextSize = 20 TEXT_2.Parent = ScrollingFrame TEXT_2.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local char = player.Character local tool for i,v in player:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end for i,v in game.ReplicatedStorage:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end remote = tool.SyncAPI.ServerEndpoint function _(args) remote:InvokeServer(unpack(args)) end function SetCollision(part,boolean) local args = { [1] = "SyncCollision", [2] = { [1] = { ["Part"] = part, ["CanCollide"] = boolean } } } _(args) end function SetAnchor(boolean,part) local args = { [1] = "SyncAnchor", [2] = { [1] = { ["Part"] = part, ["Anchored"] = boolean } } } _(args) end function CreatePart(cf,parent) local args = { [1] = "CreatePart", [2] = "Normal", [3] = cf, [4] = parent } _(args) end function DestroyPart(part) local args = { [1] = "Remove", [2] = { [1] = part } } _(args) end function MovePart(part,cf) local args = { [1] = "SyncMove", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf } } } _(args) end function Resize(part,size,cf) local args = { [1] = "SyncResize", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf, ["Size"] = size } } } _(args) end function AddMesh(part) local args = { [1] = "CreateMeshes", [2] = { [1] = { ["Part"] = part } } } _(args) end function SetMesh(part,meshid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["MeshId"] = "rbxassetid://"..meshid } } } _(args) end function SetTexture(part, texid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["TextureId"] = "rbxassetid://"..texid } } } _(args) end function SetName(part, stringg) local args = { [1] = "SetName", [2] = { [1] = workspace.Part }, [3] = stringg } _(args) end function MeshResize(part,size) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["Scale"] = size } } } _(args) end function Weld(part1, part2,lead) local args = { [1] = "CreateWelds", [2] = { [1] = part1, [2] = part2 }, [3] = lead } _(args) end function SetLocked(part,boolean) local args = { [1] = "SetLocked", [2] = { [1] = part }, [3] = boolean } _(args) end function SetTrans(part,int) local args = { [1] = "SyncMaterial", [2] = { [1] = { ["Part"] = part, ["Transparency"] = int } } } _(args) end function CreateSpotlight(part) local args = { [1] = "CreateLights", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight" } } } _(args) end function SyncLighting(part,brightness) local args = { [1] = "SyncLighting", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight", ["Brightness"] = brightness } } } _(args) end function KillAll() for i,v in game.Players:GetPlayers() do spawn(function() SetLocked(v.Character.Head,false) DestroyPart(v.Character.Head) end) end end KillAll() end) local TEXT_2 = Instance.new("TextButton") TEXT_2.Size = UDim2.new(0, 90, 0, 40) TEXT_2.Position = UDim2.new(0.765, 1, 0.002, 0) TEXT_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_2.BorderSizePixel = 0 TEXT_2.BorderColor3 = Color3.new(180, 180, 1800) TEXT_2.Font = Enum.Font.SourceSansBold TEXT_2.TextWrapped = true TEXT_2.Text = "Noobify" TEXT_2.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_2.TextSize = 20 TEXT_2.Parent = ScrollingFrame TEXT_2.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local char = player.Character local tool for i,v in player:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end for i,v in game.ReplicatedStorage:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end remote = tool.SyncAPI.ServerEndpoint function _(args) remote:InvokeServer(unpack(args)) end function SetCollision(part,boolean) local args = { [1] = "SyncCollision", [2] = { [1] = { ["Part"] = part, ["CanCollide"] = boolean } } } _(args) end function SetAnchor(boolean,part) local args = { [1] = "SyncAnchor", [2] = { [1] = { ["Part"] = part, ["Anchored"] = boolean } } } _(args) end function CreatePart(cf,parent) local args = { [1] = "CreatePart", [2] = "Normal", [3] = cf, [4] = parent } _(args) end function DestroyPart(part) local args = { [1] = "Remove", [2] = { [1] = part } } _(args) end function MovePart(part,cf) local args = { [1] = "SyncMove", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf } } } _(args) end function Resize(part,size,cf) local args = { [1] = "SyncResize", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf, ["Size"] = size } } } _(args) end function AddMesh(part) local args = { [1] = "CreateMeshes", [2] = { [1] = { ["Part"] = part } } } _(args) end function SetMesh(part,meshid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["MeshId"] = "rbxassetid://"..meshid } } } _(args) end function SetTexture(part, texid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["TextureId"] = "rbxassetid://"..texid } } } _(args) end function SetName(part, stringg) local args = { [1] = "SetName", [2] = { [1] = part }, [3] = stringg } _(args) end function MeshResize(part,size) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["Scale"] = size } } } _(args) end function Weld(part1, part2,lead) local args = { [1] = "CreateWelds", [2] = { [1] = part1, [2] = part2 }, [3] = lead } _(args) end function SetLocked(part,boolean) local args = { [1] = "SetLocked", [2] = { [1] = part }, [3] = boolean } _(args) end function SetTrans(part,int) local args = { [1] = "SyncMaterial", [2] = { [1] = { ["Part"] = part, ["Transparency"] = int } } } _(args) end function CreateSpotlight(part) local args = { [1] = "CreateLights", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight" } } } _(args) end function SyncLighting(part,brightness) local args = { [1] = "SyncLighting", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight", ["Brightness"] = brightness } } } _(args) end function Color(part,color) local args = { [1] = "SyncColor", [2] = { [1] = { ["Part"] = part, ["Color"] = color --[[Color3]], ["UnionColoring"] = false } } } _(args) end function SpawnDecal(part,side) local args = { [1] = "CreateTextures", [2] = { [1] = { ["Part"] = part, ["Face"] = side, ["TextureType"] = "Decal" } } } _(args) end function AddDecal(part,asset,side) local args = { [1] = "SyncTexture", [2] = { [1] = { ["Part"] = part, ["Face"] = side, ["TextureType"] = "Decal", ["Texture"] = "rbxassetid://".. asset } } } _(args) end function Sky(id) e = char.HumanoidRootPart.CFrame.x f = char.HumanoidRootPart.CFrame.y g = char.HumanoidRootPart.CFrame.z CreatePart(CFrame.new(math.floor(e),math.floor(f),math.floor(g)) + Vector3.new(0,6,0),workspace) for i,v in game.Workspace:GetDescendants() do if v:IsA("BasePart") and v.CFrame.x == math.floor(e) and v.CFrame.z == math.floor(g) then --spawn(function() SetName(v,"Sky") AddMesh(v) --end) --spawn(function() SetMesh(v,"111891702759441") SetTexture(v,id) --end) MeshResize(v,Vector3.new(3000, 3000, 3000)) SetLocked(v,true) end end end Sky("10726436438") local player = game.Players.LocalPlayer local char = player.Character local tool for i,v in player:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end for i,v in game.ReplicatedStorage:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end remote = tool.SyncAPI.ServerEndpoint function _(args) remote:InvokeServer(unpack(args)) end function SetCollision(part,boolean) local args = { [1] = "SyncCollision", [2] = { [1] = { ["Part"] = part, ["CanCollide"] = boolean } } } _(args) end function SetAnchor(boolean,part) local args = { [1] = "SyncAnchor", [2] = { [1] = { ["Part"] = part, ["Anchored"] = boolean } } } _(args) end function CreatePart(cf,parent) local args = { [1] = "CreatePart", [2] = "Normal", [3] = cf, [4] = parent } _(args) end function DestroyPart(part) local args = { [1] = "Remove", [2] = { [1] = part } } _(args) end function MovePart(part,cf) local args = { [1] = "SyncMove", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf } } } _(args) end function Resize(part,size,cf) local args = { [1] = "SyncResize", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf, ["Size"] = size } } } _(args) end function AddMesh(part) local args = { [1] = "CreateMeshes", [2] = { [1] = { ["Part"] = part } } } _(args) end function SetMesh(part,meshid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["MeshId"] = "rbxassetid://"..meshid } } } _(args) end function SetTexture(part, texid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["TextureId"] = "rbxassetid://"..texid } } } _(args) end function SetName(part, stringg) local args = { [1] = "SetName", [2] = { [1] = part }, [3] = stringg } _(args) end function MeshResize(part,size) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["Scale"] = size } } } _(args) end function Weld(part1, part2,lead) local args = { [1] = "CreateWelds", [2] = { [1] = part1, [2] = part2 }, [3] = lead } _(args) end function SetLocked(part,boolean) local args = { [1] = "SetLocked", [2] = { [1] = part }, [3] = boolean } _(args) end function SetTrans(part,int) local args = { [1] = "SyncMaterial", [2] = { [1] = { ["Part"] = part, ["Transparency"] = int } } } _(args) end function CreateSpotlight(part) local args = { [1] = "CreateLights", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight" } } } _(args) end function SyncLighting(part,brightness) local args = { [1] = "SyncLighting", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight", ["Brightness"] = brightness } } } _(args) end function Color(part,color) local args = { [1] = "SyncColor", [2] = { [1] = { ["Part"] = part, ["Color"] = color --[[Color3]], ["UnionColoring"] = false } } } _(args) end function SpawnDecal(part,side) local args = { [1] = "CreateTextures", [2] = { [1] = { ["Part"] = part, ["Face"] = side, ["TextureType"] = "Decal" } } } _(args) end function AddDecal(part,asset,side) local args = { [1] = "SyncTexture", [2] = { [1] = { ["Part"] = part, ["Face"] = side, ["TextureType"] = "Decal", ["Texture"] = "rbxassetid://".. asset } } } _(args) end function spam(id) for i,v in game.workspace:GetDescendants() do if v:IsA("BasePart") then spawn(function() SetLocked(v,false) SpawnDecal(v,Enum.NormalId.Front) AddDecal(v,id,Enum.NormalId.Front) SpawnDecal(v,Enum.NormalId.Back) AddDecal(v,id,Enum.NormalId.Back) SpawnDecal(v,Enum.NormalId.Right) AddDecal(v,id,Enum.NormalId.Right) SpawnDecal(v,Enum.NormalId.Left) AddDecal(v,id,Enum.NormalId.Left) SpawnDecal(v,Enum.NormalId.Bottom) AddDecal(v,id,Enum.NormalId.Bottom) SpawnDecal(v,Enum.NormalId.Top) AddDecal(v,id,Enum.NormalId.Top) end) end end end spam("10726436438") end) local TEXT_2 = Instance.new("TextButton") TEXT_2.Size = UDim2.new(0, 90, 0, 40) TEXT_2.Position = UDim2.new(0.86, 1, 0.002, 0) TEXT_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_2.BorderSizePixel = 0 TEXT_2.BorderColor3 = Color3.new(180, 180, 1800) TEXT_2.Font = Enum.Font.SourceSansBold TEXT_2.TextWrapped = true TEXT_2.Text = "Skybox 2" TEXT_2.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_2.TextSize = 20 TEXT_2.Parent = ScrollingFrame TEXT_2.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local char = player.Character local tool for i,v in player:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end for i,v in game.ReplicatedStorage:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end remote = tool.SyncAPI.ServerEndpoint function _(args) remote:InvokeServer(unpack(args)) end function SetCollision(part,boolean) local args = { [1] = "SyncCollision", [2] = { [1] = { ["Part"] = part, ["CanCollide"] = boolean } } } _(args) end function SetAnchor(boolean,part) local args = { [1] = "SyncAnchor", [2] = { [1] = { ["Part"] = part, ["Anchored"] = boolean } } } _(args) end function CreatePart(cf,parent) local args = { [1] = "CreatePart", [2] = "Normal", [3] = cf, [4] = parent } _(args) end function DestroyPart(part) local args = { [1] = "Remove", [2] = { [1] = part } } _(args) end function MovePart(part,cf) local args = { [1] = "SyncMove", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf } } } _(args) end function Resize(part,size,cf) local args = { [1] = "SyncResize", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf, ["Size"] = size } } } _(args) end function AddMesh(part) local args = { [1] = "CreateMeshes", [2] = { [1] = { ["Part"] = part } } } _(args) end function SetMesh(part,meshid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["MeshId"] = "rbxassetid://"..meshid } } } _(args) end function SetTexture(part, texid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["TextureId"] = "rbxassetid://"..texid } } } _(args) end function SetName(part, stringg) local args = { [1] = "SetName", [2] = { [1] = part }, [3] = stringg } _(args) end function MeshResize(part,size) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["Scale"] = size } } } _(args) end function Weld(part1, part2,lead) local args = { [1] = "CreateWelds", [2] = { [1] = part1, [2] = part2 }, [3] = lead } _(args) end function SetLocked(part,boolean) local args = { [1] = "SetLocked", [2] = { [1] = part }, [3] = boolean } _(args) end function SetTrans(part,int) local args = { [1] = "SyncMaterial", [2] = { [1] = { ["Part"] = part, ["Transparency"] = int } } } _(args) end function CreateSpotlight(part) local args = { [1] = "CreateLights", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight" } } } _(args) end function SyncLighting(part,brightness) local args = { [1] = "SyncLighting", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight", ["Brightness"] = brightness } } } _(args) end function Color(part,color) local args = { [1] = "SyncColor", [2] = { [1] = { ["Part"] = part, ["Color"] = color --[[Color3]], ["UnionColoring"] = false } } } _(args) end function SpawnDecal(part,side) local args = { [1] = "CreateTextures", [2] = { [1] = { ["Part"] = part, ["Face"] = side, ["TextureType"] = "Decal" } } } _(args) end function AddDecal(part,asset,side) local args = { [1] = "SyncTexture", [2] = { [1] = { ["Part"] = part, ["Face"] = side, ["TextureType"] = "Decal", ["Texture"] = "rbxassetid://".. asset } } } _(args) end function Sky(id) e = char.HumanoidRootPart.CFrame.x f = char.HumanoidRootPart.CFrame.y g = char.HumanoidRootPart.CFrame.z CreatePart(CFrame.new(math.floor(e),math.floor(f),math.floor(g)) + Vector3.new(0,6,0),workspace) for i,v in game.Workspace:GetDescendants() do if v:IsA("BasePart") and v.CFrame.x == math.floor(e) and v.CFrame.z == math.floor(g) then --spawn(function() SetName(v,"Sky") AddMesh(v) --end) --spawn(function() SetMesh(v,"111891702759441") SetTexture(v,id) --end) MeshResize(v,Vector3.new(3000, 3000, 3000)) SetLocked(v,true) end end end Sky("118551296144971") end) local TEXT_2 = Instance.new("TextButton") TEXT_2.Size = UDim2.new(0, 90, 0, 40) TEXT_2.Position = UDim2.new(0.005, 1, 0.285, 0) TEXT_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_2.BorderSizePixel = 0 TEXT_2.BorderColor3 = Color3.new(180, 180, 1800) TEXT_2.Font = Enum.Font.SourceSansBold TEXT_2.TextWrapped = true TEXT_2.Text = "Decal Spam 2" TEXT_2.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_2.TextSize = 20 TEXT_2.Parent = ScrollingFrame TEXT_2.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local char = player.Character local tool for i,v in player:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end for i,v in game.ReplicatedStorage:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end remote = tool.SyncAPI.ServerEndpoint function _(args) remote:InvokeServer(unpack(args)) end function SetCollision(part,boolean) local args = { [1] = "SyncCollision", [2] = { [1] = { ["Part"] = part, ["CanCollide"] = boolean } } } _(args) end function SetAnchor(boolean,part) local args = { [1] = "SyncAnchor", [2] = { [1] = { ["Part"] = part, ["Anchored"] = boolean } } } _(args) end function CreatePart(cf,parent) local args = { [1] = "CreatePart", [2] = "Normal", [3] = cf, [4] = parent } _(args) end function DestroyPart(part) local args = { [1] = "Remove", [2] = { [1] = part } } _(args) end function MovePart(part,cf) local args = { [1] = "SyncMove", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf } } } _(args) end function Resize(part,size,cf) local args = { [1] = "SyncResize", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf, ["Size"] = size } } } _(args) end function AddMesh(part) local args = { [1] = "CreateMeshes", [2] = { [1] = { ["Part"] = part } } } _(args) end function SetMesh(part,meshid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["MeshId"] = "rbxassetid://"..meshid } } } _(args) end function SetTexture(part, texid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["TextureId"] = "rbxassetid://"..texid } } } _(args) end function SetName(part, stringg) local args = { [1] = "SetName", [2] = { [1] = part }, [3] = stringg } _(args) end function MeshResize(part,size) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["Scale"] = size } } } _(args) end function Weld(part1, part2,lead) local args = { [1] = "CreateWelds", [2] = { [1] = part1, [2] = part2 }, [3] = lead } _(args) end function SetLocked(part,boolean) local args = { [1] = "SetLocked", [2] = { [1] = part }, [3] = boolean } _(args) end function SetTrans(part,int) local args = { [1] = "SyncMaterial", [2] = { [1] = { ["Part"] = part, ["Transparency"] = int } } } _(args) end function CreateSpotlight(part) local args = { [1] = "CreateLights", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight" } } } _(args) end function SyncLighting(part,brightness) local args = { [1] = "SyncLighting", [2] = { [1] = { ["Part"] = part, ["LightType"] = "SpotLight", ["Brightness"] = brightness } } } _(args) end function Color(part,color) local args = { [1] = "SyncColor", [2] = { [1] = { ["Part"] = part, ["Color"] = color --[[Color3]], ["UnionColoring"] = false } } } _(args) end function SpawnDecal(part,side) local args = { [1] = "CreateTextures", [2] = { [1] = { ["Part"] = part, ["Face"] = side, ["TextureType"] = "Decal" } } } _(args) end function AddDecal(part,asset,side) local args = { [1] = "SyncTexture", [2] = { [1] = { ["Part"] = part, ["Face"] = side, ["TextureType"] = "Decal", ["Texture"] = "rbxassetid://".. asset } } } _(args) end function spam(id) for i,v in game.workspace:GetDescendants() do if v:IsA("BasePart") then spawn(function() SetLocked(v,false) SpawnDecal(v,Enum.NormalId.Front) AddDecal(v,id,Enum.NormalId.Front) SpawnDecal(v,Enum.NormalId.Back) AddDecal(v,id,Enum.NormalId.Back) SpawnDecal(v,Enum.NormalId.Right) AddDecal(v,id,Enum.NormalId.Right) SpawnDecal(v,Enum.NormalId.Left) AddDecal(v,id,Enum.NormalId.Left) SpawnDecal(v,Enum.NormalId.Bottom) AddDecal(v,id,Enum.NormalId.Bottom) SpawnDecal(v,Enum.NormalId.Top) AddDecal(v,id,Enum.NormalId.Top) end) end end end spam("118551296144971") end) local TEXT_2 = Instance.new("TextButton") TEXT_2.Size = UDim2.new(0, 90, 0, 40) TEXT_2.Position = UDim2.new(0.10, 1, 0.285, 0) TEXT_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_2.BorderSizePixel = 0 TEXT_2.BorderColor3 = Color3.new(180, 180, 1800) TEXT_2.Font = Enum.Font.SourceSansBold TEXT_2.TextWrapped = true TEXT_2.Text = "Decal Spam 2" TEXT_2.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_2.TextSize = 20 TEXT_2.Parent = ScrollingFrame local MusicTitle = Instance.new("TextLabel") MusicTitle.Text = "Music" MusicTitle.Position = UDim2.new(0, 0, 0, 240) MusicTitle.Size = UDim2.new(1, 0, 0, 40) MusicTitle.BackgroundColor3 = Color3.fromRGB(50, 50, 50) MusicTitle.TextColor3 = Color3.fromRGB(255, 255, 255) MusicTitle.Font = Enum.Font.SourceSansBold MusicTitle.TextScaled = true MusicTitle.Parent = Frame local ScrollingFrame2 = Instance.new("ScrollingFrame") ScrollingFrame2.Size = UDim2.new(1, -20, 0, 100) ScrollingFrame2.Position = UDim2.new(0, 10, 1, -110) ScrollingFrame2.CanvasSize = UDim2.new(2, 0, 0, 40) ScrollingFrame2.ScrollBarThickness = 6 ScrollingFrame2.BackgroundColor3 = Color3.fromRGB(25, 25, 25) ScrollingFrame2.BorderSizePixel = 0 ScrollingFrame2.Parent = Frame local TEXT_1 = Instance.new("TextButton") TEXT_1.Size = UDim2.new(0, 90, 0, 40) TEXT_1.Position = UDim2.new(0.005, 1, 0.002, 0) TEXT_1.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_1.BorderSizePixel = 0 TEXT_1.BorderColor3 = Color3.new(180, 180, 1800) TEXT_1.Font = Enum.Font.SourceSansBold TEXT_1.TextWrapped = true TEXT_1.Text = "NKz Theme" TEXT_1.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_1.TextSize = 20 TEXT_1.Parent = ScrollingFrame2 TEXT_1.MouseButton1Click:Connect(function() local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";music 1836834248") end) local TEXT_2 = Instance.new("TextButton") TEXT_2.Size = UDim2.new(0, 90, 0, 40) TEXT_2.Position = UDim2.new(0.10, 1, 0.002, 0) TEXT_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_2.BorderSizePixel = 0 TEXT_2.BorderColor3 = Color3.new(180, 180, 1800) TEXT_2.Font = Enum.Font.SourceSansBold TEXT_2.TextWrapped = true TEXT_2.Text = "OMFG-Hello" TEXT_2.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_2.TextSize = 20 TEXT_2.Parent = ScrollingFrame2 TEXT_2.MouseButton1Click:Connect(function() local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";music 79855170774378") RequestCommand:InvokeServer(";volume inf") end) local TEXT_2 = Instance.new("TextButton") TEXT_2.Size = UDim2.new(0, 90, 0, 40) TEXT_2.Position = UDim2.new(0.195, 1, 0.002, 0) TEXT_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_2.BorderSizePixel = 0 TEXT_2.BorderColor3 = Color3.new(180, 180, 1800) TEXT_2.Font = Enum.Font.SourceSansBold TEXT_2.TextWrapped = true TEXT_2.Text = "Jumpstyle" TEXT_2.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_2.TextSize = 20 TEXT_2.Parent = ScrollingFrame2 TEXT_2.MouseButton1Click:Connect(function() local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";music 83080737598138") RequestCommand:InvokeServer(";volume inf") RequestCommand:InvokeServer("pitch 1.12") end) local TEXT_2 = Instance.new("TextButton") TEXT_2.Size = UDim2.new(0, 90, 0, 40) TEXT_2.Position = UDim2.new(0.29, 1, 0.002, 0) TEXT_2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) TEXT_2.BorderSizePixel = 0 TEXT_2.BorderColor3 = Color3.new(180, 180, 1800) TEXT_2.Font = Enum.Font.SourceSansBold TEXT_2.TextWrapped = true TEXT_2.Text = "Jumpstyle 2" TEXT_2.TextColor3 = Color3.new(0.705882, 0.705882, 0.705882) TEXT_2.TextSize = 20 TEXT_2.Parent = ScrollingFrame2 TEXT_2.MouseButton1Click:Connect(function() local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";music 99412574770868") RequestCommand:InvokeServer(";volume inf") RequestCommand:InvokeServer("pitch 1.12") end)