Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Name = Instance.new("TextLabel")
- local Credits = Instance.new("TextLabel")
- local Note = Instance.new("TextLabel")
- local TextLabel = Instance.new("TextLabel")
- local ACTIVATE = Instance.new("TextButton")
- local arrow_forward = Instance.new("ImageButton")
- local arrow_back = Instance.new("ImageButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(55, 75, 255)
- Frame.Position = UDim2.new(0.333580971, 0, 0.183551848, 0)
- Frame.Size = UDim2.new(0, 448, 0, 531)
- Name.Name = "Name"
- Name.Parent = Frame
- Name.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- Name.Size = UDim2.new(0, 448, 0, 74)
- Name.Font = Enum.Font.SourceSans
- Name.Text = "FE UTG"
- Name.TextColor3 = Color3.fromRGB(0, 0, 0)
- Name.TextScaled = true
- Name.TextSize = 14.000
- Name.TextWrapped = true
- Credits.Name = "Credits"
- Credits.Parent = Frame
- Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Credits.Position = UDim2.new(0, 0, 0.138282403, 0)
- Credits.Size = UDim2.new(0, 448, 0, 57)
- Credits.Font = Enum.Font.SourceSans
- Credits.Text = "Made By KillerMaster"
- Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
- Credits.TextScaled = true
- Credits.TextSize = 14.000
- Credits.TextWrapped = true
- Note.Name = "Note"
- Note.Parent = Frame
- Note.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Note.Position = UDim2.new(0, 0, 0.905838013, 0)
- Note.Size = UDim2.new(0, 448, 0, 50)
- Note.Font = Enum.Font.SourceSans
- Note.Text = "Note: Please reset to close this ui once ur done reading"
- Note.TextColor3 = Color3.fromRGB(0, 0, 0)
- Note.TextScaled = true
- Note.TextSize = 14.000
- Note.TextWrapped = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.Position = UDim2.new(0, 0, 0.244821087, 0)
- TextLabel.Size = UDim2.new(0, 448, 0, 285)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "NOTE: GUI Not Draggable!"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- ACTIVATE.Name = "ACTIVATE"
- ACTIVATE.Parent = Frame
- ACTIVATE.BackgroundColor3 = Color3.fromRGB(40, 255, 16)
- ACTIVATE.Position = UDim2.new(0.265625, 0, 0.781544268, 0)
- ACTIVATE.Size = UDim2.new(0, 205, 0, 66)
- ACTIVATE.Font = Enum.Font.SciFi
- ACTIVATE.Text = "ACITVATE UTG"
- ACTIVATE.TextColor3 = Color3.fromRGB(0, 0, 0)
- ACTIVATE.TextScaled = true
- ACTIVATE.TextSize = 14.000
- ACTIVATE.TextWrapped = true
- ACTIVATE.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- loadstring(game:HttpGet("https://pastebin.com/raw/r3Y3PCaz",true))()
- end)
- arrow_forward.Name = "arrow_forward"
- arrow_forward.Parent = Frame
- arrow_forward.BackgroundTransparency = 1.000
- arrow_forward.Position = UDim2.new(-0.00124046206, 0, 0.781766474, 0)
- arrow_forward.Size = UDim2.new(0, 119, 0, 65)
- arrow_forward.ZIndex = 2
- arrow_forward.Image = "rbxassetid://3926307971"
- arrow_forward.ImageRectOffset = Vector2.new(564, 284)
- arrow_forward.ImageRectSize = Vector2.new(36, 36)
- arrow_back.Name = "arrow_back"
- arrow_back.Parent = arrow_forward
- arrow_back.BackgroundTransparency = 1.000
- arrow_back.Position = UDim2.new(2.72268915, 0, 0, 0)
- arrow_back.Size = UDim2.new(0, 123, 0, 65)
- arrow_back.ZIndex = 2
- arrow_back.Image = "rbxassetid://3926307971"
- arrow_back.ImageRectOffset = Vector2.new(124, 324)
- arrow_back.ImageRectSize = Vector2.new(36, 36)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement