Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- you can delete or leave this text lol
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local Text = Instance.new("TextButton")
- local Te = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.new(0, 0, 0)
- main.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
- main.Size = UDim2.new(0, 332, 0, 211)
- main.Visible = false
- main.Active = true
- main.Draggable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.new(1, 0, 1)
- title.Size = UDim2.new(0, 332, 0, 31)
- title.Font = Enum.Font.GothamBold
- title.Text = "c00lguis by c00lrussian"
- title.TextColor3 = Color3.new(0, 0, 0)
- title.TextSize = 14
- Text.Name = "Text"
- Text.Parent = main
- Text.BackgroundColor3 = Color3.new(0.333333, 1, 0)
- Text.Position = UDim2.new(0.036144577, 0, 0.379146934, 0)
- Text.Size = UDim2.new(0, 110, 0, 50)
- Text.Font = Enum.Font.GothamBold
- Text.Text = "Oficial c00lgui"
- Text.TextColor3 = Color3.new(0, 0, 0)
- Text.TextScaled = true
- Text.TextSize = 10
- Text.TextWrapped = true
- Text.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://8127297852")[1].Source)()
- end)
- Te.Name = "Te"
- Te.Parent = main
- Te.BackgroundColor3 = Color3.new(0.333333, 1, 0)
- Te.Position = UDim2.new(0.614457846, 0, 0.379146934, 0)
- Te.Size = UDim2.new(0, 110, 0, 50)
- Te.Font = Enum.Font.GothamBold
- Te.Text = "Infinite Yield FE"
- Te.TextColor3 = Color3.new(0, 0, 0)
- Te.TextScaled = true
- Te.TextSize = 14
- Te.TextWrapped = true
- Te.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.new(1, 0, 0)
- close.Position = UDim2.new(0.879518092, 0, 0, 0)
- close.Size = UDim2.new(0, 40, 0, 31)
- close.Font = Enum.Font.GothamBlack
- close.Text = "-"
- close.TextColor3 = Color3.new(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 14
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.new(1, 1, 1)
- openmain.Position = UDim2.new(0.00801973976, 0, 0.423832953, 0)
- openmain.Size = UDim2.new(0, 100, 0, 28)
- openmain.Active = true
- openmain.Draggable = true
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.new(1, 0, 0)
- open.Size = UDim2.new(0, 100, 0, 28)
- open.Font = Enum.Font.GothamBold
- open.Text = "Open"
- open.TextColor3 = Color3.new(0, 0, 0)
- open.TextSize = 18
- open.TextWrapped = true
- open.MouseButton1Down:connect(function()
- openmain.Visible = false
- main.Visible = true
- end)