--this shi took me 3 mins.AND NO I DONT USE CHATGPT!!! local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextButton = Instance.new("TextButton") local TextLabel_2 = Instance.new("TextLabel") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.ResetOnSpawn = false Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(104, 58, 255) Frame.BorderColor3 = Color3.fromRGB(255, 11, 251) Frame.BorderSizePixel = 2 Frame.Position = UDim2.new(0.767692804, 0, 0.0167130921, 0) Frame.Size = UDim2.new(0, 338, 0, 298) Frame.Active = true Frame.Draggable = true TextLabel.Parent = ScreenGui TextLabel.BackgroundColor3 = Color3.fromRGB(104, 58, 255) TextLabel.BorderColor3 = Color3.fromRGB(217, 0, 255) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.767338932, 0, 0.0167130921, 0) TextLabel.Size = UDim2.new(0, 338, 0, 66) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "Inf Yield starter" TextLabel.TextColor3 = Color3.fromRGB(255, 0, 251) TextLabel.TextSize = 50.000 TextButton.Parent = ScreenGui TextButton.BackgroundColor3 = Color3.fromRGB(156, 58, 148) TextButton.BorderColor3 = Color3.fromRGB(225, 0, 255) TextButton.BorderSizePixel = 0 TextButton.Position = UDim2.new(0.790088475, 0, 0.103448279, 0) TextButton.Size = UDim2.new(0, 208, 0, 155) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "Execute Inf yield" TextButton.TextColor3 = Color3.fromRGB(93, 64, 95) TextButton.TextSize = 30.000 TextButton.MouseButton1Down:Connect(function() -- I DONT OWN THIS SCRIPT loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))() end) TextLabel_2.Parent = ScreenGui TextLabel_2.BackgroundColor3 = Color3.fromRGB(104, 58, 255) TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.BorderSizePixel = 0 TextLabel_2.Position = UDim2.new(0.790088475, 0, 0.294771969, 0) TextLabel_2.Size = UDim2.new(0, 208, 0, 40) TextLabel_2.Font = Enum.Font.SourceSans TextLabel_2.Text = "By d a r k n e s s" TextLabel_2.TextColor3 = Color3.fromRGB(170, 0, 255) TextLabel_2.TextSize = 40.000