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 TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(8, 12, 255)
- Frame.Position = UDim2.new(0.420606047, 0, 0.320245385, 0)
- Frame.Size = UDim2.new(0, 335, 0, 324)
- Frame.Active = true
- Frame.Draggable = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 46, 255)
- TextLabel.Size = UDim2.new(0, 335, 0, 50)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "Infinite Yield GUI"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 30.000
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 46, 255)
- TextLabel_2.Position = UDim2.new(0, 0, 0.845678985, 0)
- TextLabel_2.Size = UDim2.new(0, 335, 0, 50)
- TextLabel_2.Font = Enum.Font.SciFi
- TextLabel_2.Text = "Made By Frostyvxs#8214"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextSize = 30.000
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(49, 142, 255)
- TextButton.Position = UDim2.new(0.143283576, 0, 0.206790119, 0)
- TextButton.Size = UDim2.new(0, 234, 0, 193)
- TextButton.Font = Enum.Font.Cartoon
- TextButton.Text = "Activate!"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
Add Comment
Please, Sign In to add comment