Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- $$$$$$\ $$\ $$\ $$\
- $$ __$$\ $$ | $$ | $$ |
- $$ / \__|$$$$$$$\ $$$$$$\ $$$$$$$$\$$$$$$\ $$$$$$\$$$$\ $$ | $$$$$$\ $$$$$$\ $$$$$$$ | $$$$$$\ $$$$$$\
- \$$$$$$\ $$ __$$\ \____$$\ \____$$ \____$$\ $$ _$$ _$$\ $$ | $$ __$$\ \____$$\ $$ __$$ |$$ __$$\ $$ __$$\
- \____$$\ $$ | $$ | $$$$$$$ | $$$$ _/$$$$$$$ |$$ / $$ / $$ | $$ | $$ / $$ | $$$$$$$ |$$ / $$ |$$$$$$$$ |$$ | \__|
- $$\ $$ |$$ | $$ |$$ __$$ | $$ _/ $$ __$$ |$$ | $$ | $$ | $$ | $$ | $$ |$$ __$$ |$$ | $$ |$$ ____|$$ |
- \$$$$$$ |$$ | $$ |\$$$$$$$ |$$$$$$$$\$$$$$$$ |$$ | $$ | $$ | $$$$$$$$\$$$$$$ |\$$$$$$$ |\$$$$$$$ |\$$$$$$$\ $$ |
- \______/ \__| \__| \_______|\________\_______|\__| \__| \__| \________\______/ \_______| \_______| \_______|\__|
- --]]
- if FilteringEnabled then
- print("Filtering is Enabled")
- else
- print("Filtering is Disabled")
- end
- print("Credits to the Team of Shazam")
- print("Shazam UI ALPHA 0.01")
- --My Objects <3
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Frame2 = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local FECommands = Instance.new("TextButton")
- local Scripts = Instance.new("TextButton")
- local Misc = Instance.new("TextButton")
- local TextButton5 = Instance.new("TextButton")
- local TextButton6 = Instance.new("TextButton")
- local TextButton7 = Instance.new("TextButton")
- local TextButton8 = Instance.new("TextButton")
- local TextButton9 = Instance.new("TextButton")
- local TextButton10 = Instance.new("TextButton")
- local TextButton11 = Instance.new("TextButton")
- local TextButton12 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel") --dun dun da
- --Prop
- ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
- Frame.Position = UDim2.new(0.5, -115, 0, -145)
- Frame.Size = UDim2.new(0, 230, 0, 290)
- TextButton.Parent = ScreenGui
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Position = UDim2.new(0, 220, 0, 70)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Style = Enum.ButtonStyle.RobloxRoundButton
- TextButton.Font = Enum.Font.SourceSans
- TextButton.FontSize = Enum.FontSize.Size14
- TextButton.Text = "Load Shazam Loader"
- TextButton.TextSize = 14
- Frame2.Name = "Frame2"
- Frame2.Parent = ScreenGui
- Frame2.Visible = false
- Frame2.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
- Frame2.Position = UDim2.new(0.5, -201, 0.5, -120)
- Frame2.Size = UDim2.new(0, 400, 0, 300)
- TextLabel.Parent = ScreenGui
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderColor3 = Color3.new(0.945098, 0.894118, 0.129412)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.300000012, 25, 0.300000012, 4)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.FontSize = Enum.FontSize.Size14
- TextLabel.Text = "Shazam"
- TextLabel.TextColor3 = Color3.new(0.729412, 0.854902, 0.0941177)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextStrokeColor3 = Color3.new(1, 0.298039, 0.235294)
- TextLabel.TextWrapped = true
- TextLabel.Visible = false
- Misc.Name = "Misc"
- Misc.Parent = ScreenGui
- Misc.BackgroundColor3 = Color3.new(1, 1, 1)
- Misc.BorderColor3 = Color3.new(0, 0.952941, 1)
- Misc.Position = UDim2.new(0, 119, 0, 229)
- Misc.Size = UDim2.new(0, 130, 0, 40)
- Misc.Font = Enum.Font.SourceSans
- Misc.FontSize = Enum.FontSize.Size14
- Misc.Text = "Misc"
- Misc.TextColor3 = Color3.new(0, 1, 0)
- Misc.TextSize = 14
- Misc.TextStrokeColor3 = Color3.new(0.282353, 0.603922, 0.992157)
- Misc.Visible = false
- FECommands.Name = "FE Commands"
- FECommands.Parent = ScreenGui
- FECommands.BackgroundColor3 = Color3.new(1, 1, 1)
- FECommands.BorderColor3 = Color3.new(0, 0.952941, 1)
- FECommands.Position = UDim2.new(0, 383, 0, 229)
- FECommands.Size = UDim2.new(0, 130, 0, 40)
- FECommands.Font = Enum.Font.SourceSans
- FECommands.FontSize = Enum.FontSize.Size14
- FECommands.Text = "FE Commands"
- FECommands.TextColor3 = Color3.new(0, 1, 0)
- FECommands.TextSize = 14
- FECommands.TextStrokeColor3 = Color3.new(0.282353, 0.603922, 0.992157)
- FECommands.Visible = false
- Scripts.Name = "Scripts"
- Scripts.Parent = ScreenGui
- Scripts.BackgroundColor3 = Color3.new(1, 1, 1)
- Scripts.BorderColor3 = Color3.new(0, 0.952941, 1)
- Scripts.Position = UDim2.new(0, 250, 0, 229)
- Scripts.Size = UDim2.new(0, 130, 0, 40)
- Scripts.Font = Enum.Font.SourceSans
- Scripts.FontSize = Enum.FontSize.Size14
- Scripts.Text = "Script Tabs"
- Scripts.TextColor3 = Color3.new(0, 1, 0)
- Scripts.TextSize = 14
- Scripts.TextStrokeColor3 = Color3.new(0.282353, 0.603922, 0.992157)
- Scripts.Visible = false
- --Scripts Source
- game.Players.LocalPlayer.PlayerGui.ScreenGui.TextButton.MouseButton1Down:connect(function()
- print("Okay Loading the Gui")
- game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame2.Visible = true
- game.Players.LocalPlayer.PlayerGui.ScreenGui.FECommands.Visible = true
- game.Players.LocalPlayer.PlayerGui.ScreenGui.Misc.Visible = true
- game.Players.LocalPlayer.PlayerGui.ScreenGui.Scripts.Visible = true
- game.Players.LocalPlayer.PlayerGui.ScreenGui.TextLabel.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement