Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Utility Gui. V1 ok
- --For Raindrop: loadstring(Raindrop:DownloadString('http://pastebin.com/raw/rJDXJp02'))()--
- local UtilityGui = Instance.new("ScreenGui")
- local MainMenu = Instance.new("Frame")
- local Skybtn = Instance.new("ImageButton")
- local Musicbtn = Instance.new("ImageButton")
- local Close = Instance.new("TextButton")
- local MusicGui = Instance.new("Frame")
- local MID = Instance.new("TextBox")
- local MPH = Instance.new("TextBox")
- local MVOL = Instance.new("TextBox")
- local PlayM = Instance.new("TextButton")
- local Close1 = Instance.new("TextButton")
- local SkyboxGui = Instance.new("Frame")
- local SBID = Instance.new("TextBox")
- local SetSB = Instance.new("TextButton")
- local RemoveSB = Instance.new("TextButton")
- local Close2 = Instance.new("TextButton")
- local Opener = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local RemoveAD = Instance.new("TextButton")
- local s = Instance.new("Sound")
- UtilityGui.Name = "UtilityGui"
- UtilityGui.Parent = game.CoreGui
- MainMenu.Name = "MainMenu"
- MainMenu.Parent = UtilityGui
- MainMenu.BackgroundColor3 = Color3.new(0, 0, 0)
- MainMenu.BackgroundTransparency = 0.5
- MainMenu.Draggable = true
- MainMenu.Position = UDim2.new(0, 719, 0, 287)
- MainMenu.Size = UDim2.new(0, 434, 0, 272)
- MainMenu.Visible = false
- Skybtn.Name = "Skybtn"
- Skybtn.Parent = MainMenu
- Skybtn.BackgroundColor3 = Color3.new(1, 1, 1)
- Skybtn.Position = UDim2.new(0, 29, 0, 58)
- Skybtn.Size = UDim2.new(0, 163, 0, 156)
- Skybtn.Image = "rbxassetid://105004232"
- Musicbtn.Name = "Musicbtn"
- Musicbtn.Parent = MainMenu
- Musicbtn.BackgroundColor3 = Color3.new(0, 0, 0)
- Musicbtn.BackgroundTransparency = 0.5
- Musicbtn.Position = UDim2.new(0, 235, 0, 59)
- Musicbtn.Size = UDim2.new(0, 163, 0, 155)
- Musicbtn.Image = "rbxassetid://299432407"
- Musicbtn.ImageColor3 = Color3.new(1, 0, 0)
- Close.Name = "Close"
- Close.Parent = MainMenu
- Close.BackgroundColor3 = Color3.new(1, 0, 0)
- Close.Position = UDim2.new(0, 405, 0, 0)
- Close.Size = UDim2.new(0, 29, 0, 29)
- Close.Font = Enum.Font.SciFi
- Close.FontSize = Enum.FontSize.Size32
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextSize = 32
- MusicGui.Name = "MusicGui"
- MusicGui.Parent = UtilityGui
- MusicGui.BackgroundColor3 = Color3.new(0, 0, 0)
- MusicGui.BackgroundTransparency = 0.5
- MusicGui.Draggable = true
- MusicGui.Position = UDim2.new(0, 720, 0, 288)
- MusicGui.Size = UDim2.new(0, 429, 0, 269)
- MusicGui.Visible = false
- MID.Name = "MID"
- MID.Parent = MusicGui
- MID.BackgroundColor3 = Color3.new(0, 0, 0)
- MID.BackgroundTransparency = 0.5
- MID.Position = UDim2.new(0, 115, 0, 39)
- MID.Size = UDim2.new(0, 200, 0, 50)
- MID.Font = Enum.Font.SciFi
- MID.FontSize = Enum.FontSize.Size32
- MID.Text = "Music ID"
- MID.TextColor3 = Color3.new(0.333333, 1, 1)
- MID.TextSize = 32
- MPH.Name = "MPH"
- MPH.Parent = MusicGui
- MPH.BackgroundColor3 = Color3.new(0, 0, 0)
- MPH.BackgroundTransparency = 0.5
- MPH.Position = UDim2.new(0, 15, 0, 109)
- MPH.Size = UDim2.new(0, 200, 0, 50)
- MPH.Font = Enum.Font.SciFi
- MPH.FontSize = Enum.FontSize.Size32
- MPH.Text = "Pitch (1 - 10) "
- MPH.TextColor3 = Color3.new(0.333333, 1, 1)
- MPH.TextSize = 32
- MVOL.Name = "MVOL"
- MVOL.Parent = MusicGui
- MVOL.BackgroundColor3 = Color3.new(0, 0, 0)
- MVOL.BackgroundTransparency = 0.5
- MVOL.Position = UDim2.new(0, 229, 0, 109)
- MVOL.Size = UDim2.new(0, 200, 0, 50)
- MVOL.Font = Enum.Font.SciFi
- MVOL.FontSize = Enum.FontSize.Size32
- MVOL.Text = "Volume (1-10)"
- MVOL.TextColor3 = Color3.new(0.333333, 1, 1)
- MVOL.TextSize = 32
- PlayM.Name = "PlayM"
- PlayM.Parent = MusicGui
- PlayM.BackgroundColor3 = Color3.new(0, 0, 0)
- PlayM.BackgroundTransparency = 0.5
- PlayM.Position = UDim2.new(0, 14, 0, 184)
- PlayM.Size = UDim2.new(0, 200, 0, 50)
- PlayM.Font = Enum.Font.SciFi
- PlayM.FontSize = Enum.FontSize.Size60
- PlayM.Text = "Play"
- PlayM.TextColor3 = Color3.new(0, 1, 1)
- PlayM.TextSize = 60
- Close1.Name = "Close1"
- Close1.Parent = MusicGui
- Close1.BackgroundColor3 = Color3.new(1, 0, 0)
- Close1.Position = UDim2.new(0, 400, 0, 0)
- Close1.Size = UDim2.new(0, 29, 0, 29)
- Close1.Font = Enum.Font.SciFi
- Close1.FontSize = Enum.FontSize.Size32
- Close1.Text = "X"
- Close1.TextColor3 = Color3.new(1, 1, 1)
- Close1.TextSize = 32
- RemoveAD.Name = "RemoveAD"
- RemoveAD.Parent = MusicGui
- RemoveAD.BackgroundColor3 = Color3.new(0, 0, 0)
- RemoveAD.BackgroundTransparency = 0.5
- RemoveAD.Position = UDim2.new(0, 229, 0, 181)
- RemoveAD.Size = UDim2.new(0, 200, 0, 50)
- RemoveAD.Font = Enum.Font.SciFi
- RemoveAD.FontSize = Enum.FontSize.Size32
- RemoveAD.Text = "Remove Audio"
- RemoveAD.TextColor3 = Color3.new(0, 1, 1)
- RemoveAD.TextSize = 32
- SkyboxGui.Name = "SkyboxGui"
- SkyboxGui.Parent = UtilityGui
- SkyboxGui.BackgroundColor3 = Color3.new(0, 0, 0)
- SkyboxGui.BackgroundTransparency = 0.30000001192093
- SkyboxGui.Draggable = true
- SkyboxGui.Position = UDim2.new(0, 783, 0, 348)
- SkyboxGui.Size = UDim2.new(0, 319, 0, 214)
- SkyboxGui.Visible = false
- SBID.Name = "SBID"
- SBID.Parent = SkyboxGui
- SBID.BackgroundColor3 = Color3.new(0, 0, 0)
- SBID.BackgroundTransparency = 0.5
- SBID.Position = UDim2.new(0, 59, 0, 29)
- SBID.Size = UDim2.new(0, 200, 0, 50)
- SBID.Font = Enum.Font.SciFi
- SBID.FontSize = Enum.FontSize.Size32
- SBID.Text = "Skybox ID"
- SBID.TextColor3 = Color3.new(0.333333, 1, 1)
- SBID.TextSize = 32
- SetSB.Name = "SetSB"
- SetSB.Parent = SkyboxGui
- SetSB.BackgroundColor3 = Color3.new(0, 0, 0)
- SetSB.BackgroundTransparency = 0.5
- SetSB.Position = UDim2.new(0, 59, 0, 107)
- SetSB.Size = UDim2.new(0, 200, 0, 50)
- SetSB.Font = Enum.Font.SciFi
- SetSB.FontSize = Enum.FontSize.Size42
- SetSB.Text = "Set Skybox"
- SetSB.TextColor3 = Color3.new(0, 1, 1)
- SetSB.TextSize = 42
- RemoveSB.Name = "RemoveSB"
- RemoveSB.Parent = SkyboxGui
- RemoveSB.BackgroundColor3 = Color3.new(0, 0, 0)
- RemoveSB.BackgroundTransparency = 0.5
- RemoveSB.Position = UDim2.new(0, 59, 0, 164)
- RemoveSB.Size = UDim2.new(0, 200, 0, 50)
- RemoveSB.Font = Enum.Font.SciFi
- RemoveSB.FontSize = Enum.FontSize.Size28
- RemoveSB.Text = "Remove Skybox"
- RemoveSB.TextColor3 = Color3.new(0, 1, 1)
- RemoveSB.TextSize = 28
- Close2.Name = "Close2"
- Close2.Parent = SkyboxGui
- Close2.BackgroundColor3 = Color3.new(1, 0, 0)
- Close2.Position = UDim2.new(0, 289, 0, 0)
- Close2.Size = UDim2.new(0, 29, 0, 29)
- Close2.Font = Enum.Font.SciFi
- Close2.FontSize = Enum.FontSize.Size32
- Close2.Text = "X"
- Close2.TextColor3 = Color3.new(1, 1, 1)
- Close2.TextSize = 32
- Opener.Name = "Opener"
- Opener.Parent = UtilityGui
- Opener.BackgroundColor3 = Color3.new(0, 0, 0)
- Opener.Position = UDim2.new(0, 0, 0, 518)
- Opener.Size = UDim2.new(0, 132, 0, 38)
- Open.Name = "Open"
- Open.Parent = Opener
- Open.BackgroundColor3 = Color3.new(0, 0, 0)
- Open.BackgroundTransparency = 0.5
- Open.Size = UDim2.new(0, 132, 0, 38)
- Open.Font = Enum.Font.SciFi
- Open.FontSize = Enum.FontSize.Size28
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(0, 1, 1)
- Open.TextSize = 28
- Open.MouseButton1Down:connect(function()
- game.CoreGui.UtilityGui.MainMenu.Visible = true
- game.CoreGui.UtilityGui.Opener.Visible = false
- end)
- Musicbtn.MouseButton1Down:connect(function()
- game.CoreGui.UtilityGui.MainMenu.Visible = false
- game.CoreGui.UtilityGui.MusicGui.Visible = true
- end)
- Skybtn.MouseButton1Down:connect(function()
- game.CoreGui.UtilityGui.MainMenu.Visible = false
- game.CoreGui.UtilityGui.SkyboxGui.Visible = true
- end)
- Close.MouseButton1Down:connect(function()
- game.CoreGui.UtilityGui.MainMenu.Visible = false
- game.CoreGui.UtilityGui.Opener.Visible = true
- end)
- Close1.MouseButton1Down:connect(function()
- game.CoreGui.UtilityGui.MainMenu.Visible = true
- game.CoreGui.UtilityGui.MusicGui.Visible = false
- end)
- Close2.MouseButton1Down:connect(function()
- game.CoreGui.UtilityGui.MainMenu.Visible = true
- game.CoreGui.UtilityGui.SkyboxGui.Visible = false
- end)
- RemoveAD.MouseButton1Down:connect(function()
- game.Lighting.Music:Remove()
- end)
- SetSB.MouseButton1Down:connect(function()
- local a=Instance.new("Sky",game.Lighting)
- local b={"Bk","Dn","Ft","Lf","Rt","Up"}
- for i,v in pairs(b) do
- a["Skybox"..v]="rbxassetid://"..SBID.Text
- end
- end)
- RemoveSB.MouseButton1Down:connect(function()
- game.Lighting.Sky:Remove()
- end)
- PlayM.MouseButton1Down:connect(function()
- s.Name = "Music"
- s.SoundId = 'rbxassetid://'..MID.Text
- s.Looped = false
- s.Pitch = MPH.Text
- s.Volume = MVOL.Text
- s.archivable = false
- s.Parent = game.Lighting
- wait(1)
- s:play()
- end)
- game.ReplicatedStorage.RobloxLocked = true -- FUCK EISS xddddddddddddddddddddddddd
- --Enjoy! Gui made by 345678 (Talha). ʰᶦ ᵗʸᵖᶦᶜᵃᶫᵐᵒᵈᵈᵉʳˢ
- -- hi xd u just saw my 300 char line didn't you ;). You just had to xd.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement