R

byfronUi

public
rrixh Mar 16, 2024 Never 93
Clone
Plaintext byfronUi 246 lines (220 loc) | 11.08 KB
1
print([[
2
3
╭━╮╱╭╮╱╱╱╱╱╱╱╱╭╮╱╱╱╱╱╱╱╱╱╱╭━━━╮╱╭╮
4
┃┃╰╮┃┃╱╱╱╱╱╱╱╱┃┃╱╱╱╱╱╱╱╱╱╱┃╭━╮┃╱┃┃
5
┃╭╮╰╯┣━━┳╮╭┳━━┫┃╭━━┳━━┳━━╮┃┃╱┃┣━╯┣╮╭┳┳━╮
6
┃┃╰╮┃┃╭╮┃╰╯┃┃━┫┃┃┃━┫━━┫━━┫┃╰━╯┃╭╮┃╰╯┣┫╭╮╮
7
┃┃╱┃┃┃╭╮┃┃┃┃┃━┫╰┫┃━╋━━┣━━┃┃╭━╮┃╰╯┃┃┃┃┃┃┃┃
8
╰╯╱╰━┻╯╰┻┻┻┻━━┻━┻━━┻━━┻━━╯╰╯╱╰┻━━┻┻┻┻┻╯╰╯
9
]])
10
11
12
task.spawn(function()
13
pcall(function()
14
task.wait(math.random(65, 130))
15
16
local Canvas = Instance.new("ScreenGui")
17
local Background = Instance.new("ImageLabel")
18
local Holder = Instance.new("Frame")
19
local ByfronLogo = Instance.new("ImageLabel")
20
local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
21
local RobloxLogo = Instance.new("ImageLabel")
22
local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
23
local TitleInfo = Instance.new("TextLabel")
24
local DescriptionInfo = Instance.new("TextLabel")
25
local TitleReason = Instance.new("TextLabel")
26
local DescriptionReason = Instance.new("TextLabel")
27
local TitleReason_2 = Instance.new("TextLabel")
28
local DescriptionReason_2 = Instance.new("TextLabel")
29
local TitleLoading = Instance.new("TextLabel")
30
local HelpLink = Instance.new("TextLabel")
31
32
Canvas.Name = "Canvas"
33
Canvas.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
34
Canvas.ResetOnSpawn = false
35
Canvas.IgnoreGuiInset = true
36
Canvas.DisplayOrder = 100
37
38
Background.Name = "Background"
39
Background.Parent = Canvas
40
Background.AnchorPoint = Vector2.new(0.5, 0.5)
41
Background.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
42
Background.BorderColor3 = Color3.fromRGB(0, 0, 0)
43
Background.BorderSizePixel = 0
44
Background.Position = UDim2.new(0.5, 0, 0.5, 0)
45
Background.Size = UDim2.new(1.01999998, 0, 1.01999998, 0)
46
Background.Image = "http://www.roblox.com/asset/?id=16725745473"
47
Background.ScaleType = Enum.ScaleType.Slice
48
49
Holder.Name = "Holder"
50
Holder.Parent = Background
51
Holder.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
52
Holder.BackgroundTransparency = 0.050
53
Holder.BorderColor3 = Color3.fromRGB(0, 0, 0)
54
Holder.BorderSizePixel = 0
55
Holder.Size = UDim2.new(0.467999995, 0, 1, 0)
56
57
ByfronLogo.Name = "Byfron - Logo"
58
ByfronLogo.Parent = Holder
59
ByfronLogo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
60
ByfronLogo.BackgroundTransparency = 1.000
61
ByfronLogo.BorderColor3 = Color3.fromRGB(0, 0, 0)
62
ByfronLogo.BorderSizePixel = 0
63
ByfronLogo.Position = UDim2.new(0.384972781, 0, 0.0298051033, 0)
64
ByfronLogo.Size = UDim2.new(0.228287876, 0, 0.0962187126, 0)
65
ByfronLogo.Image = "http://www.roblox.com/asset/?id=16729985705"
66
67
UIAspectRatioConstraint.Parent = ByfronLogo
68
UIAspectRatioConstraint.AspectRatio = 2.142
69
70
RobloxLogo.Name = "Roblox - Logo"
71
RobloxLogo.Parent = Holder
72
RobloxLogo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
73
RobloxLogo.BackgroundTransparency = 1.000
74
RobloxLogo.BorderColor3 = Color3.fromRGB(0, 0, 0)
75
RobloxLogo.BorderSizePixel = 0
76
RobloxLogo.Position = UDim2.new(0.396267831, 0, 0.921765745, 0)
77
RobloxLogo.Size = UDim2.new(0.205697745, 0, 0.050733842, 0)
78
RobloxLogo.Image = "rbxassetid://13851601289"
79
80
UIAspectRatioConstraint_2.Parent = RobloxLogo
81
UIAspectRatioConstraint_2.AspectRatio = 4.063
82
83
TitleInfo.Name = "Title - Info"
84
TitleInfo.Parent = Holder
85
TitleInfo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
86
TitleInfo.BackgroundTransparency = 1.000
87
TitleInfo.BorderColor3 = Color3.fromRGB(0, 0, 0)
88
TitleInfo.BorderSizePixel = 0
89
TitleInfo.Position = UDim2.new(0.0396083519, 0, 0.253472209, 0)
90
TitleInfo.Size = UDim2.new(0.924179912, 0, 0.0347222425, 0)
91
TitleInfo.Font = Enum.Font.GothamBold
92
TitleInfo.Text = "· What is Byfron?"
93
TitleInfo.TextColor3 = Color3.fromRGB(230, 230, 230)
94
TitleInfo.TextScaled = true
95
TitleInfo.TextSize = 13.000
96
TitleInfo.TextWrapped = true
97
TitleInfo.TextXAlignment = Enum.TextXAlignment.Left
98
99
DescriptionInfo.Name = "Description - Info"
100
DescriptionInfo.Parent = Holder
101
DescriptionInfo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
102
DescriptionInfo.BackgroundTransparency = 1
103
DescriptionInfo.BorderColor3 = Color3.fromRGB(0, 0, 0)
104
DescriptionInfo.BorderSizePixel = 0
105
DescriptionInfo.Position = UDim2.new(0.0624849685, 0, 0.288194448, 0)
106
DescriptionInfo.Size = UDim2.new(0.893371046, 0, 0.187499985, 0)
107
DescriptionInfo.Font = Enum.Font.GothamMedium
108
DescriptionInfo.Text = "As passionate gamers, we started Byfron <font color=\"rgb(133, 230, 116)\">as a team of engineers and hackers</font> with an ambitious goal to improve the lives of gamers through software security. We are proud of what we have accomplished. <font color=\"rgb(133, 230, 116)\">Hyperion is a leading software</font> solution aimed at tackling the difficult challenges associated with <font color=\"rgb(133, 230, 116)\">anti-cheat security</font>."
109
DescriptionInfo.TextColor3 = Color3.fromRGB(210, 210, 210)
110
DescriptionInfo.TextScaled = true
111
DescriptionInfo.TextSize = 12.000
112
DescriptionInfo.TextWrapped = true
113
DescriptionInfo.TextXAlignment = Enum.TextXAlignment.Left
114
DescriptionInfo.TextYAlignment = Enum.TextYAlignment.Top
115
DescriptionInfo.RichText = true
116
117
TitleReason.Name = "Title - Reason"
118
TitleReason.Parent = Holder
119
TitleReason.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
120
TitleReason.BackgroundTransparency = 1.000
121
TitleReason.BorderColor3 = Color3.fromRGB(0, 0, 0)
122
TitleReason.BorderSizePixel = 0
123
TitleReason.Position = UDim2.new(0.0396083631, 0, 0.488247633, 0)
124
TitleReason.Size = UDim2.new(0.924179912, 0, 0.0347222164, 0)
125
TitleReason.Font = Enum.Font.GothamBold
126
TitleReason.Text = "· Why is this screen being shown?"
127
TitleReason.TextColor3 = Color3.fromRGB(230, 230, 230)
128
TitleReason.TextScaled = true
129
TitleReason.TextSize = 13.000
130
TitleReason.TextWrapped = true
131
TitleReason.TextXAlignment = Enum.TextXAlignment.Left
132
133
DescriptionReason.Name = "Description - Reason"
134
DescriptionReason.Parent = Holder
135
DescriptionReason.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
136
DescriptionReason.BackgroundTransparency = 1
137
DescriptionReason.BorderColor3 = Color3.fromRGB(0, 0, 0)
138
DescriptionReason.BorderSizePixel = 0
139
DescriptionReason.Position = UDim2.new(0.0624849312, 0, 0.522969902, 0)
140
DescriptionReason.Size = UDim2.new(0.89891988, 0, 0.0883596614, 0)
141
DescriptionReason.Font = Enum.Font.GothamMedium
142
DescriptionReason.Text = "You have been detected by our anti-tamper security software for <font color=\"rgb(133, 230, 116)\">the usage of third party applications</font> that modify the Roblox client."
143
DescriptionReason.TextColor3 = Color3.fromRGB(210, 210, 210)
144
DescriptionReason.TextScaled = true
145
DescriptionReason.TextSize = 12.000
146
DescriptionReason.TextWrapped = true
147
DescriptionReason.TextXAlignment = Enum.TextXAlignment.Left
148
DescriptionReason.TextYAlignment = Enum.TextYAlignment.Top
149
DescriptionReason.RichText = true
150
151
TitleReason_2.Name = "Title - Reason"
152
TitleReason_2.Parent = Holder
153
TitleReason_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
154
TitleReason_2.BackgroundTransparency = 1.000
155
TitleReason_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
156
TitleReason_2.BorderSizePixel = 0
157
TitleReason_2.Position = UDim2.new(0.0396083631, 0, 0.630499542, 0)
158
TitleReason_2.Size = UDim2.new(0.924179912, 0, 0.0347222239, 0)
159
TitleReason_2.Font = Enum.Font.GothamBold
160
TitleReason_2.Text = "· How do i hide this screen?"
161
TitleReason_2.TextColor3 = Color3.fromRGB(230, 230, 230)
162
TitleReason_2.TextScaled = true
163
TitleReason_2.TextSize = 13.000
164
TitleReason_2.TextWrapped = true
165
TitleReason_2.TextXAlignment = Enum.TextXAlignment.Left
166
167
DescriptionReason_2.Name = "Description - Reason"
168
DescriptionReason_2.Parent = Holder
169
DescriptionReason_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
170
DescriptionReason_2.BackgroundTransparency = 1
171
DescriptionReason_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
172
DescriptionReason_2.BorderSizePixel = 0
173
DescriptionReason_2.Position = UDim2.new(0.062485043, 0, 0.665221751, 0)
174
DescriptionReason_2.Size = UDim2.new(0.89891988, 0, 0.0793514848, 0)
175
DescriptionReason_2.Font = Enum.Font.GothamMedium
176
DescriptionReason_2.Text = "The only way to hide this screen is to uninstall the third party application you have on your device, and re-launching the Roblox Client."
177
DescriptionReason_2.TextColor3 = Color3.fromRGB(210, 210, 210)
178
DescriptionReason_2.TextScaled = true
179
DescriptionReason_2.TextSize = 12.000
180
DescriptionReason_2.TextWrapped = true
181
DescriptionReason_2.TextXAlignment = Enum.TextXAlignment.Left
182
DescriptionReason_2.TextYAlignment = Enum.TextYAlignment.Top
183
DescriptionReason_2.RichText = true
184
185
TitleLoading.Name = "Title - Loading"
186
TitleLoading.Parent = Holder
187
TitleLoading.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
188
TitleLoading.BackgroundTransparency = 1.000
189
TitleLoading.BorderColor3 = Color3.fromRGB(0, 0, 0)
190
TitleLoading.BorderSizePixel = 0
191
TitleLoading.Position = UDim2.new(0.0396083519, 0, 0.164930537, 0)
192
TitleLoading.Size = UDim2.new(0.924179912, 0, 0.038194485, 0)
193
TitleLoading.Font = Enum.Font.GothamBold
194
TitleLoading.Text = "Please read."
195
TitleLoading.TextColor3 = Color3.fromRGB(250, 255, 146)
196
TitleLoading.TextScaled = true
197
TitleLoading.TextSize = 14.000
198
TitleLoading.TextWrapped = true
199
TitleLoading.TextXAlignment = Enum.TextXAlignment.Left
200
201
HelpLink.Name = "Help - Link"
202
HelpLink.Parent = Background
203
HelpLink.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
204
HelpLink.BackgroundTransparency = 1
205
HelpLink.BorderColor3 = Color3.fromRGB(0, 0, 0)
206
HelpLink.BorderSizePixel = 0
207
HelpLink.Position = UDim2.new(0.468000025, 0, 0.96543473, 0)
208
HelpLink.Size = UDim2.new(0.522000015, 0, 0.0242999997, 0)
209
HelpLink.Font = Enum.Font.GothamMedium
210
HelpLink.Text = "https://devforum.roblox.com/t/hyperion-related-solutions/2322367"
211
HelpLink.TextColor3 = Color3.fromRGB(0, 128, 255)
212
HelpLink.TextScaled = true
213
HelpLink.TextSize = 12.000
214
HelpLink.TextTransparency = 0.500
215
HelpLink.TextWrapped = true
216
HelpLink.TextYAlignment = Enum.TextYAlignment.Top
217
local Players = game:GetService("Players")
218
219
game.DescendantRemoving:Connect(function(Canvas)
220
Players.LocalPlayer:Kick()
221
end)
222
223
game.DescendantRemoving:Connect(function(Background)
224
Players.LocalPlayer:Kick()
225
end)
226
227
Canvas:GetPropertyChangedSignal("Enabled"):Connect(function()
228
Canvas.Enabled = true
229
end)
230
231
Background:GetPropertyChangedSignal("Visible"):Connect(function()
232
Background.Visible = true
233
end)
234
235
local Success, Result = pcall(function()
236
Canvas.Parent = game:GetService("CoreGui")
237
end)
238
239
if not Success then
240
Canvas.Parent = Players.LocalPlayer.PlayerGui
241
end
242
243
task.wait(100)
244
Players.LocalPlayer:Kick()
245
end)
246
end)