0% found this document useful (0 votes)
33 views23 pages

Remium

The document is a Lua script for creating a graphical user interface (GUI) in Roblox, named 'byGoodRc7'. It includes various UI elements such as frames, buttons, labels, and shadows, designed to provide a user-friendly experience. The GUI features pages for credits, home, scripts, settings, and an executor, with a focus on aesthetic design and functionality.

Uploaded by

ethanirigoya21
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
0% found this document useful (0 votes)
33 views23 pages

Remium

The document is a Lua script for creating a graphical user interface (GUI) in Roblox, named 'byGoodRc7'. It includes various UI elements such as frames, buttons, labels, and shadows, designed to provide a user-friendly experience. The GUI features pages for credits, home, scripts, settings, and an executor, with a focus on aesthetic design and functionality.

Uploaded by

ethanirigoya21
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
You are on page 1/ 23

-- Gui to Lua

-- Version: 3.2

-- Instances:

local byGoodRc7 = Instance.new("ScreenGui")


local Main = Instance.new("Frame")
local AmbientShadow = Instance.new("ImageLabel")
local PenumbraShadow = Instance.new("ImageLabel")
local UmbraShadow = Instance.new("ImageLabel")
local UIGradient = Instance.new("UIGradient")
local Pages = Instance.new("Frame")
local Credits = Instance.new("Frame")
local UICorner = Instance.new("UICorner")
local Title = Instance.new("TextLabel")
local Button = Instance.new("TextButton")
local Label = Instance.new("TextLabel")
local Label_2 = Instance.new("TextLabel")
local Label_3 = Instance.new("TextLabel")
local Label_4 = Instance.new("TextLabel")
local Home = Instance.new("Frame")
local UICorner_2 = Instance.new("UICorner")
local Title_2 = Instance.new("TextLabel")
local Button_2 = Instance.new("TextButton")
local c = Instance.new("TextLabel")
local d = Instance.new("TextLabel")
local e = Instance.new("TextLabel")
local a = Instance.new("TextLabel")
local Scripts = Instance.new("Frame")
local UICorner_3 = Instance.new("UICorner")
local Title_3 = Instance.new("TextLabel")
local Button_3 = Instance.new("TextButton")
local RE = Instance.new("TextButton")
local UICorner_4 = Instance.new("UICorner")
local R6 = Instance.new("TextButton")
local UICorner_5 = Instance.new("UICorner")
local Search = Instance.new("TextBox")
local UICorner_6 = Instance.new("UICorner")
local ScrollingFrame = Instance.new("ScrollingFrame")
local Text1 = Instance.new("TextButton")
local Text1_2 = Instance.new("TextButton")
local Text1_3 = Instance.new("TextButton")
local Text1_4 = Instance.new("TextButton")
local Text1_5 = Instance.new("TextButton")
local Settings = Instance.new("Frame")
local UICorner_7 = Instance.new("UICorner")
local Title_4 = Instance.new("TextLabel")
local Button_4 = Instance.new("TextButton")
local Frame = Instance.new("Frame")
local Close = Instance.new("TextButton")
local UICorner_8 = Instance.new("UICorner")
local Executor = Instance.new("Frame")
local UICorner_9 = Instance.new("UICorner")
local Title_5 = Instance.new("TextLabel")
local Button_5 = Instance.new("TextButton")
local Clear = Instance.new("TextButton")
local UICorner_10 = Instance.new("UICorner")
local Lines = Instance.new("TextLabel")
local Execute = Instance.new("TextButton")
local UICorner_11 = Instance.new("UICorner")
local Source = Instance.new("TextBox")
local Tokens_ = Instance.new("TextLabel")
local Strings_ = Instance.new("TextLabel")
local RemoteHighlight_ = Instance.new("TextLabel")
local Numbers_ = Instance.new("TextLabel")
local Keywords_ = Instance.new("TextLabel")
local Globals_ = Instance.new("TextLabel")
local Comments_ = Instance.new("TextLabel")
local Hide = Instance.new("TextButton")
local UICorner_12 = Instance.new("UICorner")
local Menu = Instance.new("Frame")
local UICorner_13 = Instance.new("UICorner")
local Home_2 = Instance.new("TextButton")
local Title_6 = Instance.new("TextLabel")
local Button_6 = Instance.new("TextButton")
local Executor_2 = Instance.new("TextButton")
local Scripts_2 = Instance.new("TextButton")
local Settings_2 = Instance.new("TextButton")
local Credits_2 = Instance.new("TextButton")

--Properties:

byGoodRc7.Name = "byGoodRc7"
byGoodRc7.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
byGoodRc7.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
byGoodRc7.ResetOnSpawn = false

Main.Name = "Main"
Main.Parent = byGoodRc7
Main.AnchorPoint = Vector2.new(0.5, 0.5)
Main.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
Main.BorderSizePixel = 0
Main.Position = UDim2.new(0.5, 0, 0.5, 0)
Main.Size = UDim2.new(0, 502, 0, 306)

AmbientShadow.Name = "AmbientShadow"
AmbientShadow.Parent = Main
AmbientShadow.AnchorPoint = Vector2.new(0.5, 0.5)
AmbientShadow.BackgroundTransparency = 1.000
AmbientShadow.BorderColor3 = Color3.fromRGB(27, 42, 53)
AmbientShadow.BorderSizePixel = 0
AmbientShadow.Position = UDim2.new(0.5, 0, 0.5, 0)
AmbientShadow.Size = UDim2.new(1, 8, 1, 8)
AmbientShadow.ZIndex = -1
AmbientShadow.Image = "rbxassetid://1316045217"
AmbientShadow.ImageColor3 = Color3.fromRGB(170, 0, 255)
AmbientShadow.ImageTransparency = 0.800
AmbientShadow.ScaleType = Enum.ScaleType.Slice
AmbientShadow.SliceCenter = Rect.new(10, 10, 118, 118)

PenumbraShadow.Name = "PenumbraShadow"
PenumbraShadow.Parent = Main
PenumbraShadow.AnchorPoint = Vector2.new(0.5, 0.5)
PenumbraShadow.BackgroundTransparency = 1.000
PenumbraShadow.BorderColor3 = Color3.fromRGB(27, 42, 53)
PenumbraShadow.BorderSizePixel = 0
PenumbraShadow.Position = UDim2.new(0.5, 0, 0.5, 0)
PenumbraShadow.Size = UDim2.new(1, 18, 1, 18)
PenumbraShadow.ZIndex = -1
PenumbraShadow.Image = "rbxassetid://1316045217"
PenumbraShadow.ImageColor3 = Color3.fromRGB(170, 0, 255)
PenumbraShadow.ImageTransparency = 0.880
PenumbraShadow.ScaleType = Enum.ScaleType.Slice
PenumbraShadow.SliceCenter = Rect.new(10, 10, 118, 118)

UmbraShadow.Name = "UmbraShadow"
UmbraShadow.Parent = Main
UmbraShadow.AnchorPoint = Vector2.new(0.5, 0.5)
UmbraShadow.BackgroundTransparency = 1.000
UmbraShadow.BorderColor3 = Color3.fromRGB(27, 42, 53)
UmbraShadow.BorderSizePixel = 0
UmbraShadow.Position = UDim2.new(0.5, 0, 0.5, 0)
UmbraShadow.Size = UDim2.new(1, 10, 1, 10)
UmbraShadow.ZIndex = -1
UmbraShadow.Image = "rbxassetid://1316045217"
UmbraShadow.ImageColor3 = Color3.fromRGB(170, 0, 255)
UmbraShadow.ImageTransparency = 0.860
UmbraShadow.ScaleType = Enum.ScaleType.Slice
UmbraShadow.SliceCenter = Rect.new(10, 10, 118, 118)

UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00,
Color3.fromRGB(213, 128, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(213,
128, 255))}
UIGradient.Parent = Main

Pages.Name = "Pages"
Pages.Parent = Main
Pages.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Pages.BackgroundTransparency = 1.000
Pages.BorderColor3 = Color3.fromRGB(0, 0, 0)
Pages.BorderSizePixel = 0
Pages.Size = UDim2.new(1, 0, 1, 0)
Pages.ZIndex = 2

Credits.Name = "Credits"
Credits.Parent = Pages
Credits.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
Credits.BorderColor3 = Color3.fromRGB(27, 42, 53)
Credits.Position = UDim2.new(0.0059760958, 0, 0, 0)
Credits.Size = UDim2.new(0, 502, 0, 306)
Credits.Visible = false
Credits.ZIndex = 3

UICorner.CornerRadius = UDim.new(0, 1)
UICorner.Parent = Credits

Title.Name = "Title"
Title.Parent = Credits
Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Title.BackgroundTransparency = 1.000
Title.BorderColor3 = Color3.fromRGB(27, 42, 53)
Title.Position = UDim2.new(-0.0139442235, 0, 0, 0)
Title.Size = UDim2.new(0, 105, 0, 46)
Title.ZIndex = 4
Title.Font = Enum.Font.GothamBold
Title.Text = "R E M I U M"
Title.TextColor3 = Color3.fromRGB(170, 0, 255)
Title.TextSize = 12.000
Title.TextWrapped = true

Button.Name = "Button"
Button.Parent = Title
Button.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Button.BackgroundTransparency = 1.000
Button.BorderColor3 = Color3.fromRGB(27, 42, 53)
Button.Position = UDim2.new(0.145246521, 0, 0.195792824, 0)
Button.Size = UDim2.new(0, 81, 0, 30)
Button.Font = Enum.Font.SourceSans
Button.Text = ""
Button.TextColor3 = Color3.fromRGB(0, 0, 0)
Button.TextSize = 14.000

Label.Name = "Label"
Label.Parent = Credits
Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Label.BackgroundTransparency = 1.000
Label.BorderColor3 = Color3.fromRGB(27, 42, 53)
Label.Position = UDim2.new(0.382470161, 0, 0.169934645, 0)
Label.Size = UDim2.new(0, 105, 0, 46)
Label.ZIndex = 4
Label.Font = Enum.Font.GothamBold
Label.Text = "C R E D I T S"
Label.TextColor3 = Color3.fromRGB(170, 0, 255)
Label.TextSize = 12.000
Label.TextWrapped = true

Label_2.Name = "Label"
Label_2.Parent = Credits
Label_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Label_2.BackgroundTransparency = 1.000
Label_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
Label_2.Position = UDim2.new(0.274900407, 0, 0.379084975, 0)
Label_2.Size = UDim2.new(0, 226, 0, 46)
Label_2.ZIndex = 4
Label_2.Font = Enum.Font.GothamBold
Label_2.Text = "Adiont - Script Hub"
Label_2.TextColor3 = Color3.fromRGB(170, 0, 255)
Label_2.TextSize = 12.000
Label_2.TextWrapped = true

Label_3.Name = "Label"
Label_3.Parent = Credits
Label_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Label_3.BackgroundTransparency = 1.000
Label_3.BorderColor3 = Color3.fromRGB(27, 42, 53)
Label_3.Position = UDim2.new(0.274900407, 0, 0.486928105, 0)
Label_3.Size = UDim2.new(0, 226, 0, 46)
Label_3.ZIndex = 4
Label_3.Font = Enum.Font.GothamBold
Label_3.Text = "sso_coool - Scripter & UI Designer"
Label_3.TextColor3 = Color3.fromRGB(170, 0, 255)
Label_3.TextSize = 12.000
Label_3.TextWrapped = true
Label_4.Name = "Label"
Label_4.Parent = Credits
Label_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Label_4.BackgroundTransparency = 1.000
Label_4.BorderColor3 = Color3.fromRGB(27, 42, 53)
Label_4.Position = UDim2.new(-0.0398406386, 0, 0.875817001, 0)
Label_4.Size = UDim2.new(0, 226, 0, 46)
Label_4.ZIndex = 4
Label_4.Font = Enum.Font.GothamBold
Label_4.Text = ".gg/RmYN6suMh7"
Label_4.TextColor3 = Color3.fromRGB(170, 0, 255)
Label_4.TextSize = 12.000
Label_4.TextWrapped = true

Home.Name = "Home"
Home.Parent = Pages
Home.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
Home.BorderColor3 = Color3.fromRGB(27, 42, 53)
Home.Size = UDim2.new(0, 502, 0, 306)
Home.ZIndex = 3

UICorner_2.CornerRadius = UDim.new(0, 1)
UICorner_2.Parent = Home

Title_2.Name = "Title"
Title_2.Parent = Home
Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Title_2.BackgroundTransparency = 1.000
Title_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
Title_2.Position = UDim2.new(-0.0139442235, 0, 0, 0)
Title_2.Size = UDim2.new(0, 105, 0, 46)
Title_2.ZIndex = 4
Title_2.Font = Enum.Font.GothamBold
Title_2.Text = "R E M I U M"
Title_2.TextColor3 = Color3.fromRGB(170, 0, 255)
Title_2.TextSize = 12.000
Title_2.TextWrapped = true

Button_2.Name = "Button"
Button_2.Parent = Title_2
Button_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Button_2.BackgroundTransparency = 1.000
Button_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
Button_2.Position = UDim2.new(0.145246521, 0, 0.195792824, 0)
Button_2.Size = UDim2.new(0, 81, 0, 30)
Button_2.Font = Enum.Font.SourceSans
Button_2.Text = ""
Button_2.TextColor3 = Color3.fromRGB(0, 0, 0)
Button_2.TextSize = 14.000

c.Name = "c"
c.Parent = Home
c.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
c.BackgroundTransparency = 1.000
c.BorderColor3 = Color3.fromRGB(27, 42, 53)
c.Position = UDim2.new(0.286852598, 0, 0.391807795, 0)
c.Size = UDim2.new(0, 220, 0, 26)
c.ZIndex = 4
c.Font = Enum.Font.GothamMedium
c.Text = "WELCOME TO REMIUM, USER. "
c.TextColor3 = Color3.fromRGB(170, 0, 255)
c.TextScaled = true
c.TextSize = 16.000
c.TextWrapped = true

d.Name = "d"
d.Parent = Home
d.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
d.BackgroundTransparency = 1.000
d.BorderColor3 = Color3.fromRGB(27, 42, 53)
d.Position = UDim2.new(0.254980087, 0, 0.46614635, 0)
d.Size = UDim2.new(0, 246, 0, 29)
d.ZIndex = 4
d.Font = Enum.Font.GothamMedium
d.Text = "WHAT DO YOU WANT TO DO?"
d.TextColor3 = Color3.fromRGB(170, 0, 255)
d.TextScaled = true
d.TextSize = 12.000
d.TextWrapped = true

e.Name = "e"
e.Parent = Home
e.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
e.BackgroundTransparency = 1.000
e.BorderColor3 = Color3.fromRGB(27, 42, 53)
e.Position = UDim2.new(0.591633439, 0, 0.881178916, 0)
e.Size = UDim2.new(0, 198, 0, 29)
e.ZIndex = 4
e.Font = Enum.Font.GothamMedium
e.Text = "P.S PRESS THE REMIUM BUTTON TO GO TO MENU"
e.TextColor3 = Color3.fromRGB(170, 0, 255)
e.TextSize = 12.000
e.TextWrapped = true

a.Name = "a"
a.Parent = Home
a.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
a.BackgroundTransparency = 1.000
a.BorderColor3 = Color3.fromRGB(27, 42, 53)
a.Position = UDim2.new(-0.0179999992, 0, 0.875999987, 0)
a.Size = UDim2.new(0, 226, 0, 46)
a.ZIndex = 4
a.Font = Enum.Font.GothamBold
a.Text = ".gg/RmYN6suMh7"
a.TextColor3 = Color3.fromRGB(170, 0, 255)
a.TextSize = 12.000
a.TextWrapped = true

Scripts.Name = "Scripts"
Scripts.Parent = Pages
Scripts.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
Scripts.BorderColor3 = Color3.fromRGB(27, 42, 53)
Scripts.Position = UDim2.new(0.0059760958, 0, 0, 0)
Scripts.Size = UDim2.new(0, 502, 0, 306)
Scripts.Visible = false
Scripts.ZIndex = 3

UICorner_3.CornerRadius = UDim.new(0, 1)
UICorner_3.Parent = Scripts

Title_3.Name = "Title"
Title_3.Parent = Scripts
Title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Title_3.BackgroundTransparency = 1.000
Title_3.BorderColor3 = Color3.fromRGB(27, 42, 53)
Title_3.Position = UDim2.new(-0.0139442235, 0, 0, 0)
Title_3.Size = UDim2.new(0, 105, 0, 46)
Title_3.ZIndex = 4
Title_3.Font = Enum.Font.GothamBold
Title_3.Text = "R E M I U M"
Title_3.TextColor3 = Color3.fromRGB(170, 0, 255)
Title_3.TextSize = 12.000
Title_3.TextWrapped = true

Button_3.Name = "Button"
Button_3.Parent = Title_3
Button_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Button_3.BackgroundTransparency = 1.000
Button_3.BorderColor3 = Color3.fromRGB(27, 42, 53)
Button_3.Position = UDim2.new(0.145246521, 0, 0.195792824, 0)
Button_3.Size = UDim2.new(0, 81, 0, 30)
Button_3.Font = Enum.Font.SourceSans
Button_3.Text = ""
Button_3.TextColor3 = Color3.fromRGB(0, 0, 0)
Button_3.TextSize = 14.000

RE.Name = "RE"
RE.Parent = Scripts
RE.AnchorPoint = Vector2.new(1, 0)
RE.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
RE.BorderColor3 = Color3.fromRGB(27, 42, 53)
RE.Position = UDim2.new(1, -10, 0, 7)
RE.Size = UDim2.new(0, 32, 0, 32)
RE.ZIndex = 4
RE.AutoButtonColor = false
RE.Font = Enum.Font.GothamMedium
RE.Text = "RE"
RE.TextColor3 = Color3.fromRGB(255, 255, 255)
RE.TextSize = 12.000

UICorner_4.CornerRadius = UDim.new(0, 1)
UICorner_4.Parent = RE

R6.Name = "R6"
R6.Parent = Scripts
R6.AnchorPoint = Vector2.new(1, 0)
R6.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
R6.BorderColor3 = Color3.fromRGB(27, 42, 53)
R6.Position = UDim2.new(1, -52, 0, 7)
R6.Size = UDim2.new(0, 32, 0, 32)
R6.ZIndex = 4
R6.AutoButtonColor = false
R6.Font = Enum.Font.GothamMedium
R6.Text = "R6"
R6.TextColor3 = Color3.fromRGB(255, 255, 255)
R6.TextSize = 12.000
UICorner_5.CornerRadius = UDim.new(0, 1)
UICorner_5.Parent = R6

Search.Name = "Search"
Search.Parent = Scripts
Search.AnchorPoint = Vector2.new(1, 0)
Search.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
Search.BorderColor3 = Color3.fromRGB(0, 0, 0)
Search.BorderSizePixel = 0
Search.Position = UDim2.new(1, -94, 0, 7)
Search.Size = UDim2.new(0, 132, 0, 32)
Search.ZIndex = 4
Search.Font = Enum.Font.GothamMedium
Search.PlaceholderText = "Search"
Search.Text = ""
Search.TextColor3 = Color3.fromRGB(255, 255, 255)
Search.TextSize = 12.000

UICorner_6.CornerRadius = UDim.new(0, 1)
UICorner_6.Parent = Search

ScrollingFrame.Parent = Scripts
ScrollingFrame.Active = true
ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ScrollingFrame.BackgroundTransparency = 1.000
ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
ScrollingFrame.BorderSizePixel = 0
ScrollingFrame.Position = UDim2.new(0.0139442235, 0, 0.150326803, 0)
ScrollingFrame.Size = UDim2.new(0, 485, 0, 252)

Text1.Name = "Text1"
Text1.Parent = ScrollingFrame
Text1.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
Text1.BorderColor3 = Color3.fromRGB(0, 0, 0)
Text1.BorderSizePixel = 0
Text1.Size = UDim2.new(0, 485, 0, 35)
Text1.Font = Enum.Font.Roboto
Text1.Text = "c00lgui"
Text1.TextColor3 = Color3.fromRGB(255, 255, 255)
Text1.TextSize = 14.000
Text1.TextWrapped = true

Text1_2.Name = "Text1"
Text1_2.Parent = ScrollingFrame
Text1_2.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
Text1_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
Text1_2.BorderSizePixel = 0
Text1_2.Position = UDim2.new(0, -2, 0, 45)
Text1_2.Size = UDim2.new(0, 485, 0, 35)
Text1_2.Font = Enum.Font.Roboto
Text1_2.Text = "T0p3k"
Text1_2.TextColor3 = Color3.fromRGB(255, 255, 255)
Text1_2.TextSize = 14.000
Text1_2.TextWrapped = true

Text1_3.Name = "Text1"
Text1_3.Parent = ScrollingFrame
Text1_3.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
Text1_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
Text1_3.BorderSizePixel = 0
Text1_3.Position = UDim2.new(0, -2, 0, 89)
Text1_3.Size = UDim2.new(0, 485, 0, 35)
Text1_3.Font = Enum.Font.Roboto
Text1_3.Text = "Polaria"
Text1_3.TextColor3 = Color3.fromRGB(255, 255, 255)
Text1_3.TextSize = 14.000
Text1_3.TextWrapped = true

Text1_4.Name = "Text1"
Text1_4.Parent = ScrollingFrame
Text1_4.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
Text1_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
Text1_4.BorderSizePixel = 0
Text1_4.Position = UDim2.new(0, -2, 0, 133)
Text1_4.Size = UDim2.new(0, 485, 0, 35)
Text1_4.Font = Enum.Font.Roboto
Text1_4.Text = "sheldo"
Text1_4.TextColor3 = Color3.fromRGB(255, 255, 255)
Text1_4.TextSize = 14.000
Text1_4.TextWrapped = true

Text1_5.Name = "Text1"
Text1_5.Parent = ScrollingFrame
Text1_5.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
Text1_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
Text1_5.BorderSizePixel = 0
Text1_5.Position = UDim2.new(0, -2, 0, 178)
Text1_5.Size = UDim2.new(0, 485, 0, 35)
Text1_5.Font = Enum.Font.Roboto
Text1_5.Text = "TeamFat Gui v17"
Text1_5.TextColor3 = Color3.fromRGB(255, 255, 255)
Text1_5.TextSize = 14.000
Text1_5.TextWrapped = true

Settings.Name = "Settings"
Settings.Parent = Pages
Settings.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
Settings.BorderColor3 = Color3.fromRGB(27, 42, 53)
Settings.Size = UDim2.new(0, 502, 0, 306)
Settings.Visible = false
Settings.ZIndex = 3

UICorner_7.CornerRadius = UDim.new(0, 1)
UICorner_7.Parent = Settings

Title_4.Name = "Title"
Title_4.Parent = Settings
Title_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Title_4.BackgroundTransparency = 1.000
Title_4.BorderColor3 = Color3.fromRGB(27, 42, 53)
Title_4.Position = UDim2.new(-0.0139442235, 0, 0, 0)
Title_4.Size = UDim2.new(0, 105, 0, 46)
Title_4.ZIndex = 4
Title_4.Font = Enum.Font.GothamBold
Title_4.Text = "R E M I U M"
Title_4.TextColor3 = Color3.fromRGB(170, 0, 255)
Title_4.TextSize = 12.000
Title_4.TextWrapped = true
Button_4.Name = "Button"
Button_4.Parent = Title_4
Button_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Button_4.BackgroundTransparency = 1.000
Button_4.BorderColor3 = Color3.fromRGB(27, 42, 53)
Button_4.Position = UDim2.new(0.145246521, 0, 0.195792824, 0)
Button_4.Size = UDim2.new(0, 81, 0, 30)
Button_4.Font = Enum.Font.SourceSans
Button_4.Text = ""
Button_4.TextColor3 = Color3.fromRGB(0, 0, 0)
Button_4.TextSize = 14.000

Frame.Parent = Settings
Frame.BackgroundColor3 = Color3.fromRGB(27, 27, 27)
Frame.BorderColor3 = Color3.fromRGB(27, 42, 53)
Frame.BorderSizePixel = 0
Frame.Position = UDim2.new(0.0199203193, 0, 0.130718961, 0)
Frame.Size = UDim2.new(0, 488, 0, 258)
Frame.ZIndex = 4

Close.Name = "Close"
Close.Parent = Frame
Close.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
Close.BorderColor3 = Color3.fromRGB(27, 42, 53)
Close.Position = UDim2.new(0.0122950822, 0, 0.0636777654, 0)
Close.Size = UDim2.new(0, 476, 0, 33)
Close.AutoButtonColor = false
Close.Font = Enum.Font.GothamMedium
Close.Text = "Close"
Close.TextColor3 = Color3.fromRGB(255, 255, 255)
Close.TextSize = 12.000

UICorner_8.CornerRadius = UDim.new(0, 1)
UICorner_8.Parent = Close

Executor.Name = "Executor"
Executor.Parent = Pages
Executor.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
Executor.BorderColor3 = Color3.fromRGB(27, 42, 53)
Executor.Size = UDim2.new(0, 502, 0, 306)
Executor.Visible = false
Executor.ZIndex = 3

UICorner_9.CornerRadius = UDim.new(0.0250000004, 0)
UICorner_9.Parent = Executor

Title_5.Name = "Title"
Title_5.Parent = Executor
Title_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Title_5.BackgroundTransparency = 1.000
Title_5.BorderColor3 = Color3.fromRGB(27, 42, 53)
Title_5.Position = UDim2.new(-0.0139442235, 0, 0, 0)
Title_5.Size = UDim2.new(0, 105, 0, 46)
Title_5.ZIndex = 4
Title_5.Font = Enum.Font.GothamBold
Title_5.Text = "R E M I U M"
Title_5.TextColor3 = Color3.fromRGB(170, 0, 255)
Title_5.TextSize = 12.000
Title_5.TextWrapped = true

Button_5.Name = "Button"
Button_5.Parent = Title_5
Button_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Button_5.BackgroundTransparency = 1.000
Button_5.BorderColor3 = Color3.fromRGB(27, 42, 53)
Button_5.Position = UDim2.new(0.145246521, 0, 0.195792824, 0)
Button_5.Size = UDim2.new(0, 81, 0, 30)
Button_5.Font = Enum.Font.SourceSans
Button_5.Text = ""
Button_5.TextColor3 = Color3.fromRGB(0, 0, 0)
Button_5.TextSize = 14.000

Clear.Name = "Clear"
Clear.Parent = Executor
Clear.BackgroundColor3 = Color3.fromRGB(23, 23, 23)
Clear.BorderColor3 = Color3.fromRGB(27, 42, 53)
Clear.BorderSizePixel = 0
Clear.Position = UDim2.new(0, 168, 0.878000021, 0)
Clear.Size = UDim2.new(0, 150, 0, 29)
Clear.ZIndex = 4
Clear.AutoButtonColor = false
Clear.Font = Enum.Font.GothamMedium
Clear.Text = "CLEAR"
Clear.TextColor3 = Color3.fromRGB(170, 0, 255)
Clear.TextSize = 12.000

UICorner_10.CornerRadius = UDim.new(0, 1)
UICorner_10.Parent = Clear

Lines.Name = "Lines"
Lines.Parent = Executor
Lines.BackgroundColor3 = Color3.fromRGB(23, 23, 23)
Lines.BorderColor3 = Color3.fromRGB(23, 23, 23)
Lines.BorderSizePixel = 3
Lines.ClipsDescendants = true
Lines.Position = UDim2.new(0.0234102644, 0, 0.152155653, 0)
Lines.Size = UDim2.new(-0.0318817422, 30, 0.692386925, 0)
Lines.ZIndex = 4
Lines.Font = Enum.Font.Code
Lines.Text = "1"
Lines.TextColor3 = Color3.fromRGB(255, 255, 255)
Lines.TextSize = 15.000
Lines.TextYAlignment = Enum.TextYAlignment.Top

Execute.Name = "Execute"
Execute.Parent = Executor
Execute.BackgroundColor3 = Color3.fromRGB(23, 23, 23)
Execute.BorderColor3 = Color3.fromRGB(27, 42, 53)
Execute.BorderSizePixel = 0
Execute.Position = UDim2.new(0, 9, 0.878000021, 0)
Execute.Size = UDim2.new(0, 150, 0, 29)
Execute.ZIndex = 4
Execute.AutoButtonColor = false
Execute.Font = Enum.Font.GothamMedium
Execute.Text = "EXECUTE"
Execute.TextColor3 = Color3.fromRGB(170, 0, 255)
Execute.TextSize = 12.000
UICorner_11.CornerRadius = UDim.new(0.0250000004, 0)
UICorner_11.Parent = Execute

Source.Name = "Source"
Source.Parent = Executor
Source.BackgroundColor3 = Color3.fromRGB(23, 23, 23)
Source.BorderColor3 = Color3.fromRGB(23, 23, 23)
Source.BorderSizePixel = 3
Source.ClipsDescendants = true
Source.Position = UDim2.new(0.0663162172, 0, 0.151731998, 0)
Source.Size = UDim2.new(0, 457, 0, 212)
Source.ZIndex = 4
Source.ClearTextOnFocus = false
Source.Font = Enum.Font.Code
Source.MultiLine = true
Source.PlaceholderColor3 = Color3.fromRGB(204, 204, 204)
Source.Text = "print(\"remium on top i think\")"
Source.TextColor3 = Color3.fromRGB(255, 255, 255)
Source.TextSize = 15.000
Source.TextXAlignment = Enum.TextXAlignment.Left
Source.TextYAlignment = Enum.TextYAlignment.Top

Tokens_.Name = "Tokens_"
Tokens_.Parent = Source
Tokens_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Tokens_.BackgroundTransparency = 1.000
Tokens_.BorderColor3 = Color3.fromRGB(27, 42, 53)
Tokens_.Size = UDim2.new(1, 0, 1, 0)
Tokens_.ZIndex = 5
Tokens_.Font = Enum.Font.Code
Tokens_.Text = ""
Tokens_.TextColor3 = Color3.fromRGB(255, 255, 255)
Tokens_.TextSize = 15.000
Tokens_.TextXAlignment = Enum.TextXAlignment.Left
Tokens_.TextYAlignment = Enum.TextYAlignment.Top

Strings_.Name = "Strings_"
Strings_.Parent = Source
Strings_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Strings_.BackgroundTransparency = 1.000
Strings_.BorderColor3 = Color3.fromRGB(27, 42, 53)
Strings_.Size = UDim2.new(1, 0, 1, 0)
Strings_.ZIndex = 5
Strings_.Font = Enum.Font.Code
Strings_.Text = ""
Strings_.TextColor3 = Color3.fromRGB(173, 241, 149)
Strings_.TextSize = 15.000
Strings_.TextXAlignment = Enum.TextXAlignment.Left
Strings_.TextYAlignment = Enum.TextYAlignment.Top

RemoteHighlight_.Name = "RemoteHighlight_"
RemoteHighlight_.Parent = Source
RemoteHighlight_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
RemoteHighlight_.BackgroundTransparency = 1.000
RemoteHighlight_.BorderColor3 = Color3.fromRGB(27, 42, 53)
RemoteHighlight_.Size = UDim2.new(1, 0, 1, 0)
RemoteHighlight_.ZIndex = 5
RemoteHighlight_.Font = Enum.Font.Code
RemoteHighlight_.Text = ""
RemoteHighlight_.TextColor3 = Color3.fromRGB(0, 144, 255)
RemoteHighlight_.TextSize = 15.000
RemoteHighlight_.TextXAlignment = Enum.TextXAlignment.Left
RemoteHighlight_.TextYAlignment = Enum.TextYAlignment.Top

Numbers_.Name = "Numbers_"
Numbers_.Parent = Source
Numbers_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Numbers_.BackgroundTransparency = 1.000
Numbers_.BorderColor3 = Color3.fromRGB(27, 42, 53)
Numbers_.Size = UDim2.new(1, 0, 1, 0)
Numbers_.ZIndex = 4
Numbers_.Font = Enum.Font.Code
Numbers_.Text = ""
Numbers_.TextColor3 = Color3.fromRGB(255, 198, 0)
Numbers_.TextSize = 15.000
Numbers_.TextXAlignment = Enum.TextXAlignment.Left
Numbers_.TextYAlignment = Enum.TextYAlignment.Top

Keywords_.Name = "Keywords_"
Keywords_.Parent = Source
Keywords_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Keywords_.BackgroundTransparency = 1.000
Keywords_.BorderColor3 = Color3.fromRGB(27, 42, 53)
Keywords_.Size = UDim2.new(1, 0, 1, 0)
Keywords_.ZIndex = 5
Keywords_.Font = Enum.Font.Code
Keywords_.Text = ""
Keywords_.TextColor3 = Color3.fromRGB(248, 109, 124)
Keywords_.TextSize = 15.000
Keywords_.TextXAlignment = Enum.TextXAlignment.Left
Keywords_.TextYAlignment = Enum.TextYAlignment.Top

Globals_.Name = "Globals_"
Globals_.Parent = Source
Globals_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Globals_.BackgroundTransparency = 1.000
Globals_.BorderColor3 = Color3.fromRGB(27, 42, 53)
Globals_.Size = UDim2.new(1, 0, 1, 0)
Globals_.ZIndex = 5
Globals_.Font = Enum.Font.Code
Globals_.Text = ""
Globals_.TextColor3 = Color3.fromRGB(132, 214, 247)
Globals_.TextSize = 15.000
Globals_.TextXAlignment = Enum.TextXAlignment.Left
Globals_.TextYAlignment = Enum.TextYAlignment.Top

Comments_.Name = "Comments_"
Comments_.Parent = Source
Comments_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Comments_.BackgroundTransparency = 1.000
Comments_.BorderColor3 = Color3.fromRGB(27, 42, 53)
Comments_.Size = UDim2.new(1, 0, 1, 0)
Comments_.ZIndex = 5
Comments_.Font = Enum.Font.Code
Comments_.Text = ""
Comments_.TextColor3 = Color3.fromRGB(59, 200, 59)
Comments_.TextSize = 15.000
Comments_.TextXAlignment = Enum.TextXAlignment.Left
Comments_.TextYAlignment = Enum.TextYAlignment.Top

Hide.Name = "Hide"
Hide.Parent = Executor
Hide.AnchorPoint = Vector2.new(1, 0)
Hide.BackgroundColor3 = Color3.fromRGB(23, 23, 23)
Hide.BorderColor3 = Color3.fromRGB(27, 42, 53)
Hide.BorderSizePixel = 0
Hide.Position = UDim2.new(1, -9, 0.878000021, 0)
Hide.Size = UDim2.new(0, 100, 0, 29)
Hide.ZIndex = 4
Hide.AutoButtonColor = false
Hide.Font = Enum.Font.GothamMedium
Hide.Text = "HIDE TXT"
Hide.TextColor3 = Color3.fromRGB(170, 0, 255)
Hide.TextSize = 12.000

UICorner_12.CornerRadius = UDim.new(0, 1)
UICorner_12.Parent = Hide

Menu.Name = "Menu"
Menu.Parent = Pages
Menu.BackgroundColor3 = Color3.fromRGB(23, 23, 23)
Menu.BorderColor3 = Color3.fromRGB(27, 42, 53)
Menu.BorderSizePixel = 0
Menu.ClipsDescendants = true
Menu.Position = UDim2.new(-5.90898126e-05, 0, 4.98653243e-08, 0)
Menu.Size = UDim2.new(-0.0437656119, 150, 0.999243915, 0)
Menu.Visible = false
Menu.ZIndex = 8

UICorner_13.CornerRadius = UDim.new(0, 1)
UICorner_13.Parent = Menu

Home_2.Name = "Home"
Home_2.Parent = Menu
Home_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Home_2.BackgroundTransparency = 1.000
Home_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
Home_2.Position = UDim2.new(0, 0, 0.18122974, 0)
Home_2.Size = UDim2.new(0, 113, 0, 33)
Home_2.ZIndex = 8
Home_2.Font = Enum.Font.GothamMedium
Home_2.Text = " Home"
Home_2.TextColor3 = Color3.fromRGB(255, 255, 255)
Home_2.TextSize = 13.000
Home_2.TextXAlignment = Enum.TextXAlignment.Left

Title_6.Name = "Title"
Title_6.Parent = Menu
Title_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Title_6.BackgroundTransparency = 1.000
Title_6.BorderColor3 = Color3.fromRGB(27, 42, 53)
Title_6.Position = UDim2.new(-0.0139442151, 0, 0, 0)
Title_6.Size = UDim2.new(0, 76, 0, 48)
Title_6.ZIndex = 8
Title_6.Font = Enum.Font.GothamBold
Title_6.Text = "M E N U"
Title_6.TextColor3 = Color3.fromRGB(170, 0, 255)
Title_6.TextSize = 12.000
Title_6.TextWrapped = true

Button_6.Name = "Button"
Button_6.Parent = Title_6
Button_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Button_6.BackgroundTransparency = 1.000
Button_6.BorderColor3 = Color3.fromRGB(27, 42, 53)
Button_6.Position = UDim2.new(0.145246804, 0, 0.195792511, 0)
Button_6.Size = UDim2.new(0, 64, 0, 30)
Button_6.Font = Enum.Font.SourceSans
Button_6.Text = ""
Button_6.TextColor3 = Color3.fromRGB(0, 0, 0)
Button_6.TextSize = 14.000

Executor_2.Name = "Executor"
Executor_2.Parent = Menu
Executor_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Executor_2.BackgroundTransparency = 1.000
Executor_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
Executor_2.Position = UDim2.new(0, 0, 0.288025886, 0)
Executor_2.Size = UDim2.new(0, 113, 0, 33)
Executor_2.ZIndex = 8
Executor_2.Font = Enum.Font.GothamMedium
Executor_2.Text = " Executor"
Executor_2.TextColor3 = Color3.fromRGB(204, 204, 204)
Executor_2.TextSize = 13.000
Executor_2.TextXAlignment = Enum.TextXAlignment.Left

Scripts_2.Name = "Scripts"
Scripts_2.Parent = Menu
Scripts_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Scripts_2.BackgroundTransparency = 1.000
Scripts_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
Scripts_2.Position = UDim2.new(0, 0, 0.398089945, 0)
Scripts_2.Size = UDim2.new(0, 113, 0, 33)
Scripts_2.ZIndex = 8
Scripts_2.Font = Enum.Font.GothamMedium
Scripts_2.Text = " Scripts"
Scripts_2.TextColor3 = Color3.fromRGB(204, 204, 204)
Scripts_2.TextSize = 13.000
Scripts_2.TextXAlignment = Enum.TextXAlignment.Left

Settings_2.Name = "Settings"
Settings_2.Parent = Menu
Settings_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Settings_2.BackgroundTransparency = 1.000
Settings_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
Settings_2.Position = UDim2.new(0, 0, 0.503839076, 0)
Settings_2.Size = UDim2.new(0, 113, 0, 33)
Settings_2.ZIndex = 8
Settings_2.Font = Enum.Font.GothamMedium
Settings_2.Text = " Settings"
Settings_2.TextColor3 = Color3.fromRGB(204, 204, 204)
Settings_2.TextSize = 13.000
Settings_2.TextXAlignment = Enum.TextXAlignment.Left

Credits_2.Name = "Credits"
Credits_2.Parent = Menu
Credits_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Credits_2.BackgroundTransparency = 1.000
Credits_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
Credits_2.Position = UDim2.new(0, 0, 0.610635281, 0)
Credits_2.Size = UDim2.new(0, 113, 0, 33)
Credits_2.ZIndex = 8
Credits_2.Font = Enum.Font.GothamMedium
Credits_2.Text = " Credits"
Credits_2.TextColor3 = Color3.fromRGB(204, 204, 204)
Credits_2.TextSize = 13.000
Credits_2.TextXAlignment = Enum.TextXAlignment.Left

-- Scripts:

local function THAAK_fake_script() -- Main.LocalScript


local script = Instance.new('LocalScript', Main)

-- Made by Real_IceyDev (@lceyDex) --


-- Simple UI dragger (PC Only/Any device that has a mouse) --

local UIS = game:GetService('UserInputService')


local frame = script.Parent
local dragToggle = nil
local dragSpeed = 0.30
local dragStart = nil
local startPos = nil

local function updateInput(input)


local delta = input.Position - dragStart
local position = UDim2.new(startPos.X.Scale, startPos.X.Offset +
delta.X,
startPos.Y.Scale, startPos.Y.Offset + delta.Y)
game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed),
{Position = position}):Play()
end

frame.InputBegan:Connect(function(input)
if (input.UserInputType == Enum.UserInputType.MouseButton1 or
input.UserInputType == Enum.UserInputType.Touch) then
dragToggle = true
dragStart = input.Position
startPos = frame.Position
input.Changed:Connect(function()
if input.UserInputState == Enum.UserInputState.End then
dragToggle = false
end
end)
end
end)

UIS.InputChanged:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseMovement or
input.UserInputType == Enum.UserInputType.Touch then
if dragToggle then
updateInput(input)
end
end
end)
end
coroutine.wrap(THAAK_fake_script)()
local function UFTIYQ_fake_script() -- Button.LocalScript
local script = Instance.new('LocalScript', Button)

script.Parent.MouseButton1Click:Connect(function()
Menu.Visible = false
end)
end
coroutine.wrap(UFTIYQ_fake_script)()
local function YRXU_fake_script() -- Button_2.LocalScript
local script = Instance.new('LocalScript', Button_2)

script.Parent.MouseButton1Click:Connect(function()
Menu.Visible = true
end)
end
coroutine.wrap(YRXU_fake_script)()
local function LZESA_fake_script() -- a.a
local script = Instance.new('LocalScript', a)

local TextLabel = script.Parent


local Inv = " ftw.muimer "
local Join = "REMIUM ON TOP ๐Ÿ—ฃ๏ธ๐Ÿ—ฃ๏ธ๐Ÿ—ฃ๏ธ"
if game then TextLabel.Text = Inv:reverse()
elseif TextLabel.TextLabel == "hi" then
TextLabel.Text = Join
end
end
coroutine.wrap(LZESA_fake_script)()
local function ROFN_fake_script() -- Button_3.LocalScript
local script = Instance.new('LocalScript', Button_3)

script.Parent.MouseButton1Click:Connect(function()
Menu.Visible = true
end)
end
coroutine.wrap(ROFN_fake_script)()
local function VGJNXND_fake_script() -- Text1.LocalScript
local script = Instance.new('LocalScript', Text1)

end
coroutine.wrap(VGJNXND_fake_script)()
local function XUFGM_fake_script() -- Text1_2.LocalScript
local script = Instance.new('LocalScript', Text1_2)

print("Hello world!")

end
coroutine.wrap(XUFGM_fake_script)()
local function EPXUNH_fake_script() -- Text1_3.LocalScript
local script = Instance.new('LocalScript', Text1_3)

print("Hello world!")

end
coroutine.wrap(EPXUNH_fake_script)()
local function PRABL_fake_script() -- Text1_4.LocalScript
local script = Instance.new('LocalScript', Text1_4)

print("Hello world!")

end
coroutine.wrap(PRABL_fake_script)()
local function JDKF_fake_script() -- Text1_5.LocalScript
local script = Instance.new('LocalScript', Text1_5)

end
coroutine.wrap(JDKF_fake_script)()
local function HXQHNM_fake_script() -- Button_4.LocalScript
local script = Instance.new('LocalScript', Button_4)

script.Parent.MouseButton1Click:Connect(function()
Menu.Visible = true
end)
end
coroutine.wrap(HXQHNM_fake_script)()
local function YSUEQ_fake_script() -- Button_5.LocalScript
local script = Instance.new('LocalScript', Button_5)

script.Parent.MouseButton1Click:Connect(function()
Menu.Visible = true
end)
end
coroutine.wrap(YSUEQ_fake_script)()
local function KNPT_fake_script() -- Clear.LocalScript
local script = Instance.new('LocalScript', Clear)

script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Source.Text = ""
end)
end
coroutine.wrap(KNPT_fake_script)()
local function MTDL_fake_script() -- Execute.LocalScript
local script = Instance.new('LocalScript', Execute)

script.Parent.MouseButton1Click:Connect(function()

game.ReplicatedStorage.RemoteEvent:FireServer(script.Parent.Parent.Source.Text)
end)
end
coroutine.wrap(MTDL_fake_script)()
local function LVOQ_fake_script() -- Executor.Highlighter
local script = Instance.new('LocalScript', Executor)

-- Function to reverse a string


local function reverseString(str)
return str:reverse()
end

-- Reversed Lua keywords and global environment variables


local lua_keywords_reversed = {"dna", "kaerb", "od", "esle", "fiesle", "dne",
"eslaf", "rof", "noitcnuf", "otog", "fi", "ni", "lacol", "lin", "ton", "ro",
"taeper", "nruter", "neht", "eurt", "litnu", "elihw"}
local global_env_reversed = {"elbatemwarteg", "emag", "ecapskrow", "tpircs",
"htam", "gnirts", "elbat", "tnirp", "tiaw", "roloCkcirB", "3roloC", "txen",
"sriap", "sriapi", "tceles", "kcapnu", "ecnatnI", "2rotceV", "3rotceV", "emarfC",
"yaR", "2miDU", "munE", "tressa", "rorrE", "nraw", "kcit", "gnirtsdaol", "G_",
"derahs", "vnefteg", "vneftes", "yxorperw", "elbatemtes", "elbatemteg", "so",
"gubed", "llacp", "llacy", "llacx", "lauqewar", "teswar", "tegwar", "rebmunot",
"gnirtsot", "epyt", "fopuot", "NOISREV_", "enituoroc", "yaled", "eriuqer", "nawps",
"yrarbiLdaoL", "sgnittes", "stats", "emit", "sgnittesresU", "noisrev", "seixA",
"ecneuqeSroloC", "secaF", "tniopeyKecneuqeSroloC", "egnaRrebmuN", "ecneuqeSrebmuN",
"tniopeyKecneuqeSrebmuN", "ofnigc", "emitlepsa", "egarbagtcelloc",
"seititreporlacisyhP", "tceR", "3noigeR", "61tni3noigeR", "miDU", "61tni2rotceV",
"61tni3rotceV"}

-- Reverse the reversed keywords and global environment variables back to


their original form
local lua_keywords = {}
for i, v in ipairs(lua_keywords_reversed) do
table.insert(lua_keywords, reverseString(v))
end

local global_env = {}
for i, v in ipairs(global_env_reversed) do
table.insert(global_env, reverseString(v))
end

local Source = script.Parent.Source


local Lines = script.Parent.Lines

local Highlight = function(string, keywords)


local K = {}
local S = string
local Token =
{
["="] = true,
["."] = true,
[","] = true,
["("] = true,
[")"] = true,
["["] = true,
["]"] = true,
["{"] = true,
["}"] = true,
[":"] = true,
["*"] = true,
["/"] = true,
["+"] = true,
["-"] = true,
["%"] = true,
[";"] = true,
["~"] = true
}
for i, v in pairs(keywords) do
K[v] = true
end
S = S:gsub(".", function(c)
if Token[c] ~= nil then
return "\32"
else
return c
end
end)
S = S:gsub("%S+", function(c)
if K[c] ~= nil then
return c
else
return (" "):rep(#c)
end
end)

return S
end

local hTokens = function(string)


local Token =
{
["="] = true,
["."] = true,
[","] = true,
["("] = true,
[")"] = true,
["["] = true,
["]"] = true,
["{"] = true,
["}"] = true,
[":"] = true,
["*"] = true,
["/"] = true,
["+"] = true,
["-"] = true,
["%"] = true,
[";"] = true,
["~"] = true
}
local A = ""
string:gsub(".", function(c)
if Token[c] ~= nil then
A = A .. c
elseif c == "\n" then
A = A .. "\n"
elseif c == "\t" then
A = A .. "\t"
else
A = A .. "\32"
end
end)

return A
end

local strings = function(string)


local highlight = ""
local quote = false
string:gsub(".", function(c)
if quote == false and c == "\"" then
quote = true
elseif quote == true and c == "\"" then
quote = false
end
if quote == false and c == "\"" then
highlight = highlight .. "\""
elseif c == "\n" then
highlight = highlight .. "\n"
elseif c == "\t" then
highlight = highlight .. "\t"
elseif quote == true then
highlight = highlight .. c
elseif quote == false then
highlight = highlight .. "\32"
end
end)

return highlight
end

local comments = function(string)


local ret = ""
string:gsub("[^\r\n]+", function(c)
local comm = false
local i = 0
c:gsub(".", function(n)
i = i + 1
if c:sub(i, i + 1) == "--" then
comm = true
end
if comm == true then
ret = ret .. n
else
ret = ret .. "\32"
end
end)
ret = ret
end)

return ret
end

local numbers = function(string)


local A = ""
string:gsub(".", function(c)
if tonumber(c) ~= nil then
A = A .. c
elseif c == "\n" then
A = A .. "\n"
elseif c == "\t" then
A = A .. "\t"
else
A = A .. "\32"
end
end)

return A
end

local highlight_source = function(type)


if type == "Text" then
Source.Text = Source.Text:gsub("\13", "")
Source.Text = Source.Text:gsub("\t", " ")
local s = Source.Text
Source.Keywords_.Text = Highlight(s, lua_keywords)
Source.Globals_.Text = Highlight(s, global_env)
Source.RemoteHighlight_.Text = Highlight(s, {"reverSeriF",
"revreserifer", "reverSekovnI", "reverSekiovni"})
Source.Tokens_.Text = hTokens(s)
Source.Numbers_.Text = numbers(s)
Source.Strings_.Text = strings(s)
local lin = 1
s:gsub("\n", function()
lin = lin + 1
end)
Lines.Text = ""
for i = 1, lin do
Lines.Text = Lines.Text .. i .. "\n"
end
end
end

highlight_source("Text")

Source.Changed:Connect(highlight_source)

end
coroutine.wrap(LVOQ_fake_script)()
local function SHNK_fake_script() -- Home_2.LocalScript
local script = Instance.new('LocalScript', Home_2)

script.Parent.MouseButton1Click:Connect(function()
Executor.Visible = false
Scripts.Visible = false
Credits.Visible = false
Settings.Visible = false
end)
end
coroutine.wrap(SHNK_fake_script)()
local function HHOLHTF_fake_script() -- Button_6.LocalScript
local script = Instance.new('LocalScript', Button_6)

script.Parent.MouseButton1Click:Connect(function()
Menu.Visible = false
end)
end
coroutine.wrap(HHOLHTF_fake_script)()
local function JURAT_fake_script() -- Executor_2.LocalScript
local script = Instance.new('LocalScript', Executor_2)

script.Parent.MouseButton1Click:Connect(function()
Executor.Visible = true
Scripts.Visible = false
Credits.Visible = false
Settings.Visible = false
end)
end
coroutine.wrap(JURAT_fake_script)()
local function WQOIEGH_fake_script() -- Scripts_2.LocalScript
local script = Instance.new('LocalScript', Scripts_2)

script.Parent.MouseButton1Click:Connect(function()
Executor.Visible = false
Scripts.Visible = true
Credits.Visible = false
Settings.Visible = false
end)
end
coroutine.wrap(WQOIEGH_fake_script)()
local function BJGBAWJ_fake_script() -- Settings_2.LocalScript
local script = Instance.new('LocalScript', Settings_2)

script.Parent.MouseButton1Click:Connect(function()
Executor.Visible = false
Scripts.Visible = false
Credits.Visible = false
Settings.Visible = true
end)
end
coroutine.wrap(BJGBAWJ_fake_script)()
local function CXRSAN_fake_script() -- Credits_2.LocalScript
local script = Instance.new('LocalScript', Credits_2)

script.Parent.MouseButton1Click:Connect(function()
Executor.Visible = false
Scripts.Visible = false
Credits.Visible = true
Settings.Visible = false
end)
end
coroutine.wrap(CXRSAN_fake_script)()

You might also like