Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- By shocker
- -- for Hex Tabs
- -- Also by me
- -- Objects
- local HexTabsMusicPlayer = Instance.new("ScreenGui")
- local Framelol2 = Instance.new("Frame")
- local mselect = Instance.new("TextButton")
- local mbox = Instance.new("TextBox")
- local Volumes = Instance.new("TextBox")
- local Pitchs = Instance.new("TextBox")
- local Looping = Instance.new("TextBox")
- local Close = Instance.new("TextButton")
- local Songs = Instance.new("TextButton")
- local PlayerFrame = Instance.new("ScrollingFrame")
- local StressedOut = Instance.new("TextButton")
- local RobloxGodsplan = Instance.new("TextButton")
- local NoTearsLeftToCry = Instance.new("TextButton")
- local FeelingtheNight = Instance.new("TextButton")
- local RobotLove = Instance.new("TextButton")
- local MilaJ = Instance.new("TextButton")
- local DaRichKidzz = Instance.new("TextButton")
- local NerosDay = Instance.new("TextButton")
- local AestsFIGHT = Instance.new("TextButton")
- local MiGente = Instance.new("TextButton")
- local CloseFrame = Instance.new("TextButton")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local TextLabel_4 = Instance.new("TextLabel")
- local StopM = Instance.new("TextButton")
- local s = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- local f = Instance.new("Frame", s)
- local mselect = Instance.new("TextButton", f)
- local mbox = Instance.new("TextBox", f)
- local toggle = false
- local Player = game.Players.LocalPlayer
- local Character = Player.Character
- -- Properties
- HexTabsMusicPlayer.Name = "HexTabsMusicPlayer"
- HexTabsMusicPlayer.Parent = game.Players.LocalPlayer.PlayerGui
- Framelol2.Name = "Framelol2"
- Framelol2.Parent = HexTabsMusicPlayer
- Framelol2.Active = true
- Framelol2.BackgroundColor3 = Color3.new(1, 0, 0)
- Framelol2.Position = UDim2.new(1, 20, 0.324999988, 0)
- Framelol2.Selectable = true
- Framelol2.Size = UDim2.new(0, 461, 0, 329)
- Framelol2.Visible = false
- mselect.Name = "mselect"
- mselect.Parent = Framelol2
- mselect.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- mselect.Position = UDim2.new(0.310056865, 0, 0.866692424, 0)
- mselect.Size = UDim2.new(0, 184, 0, 34)
- mselect.Font = Enum.Font.Code
- mselect.Text = "Play"
- mselect.TextColor3 = Color3.new(1, 0.0745098, 0.0745098)
- mselect.TextSize = 20
- mbox.Name = "mbox"
- mbox.Parent = Framelol2
- mbox.BackgroundColor3 = Color3.new(0, 0, 0)
- mbox.Position = UDim2.new(0.311141461, 0, 0.109151013, 0)
- mbox.Size = UDim2.new(0, 184, 0, 27)
- mbox.Font = Enum.Font.Code
- mbox.PlaceholderText = "Song ID"
- mbox.Text = "Song ID"
- mbox.TextColor3 = Color3.new(1, 0.0509804, 0.0196078)
- mbox.TextSize = 17
- Volumes.Name = "Volumes"
- Volumes.Parent = Framelol2
- Volumes.BackgroundColor3 = Color3.new(0, 0, 0)
- Volumes.Position = UDim2.new(0, 0, 0.358662605, 0)
- Volumes.Size = UDim2.new(0, 143, 0, 27)
- Volumes.Font = Enum.Font.Code
- Volumes.PlaceholderText = "10"
- Volumes.Text = "10"
- Volumes.TextColor3 = Color3.new(1, 0.0509804, 0.0196078)
- Volumes.TextSize = 17
- wait(0.5)
- Framelol2:TweenPosition(UDim2.new(0.435,0,0.293,0), 'Out', 'Quad', 3)
- Pitchs.Name = "Pitchs"
- Pitchs.Parent = Framelol2
- Pitchs.BackgroundColor3 = Color3.new(0, 0, 0)
- Pitchs.Position = UDim2.new(0.715835154, 0, 0.358662605, 0)
- Pitchs.Size = UDim2.new(0, 131, 0, 27)
- Pitchs.Font = Enum.Font.Code
- Pitchs.PlaceholderText = "1"
- Pitchs.Text = "1"
- Pitchs.TextColor3 = Color3.new(1, 0.0509804, 0.0196078)
- Pitchs.TextSize = 17
- Looping.Name = "Looping"
- Looping.Parent = Framelol2
- Looping.BackgroundColor3 = Color3.new(0, 0, 0)
- Looping.Position = UDim2.new(0.275488079, 0, 0.565349519, 0)
- Looping.Size = UDim2.new(0, 220, 0, 27)
- Looping.Font = Enum.Font.Code
- Looping.PlaceholderText = "true"
- Looping.Text = "true"
- Looping.TextColor3 = Color3.new(1, 0.0509804, 0.0196078)
- Looping.TextSize = 17
- Close.Name = "Close"
- Close.Parent = Framelol2
- Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Close.Position = UDim2.new(0.95227766, 0, 0, 0)
- Close.Size = UDim2.new(0, 22, 0, 16)
- Close.Font = Enum.Font.Code
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 0.0745098, 0.0745098)
- Close.TextSize = 20
- StressedOut.MouseButton1Click:connect(function()
- Framelol2.Visible = true
- end)
- Songs.Name = "Songs"
- Songs.Parent = Framelol2
- Songs.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Songs.Position = UDim2.new(0, 0, 0.729483306, 0)
- Songs.Size = UDim2.new(0, 461, 0, 27)
- Songs.Font = Enum.Font.Code
- Songs.Text = "Song List"
- Songs.TextColor3 = Color3.new(1, 0.0745098, 0.0745098)
- Songs.TextSize = 20
- PlayerFrame.Name = "PlayerFrame"
- PlayerFrame.Parent = Framelol2
- PlayerFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- PlayerFrame.Position = UDim2.new(0.989153981, 0, 0, 0)
- PlayerFrame.Size = UDim2.new(0, 138, 0, 329)
- PlayerFrame.Visible = false
- StressedOut.Name = "StressedOut"
- StressedOut.Parent = PlayerFrame
- StressedOut.BackgroundColor3 = Color3.new(1, 1, 1)
- StressedOut.Position = UDim2.new(0, 0, 0.166530237, 0)
- StressedOut.Size = UDim2.new(0, 124, 0, 26)
- StressedOut.Font = Enum.Font.SourceSans
- StressedOut.Text = "Stressed Out"
- StressedOut.TextColor3 = Color3.new(1, 0.27451, 0.054902)
- StressedOut.TextSize = 14
- StressedOut.MouseButton1Click:connect(function()
- mbox.Text = "437141803"
- end)
- RobloxGodsplan.Name = "RobloxGodsplan"
- RobloxGodsplan.Parent = PlayerFrame
- RobloxGodsplan.BackgroundColor3 = Color3.new(1, 1, 1)
- RobloxGodsplan.Position = UDim2.new(0, 0, 0.227263063, 0)
- RobloxGodsplan.Size = UDim2.new(0, 124, 0, 26)
- RobloxGodsplan.Font = Enum.Font.SourceSans
- RobloxGodsplan.Text = "Drake - God's Plan"
- RobloxGodsplan.TextColor3 = Color3.new(1, 0.27451, 0.054902)
- RobloxGodsplan.TextSize = 14
- RobloxGodsplan.MouseButton1Click:connect(function()
- mbox.Text = "1479998427"
- end)
- NoTearsLeftToCry.Name = "NoTearsLeftToCry"
- NoTearsLeftToCry.Parent = PlayerFrame
- NoTearsLeftToCry.BackgroundColor3 = Color3.new(1, 1, 1)
- NoTearsLeftToCry.Position = UDim2.new(0, 0, 0.287546724, 0)
- NoTearsLeftToCry.Size = UDim2.new(0, 124, 0, 26)
- NoTearsLeftToCry.Font = Enum.Font.SourceSans
- NoTearsLeftToCry.Text = "No Tears Left To Cry"
- NoTearsLeftToCry.TextColor3 = Color3.new(1, 0.27451, 0.054902)
- NoTearsLeftToCry.TextSize = 14
- NoTearsLeftToCry.MouseButton1Click:connect(function()
- mbox.Text = "1644305993"
- end)
- FeelingtheNight.Name = "FeelingtheNight"
- FeelingtheNight.Parent = PlayerFrame
- FeelingtheNight.BackgroundColor3 = Color3.new(1, 1, 1)
- FeelingtheNight.Position = UDim2.new(0, 0, 0.354922593, 0)
- FeelingtheNight.Size = UDim2.new(0, 124, 0, 26)
- FeelingtheNight.Font = Enum.Font.SourceSans
- FeelingtheNight.Text = "Feeling the Night"
- FeelingtheNight.TextColor3 = Color3.new(1, 0.27451, 0.054902)
- FeelingtheNight.TextSize = 14
- FeelingtheNight.MouseButton1Click:connect(function()
- mbox.Text = "176406437"
- end)
- RobotLove.Name = "RobotLove"
- RobotLove.Parent = PlayerFrame
- RobotLove.BackgroundColor3 = Color3.new(1, 1, 1)
- RobotLove.Position = UDim2.new(0, 0, 0.422298491, 0)
- RobotLove.Size = UDim2.new(0, 124, 0, 26)
- RobotLove.Font = Enum.Font.SourceSans
- RobotLove.Text = "Klaypex - Robot Love"
- RobotLove.TextColor3 = Color3.new(1, 0.27451, 0.054902)
- RobotLove.TextSize = 14
- RobotLove.MouseButton1Click:connect(function()
- mbox.Text = "294544972"
- end)
- MilaJ.Name = "MilaJ"
- MilaJ.Parent = PlayerFrame
- MilaJ.BackgroundColor3 = Color3.new(1, 1, 1)
- MilaJ.Position = UDim2.new(0, 0, 0.493220508, 0)
- MilaJ.Size = UDim2.new(0, 124, 0, 26)
- MilaJ.Font = Enum.Font.SourceSans
- MilaJ.Text = "Mila J - Kickin Back"
- MilaJ.TextColor3 = Color3.new(1, 0.27451, 0.054902)
- MilaJ.TextSize = 14
- MilaJ.MouseButton1Click:connect(function()
- mbox.Text = "617032224"
- end)
- DaRichKidzz.Name = "DaRichKidzz"
- DaRichKidzz.Parent = PlayerFrame
- DaRichKidzz.BackgroundColor3 = Color3.new(1, 1, 1)
- DaRichKidzz.Position = UDim2.new(0, 0, 0.567688584, 0)
- DaRichKidzz.Size = UDim2.new(0, 124, 0, 26)
- DaRichKidzz.Font = Enum.Font.SourceSans
- DaRichKidzz.Text = "Da Rich Kidzz"
- DaRichKidzz.TextColor3 = Color3.new(1, 0.27451, 0.054902)
- DaRichKidzz.TextSize = 14
- DaRichKidzz.MouseButton1Click:connect(function()
- mbox.Text = "326797013"
- end)
- NerosDay.Name = "NerosDay"
- NerosDay.Parent = PlayerFrame
- NerosDay.BackgroundColor3 = Color3.new(1, 1, 1)
- NerosDay.Position = UDim2.new(0, 0, 0.635221064, 0)
- NerosDay.Size = UDim2.new(0, 124, 0, 26)
- NerosDay.Font = Enum.Font.SourceSans
- NerosDay.Text = "Nero's DayAtDisneyland"
- NerosDay.TextColor3 = Color3.new(1, 0.27451, 0.054902)
- NerosDay.TextSize = 14
- NerosDay.MouseButton1Click:connect(function()
- mbox.Text = "885996042"
- end)
- AestsFIGHT.Name = "AestsFIGHT!"
- AestsFIGHT.Parent = PlayerFrame
- AestsFIGHT.BackgroundColor3 = Color3.new(1, 1, 1)
- AestsFIGHT.Position = UDim2.new(0, 0, 0.702753544, 0)
- AestsFIGHT.Size = UDim2.new(0, 124, 0, 26)
- AestsFIGHT.Font = Enum.Font.SourceSans
- AestsFIGHT.Text = "Aests - FIGHT!"
- AestsFIGHT.TextColor3 = Color3.new(1, 0.27451, 0.054902)
- AestsFIGHT.TextSize = 14
- AestsFIGHT.MouseButton1Click:connect(function()
- mbox.Text = "493647101"
- end)
- MiGente.Name = "MiGente"
- MiGente.Parent = PlayerFrame
- MiGente.BackgroundColor3 = Color3.new(1, 1, 1)
- MiGente.Position = UDim2.new(0, 0, 0.766533673, 0)
- MiGente.Size = UDim2.new(0, 124, 0, 26)
- MiGente.Font = Enum.Font.SourceSans
- MiGente.Text = "Mi Gente"
- MiGente.TextColor3 = Color3.new(1, 0.27451, 0.054902)
- MiGente.TextSize = 14
- MiGente.MouseButton1Click:connect(function()
- mbox.Text = "1074851592"
- end)
- CloseFrame.Name = "CloseFrame"
- CloseFrame.Parent = PlayerFrame
- CloseFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- CloseFrame.Position = UDim2.new(0, 0, 0.0020397827, 0)
- CloseFrame.Size = UDim2.new(0, 124, 0, 26)
- CloseFrame.Font = Enum.Font.SourceSans
- CloseFrame.Text = "CloseFrame"
- CloseFrame.TextColor3 = Color3.new(1, 0.27451, 0.054902)
- CloseFrame.TextSize = 14
- CloseFrame.MouseButton1Click:connect(function()
- PlayerFrame.Visible = false
- end)
- Frame.Parent = Framelol2
- Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Frame.Size = UDim2.new(0, 439, 0, 16)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 431, 0, 16)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Welcome To Hex Tabs Music player"
- TextLabel.TextColor3 = Color3.new(0.690196, 0.14902, 0.0156863)
- TextLabel.TextSize = 20
- TextLabel_2.Parent = Framelol2
- TextLabel_2.BackgroundColor3 = Color3.new(1, 0, 0)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0.0238611717, 0, 0.270516723, 0)
- TextLabel_2.Size = UDim2.new(0, 121, 0, 23)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Volume"
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 20
- TextLabel_3.Parent = Framelol2
- TextLabel_3.BackgroundColor3 = Color3.new(1, 0, 0)
- TextLabel_3.BorderSizePixel = 0
- TextLabel_3.Position = UDim2.new(0.726681113, 0, 0.270516723, 0)
- TextLabel_3.Size = UDim2.new(0, 121, 0, 23)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "Pitch"
- TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_3.TextSize = 20
- TextLabel_4.Parent = Framelol2
- TextLabel_4.BackgroundColor3 = Color3.new(1, 0, 0)
- TextLabel_4.BorderSizePixel = 0
- TextLabel_4.Position = UDim2.new(0.382863313, 0, 0.465045601, 0)
- TextLabel_4.Size = UDim2.new(0, 121, 0, 23)
- TextLabel_4.Font = Enum.Font.SourceSans
- TextLabel_4.Text = "Looping?"
- TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_4.TextSize = 20
- StopM.Name = "StopM"
- StopM.Parent = Framelol2
- StopM.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- StopM.Position = UDim2.new(0.535653412, 0, 0.866692424, 0)
- StopM.Size = UDim2.new(0, 184, 0, 34)
- StopM.Font = Enum.Font.Code
- StopM.Text = "Stop"
- StopM.TextColor3 = Color3.new(1, 0.0745098, 0.0745098)
- StopM.TextSize = 20
- -- Scripts
- ----------Title
- Player=game:GetService("Players").LocalPlayer
- -----------------------------------------------------------------
- local p = game.Players.LocalPlayer
- local char = p.Character
- local head = char.Head
- local torso = char.Torso
- local txt = Instance.new("BillboardGui", char)
- txt.Adornee = char.Head
- txt.Name = "Name"
- txt.Size = UDim2.new(2, 0, 1.2, 0)
- txt.StudsOffset = Vector3.new(-9, 8, 0)
- local text = Instance.new("TextLabel", txt)
- text.Size = UDim2.new(10, 0, 7, 0)
- text.FontSize = "Size24"
- text.TextScaled = true
- text.TextTransparency = 0
- text.BackgroundTransparency = 1
- text.TextTransparency = 0
- text.TextStrokeTransparency = 0
- text.Font = "Arcade"
- text.TextStrokeColor3 = Color3.new(0, 0, 0)
- text.Text = "Hex Tabs Music Player"
- ---------------------------------------------------------------
- CloseFrame.MouseButton1Click:connect(function()
- PlayerFrame.Visible = false
- end)
- Songs.MouseButton1Click:connect(function()
- PlayerFrame.Visible = true
- end)
- --------------------------------------------------------------
- mselect.MouseButton1Click:connect(function()
- currentsong = game:GetService("MarketplaceService"):GetProductInfo(tonumber(mbox.Text)).Name
- text.Text = "Hex Tabs Now Playing: "..currentsong
- wait(4)
- text.Text = "Hex Tabs Music Player"
- end)
- mselect.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge -- this is god
- if toggle == false then
- loadPart()
- toggle = true
- elseif toggle == true then
- loadPart()
- toggle = false
- end
- end)
- function loadPart()
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v.Name == "MusicItem" and v.ClassName == "Part" then
- v:Remove()
- end
- end
- local Part = Instance.new("Part", game.Players.LocalPlayer.Character)
- Part.CanCollide = false
- Part.Shape = "Block"
- Part.Anchored = false
- Part.Locked = true
- Part.Name = "MusicItem"
- Part.Transparency = 0
- Part.Material = "Neon"
- local CylinderMesh = Instance.new("CylinderMesh", Part)
- Player=game:GetService("Players").LocalPlayer
- -----------------------------------------------------------------
- local p = game.Players.LocalPlayer
- local char = p.Character
- local torso = char.Torso
- local Sound = Instance.new("Sound", Character)
- Sound.SoundId = "https://www.roblox.com/asset/?id="..mbox.Text
- Sound.EmitterSize = math.huge
- Sound.MaxDistance = math.huge
- Sound.Looped = Looping.Text
- Sound.Pitch = Pitchs.Text
- Sound.Name = "Sound"
- Sound.Volume = Volumes.Text
- Sound:Play()
- StopM.MouseButton1Click:connect(function()
- Sound:Stop()
- end)
- Part.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position) * CFrame.new(0,-2.9,0)
- local bp = Instance.new("BodyPosition", Part)
- bp.Position = Character:FindFirstChild("Torso").CFrame * CFrame.new(0, -2.9, 0).p
- bp.MaxForce = Vector3.new(10000,10000,10000)
- bp.P = 100000
- while true do
- bp.Position = Character:FindFirstChild("Torso").CFrame * CFrame.new(0, -2.9, 0).p
- local alg = math.floor(Sound.PlaybackLoudness)/40
- CylinderMesh.Scale = Vector3.new(.6+alg,.2,.6+alg)
- Part.BrickColor = BrickColor.Random()
- wait()
- text.TextColor3 = Color3.new(math.random(), math.random(), math.random())
- end
- end
- Framelol2.Visible = true
- Framelol2.Draggable = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement