-- Gui to Lua
-- Version: 3.2
-- Instances:
local Install = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local Installer = Instance.new("Frame")
local ImageLabel = Instance.new("ImageLabel")
local TextLabel = Instance.new("TextLabel")
local Frame_2 = Instance.new("Frame")
local empty = Instance.new("Frame")
local progress = Instance.new("Frame")
local TextButton = Instance.new("TextButton")
local ScreenGui = Instance.new("ScreenGui")
local Frame_3 = Instance.new("Frame")
local TextButton_2 = Instance.new("TextButton")
local TextLabel_2 = Instance.new("TextLabel")
--Properties:
Install.Name = "Install"
Install.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
Frame.Parent = Install
Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Frame.BackgroundTransparency = 1.000
Frame.Size = UDim2.new(1, 0, 1, 0)
Installer.Name = "Installer"
Installer.Parent = Frame
Installer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Installer.Position = UDim2.new(0.306347132, 0, 0.228529856, 0)
Installer.Size = UDim2.new(0.387305707, 0, 0.542940319, 0)
ImageLabel.Parent = Installer
ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ImageLabel.Position = UDim2.new(0.409698993, 0, 0.176943719, 0)
ImageLabel.Size = UDim2.new(0.178929761, 0, 0.289544225, 0)
ImageLabel.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
TextLabel.Parent = Installer
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.Position = UDim2.new(0.249163881, 0, 0.504021466, 0)
TextLabel.Size = UDim2.new(0.5, 0, 0.103217155, 0)
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = "Installing..."
TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextWrapped = true
Frame_2.Parent = Installer
Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Frame_2.Position = UDim2.new(0.0301003344, 0, 0.697050929, 0)
Frame_2.Size = UDim2.new(0.939799309, 0, 0.091152817, 0)
empty.Name = "empty"
empty.Parent = Frame_2
empty.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
empty.Position = UDim2.new(0.00518929213, 0, 0.0794040486, 0)
empty.Size = UDim2.new(0.987500012, 0, 0.800000012, 0)
progress.Name = "progress"
progress.Parent = empty
progress.BackgroundColor3 = Color3.fromRGB(0, 255, 21)
progress.Position = UDim2.new(-0.000216356479, 0, 0.00587464124, 0)
progress.Size = UDim2.new(0, 0, 1, 0)
TextButton.Parent = Installer
TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextButton.Position = UDim2.new(0.307692319, 0, 0.828418255, 0)
TextButton.Size = UDim2.new(0.382943153, 0, 0.116621986, 0)
TextButton.Font = Enum.Font.SourceSans
TextButton.Text = "Cancel"
TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton.TextScaled = true
TextButton.TextSize = 14.000
TextButton.TextWrapped = true
ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
Frame_3.Parent = ScreenGui
Frame_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Frame_3.BackgroundTransparency = 1.000
Frame_3.Size = UDim2.new(1, 0, 1, 0)
TextButton_2.Parent = Frame_3
TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextButton_2.Position = UDim2.new(0.038860105, 0, 0.557496369, 0)
TextButton_2.Size = UDim2.new(0, 200, 0, 50)
TextButton_2.Font = Enum.Font.SourceSans
TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_2.TextSize = 14.000
TextLabel_2.Parent = Frame_3
TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_2.BackgroundTransparency = 1.000
TextLabel_2.Position = UDim2.new(0.038860105, 0, 0.896652102, 0)
TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
TextLabel_2.Font = Enum.Font.SourceSans
TextLabel_2.Text = "Print"
TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_2.TextScaled = true
TextLabel_2.TextSize = 14.000
TextLabel_2.TextWrapped = true
-- Scripts:
local function MNIMJ_fake_script() -- TextButton_2.LocalScript
local script = Instance.new('LocalScript', TextButton_2)
local contentprovider = game:GetService("ContentProvider")
local installer = game.Players.LocalPlayer.PlayerGui.Install.Frame.Installer
script.Parent.MouseButton1Click:Connect(function()
installer.Visible = true
local load = game:GetDescendants()
end)
end
coroutine.wrap(MNIMJ_fake_script)()
To embed this project on your website, copy the following code and paste it into your website's HTML: