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 TextButton2 = Instance.new("TextButton")
- local TextButton3 = Instance.new("TextButton")
- local TextButton4 = 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")
- --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.Archivable = 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)
- --Scripts Source
- game.Players.LocalPlayer.PlayerGui.ScreenGui.TextButton.MouseButton1Down:connect(function()
- print("Okay Loading the Gui")
- game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame2.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement