local CoreGui = game:GetService("CoreGui") local ScreenGui = Instance.new("ScreenGui") ScreenGui.Parent = CoreGui ScreenGui.ResetOnSpawn = false local Frame = Instance.new('Frame') Frame.Parent = ScreenGui Frame.Visible = true Frame.Size = UDim2.new(0,320,0,360) Frame.Position = UDim2.new(0,408,0,-44) Frame.Rotation = 0 Frame.BackgroundColor3 = Color3.fromRGB(255,0,0) Frame.BackgroundTransparency = 0 Frame.BorderSizePixel = 0 Frame.BorderColor3 = Color3.fromRGB(27,42,53) local ImageLabel = Instance.new('ImageLabel') ImageLabel.Parent = Frame ImageLabel.Visible = true ImageLabel.Size = UDim2.new(0,300,0,340) ImageLabel.Position = UDim2.new(0,10,0,10) ImageLabel.Rotation = 0 ImageLabel.BackgroundColor3 = Color3.fromRGB(255,255,255) ImageLabel.BackgroundTransparency = 0 ImageLabel.BorderSizePixel = 0 ImageLabel.BorderColor3 = Color3.fromRGB(27,42,53) ImageLabel.Image = [[rbxassetid://74869874342382]] ImageLabel.ImageTransparency = 0 ImageLabel.ImageRectOffset = Vector2.new(0,0) ImageLabel.ImageRectSize = Vector2.new(0,0) local sky_1 = Instance.new('TextButton') sky_1.Parent = Frame sky_1.Visible = true sky_1.Size = UDim2.new(0,64,0,36) sky_1.Position = UDim2.new(0,16,0,58) sky_1.Rotation = 0 sky_1.BackgroundColor3 = Color3.fromRGB(255,0,0) sky_1.BackgroundTransparency = 0 sky_1.BorderSizePixel = 3 sky_1.BorderColor3 = Color3.fromRGB(0,0,0) sky_1.Text = [[Skybox]] sky_1.TextColor3 = Color3.fromRGB(27,42,53) sky_1.TextTransparency = 0 sky_1.TextSize = 18 sky_1.TextWrapped = false sky_1.TextScaled = false sky_1.Font = Enum.Font.SciFi sky_1.TextXAlignment = Enum.TextXAlignment.Center sky_1.TextYAlignment = Enum.TextYAlignment.Center sky_1.MouseButton1Click:Connect(function() print('sky_1 clicked')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,"Skybox") AddMesh(v) --end) --spawn(function() SetMesh(v,"111891702759441") -- Dont change it SetTexture(v,id) --end) MeshResize(v,Vector3.new(10000, 10000, 10000)) -- The rest must be equal to the first scale number SetLocked(v,true) end end end Sky("74869874342382") RequestCommand:InvokeServer(";fogcolor black") end) local blur = Instance.new('TextButton') blur.Parent = sky_1 blur.Visible = true blur.Size = UDim2.new(0,64,0,36) blur.Position = UDim2.new(0,0,0,154) blur.Rotation = 0 blur.BackgroundColor3 = Color3.fromRGB(255,0,0) blur.BackgroundTransparency = 0 blur.BorderSizePixel = 3 blur.BorderColor3 = Color3.fromRGB(0,0,0) blur.Text = [[blur all]] blur.TextColor3 = Color3.fromRGB(27,42,53) blur.TextTransparency = 0 blur.TextSize = 18 blur.TextWrapped = false blur.TextScaled = false blur.Font = Enum.Font.SciFi blur.TextXAlignment = Enum.TextXAlignment.Center blur.TextYAlignment = Enum.TextYAlignment.Center blur.MouseButton1Click:Connect(function() print('blur clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";blur all ;unblur me") end) local explode_all = Instance.new('TextButton') explode_all.Parent = sky_1 explode_all.Visible = true explode_all.Size = UDim2.new(0,64,0,36) explode_all.Position = UDim2.new(0,150,0,102) explode_all.Rotation = 0 explode_all.BackgroundColor3 = Color3.fromRGB(255,0,0) explode_all.BackgroundTransparency = 0 explode_all.BorderSizePixel = 3 explode_all.BorderColor3 = Color3.fromRGB(0,0,0) explode_all.Text = [[explode]] explode_all.TextColor3 = Color3.fromRGB(27,42,53) explode_all.TextTransparency = 0 explode_all.TextSize = 18 explode_all.TextWrapped = false explode_all.TextScaled = false explode_all.Font = Enum.Font.SciFi explode_all.TextXAlignment = Enum.TextXAlignment.Center explode_all.TextYAlignment = Enum.TextYAlignment.Center explode_all.MouseButton1Click:Connect(function() print('explode_all clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";explode all") end) local theme = Instance.new('TextButton') theme.Parent = sky_1 theme.Visible = true theme.Size = UDim2.new(0,60,0,34) theme.Position = UDim2.new(0,224,0,-44) theme.Rotation = 0 theme.BackgroundColor3 = Color3.fromRGB(255,0,0) theme.BackgroundTransparency = 0 theme.BorderSizePixel = 3 theme.BorderColor3 = Color3.fromRGB(0,0,0) theme.Text = [[theme]] theme.TextColor3 = Color3.fromRGB(27,42,53) theme.TextTransparency = 0 theme.TextSize = 18 theme.TextWrapped = false theme.TextScaled = false theme.Font = Enum.Font.SciFi theme.TextXAlignment = Enum.TextXAlignment.Center theme.TextYAlignment = Enum.TextYAlignment.Center theme.MouseButton1Click:Connect(function() print('theme clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";music 128802844460270 ;volume inf ;pitch 0.2") end) local bring_all = Instance.new('TextButton') bring_all.Parent = sky_1 bring_all.Visible = true bring_all.Size = UDim2.new(0,64,0,36) bring_all.Position = UDim2.new(0,0,0,50) bring_all.Rotation = 0 bring_all.BackgroundColor3 = Color3.fromRGB(255,0,0) bring_all.BackgroundTransparency = 0 bring_all.BorderSizePixel = 3 bring_all.BorderColor3 = Color3.fromRGB(0,0,0) bring_all.Text = [[bring all]] bring_all.TextColor3 = Color3.fromRGB(27,42,53) bring_all.TextTransparency = 0 bring_all.TextSize = 18 bring_all.TextWrapped = false bring_all.TextScaled = false bring_all.Font = Enum.Font.SciFi bring_all.TextXAlignment = Enum.TextXAlignment.Center bring_all.TextYAlignment = Enum.TextYAlignment.Center bring_all.MouseButton1Click:Connect(function() print('bring_all clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";tp all") end) local knife = Instance.new('TextButton') knife.Parent = sky_1 knife.Visible = true knife.Size = UDim2.new(0,64,0,36) knife.Position = UDim2.new(0,148,0,154) knife.Rotation = 0 knife.BackgroundColor3 = Color3.fromRGB(255,0,0) knife.BackgroundTransparency = 0 knife.BorderSizePixel = 3 knife.BorderColor3 = Color3.fromRGB(0,0,0) knife.Text = [[knife]] knife.TextColor3 = Color3.fromRGB(27,42,53) knife.TextTransparency = 0 knife.TextSize = 18 knife.TextWrapped = false knife.TextScaled = false knife.Font = Enum.Font.SciFi knife.TextXAlignment = Enum.TextXAlignment.Center knife.TextYAlignment = Enum.TextYAlignment.Center knife.MouseButton1Click:Connect(function() print('knife clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";gear me 255800146") end) local buildingTools = Instance.new('TextButton') buildingTools.Parent = sky_1 buildingTools.Visible = true buildingTools.Size = UDim2.new(0,64,0,36) buildingTools.Position = UDim2.new(0,150,0,0) buildingTools.Rotation = 0 buildingTools.BackgroundColor3 = Color3.fromRGB(255,0,0) buildingTools.BackgroundTransparency = 0 buildingTools.BorderSizePixel = 3 buildingTools.BorderColor3 = Color3.fromRGB(0,0,0) buildingTools.Text = [[btools]] buildingTools.TextColor3 = Color3.fromRGB(27,42,53) buildingTools.TextTransparency = 0 buildingTools.TextSize = 18 buildingTools.TextWrapped = false buildingTools.TextScaled = false buildingTools.Font = Enum.Font.SciFi buildingTools.TextXAlignment = Enum.TextXAlignment.Center buildingTools.TextYAlignment = Enum.TextYAlignment.Center buildingTools.MouseButton1Click:Connect(function() print('buildingTools clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";btools") end) local disco_fog = Instance.new('TextButton') disco_fog.Parent = sky_1 disco_fog.Visible = true disco_fog.Size = UDim2.new(0,64,0,36) disco_fog.Position = UDim2.new(0,0,0,100) disco_fog.Rotation = 0 disco_fog.BackgroundColor3 = Color3.fromRGB(255,0,0) disco_fog.BackgroundTransparency = 0 disco_fog.BorderSizePixel = 3 disco_fog.BorderColor3 = Color3.fromRGB(0,0,0) disco_fog.Text = [[disco fog]] disco_fog.TextColor3 = Color3.fromRGB(27,42,53) disco_fog.TextTransparency = 0 disco_fog.TextSize = 18 disco_fog.TextWrapped = false disco_fog.TextScaled = false disco_fog.Font = Enum.Font.SciFi disco_fog.TextXAlignment = Enum.TextXAlignment.Center disco_fog.TextYAlignment = Enum.TextYAlignment.Center disco_fog.MouseButton1Click:Connect(function() print('disco_fog clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";disco fog") end) local title = Instance.new('TextButton') title.Parent = sky_1 title.Visible = true title.Size = UDim2.new(0,64,0,36) title.Position = UDim2.new(0,74,0,50) title.Rotation = 0 title.BackgroundColor3 = Color3.fromRGB(255,0,0) title.BackgroundTransparency = 0 title.BorderSizePixel = 3 title.BorderColor3 = Color3.fromRGB(0,0,0) title.Text = [[title]] title.TextColor3 = Color3.fromRGB(27,42,53) title.TextTransparency = 0 title.TextSize = 18 title.TextWrapped = false title.TextScaled = false title.Font = Enum.Font.SciFi title.TextXAlignment = Enum.TextXAlignment.Center title.TextYAlignment = Enum.TextYAlignment.Center title.MouseButton1Click:Connect(function() print('title clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";titler me Pickle567421") end) local speed = Instance.new('TextButton') speed.Parent = sky_1 speed.Visible = true speed.Size = UDim2.new(0,64,0,36) speed.Position = UDim2.new(0,222,0,0) speed.Rotation = 0 speed.BackgroundColor3 = Color3.fromRGB(255,0,0) speed.BackgroundTransparency = 0 speed.BorderSizePixel = 3 speed.BorderColor3 = Color3.fromRGB(0,0,0) speed.Text = [[speed]] speed.TextColor3 = Color3.fromRGB(27,42,53) speed.TextTransparency = 0 speed.TextSize = 18 speed.TextWrapped = false speed.TextScaled = false speed.Font = Enum.Font.SciFi speed.TextXAlignment = Enum.TextXAlignment.Center speed.TextYAlignment = Enum.TextYAlignment.Center speed.MouseButton1Click:Connect(function() print('speed clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";speed me 75") end) local kill_all = Instance.new('TextButton') kill_all.Parent = sky_1 kill_all.Visible = true kill_all.Size = UDim2.new(0,64,0,36) kill_all.Position = UDim2.new(0,74,0,102) kill_all.Rotation = 0 kill_all.BackgroundColor3 = Color3.fromRGB(255,0,0) kill_all.BackgroundTransparency = 0 kill_all.BorderSizePixel = 3 kill_all.BorderColor3 = Color3.fromRGB(0,0,0) kill_all.Text = [[kill all]] kill_all.TextColor3 = Color3.fromRGB(27,42,53) kill_all.TextTransparency = 0 kill_all.TextSize = 18 kill_all.TextWrapped = false kill_all.TextScaled = false kill_all.Font = Enum.Font.SciFi kill_all.TextXAlignment = Enum.TextXAlignment.Center kill_all.TextYAlignment = Enum.TextYAlignment.Center kill_all.MouseButton1Click:Connect(function() print('kill_all clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";kill all") end) local fling_all = Instance.new('TextButton') fling_all.Parent = sky_1 fling_all.Visible = true fling_all.Size = UDim2.new(0,64,0,36) fling_all.Position = UDim2.new(0,74,0,154) fling_all.Rotation = 0 fling_all.BackgroundColor3 = Color3.fromRGB(255,0,0) fling_all.BackgroundTransparency = 0 fling_all.BorderSizePixel = 3 fling_all.BorderColor3 = Color3.fromRGB(0,0,0) fling_all.Text = [[fling all]] fling_all.TextColor3 = Color3.fromRGB(27,42,53) fling_all.TextTransparency = 0 fling_all.TextSize = 18 fling_all.TextWrapped = false fling_all.TextScaled = false fling_all.Font = Enum.Font.SciFi fling_all.TextXAlignment = Enum.TextXAlignment.Center fling_all.TextYAlignment = Enum.TextYAlignment.Center fling_all.MouseButton1Click:Connect(function() print('fling_all clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";fling all") end) local decal_2 = Instance.new('TextButton') decal_2.Parent = sky_1 decal_2.Visible = true decal_2.Size = UDim2.new(0,64,0,36) decal_2.Position = UDim2.new(0,76,0,0) decal_2.Rotation = 0 decal_2.BackgroundColor3 = Color3.fromRGB(255,0,0) decal_2.BackgroundTransparency = 0 decal_2.BorderSizePixel = 3 decal_2.BorderColor3 = Color3.fromRGB(0,0,0) decal_2.Text = [[decal]] decal_2.TextColor3 = Color3.fromRGB(27,42,53) decal_2.TextTransparency = 0 decal_2.TextSize = 18 decal_2.TextWrapped = false decal_2.TextScaled = false decal_2.Font = Enum.Font.SciFi decal_2.TextXAlignment = Enum.TextXAlignment.Center decal_2.TextYAlignment = Enum.TextYAlignment.Center decal_2.MouseButton1Click:Connect(function() print('decal_2 clicked') 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 --craaa 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("74869874342382") end) local cmdbar2 = Instance.new('TextButton') cmdbar2.Parent = sky_1 cmdbar2.Visible = true cmdbar2.Size = UDim2.new(0,64,0,36) cmdbar2.Position = UDim2.new(0,148,0,204) cmdbar2.Rotation = 0 cmdbar2.BackgroundColor3 = Color3.fromRGB(255,0,0) cmdbar2.BackgroundTransparency = 0 cmdbar2.BorderSizePixel = 3 cmdbar2.BorderColor3 = Color3.fromRGB(0,0,0) cmdbar2.Text = [[cmdbar2]] cmdbar2.TextColor3 = Color3.fromRGB(27,42,53) cmdbar2.TextTransparency = 0 cmdbar2.TextSize = 18 cmdbar2.TextWrapped = false cmdbar2.TextScaled = false cmdbar2.Font = Enum.Font.SciFi cmdbar2.TextXAlignment = Enum.TextXAlignment.Center cmdbar2.TextYAlignment = Enum.TextYAlignment.Center cmdbar2.MouseButton1Click:Connect(function() print('cmdbar2 clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";cmdbar2") end) local disco = Instance.new('TextButton') disco.Parent = sky_1 disco.Visible = true disco.Size = UDim2.new(0,64,0,36) disco.Position = UDim2.new(0,222,0,50) disco.Rotation = 0 disco.BackgroundColor3 = Color3.fromRGB(255,0,0) disco.BackgroundTransparency = 0 disco.BorderSizePixel = 3 disco.BorderColor3 = Color3.fromRGB(0,0,0) disco.Text = [[disco]] disco.TextColor3 = Color3.fromRGB(27,42,53) disco.TextTransparency = 0 disco.TextSize = 18 disco.TextWrapped = false disco.TextScaled = false disco.Font = Enum.Font.SciFi disco.TextXAlignment = Enum.TextXAlignment.Center disco.TextYAlignment = Enum.TextYAlignment.Center disco.MouseButton1Click:Connect(function() print('disco clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";disco") end) local R6 = Instance.new('TextButton') R6.Parent = sky_1 R6.Visible = true R6.Size = UDim2.new(0,58,0,34) R6.Position = UDim2.new(0,0,0,-44) R6.Rotation = 0 R6.BackgroundColor3 = Color3.fromRGB(255,0,0) R6.BackgroundTransparency = 0 R6.BorderSizePixel = 3 R6.BorderColor3 = Color3.fromRGB(0,0,0) R6.Text = [[R6]] R6.TextColor3 = Color3.fromRGB(27,42,53) R6.TextTransparency = 0 R6.TextSize = 18 R6.TextWrapped = false R6.TextScaled = false R6.Font = Enum.Font.SciFi R6.TextXAlignment = Enum.TextXAlignment.Center R6.TextYAlignment = Enum.TextYAlignment.Center R6.MouseButton1Click:Connect(function() print('R6 clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";r6") end) local title_all = Instance.new('TextButton') title_all.Parent = sky_1 title_all.Visible = true title_all.Size = UDim2.new(0,64,0,36) title_all.Position = UDim2.new(0,150,0,50) title_all.Rotation = 0 title_all.BackgroundColor3 = Color3.fromRGB(255,0,0) title_all.BackgroundTransparency = 0 title_all.BorderSizePixel = 3 title_all.BorderColor3 = Color3.fromRGB(0,0,0) title_all.Text = [[title all]] title_all.TextColor3 = Color3.fromRGB(27,42,53) title_all.TextTransparency = 0 title_all.TextSize = 18 title_all.TextWrapped = false title_all.TextScaled = false title_all.Font = Enum.Font.SciFi title_all.TextXAlignment = Enum.TextXAlignment.Center title_all.TextYAlignment = Enum.TextYAlignment.Center title_all.MouseButton1Click:Connect(function() print('title_all clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";titler all Pickle567421") end) local message = Instance.new('TextButton') message.Parent = sky_1 message.Visible = true message.Size = UDim2.new(0,64,0,36) message.Position = UDim2.new(0,222,0,102) message.Rotation = 0 message.BackgroundColor3 = Color3.fromRGB(255,0,0) message.BackgroundTransparency = 0 message.BorderSizePixel = 3 message.BorderColor3 = Color3.fromRGB(0,0,0) message.Text = [[Message]] message.TextColor3 = Color3.fromRGB(27,42,53) message.TextTransparency = 0 message.TextSize = 18 message.TextWrapped = false message.TextScaled = false message.Font = Enum.Font.SciFi message.TextXAlignment = Enum.TextXAlignment.Center message.TextYAlignment = Enum.TextYAlignment.Center message.MouseButton1Click:Connect(function() print('message clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";m HACKER BY Pickle567421") end) local loadmap = Instance.new('TextButton') loadmap.Parent = sky_1 loadmap.Visible = true loadmap.Size = UDim2.new(0,64,0,36) loadmap.Position = UDim2.new(0,220,0,154) loadmap.Rotation = 0 loadmap.BackgroundColor3 = Color3.fromRGB(255,0,0) loadmap.BackgroundTransparency = 0 loadmap.BorderSizePixel = 3 loadmap.BorderColor3 = Color3.fromRGB(0,0,0) loadmap.Text = [[loadmap]] loadmap.TextColor3 = Color3.fromRGB(27,42,53) loadmap.TextTransparency = 0 loadmap.TextSize = 18 loadmap.TextWrapped = false loadmap.TextScaled = false loadmap.Font = Enum.Font.SciFi loadmap.TextXAlignment = Enum.TextXAlignment.Center loadmap.TextYAlignment = Enum.TextYAlignment.Center loadmap.MouseButton1Click:Connect(function() print('loadmap clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";loadmap") end) local savemap = Instance.new('TextButton') savemap.Parent = sky_1 savemap.Visible = true savemap.Size = UDim2.new(0,64,0,36) savemap.Position = UDim2.new(0,0,0,204) savemap.Rotation = 0 savemap.BackgroundColor3 = Color3.fromRGB(255,0,0) savemap.BackgroundTransparency = 0 savemap.BorderSizePixel = 3 savemap.BorderColor3 = Color3.fromRGB(0,0,0) savemap.Text = [[savemap]] savemap.TextColor3 = Color3.fromRGB(27,42,53) savemap.TextTransparency = 0 savemap.TextSize = 18 savemap.TextWrapped = false savemap.TextScaled = false savemap.Font = Enum.Font.SciFi savemap.TextXAlignment = Enum.TextXAlignment.Center savemap.TextYAlignment = Enum.TextYAlignment.Center savemap.MouseButton1Click:Connect(function() print('savemap clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";savemap") end) local god = Instance.new('TextButton') god.Parent = sky_1 god.Visible = true god.Size = UDim2.new(0,64,0,36) god.Position = UDim2.new(0,74,0,204) god.Rotation = 0 god.BackgroundColor3 = Color3.fromRGB(255,0,0) god.BackgroundTransparency = 0 god.BorderSizePixel = 3 god.BorderColor3 = Color3.fromRGB(0,0,0) god.Text = [[GOD]] god.TextColor3 = Color3.fromRGB(27,42,53) god.TextTransparency = 0 god.TextSize = 18 god.TextWrapped = false god.TextScaled = false god.Font = Enum.Font.SciFi god.TextXAlignment = Enum.TextXAlignment.Center god.TextYAlignment = Enum.TextYAlignment.Center god.MouseButton1Click:Connect(function() print('god clicked')local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";god me") end) local coming_soon = Instance.new('TextLabel') coming_soon.Parent = Frame coming_soon.Visible = true coming_soon.Size = UDim2.new(0,70,0,40) coming_soon.Position = UDim2.new(0,234,0,260) coming_soon.Rotation = 0 coming_soon.BackgroundColor3 = Color3.fromRGB(255,0,0) coming_soon.BackgroundTransparency = 0 coming_soon.BorderSizePixel = 3 coming_soon.BorderColor3 = Color3.fromRGB(0,0,0) coming_soon.Text = [[coming soon]] coming_soon.TextColor3 = Color3.fromRGB(27,42,53) coming_soon.TextTransparency = 0 coming_soon.TextSize = 8 coming_soon.TextWrapped = false coming_soon.TextScaled = false coming_soon.Font = Enum.Font.Legacy coming_soon.TextXAlignment = Enum.TextXAlignment.Center coming_soon.TextYAlignment = Enum.TextYAlignment.Center local TextLabel2 = Instance.new('TextLabel') TextLabel2.Parent = Frame TextLabel2.Visible = true TextLabel2.Size = UDim2.new(0,144,0,30) TextLabel2.Position = UDim2.new(0,152,0,312) TextLabel2.Rotation = 0 TextLabel2.BackgroundColor3 = Color3.fromRGB(81,82,255) TextLabel2.BackgroundTransparency = 0 TextLabel2.BorderSizePixel = 0 TextLabel2.BorderColor3 = Color3.fromRGB(27,42,53) TextLabel2.Text = [[by Rksoobkiddalt and RksoobkiddOfficial]] TextLabel2.TextColor3 = Color3.fromRGB(27,42,53) TextLabel2.TextTransparency = 0 TextLabel2.TextSize = 8 TextLabel2.TextWrapped = false TextLabel2.TextScaled = false TextLabel2.Font = Enum.Font.SciFi TextLabel2.TextXAlignment = Enum.TextXAlignment.Center TextLabel2.TextYAlignment = Enum.TextYAlignment.Center local TextLabel = Instance.new('TextLabel') TextLabel.Parent = Frame TextLabel.Visible = true TextLabel.Size = UDim2.new(0,150,0,34) TextLabel.Position = UDim2.new(0,80,0,14) TextLabel.Rotation = 0 TextLabel.BackgroundColor3 = Color3.fromRGB(66,138,255) TextLabel.BackgroundTransparency = 0 TextLabel.BorderSizePixel = 0 TextLabel.BorderColor3 = Color3.fromRGB(27,42,53) TextLabel.Text = [[ultimate f3x gui pickle]] TextLabel.TextColor3 = Color3.fromRGB(27,42,53) TextLabel.TextTransparency = 0 TextLabel.TextSize = 18 TextLabel.TextWrapped = false TextLabel.TextScaled = false TextLabel.Font = Enum.Font.SciFi TextLabel.TextXAlignment = Enum.TextXAlignment.Center TextLabel.TextYAlignment = Enum.TextYAlignment.Center local UIDragDetector = Instance.new('UIDragDetector') UIDragDetector.Parent = Frame