View difference between Paste ID: 1fYgqWwc and m2BK7JnE
SHOW: | | - or go back to the newest paste.
1
--[[
2
     $$$$$$\  $$\                                                       $$\                               $$\                     
3
$$  __$$\ $$ |                                                      $$ |                              $$ |                    
4
$$ /  \__|$$$$$$$\   $$$$$$\  $$$$$$$$\$$$$$$\  $$$$$$\$$$$\        $$ |     $$$$$$\   $$$$$$\   $$$$$$$ | $$$$$$\   $$$$$$\  
5
\$$$$$$\  $$  __$$\  \____$$\ \____$$  \____$$\ $$  _$$  _$$\       $$ |    $$  __$$\  \____$$\ $$  __$$ |$$  __$$\ $$  __$$\ 
6
 \____$$\ $$ |  $$ | $$$$$$$ |  $$$$ _/$$$$$$$ |$$ / $$ / $$ |      $$ |    $$ /  $$ | $$$$$$$ |$$ /  $$ |$$$$$$$$ |$$ |  \__|
7
$$\   $$ |$$ |  $$ |$$  __$$ | $$  _/ $$  __$$ |$$ | $$ | $$ |      $$ |    $$ |  $$ |$$  __$$ |$$ |  $$ |$$   ____|$$ |      
8
\$$$$$$  |$$ |  $$ |\$$$$$$$ |$$$$$$$$\$$$$$$$ |$$ | $$ | $$ |      $$$$$$$$\$$$$$$  |\$$$$$$$ |\$$$$$$$ |\$$$$$$$\ $$ |      
9
 \______/ \__|  \__| \_______|\________\_______|\__| \__| \__|      \________\______/  \_______| \_______| \_______|\__|      
10
                                                                                                                                                                                                                                                
11
--]]
12
13
if FilteringEnabled then
14
	print("Filtering is Enabled")
15
else
16
	print("Filtering is Disabled")
17
end
18
print("Credits to the Team of Shazam")
19
print("Shazam UI ALPHA 0.01")
20
--My Objects <3
21
local ScreenGui = Instance.new("ScreenGui")
22
local Frame = Instance.new("Frame")
23
local Frame2 = Instance.new("Frame")
24
local TextButton = Instance.new("TextButton")
25
local FECommands = Instance.new("TextButton")
26
local Scripts = Instance.new("TextButton")
27
local Misc = Instance.new("TextButton")
28
local TextButton5 = Instance.new("TextButton")
29
local TextButton6 = Instance.new("TextButton")
30
local TextButton7 = Instance.new("TextButton")
31
local TextButton8 = Instance.new("TextButton")
32
local TextButton9 = Instance.new("TextButton")
33
local TextButton10 = Instance.new("TextButton")
34
local TextButton11 = Instance.new("TextButton")
35
local TextButton12 = Instance.new("TextButton")
36
local TextLabel = Instance.new("TextLabel") --dun dun da
37
--Prop
38
ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
39
40
Frame.Parent = ScreenGui
41
Frame.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
42
Frame.Position = UDim2.new(0.5, -115, 0, -145)
43
Frame.Size = UDim2.new(0, 230, 0, 290)
44
TextButton.Parent = ScreenGui
45
TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
46
TextButton.Position = UDim2.new(0, 220, 0, 70)
47
TextButton.Size = UDim2.new(0, 200, 0, 50)
48
TextButton.Style = Enum.ButtonStyle.RobloxRoundButton
49
TextButton.Font = Enum.Font.SourceSans
50
TextButton.FontSize = Enum.FontSize.Size14
51
TextButton.Text = "Load Shazam Loader"
52
TextButton.TextSize = 14
53
54
Frame2.Name = "Frame2"
55
Frame2.Parent = ScreenGui
56
Frame2.Visible = false
57
Frame2.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
58
Frame2.Position = UDim2.new(0.5, -201, 0.5, -120)
59
Frame2.Size = UDim2.new(0, 400, 0, 300)
60
61
TextLabel.Parent = ScreenGui
62
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
63
TextLabel.BackgroundTransparency = 1
64
TextLabel.BorderColor3 = Color3.new(0.945098, 0.894118, 0.129412)
65
TextLabel.BorderSizePixel = 0
66
TextLabel.Position = UDim2.new(0.300000012, 25, 0.300000012, 4)
67
TextLabel.Size = UDim2.new(0, 200, 0, 50)
68
TextLabel.Font = Enum.Font.SciFi
69
TextLabel.FontSize = Enum.FontSize.Size14
70
TextLabel.Text = "Shazam"
71
TextLabel.TextColor3 = Color3.new(0.729412, 0.854902, 0.0941177)
72
TextLabel.TextScaled = true
73
TextLabel.TextSize = 14
74
TextLabel.TextStrokeColor3 = Color3.new(1, 0.298039, 0.235294)
75
TextLabel.TextWrapped = true
76
TextLabel.Visible = false
77
78
Misc.Name = "Misc"
79
Misc.Parent = ScreenGui
80
Misc.BackgroundColor3 = Color3.new(1, 1, 1)
81
Misc.BorderColor3 = Color3.new(0, 0.952941, 1)
82
Misc.Position = UDim2.new(0, 119, 0, 229)
83
Misc.Size = UDim2.new(0, 130, 0, 40)
84
Misc.Font = Enum.Font.SourceSans
85
Misc.FontSize = Enum.FontSize.Size14
86
Misc.Text = "Misc"
87
Misc.TextColor3 = Color3.new(0, 1, 0)
88
Misc.TextSize = 14
89
Misc.TextStrokeColor3 = Color3.new(0.282353, 0.603922, 0.992157)
90
Misc.Visible = false
91
92
FECommands.Name = "FE Commands"
93
FECommands.Parent = ScreenGui
94
FECommands.BackgroundColor3 = Color3.new(1, 1, 1)
95
FECommands.BorderColor3 = Color3.new(0, 0.952941, 1)
96
FECommands.Position = UDim2.new(0, 383, 0, 229)
97
FECommands.Size = UDim2.new(0, 130, 0, 40)
98
FECommands.Font = Enum.Font.SourceSans
99
FECommands.FontSize = Enum.FontSize.Size14
100
FECommands.Text = "FE Commands"
101
FECommands.TextColor3 = Color3.new(0, 1, 0)
102
FECommands.TextSize = 14
103
FECommands.TextStrokeColor3 = Color3.new(0.282353, 0.603922, 0.992157)
104
FECommands.Visible = false
105
106
Scripts.Name = "Scripts"
107
Scripts.Parent = ScreenGui
108
Scripts.BackgroundColor3 = Color3.new(1, 1, 1)
109
Scripts.BorderColor3 = Color3.new(0, 0.952941, 1)
110
Scripts.Position = UDim2.new(0, 250, 0, 229)
111
Scripts.Size = UDim2.new(0, 130, 0, 40)
112
Scripts.Font = Enum.Font.SourceSans
113
Scripts.FontSize = Enum.FontSize.Size14
114
Scripts.Text = "Script Tabs"
115
Scripts.TextColor3 = Color3.new(0, 1, 0)
116
Scripts.TextSize = 14
117
Scripts.TextStrokeColor3 = Color3.new(0.282353, 0.603922, 0.992157)
118
Scripts.Visible = false
119
120
121
122
123
124
--Scripts Source
125
game.Players.LocalPlayer.PlayerGui.ScreenGui.TextButton.MouseButton1Down:connect(function()
126
	print("Okay Loading the Gui")
127
	game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame2.Visible = true
128
	game.Players.LocalPlayer.PlayerGui.ScreenGui.FECommands.Visible = true
129
	game.Players.LocalPlayer.PlayerGui.ScreenGui.Misc.Visible = true
130
	game.Players.LocalPlayer.PlayerGui.ScreenGui.Scripts.Visible = true
131
	game.Players.LocalPlayer.PlayerGui.ScreenGui.TextLabel.Visible = true
132
end)